09-13-2019 01:17 PM
Hi all,
I am trying to lab a scenario for L3VPN where I do have a BGP VPNv4 RR and multihomed customers (CEs).
I wonder if we can utilize the mulitpathing using BGP diverse-path (IOS XE) or BGP Add-path (IOS XR) on the RR without changing the RDs.
The following is the XE related configuration which is now my concern right now.
The document uses the IPv4 unicast AFI/SAFI where we need to have the same configuration for the VPNv4.
I have configured the following configuration on my BGP VPNv4 RR. However, the additional path (diverse path) is not advertise to the PE peer where is my case its IP address is 44.44.44.44. Following is the config of the VPNv4 RR:
router bgp 200
bgp log-neighbor-changes
no bgp default ipv4-unicast
neighbor 44.44.44.44 remote-as 200
neighbor 44.44.44.44 update-source Loopback0
address-family ipv4
exit-address-family
!
address-family vpnv4
neighbor 44.44.44.44 activate
neighbor 44.44.44.44 send-community extended
neighbor 44.44.44.44 route-reflector-client
neighbor 44.44.44.44 advertise diverse-path mpath
maximum-paths 4
In the meantime, the doc states to use the maximum-path ibgp 4 where the "ibgp" term is available only under IPv4 unicast AFI/SAFI and not the VPNv4 AFI/SAFI.
any feedback or help is much appreciated.
Regards
Seek
09-14-2019 11:58 AM
10-16-2019 03:49 AM
Hello,
there are ways you can do it.
1 Additional path
2. Best-external
Can you share the configuration of other routers and show route for VPN4 on RR ?
11-18-2019 12:18 PM
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