forked from Mirror/frr

Many useless commande are still persistent in the bgp_srv6l3vpn_to_bgp_vrf tests. Remove the useless commands. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
36 lines
836 B
Plaintext
36 lines
836 B
Plaintext
frr defaults traditional
|
|
bgp send-extra-data zebra
|
|
!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 65002
|
|
bgp router-id 2.0.0.2
|
|
no bgp ebgp-requires-policy
|
|
!no bgp default ipv4-unicast
|
|
neighbor fd02::1 remote-as 2
|
|
neighbor fd02::1 timers 3 10
|
|
neighbor fd02::1 timers connect 1
|
|
neighbor fd02::1 interface eth0
|
|
neighbor fd02::1 update-source fd02::2
|
|
neighbor fd02::1 capability extended-nexthop
|
|
!
|
|
address-family ipv4 unicast
|
|
network 192.168.2.0 mask 255.255.255.0
|
|
neighbor fd02::1 activate
|
|
exit-address-family
|
|
!
|
|
address-family ipv6 unicast
|
|
network 2001:2::/64
|
|
neighbor fd02::1 activate
|
|
exit-address-family
|
|
!
|
|
!
|