cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
561
Views
1
Helpful
3
Replies

Removing BGP Site Of Origin SOO Community

j.a.m.e.s
Level 3
Level 3

Dear All

 

Once a BGP site-of-origin (SOO) has been applied to incoming routes, is there any way to delete it on announcements to other peers? For example:

 

router bgp 1
address-family ipv4 vrf vf-custA
neighbor 100.1.1.2 remote-as 65000
neighbor 100.1.1.2 as-override
neighbor 100.1.1.2 soo 65000:1

If I then want to stop an SOO extended community of 65000:1 being advertised deeper into the "service provider" iBGP network, can I do this?

 

ip extcommunity-list expanded CL-DROPSOO permit ^65000:1$

route-map RM-OUT-DROPCOMM permit 10
set comm-list CL-DROPSOO delete
exit

[...]
neighbor 192.168.1.1 send-community both
neighbor 192.168.1.1 route-map RM-OUT-DROPCOMM out

Kind regards

 

James.

3 Replies 3

Korth501
Level 1
Level 1

Hi,

Dit you ever figure out how to solve this issue?

Greetings,

Bob

make new post it is better

MHM

j.a.m.e.s
Level 3
Level 3

Hi Bob,

I just didn't use the SOO community and worked around the requirement another way. It's not an ideal solution, but one option might be just switch off announcing the send-community on the neighbor statement.

Review Cisco Networking for a $25 gift card