Match community doesn't work! #13328
emanuelmagalhaescunha
started this conversation in
General
Replies: 1 comment
-
Hi. On my ipv4 bgb route maps seems doesn't work. I'm using 'ip prefix-list' only. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Does anyone know why FRR can't match Community?
Here I am receiving routes from R3, when receiving these routes I mark them with
Community 65000:9000.
In the same way he created the Community list ->
bgp community-list standard comm-TESTE seq 5 permit 65000:9000
I have the script:
route map RM_TESTE permission 1 matches community comm-iBGP_RS-01 exit
When I try to send the routes marked with this Community the FRR does not send!
I already consulted the table to see if the Community really scored and the result is positive!
bgp router 65321
bgp router id 192.168.0.1
bgp log-neighbor-changes
bgp deterministic-med
bgp route-reflector allow egress policy
remote neighbor 192.168.0.2 as 65321
neighbor 192.168.0.2 update source 192.168.0.1
bgp fast convergence
ipv4 unicast address family
redistribute kernel
redistribute connected
redistribute static
redistribute table
neighbor 192.168.0.2 route-reflector-client
neighbor 192.168.0.2 soft reset entry
neighbor 192.168.0.2 route map RM_TESTE out
I am very grateful for everyone's collaboration!
Beta Was this translation helpful? Give feedback.
All reactions