router bgp 65000 address-family vpnv4 unicast ! address-family vpnv6 unicast ! ! neighbor-group RR_Client remote-as 65000 update-source Loopback0 address-family vpnv4 unicast multipath route-reflector-client soft-reconfiguration inbound always ! address-family vpnv6 unicast multipath route-reflector-client soft-reconfiguration inbound always ! ! neighbor-group RR remote-as 65000 update-source Loopback0 address-family vpnv4 unicast multipath soft-reconfiguration inbound always ! address-family vpnv6 unicast multipath soft-reconfiguration inbound always ! ! neighbor x.x.x.x use neighbor-group RR_Client ! neighbor x.x.x.x use neighbor-group RR ! vrf Internet rd 65000:65001 bgp bestpath as-path multipath-relax address-family ipv4 unicast label mode per-vrf maximum-paths ebgp 4 maximum-paths ibgp 4 ! address-family ipv6 unicast label mode per-vrf maximum-paths ebgp 4 maximum-paths ibgp 4