BGP community not being sent
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-15-2015 03:15 PM
not showing the /32 being advertise but the other /24 in seq 20 are being advertised whats missing for the /32 to be sent out ?
configure bgp add network 31.91.192.143 255.255.255.255
create access-profile blackholes type ipaddress
configure access-profile blackholes add 10 ipaddress 31.91.192.143 /32 exact
configure route-map xo-rm add 10 permit
configure route-map xo-rm 10 add match nlri-list blackholes
configure route-map xo-rm 10 add set community 2828 : 1650
configure route-map xo-rm add 20 permit
configure route-map xo-rm 20 add match nlri-list level3-net
conf bgp neighbor 202.112.52.105 route-map-filter out xo-rm
configure bgp neighbor 202.112.52.105 send-community
show transmitted routes show all the /24 but not the /32 with the set community whats missing here ?
configure bgp add network 31.91.192.143 255.255.255.255
create access-profile blackholes type ipaddress
configure access-profile blackholes add 10 ipaddress 31.91.192.143 /32 exact
configure route-map xo-rm add 10 permit
configure route-map xo-rm 10 add match nlri-list blackholes
configure route-map xo-rm 10 add set community 2828 : 1650
configure route-map xo-rm add 20 permit
configure route-map xo-rm 20 add match nlri-list level3-net
conf bgp neighbor 202.112.52.105 route-map-filter out xo-rm
configure bgp neighbor 202.112.52.105 send-community
show transmitted routes show all the /24 but not the /32 with the set community whats missing here ?
15 REPLIES 15
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-17-2015 02:10 PM
hi senthil
here is the config i have already in ,what i do see is the second route-map seq is being advertised all the /24 are there but seq 10 with the /32 and the set community is not , comparing this to cisco we do miss a NULL0 route on the /32 but when trying to add blackhole iproute on the /32 i get an error that its part of the vlan , so maybe the fix is adding another type of null route on the /32 ?
configure route-map xo-rm add 10 permit
configure route-map xo-rm 10 add match nlri-list blackholes
configure route-map xo-rm 10 add set community 2828 : 1650
configure route-map xo-rm add 20 permit
configure route-map xo-rm 20 add match nlri-list level3-net
configure bgp add network 38.96.190.143 255.255.255.255 xo-rm
configure bgp neighbor 207.110.52.105 send-community
create access-profile "blackholes" type ipaddress
configure access-profile "blackholes" add 10 permit ipaddress 38.96.190.143/32 exact
configure access-profile "blackholes" add 15 permit ipaddress 66.246.45.6/32 exact
thank you
here is the config i have already in ,what i do see is the second route-map seq is being advertised all the /24 are there but seq 10 with the /32 and the set community is not , comparing this to cisco we do miss a NULL0 route on the /32 but when trying to add blackhole iproute on the /32 i get an error that its part of the vlan , so maybe the fix is adding another type of null route on the /32 ?
configure route-map xo-rm add 10 permit
configure route-map xo-rm 10 add match nlri-list blackholes
configure route-map xo-rm 10 add set community 2828 : 1650
configure route-map xo-rm add 20 permit
configure route-map xo-rm 20 add match nlri-list level3-net
configure bgp add network 38.96.190.143 255.255.255.255 xo-rm
configure bgp neighbor 207.110.52.105 send-community
create access-profile "blackholes" type ipaddress
configure access-profile "blackholes" add 10 permit ipaddress 38.96.190.143/32 exact
configure access-profile "blackholes" add 15 permit ipaddress 66.246.45.6/32 exact
thank you
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-17-2015 06:13 AM
Hello Joseph,
Sorry for the confusion.
CLI mode is the one which you are working now.
I just confirmed these commands are older version & its updated now.
Extremeware product also goes end of life.
As per your command we need not to go for extended communities/both command.
I guess extended communities is not available in extremeware 7.0.
Can you please try with these command alone & check whether its working.
configure route-map xo-rm 10 add set community 2828 : 1650
conf bgp add network 31.91.192.143/32 xo-rm
conf bgp neighbor 202.112.52.105 send-community
-Senthil.M
Sorry for the confusion.
CLI mode is the one which you are working now.
I just confirmed these commands are older version & its updated now.
Extremeware product also goes end of life.
As per your command we need not to go for extended communities/both command.
I guess extended communities is not available in extremeware 7.0.
Can you please try with these command alone & check whether its working.
configure route-map xo-rm 10 add set community 2828 : 1650
conf bgp add network 31.91.192.143/32 xo-rm
conf bgp neighbor 202.112.52.105 send-community
-Senthil.M
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-17-2015 05:30 AM
whats cli mode ? and what config should i try ? what i pasted is what i have in
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-17-2015 04:11 AM
Hello Joseph,
Can you please try this config in CLI mode.
Meanwhile I will try to get help for extreme ware configuration.
-Senthil.M
Can you please try this config in CLI mode.
Meanwhile I will try to get help for extreme ware configuration.
-Senthil.M
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-17-2015 12:56 AM
hi thank you for the answer this is extremeWare 7.2 configuration ,
1 cant add blackhole on the /32 i get an error "IP" is directly attached to local subnet (255.255.255.255)its part of the vlan
2 configure route-map xo-rm 10 add set community 2828 : 1650
3 added the policy via "conf bgp add network 31.91.192.143/32 xo-rm "
4
5 no BOTH is avaiable on 7.2 we got " conf bgp neighbor 202.112.52.105 send-community
only change is the mapping on number 3 , and its still not seem to be sending the /32 after soft-reset out
thanks in advanace for the help
1 cant add blackhole on the /32 i get an error "IP" is directly attached to local subnet (255.255.255.255)its part of the vlan
2 configure route-map xo-rm 10 add set community 2828 : 1650
3 added the policy via "conf bgp add network 31.91.192.143/32 xo-rm "
4
5 no BOTH is avaiable on 7.2 we got " conf bgp neighbor 202.112.52.105 send-community
only change is the mapping on number 3 , and its still not seem to be sending the /32 after soft-reset out
thanks in advanace for the help
