65 lines
1.2 KiB
Text
65 lines
1.2 KiB
Text
frr defaults traditional
|
|
!
|
|
bgp send-extra-data zebra
|
|
!
|
|
hostname r1
|
|
password zebra
|
|
!
|
|
log stdout notifications
|
|
log commands
|
|
!
|
|
!debug bgp neighbor-events
|
|
!debug bgp zebra
|
|
!debug bgp vnc verbose
|
|
!debug bgp update-groups
|
|
!debug bgp updates in
|
|
!debug bgp updates out
|
|
!debug bgp vpn label
|
|
!debug bgp vpn leak-from-vrf
|
|
!debug bgp vpn leak-to-vrf
|
|
!debug bgp vpn rmap-event
|
|
!
|
|
router bgp 1
|
|
bgp router-id 1.1.1.1
|
|
no bgp ebgp-requires-policy
|
|
no bgp default ipv4-unicast
|
|
neighbor 2001::2 remote-as 2
|
|
neighbor 2001::2 timers 3 10
|
|
neighbor 2001::2 timers connect 1
|
|
!
|
|
address-family ipv6 vpn
|
|
neighbor 2001::2 activate
|
|
exit-address-family
|
|
!
|
|
segment-routing srv6
|
|
locator loc1
|
|
!
|
|
!
|
|
router bgp 1 vrf vrf10
|
|
bgp router-id 1.1.1.1
|
|
no bgp ebgp-requires-policy
|
|
no bgp default ipv4-unicast
|
|
!
|
|
address-family ipv6 unicast
|
|
sid vpn export auto
|
|
rd vpn export 1:10
|
|
rt vpn both 99:99
|
|
import vpn
|
|
export vpn
|
|
redistribute connected
|
|
exit-address-family
|
|
!
|
|
router bgp 1 vrf vrf20
|
|
bgp router-id 1.1.1.1
|
|
no bgp ebgp-requires-policy
|
|
no bgp default ipv4-unicast
|
|
!
|
|
address-family ipv6 unicast
|
|
sid vpn export auto
|
|
rd vpn export 1:20
|
|
rt vpn both 88:88
|
|
import vpn
|
|
export vpn
|
|
redistribute connected
|
|
exit-address-family
|
|
!
|