03-10-2010 03:06 PM - edited 03-04-2019 07:46 AM
I am not clear on the exact meaning of "match as-path 3" in the following route statement, how does it translate?
route-map SET_LOC_PREF permit 10
Solved! Go to Solution.
03-10-2010 03:14 PM
Hi
Elsewhere in your config, you should have a line starting:
ip as-path access-list 3
That is what the '3' refers to ... the regular expressions after the permit/deny statements in the ACL match the AS-Path attribute of the BGP prefixes..
See: http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094a92.shtml
Regards
Aaron
Please rate helpful posts...
03-10-2010 03:14 PM
Hi
Elsewhere in your config, you should have a line starting:
ip as-path access-list 3
That is what the '3' refers to ... the regular expressions after the permit/deny statements in the ACL match the AS-Path attribute of the BGP prefixes..
See: http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094a92.shtml
Regards
Aaron
Please rate helpful posts...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide