11-27-2007 05:16 PM - edited 03-05-2019 07:39 PM
I have a router with two ebgp neighbors and one ibgp neighbor. The router recieved the networks with different communities from the ibgp neighbor and with community-list and route-maps we decide for which ebgp sesion advertise the networks. But when i send a network with two differents communities to be advertise for the two different ebgp session the router do not advertise this network.
I will be very glad if some could help me
11-27-2007 08:26 PM
Hi,
You can do like this to debug this issue.
1) Please use community list option with "show ip bgp" command and see if the particular network is listed.
2) From the config the regexp seems to be wrong.
^65000:[0|1][0|4]0[0|5]2$
This always allows only one community value.Please check this.
Thanks
Nambi.
11-28-2007 06:16 PM
Thanks a lot, with the community-list without the ^ and $ the problem is solved.
Now the community-list are
ip community-list expanded 65000_MAQ_1 permit 65000:[0|1][0|4]0[0|5][0|1]
ip community-list expanded 65000_MAQ_2 permit 65000:[0|1][0|4]0[0|5][0|2]
11-28-2007 07:55 PM
great!!!thanks for updating.
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