[14636] in North American Network Operators' Group

home help back first fref pref prev next nref lref last post

RE: BGP Community questions

daemon@ATHENA.MIT.EDU (Matt Ryan)
Fri Jan 16 12:10:04 1998

In-Reply-To: <34BF6380.808C0A4E@ipf.de>
Date: Fri, 16 Jan 1998 16:59:37 -0000 (GMT)
From: Matt Ryan <matt@planet.net.uk>
To: Jan Czmok <czmok@ipf.de>
Cc: nanog@merit.edu


On 16-Jan-98 Jan Czmok wrote:
> I have a question regarding BGP Community. How can this be done ?
> 
[SNIPPED]
> remarks:
> remarks:     1755:2000    No announcement to european peers
> remarks:     1755:2001    Prepend to path when announcing to european
> peers
> remarks:
> 
> how is this done ?
> 
> int xxx
> ip access-group community-list 10 out
> 
> ip community-list 10 deny 1755:2000
> ip community-list 10 ?????????????
> 
> whats the permit rule for that?
> 
> 

router bgp 1755
 neighbor 1.2.3.4 route-map DENY-EUROPE out
!
route-map DENY-EUROPE deny 10
 match community 10
!
route-map DENY permit 20
!


Matt.

---
Matt Ryan - Network Engineer                    matt@planet.net.uk
Planet OnLine Ltd, The White House,             Tel: +44 113 2345566
Melbourne Street, Leeds, LS2 7PS, UK            Fax: +44 113 2240003

home help back first fref pref prev next nref lref last post