frr defaults traditional ! hostname r3 password zebra log stdout notifications log commands router bgp 5226 bgp router-id 3.3.3.3 bgp cluster-id 3.3.3.3 no bgp ebgp-requires-policy neighbor 192.168.1.2 remote-as 5226 neighbor 192.168.1.2 update-source 192.168.1.2 neighbor 192.168.1.2 route-reflector-client neighbor 192.168.1.2 timers 3 10 neighbor 2.2.2.2 remote-as 5226 neighbor 2.2.2.2 update-source 3.3.3.3 neighbor 2.2.2.2 timers 3 10 ! address-family ipv4 unicast redistribute vnc-direct neighbor 192.168.1.2 activate neighbor 192.168.1.2 next-hop-self no neighbor 2.2.2.2 activate exit-address-family address-family ipv4 vpn neighbor 2.2.2.2 activate exit-address-family ! vrf-policy cust1 label 103 rd 10:3 rt both 52:100 nexthop 192.168.1.1 exit-vrf-policy ! vnc export bgp mode group-nve vnc export bgp group-nve group cust1 vnc redistribute mode resolve-nve vnc redistribute ipv4 bgp-direct ! end