BGP Community questions

Matt Ryan matt at planet.net.uk
Fri Jan 16 16:59:37 UTC 1998


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 at planet.net.uk
Planet OnLine Ltd, The White House,             Tel: +44 113 2345566
Melbourne Street, Leeds, LS2 7PS, UK            Fax: +44 113 2240003



More information about the NANOG mailing list