Re: BGP Tag

From: Vazman@aol.com
Date: Wed Jan 19 2005 - 20:31:41 GMT-3


You can use a route-map and match a specific route using an ACL and set the community.

Something like this -
                   
R1(config)#router bgp 100
R1(config-router)#neighbor 1.1.1.1 remote-as 555
R1(config-router)#neighbor 1.1.1.1 route-map TAG in
R1(config-router)#exit
R1(config)#route-map TAG
R1(config-route-map)#match ip add 1
R1(config-route-map)#set community 500:111
R1(config-route-map)#exit
R1(config)#access-list 1 permit 192.168.1.0 0.0.0.255
R1(config)#

Is this what you are looking for?



This archive was generated by hypermail 2.1.4 : Wed Feb 02 2005 - 22:10:24 GMT-3