Aren't these two acvhieving the same purpose? Please tell me what i'm
missing.
Thanks.

Elmer

In the following example, routes that pass the autonomous system path access
list 1 have the community set to 109.
Routes that pass the autonomous system path access list 2 have the community
set to no-export (these routes
will not be advertised to any external BGP [eBGP] peers).

route-map set_community 10 permit
 match as-path 1
 set community 109

route-map set_community 20 permit
 match as-path 2
 set community no-export


In the following similar example, routes that pass the autonomous system path
access list 1 have the community
set to 109. Routes that pass the autonomous system path access list 2 have
the
community set to local-as
(the router will not advertise this route to an eBGP peer outside the local
autonomous system.

route-map set_community 10 permit
 match as-path 1
 set community 109

route-map set_community 20 permit
 match as-path 2
 set community local-as




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=35031&t=35031
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to