11-01-2020 11:13 PM
Hi Guys
I'm curious that EVPN , VPNv4 are support regular BGP community?
I always found an extended community config when having MP-BGP peering. But not sure that, Are we able to take regular BGP community on MP-BGP?
Solved! Go to Solution.
11-01-2020 11:43 PM
Hello @ivynobita ,
standard BGP communities can be used in addition to the extended communities but not in substitution of them.
The Cisco IOS command to use both type of communities is
neighbor x.x.x.x send-community both
in the appropriate address-family.
Some key values like route targets are still extended communities however adding standard communities to the scenario gives some additional capabilties like those to increase local preference for routes including VPNv4 routes or other types of MP NLRIs having a specific standard community attribute to create a primary /secondary routing strategy to multihomed VRF sites or other types of services.
Hope to help
Giuseppe
11-01-2020 11:43 PM
Hello @ivynobita ,
standard BGP communities can be used in addition to the extended communities but not in substitution of them.
The Cisco IOS command to use both type of communities is
neighbor x.x.x.x send-community both
in the appropriate address-family.
Some key values like route targets are still extended communities however adding standard communities to the scenario gives some additional capabilties like those to increase local preference for routes including VPNv4 routes or other types of MP NLRIs having a specific standard community attribute to create a primary /secondary routing strategy to multihomed VRF sites or other types of services.
Hope to help
Giuseppe
11-02-2020 09:08 PM
Thank Giuseppe
It works!
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