Monday, June 15, 2020

BGP community config - which one is the correct way?

ip as-path access-list 1 permit ^$ route-map ISP-OUT permit 10 match as-path 1 set as-path prepend 65000 65000 65000 route-map ISP-OUT permit 20 match as-path 1 set community 22020:13344 

or

ip as-path access-list 1 permit ^$ route-map ISP-OUT permit 10 match as-path 1 set as-path prepend 65000 65000 65000 set community 22020:13344 

Thanks in advance.



No comments:

Post a Comment