42 lines
1,013 B
Text
42 lines
1,013 B
Text
frr defaults traditional
|
|
!
|
|
hostname r1
|
|
password zebra
|
|
log stdout notifications
|
|
log commands
|
|
router bgp 5226
|
|
bgp router-id 1.1.1.1
|
|
bgp cluster-id 1.1.1.1
|
|
no bgp ebgp-requires-policy
|
|
neighbor 192.168.1.2 remote-as 5226
|
|
neighbor 192.168.1.2 update-source 192.168.1.1
|
|
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 1.1.1.1
|
|
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 101
|
|
rd 10:1
|
|
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
|