FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.33k stars 1.25k forks source link

BGP address-family ipv6 send-community not working #5529

Closed matiasojedam closed 4 years ago

matiasojedam commented 4 years ago

Hi!

I trying to send community to peers but not working. at configuration, I put: router-mia-us-01(config-router)# address-family ipv6 unicast router-mia-us-01(config-router-af)# neighbor 2001:xxxx:ffff::1 send-community all neighbor 2001:xxx:10:72::1 send-community all

wr me , but the send-community no keep in running-config and community are not sending to peers. Debian buster ii frr 6.0.2-2 amd64 FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...) ii frr-pythontools 6.0.2-2 all FRRouting suite - Python tools ii frr-rpki-rtrlib 6.0.2-2 amd64 FRRouting suite - BGP RPKI support (rtrlib)

ton31337 commented 4 years ago

@matiasojedam basically send-community is enabled by default and it appears in running-config only if no send-community is defined. Can you show the running-config from the source node you are sending communities and show bgp <prefix> from the destination?

ton31337 commented 4 years ago

@polychaeta autoclose in 1week.