[f-nsp] Of route-map and community matches
Tuc
tuc at ttsg.com
Tue May 31 23:54:36 EDT 2005
> set community no-export
>
Didn't think this sent even within the AS. So I redid everything...
Created:
route-map bgp-to-as35954-secondary deny 10
match community no-announce-upstream
route-map bgp-to-as35954-secondary permit 25
match community announce-as7911-as35954
route-map bgp-to-as35954-secondary permit 30
match community global-announce
Where:
ip community-list no-announce-upstream seq 5 permit 35954:1000
ip community-list no-announce-upstream seq 10 permit 35954:10000
ip community-list no-announce-upstream seq 15 permit 35954:2000
ip community-list announce-as7911-as35954 seq 5 permit 35954:10021
ip community-list global-announce seq 5 permit 35954:5000
Replaced the route map to be :
route-map bgp-from-as7911-primary permit 20
match community as7911-customer
set metric 100
set local-preference 160
set community 35954:1000 35954:1002 35954:10021 additive
route-map bgp-from-as7911-primary permit 30
set metric 100
set local-preference 110
set community 35954:1000 35954:1002 additive
Which by all accounts should be working, but is only giving the
global-announce routes.
I'm not sure why announce-as7911-as35954 isn't going over, I can do a
sho ip bgp routes community-access-list announce-as7911-as35954 and it shows
about 9K routes which I think would be a reasonable number, but its not
making it to the other side.
Ideas?
Thanks, Tuc
More information about the foundry-nsp
mailing list