mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-03 00:51:52 +00:00
tests: Remove debugs from topotests
Debugs take up a significant amount of cpu time as well as increased disk space for storage of results. Reduce test over head by removing the debugs, Hopefully this helps alleviate some of the overloading that we are seeing in our CI systems. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
79fd3e0c97
commit
949aaea5ba
@ -1,6 +1,6 @@
|
|||||||
log file isisd.log
|
log file isisd.log
|
||||||
!
|
!
|
||||||
debug isis events
|
! debug isis events
|
||||||
!
|
!
|
||||||
!
|
!
|
||||||
interface r1-eth5
|
interface r1-eth5
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
log file ldpd.log
|
log file ldpd.log
|
||||||
!
|
!
|
||||||
debug mpls ldp event
|
! debug mpls ldp event
|
||||||
debug mpls ldp zebra
|
! debug mpls ldp zebra
|
||||||
!
|
!
|
||||||
!
|
!
|
||||||
mpls ldp
|
mpls ldp
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
log file ospf6d.log
|
log file ospf6d.log
|
||||||
!
|
!
|
||||||
debug ospf6 lsa unknown
|
! debug ospf6 lsa unknown
|
||||||
debug ospf6 zebra
|
! debug ospf6 zebra
|
||||||
debug ospf6 interface
|
! debug ospf6 interface
|
||||||
debug ospf6 neighbor
|
! debug ospf6 neighbor
|
||||||
!
|
!
|
||||||
interface r1-eth4
|
interface r1-eth4
|
||||||
!
|
!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
log file ospfd.log
|
log file ospfd.log
|
||||||
!
|
!
|
||||||
debug ospf event
|
! debug ospf event
|
||||||
debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
router ospf
|
router ospf
|
||||||
ospf router-id 192.168.0.1
|
ospf router-id 192.168.0.1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
log file ripd.log
|
log file ripd.log
|
||||||
!
|
!
|
||||||
debug rip events
|
! debug rip events
|
||||||
debug rip zebra
|
! debug rip zebra
|
||||||
!
|
!
|
||||||
router rip
|
router rip
|
||||||
version 2
|
version 2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
log file ripngd.log
|
log file ripngd.log
|
||||||
!
|
!
|
||||||
debug ripng events
|
! debug ripng events
|
||||||
debug ripng zebra
|
! debug ripng zebra
|
||||||
!
|
!
|
||||||
router ripng
|
router ripng
|
||||||
network fc00:0:0:2::/64
|
network fc00:0:0:2::/64
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
debug bgp neighbor-events
|
! debug bgp neighbor-events
|
||||||
router bgp 101
|
router bgp 101
|
||||||
bgp router-id 10.254.254.1
|
bgp router-id 10.254.254.1
|
||||||
no bgp ebgp-requires-policy
|
no bgp ebgp-requires-policy
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
debug bgp neighbor-events
|
! debug bgp neighbor-events
|
||||||
router bgp 102
|
router bgp 102
|
||||||
bgp router-id 10.254.254.3
|
bgp router-id 10.254.254.3
|
||||||
no bgp ebgp-requires-policy
|
no bgp ebgp-requires-policy
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 10.0.1.2 interface eth-rt2
|
peer 10.0.1.2 interface eth-rt2
|
||||||
|
@ -5,11 +5,11 @@ hostname rt1
|
|||||||
!
|
!
|
||||||
password 1
|
password 1
|
||||||
!
|
!
|
||||||
debug isis events
|
! debug isis events
|
||||||
debug isis route-events
|
! debug isis route-events
|
||||||
debug isis spf-events
|
! debug isis spf-events
|
||||||
debug isis adj-packets
|
! debug isis adj-packets
|
||||||
debug isis lsp-sched
|
! debug isis lsp-sched
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip router isis 1
|
ip router isis 1
|
||||||
|
@ -3,10 +3,10 @@ log timestamp precision 3
|
|||||||
!
|
!
|
||||||
hostname rt1
|
hostname rt1
|
||||||
!
|
!
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra packet
|
! debug zebra packet
|
||||||
debug zebra events
|
! debug zebra events
|
||||||
debug zebra rib
|
! debug zebra rib
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip address 1.1.1.1/32
|
ip address 1.1.1.1/32
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 10.0.1.1 interface eth-rt1
|
peer 10.0.1.1 interface eth-rt1
|
||||||
|
@ -4,9 +4,9 @@ hostname rt2
|
|||||||
!
|
!
|
||||||
password 1
|
password 1
|
||||||
!
|
!
|
||||||
debug isis events
|
! debug isis events
|
||||||
debug isis route-events
|
! debug isis route-events
|
||||||
debug isis spf-events
|
! debug isis spf-events
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip router isis 1
|
ip router isis 1
|
||||||
|
@ -2,8 +2,8 @@ log file zebra.log
|
|||||||
!
|
!
|
||||||
hostname rt2
|
hostname rt2
|
||||||
!
|
!
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra packet
|
! debug zebra packet
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip address 2.2.2.2/32
|
ip address 2.2.2.2/32
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 10.0.2.1 interface eth-rt1
|
peer 10.0.2.1 interface eth-rt1
|
||||||
|
@ -4,9 +4,9 @@ hostname rt3
|
|||||||
!
|
!
|
||||||
password 1
|
password 1
|
||||||
!
|
!
|
||||||
debug isis events
|
! debug isis events
|
||||||
debug isis route-events
|
! debug isis route-events
|
||||||
debug isis spf-events
|
! debug isis spf-events
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip router isis 1
|
ip router isis 1
|
||||||
|
@ -2,8 +2,8 @@ log file zebra.log
|
|||||||
!
|
!
|
||||||
hostname rt3
|
hostname rt3
|
||||||
!
|
!
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra packet
|
! debug zebra packet
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip address 3.3.3.3/32
|
ip address 3.3.3.3/32
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
|
@ -4,9 +4,9 @@ hostname rt4
|
|||||||
!
|
!
|
||||||
password 1
|
password 1
|
||||||
!
|
!
|
||||||
debug isis events
|
! debug isis events
|
||||||
debug isis route-events
|
! debug isis route-events
|
||||||
debug isis spf-events
|
! debug isis spf-events
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip router isis 1
|
ip router isis 1
|
||||||
|
@ -2,8 +2,8 @@ log file zebra.log
|
|||||||
!
|
!
|
||||||
hostname rt4
|
hostname rt4
|
||||||
!
|
!
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra packet
|
! debug zebra packet
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip address 4.4.4.4/32
|
ip address 4.4.4.4/32
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
|
@ -4,9 +4,9 @@ hostname rt5
|
|||||||
!
|
!
|
||||||
password 1
|
password 1
|
||||||
!
|
!
|
||||||
debug isis events
|
! debug isis events
|
||||||
debug isis route-events
|
! debug isis route-events
|
||||||
debug isis spf-events
|
! debug isis spf-events
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip router isis 1
|
ip router isis 1
|
||||||
|
@ -2,8 +2,8 @@ log file zebra.log
|
|||||||
!
|
!
|
||||||
hostname rt5
|
hostname rt5
|
||||||
!
|
!
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra packet
|
! debug zebra packet
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip address 5.5.5.5/32
|
ip address 5.5.5.5/32
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
log file bfdd.log
|
log file bfdd.log
|
||||||
log timestamp precision 3
|
log timestamp precision 3
|
||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
!
|
!
|
||||||
|
@ -5,8 +5,8 @@ hostname rt1
|
|||||||
!
|
!
|
||||||
password 1
|
password 1
|
||||||
!
|
!
|
||||||
debug ospf event
|
! debug ospf event
|
||||||
debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip ospf area 0.0.0.0
|
ip ospf area 0.0.0.0
|
||||||
|
@ -3,10 +3,10 @@ log timestamp precision 3
|
|||||||
!
|
!
|
||||||
hostname rt1
|
hostname rt1
|
||||||
!
|
!
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra packet
|
! debug zebra packet
|
||||||
debug zebra events
|
! debug zebra events
|
||||||
debug zebra rib
|
! debug zebra rib
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip address 1.1.1.1/32
|
ip address 1.1.1.1/32
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
!
|
!
|
||||||
|
@ -4,8 +4,8 @@ hostname rt2
|
|||||||
!
|
!
|
||||||
password 1
|
password 1
|
||||||
!
|
!
|
||||||
debug ospf event
|
! debug ospf event
|
||||||
debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip ospf area 0.0.0.0
|
ip ospf area 0.0.0.0
|
||||||
|
@ -2,8 +2,8 @@ log file zebra.log
|
|||||||
!
|
!
|
||||||
hostname rt2
|
hostname rt2
|
||||||
!
|
!
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra packet
|
! debug zebra packet
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip address 2.2.2.2/32
|
ip address 2.2.2.2/32
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
!
|
!
|
||||||
|
@ -4,8 +4,8 @@ hostname rt3
|
|||||||
!
|
!
|
||||||
password 1
|
password 1
|
||||||
!
|
!
|
||||||
debug ospf event
|
! debug ospf event
|
||||||
debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip ospf area 0.0.0.0
|
ip ospf area 0.0.0.0
|
||||||
|
@ -2,8 +2,8 @@ log file zebra.log
|
|||||||
!
|
!
|
||||||
hostname rt3
|
hostname rt3
|
||||||
!
|
!
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra packet
|
! debug zebra packet
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip address 3.3.3.3/32
|
ip address 3.3.3.3/32
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
|
@ -4,8 +4,8 @@ hostname rt4
|
|||||||
!
|
!
|
||||||
password 1
|
password 1
|
||||||
!
|
!
|
||||||
debug ospf event
|
! debug ospf event
|
||||||
debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip ospf area 0.0.0.0
|
ip ospf area 0.0.0.0
|
||||||
|
@ -2,8 +2,8 @@ log file zebra.log
|
|||||||
!
|
!
|
||||||
hostname rt4
|
hostname rt4
|
||||||
!
|
!
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra packet
|
! debug zebra packet
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip address 4.4.4.4/32
|
ip address 4.4.4.4/32
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
|
@ -4,8 +4,8 @@ hostname rt5
|
|||||||
!
|
!
|
||||||
password 1
|
password 1
|
||||||
!
|
!
|
||||||
debug ospf event
|
! debug ospf event
|
||||||
debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip ospf area 0.0.0.0
|
ip ospf area 0.0.0.0
|
||||||
|
@ -2,8 +2,8 @@ log file zebra.log
|
|||||||
!
|
!
|
||||||
hostname rt5
|
hostname rt5
|
||||||
!
|
!
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra packet
|
! debug zebra packet
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip address 5.5.5.5/32
|
ip address 5.5.5.5/32
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
profile slowtx
|
profile slowtx
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
profile slowtx
|
profile slowtx
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
debug bgp neighbor-events
|
! debug bgp neighbor-events
|
||||||
!
|
!
|
||||||
router bgp 100
|
router bgp 100
|
||||||
bgp router-id 10.254.254.2
|
bgp router-id 10.254.254.2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
profile fasttx
|
profile fasttx
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
hostname r3
|
hostname r3
|
||||||
!
|
!
|
||||||
debug isis adj-packets
|
! debug isis adj-packets
|
||||||
debug isis events
|
! debug isis events
|
||||||
debug isis update-packets
|
! debug isis update-packets
|
||||||
!
|
!
|
||||||
interface r3-eth1
|
interface r3-eth1
|
||||||
ipv6 router isis lan
|
ipv6 router isis lan
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
profile fast-tx
|
profile fast-tx
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
debug bgp neighbor-events
|
! debug bgp neighbor-events
|
||||||
!
|
!
|
||||||
router bgp 200
|
router bgp 200
|
||||||
bgp router-id 10.254.254.4
|
bgp router-id 10.254.254.4
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
hostname r4
|
hostname r4
|
||||||
!
|
!
|
||||||
debug isis adj-packets
|
! debug isis adj-packets
|
||||||
debug isis events
|
! debug isis events
|
||||||
debug isis update-packets
|
! debug isis update-packets
|
||||||
!
|
!
|
||||||
interface r4-eth0
|
interface r4-eth0
|
||||||
ipv6 router isis lan
|
ipv6 router isis lan
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
! profile is commented out on purpose.
|
! profile is commented out on purpose.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
! profile is commented out on purpose.
|
! profile is commented out on purpose.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 192.168.0.2
|
peer 192.168.0.2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 192.168.0.1
|
peer 192.168.0.1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 192.168.1.2
|
peer 192.168.1.2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 192.168.2.2
|
peer 192.168.2.2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 2001:db8:4::1 multihop local-address 2001:db8:1::1
|
peer 2001:db8:4::1 multihop local-address 2001:db8:1::1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 2001:db8:1::1 multihop local-address 2001:db8:4::1
|
peer 2001:db8:1::1 multihop local-address 2001:db8:4::1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
profile fast-tx
|
profile fast-tx
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
profile fast-tx
|
profile fast-tx
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
profile slow-tx
|
profile slow-tx
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
profile slow-tx
|
profile slow-tx
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 192.168.0.2 vrf r1-bfd-cust1
|
peer 192.168.0.2 vrf r1-bfd-cust1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 192.168.0.1 vrf r2-bfd-cust1
|
peer 192.168.0.1 vrf r2-bfd-cust1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 192.168.1.2 vrf r3-bfd-cust1
|
peer 192.168.1.2 vrf r3-bfd-cust1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
!
|
!
|
||||||
debug bfd network
|
! debug bfd network
|
||||||
debug bfd peer
|
! debug bfd peer
|
||||||
debug bfd zebra
|
! debug bfd zebra
|
||||||
!
|
!
|
||||||
bfd
|
bfd
|
||||||
peer 192.168.2.2 vrf r4-bfd-cust1
|
peer 192.168.2.2 vrf r4-bfd-cust1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
debug bgp updates
|
! debug bgp updates
|
||||||
!
|
!
|
||||||
access-list acl-sup-one seq 5 permit 192.168.2.1/32
|
access-list acl-sup-one seq 5 permit 192.168.2.1/32
|
||||||
access-list acl-sup-one seq 10 deny any
|
access-list acl-sup-one seq 10 deny any
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
debug bgp neighbor-events
|
! debug bgp neighbor-events
|
||||||
|
|
||||||
router bgp 65001 vrf blue
|
router bgp 65001 vrf blue
|
||||||
timers bgp 3 9
|
timers bgp 3 9
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
debug bgp neighbor-events
|
! debug bgp neighbor-events
|
||||||
|
|
||||||
router bgp 65001 vrf blue
|
router bgp 65001 vrf blue
|
||||||
timers bgp 3 9
|
timers bgp 3 9
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!
|
!
|
||||||
debug bgp updates
|
! debug bgp updates
|
||||||
!
|
!
|
||||||
router bgp 65001
|
router bgp 65001
|
||||||
no bgp ebgp-requires-policy
|
no bgp ebgp-requires-policy
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!
|
!
|
||||||
debug bgp updates
|
! debug bgp updates
|
||||||
!
|
!
|
||||||
router bgp 65002
|
router bgp 65002
|
||||||
no bgp ebgp-requires-policy
|
no bgp ebgp-requires-policy
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
!
|
!
|
||||||
frr defaults datacenter
|
frr defaults datacenter
|
||||||
!
|
!
|
||||||
debug bgp evpn mh es
|
! debug bgp evpn mh es
|
||||||
debug bgp evpn mh route
|
! debug bgp evpn mh route
|
||||||
debug bgp zebra
|
! debug bgp zebra
|
||||||
!
|
!
|
||||||
!
|
!
|
||||||
router bgp 65002
|
router bgp 65002
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
debug zebra evpn mh es
|
! debug zebra evpn mh es
|
||||||
debug zebra evpn mh mac
|
! debug zebra evpn mh mac
|
||||||
debug zebra evpn mh neigh
|
! debug zebra evpn mh neigh
|
||||||
debug zebra evpn mh nh
|
! debug zebra evpn mh nh
|
||||||
debug zebra vxlan
|
! debug zebra vxlan
|
||||||
!
|
!
|
||||||
evpn mh startup-delay 1
|
evpn mh startup-delay 1
|
||||||
!
|
!
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
!
|
!
|
||||||
frr defaults datacenter
|
frr defaults datacenter
|
||||||
!
|
!
|
||||||
debug bgp evpn mh es
|
! debug bgp evpn mh es
|
||||||
debug bgp evpn mh route
|
! debug bgp evpn mh route
|
||||||
debug bgp zebra
|
! debug bgp zebra
|
||||||
!
|
!
|
||||||
!
|
!
|
||||||
router bgp 65003
|
router bgp 65003
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
debug zebra evpn mh es
|
! debug zebra evpn mh es
|
||||||
debug zebra evpn mh mac
|
! debug zebra evpn mh mac
|
||||||
debug zebra evpn mh neigh
|
! debug zebra evpn mh neigh
|
||||||
debug zebra evpn mh nh
|
! debug zebra evpn mh nh
|
||||||
debug zebra vxlan
|
! debug zebra vxlan
|
||||||
!
|
!
|
||||||
evpn mh startup-delay 1
|
evpn mh startup-delay 1
|
||||||
!
|
!
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
!
|
!
|
||||||
frr defaults datacenter
|
frr defaults datacenter
|
||||||
!
|
!
|
||||||
debug bgp evpn mh es
|
! debug bgp evpn mh es
|
||||||
debug bgp evpn mh route
|
! debug bgp evpn mh route
|
||||||
debug bgp zebra
|
! debug bgp zebra
|
||||||
!
|
!
|
||||||
!
|
!
|
||||||
router bgp 65004
|
router bgp 65004
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
debug zebra evpn mh es
|
! debug zebra evpn mh es
|
||||||
debug zebra evpn mh mac
|
! debug zebra evpn mh mac
|
||||||
debug zebra evpn mh neigh
|
! debug zebra evpn mh neigh
|
||||||
debug zebra evpn mh nh
|
! debug zebra evpn mh nh
|
||||||
debug zebra vxlan
|
! debug zebra vxlan
|
||||||
!
|
!
|
||||||
evpn mh startup-delay 1
|
evpn mh startup-delay 1
|
||||||
!
|
!
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
!
|
!
|
||||||
frr defaults datacenter
|
frr defaults datacenter
|
||||||
!
|
!
|
||||||
debug bgp evpn mh es
|
! debug bgp evpn mh es
|
||||||
debug bgp evpn mh route
|
! debug bgp evpn mh route
|
||||||
debug bgp zebra
|
! debug bgp zebra
|
||||||
!
|
!
|
||||||
router bgp 65005
|
router bgp 65005
|
||||||
bgp router-id 192.168.100.18
|
bgp router-id 192.168.100.18
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
debug zebra evpn mh es
|
! debug zebra evpn mh es
|
||||||
debug zebra evpn mh mac
|
! debug zebra evpn mh mac
|
||||||
debug zebra evpn mh neigh
|
! debug zebra evpn mh neigh
|
||||||
debug zebra evpn mh nh
|
! debug zebra evpn mh nh
|
||||||
debug zebra vxlan
|
! debug zebra vxlan
|
||||||
!
|
!
|
||||||
evpn mh startup-delay 1
|
evpn mh startup-delay 1
|
||||||
!
|
!
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
debug bgp neighbor-events
|
! debug bgp neighbor-events
|
||||||
debug bgp updates
|
! debug bgp updates
|
||||||
debug bgp zebra
|
! debug bgp zebra
|
||||||
router bgp 65000
|
router bgp 65000
|
||||||
bgp router-id 192.168.100.21
|
bgp router-id 192.168.100.21
|
||||||
bgp log-neighbor-changes
|
bgp log-neighbor-changes
|
||||||
|
@ -3,10 +3,10 @@ log stdout
|
|||||||
hostname r1
|
hostname r1
|
||||||
password zebra
|
password zebra
|
||||||
|
|
||||||
debug zebra vxlan
|
! debug zebra vxlan
|
||||||
debug zebra kernel
|
! debug zebra kernel
|
||||||
debug zebra dplane
|
! debug zebra dplane
|
||||||
debug zebra rib
|
! debug zebra rib
|
||||||
log stdout
|
log stdout
|
||||||
vrf r1-vrf-101
|
vrf r1-vrf-101
|
||||||
vni 101
|
vni 101
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
debug bgp neighbor-events
|
! debug bgp neighbor-events
|
||||||
debug bgp updates
|
! debug bgp updates
|
||||||
debug bgp zebra
|
! debug bgp zebra
|
||||||
router bgp 65000
|
router bgp 65000
|
||||||
bgp router-id 192.168.100.41
|
bgp router-id 192.168.100.41
|
||||||
bgp log-neighbor-changes
|
bgp log-neighbor-changes
|
||||||
|
@ -3,7 +3,7 @@ log stdout
|
|||||||
hostname r2
|
hostname r2
|
||||||
password zebra
|
password zebra
|
||||||
|
|
||||||
debug zebra vxlan
|
! debug zebra vxlan
|
||||||
|
|
||||||
vrf r2-vrf-101
|
vrf r2-vrf-101
|
||||||
vni 101
|
vni 101
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
log file ospf6d.log
|
log file ospf6d.log
|
||||||
!
|
!
|
||||||
debug ospf6 neighbor
|
! debug ospf6 neighbor
|
||||||
!
|
!
|
||||||
interface r1-lo
|
interface r1-lo
|
||||||
!
|
!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
log file ospfd.log
|
log file ospfd.log
|
||||||
!
|
!
|
||||||
debug ospf event
|
! debug ospf event
|
||||||
debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface r1-eth1
|
interface r1-eth1
|
||||||
ip ospf hello-interval 2
|
ip ospf hello-interval 2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
log file ospf6d.log
|
log file ospf6d.log
|
||||||
!
|
!
|
||||||
debug ospf6 neighbor
|
! debug ospf6 neighbor
|
||||||
!
|
!
|
||||||
interface r2-lo
|
interface r2-lo
|
||||||
!
|
!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
log file ospfd.log
|
log file ospfd.log
|
||||||
!
|
!
|
||||||
debug ospf event
|
! debug ospf event
|
||||||
debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
int r2-eth1
|
int r2-eth1
|
||||||
ip ospf hello-interval 2
|
ip ospf hello-interval 2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
log file ospf6d.log
|
log file ospf6d.log
|
||||||
!
|
!
|
||||||
debug ospf6 neighbor
|
! debug ospf6 neighbor
|
||||||
!
|
!
|
||||||
interface r3-lo
|
interface r3-lo
|
||||||
!
|
!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
log file ospfd.log
|
log file ospfd.log
|
||||||
!
|
!
|
||||||
debug ospf event
|
! debug ospf event
|
||||||
debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
int r3-eth1
|
int r3-eth1
|
||||||
ip ospf hello-interval 2
|
ip ospf hello-interval 2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
debug zebra packet recv
|
! debug zebra packet recv
|
||||||
debug zebra packet send
|
! debug zebra packet send
|
||||||
log stdout
|
log stdout
|
||||||
interface lo
|
interface lo
|
||||||
ip address 10.254.254.1/32
|
ip address 10.254.254.1/32
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
hostname r1
|
hostname r1
|
||||||
log file ldpd.log
|
log file ldpd.log
|
||||||
!
|
!
|
||||||
debug mpls ldp zebra
|
! debug mpls ldp zebra
|
||||||
debug mpls ldp event
|
! debug mpls ldp event
|
||||||
debug mpls ldp errors
|
! debug mpls ldp errors
|
||||||
debug mpls ldp messages recv
|
! debug mpls ldp messages recv
|
||||||
debug mpls ldp messages sent
|
! debug mpls ldp messages sent
|
||||||
debug mpls ldp discovery hello recv
|
! debug mpls ldp discovery hello recv
|
||||||
debug mpls ldp discovery hello sent
|
! debug mpls ldp discovery hello sent
|
||||||
!
|
!
|
||||||
mpls ldp
|
mpls ldp
|
||||||
router-id 1.1.1.1
|
router-id 1.1.1.1
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
hostname r2
|
hostname r2
|
||||||
log file ldpd.log
|
log file ldpd.log
|
||||||
!
|
!
|
||||||
debug mpls ldp zebra
|
! debug mpls ldp zebra
|
||||||
debug mpls ldp event
|
! debug mpls ldp event
|
||||||
debug mpls ldp errors
|
! debug mpls ldp errors
|
||||||
debug mpls ldp messages recv
|
! debug mpls ldp messages recv
|
||||||
debug mpls ldp messages sent
|
! debug mpls ldp messages sent
|
||||||
debug mpls ldp discovery hello recv
|
! debug mpls ldp discovery hello recv
|
||||||
debug mpls ldp discovery hello sent
|
! debug mpls ldp discovery hello sent
|
||||||
!
|
!
|
||||||
mpls ldp
|
mpls ldp
|
||||||
router-id 2.2.2.2
|
router-id 2.2.2.2
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
hostname r3
|
hostname r3
|
||||||
log file ldpd.log
|
log file ldpd.log
|
||||||
!
|
!
|
||||||
debug mpls ldp zebra
|
! debug mpls ldp zebra
|
||||||
debug mpls ldp event
|
! debug mpls ldp event
|
||||||
debug mpls ldp errors
|
! debug mpls ldp errors
|
||||||
debug mpls ldp messages recv
|
! debug mpls ldp messages recv
|
||||||
debug mpls ldp messages sent
|
! debug mpls ldp messages sent
|
||||||
debug mpls ldp discovery hello recv
|
! debug mpls ldp discovery hello recv
|
||||||
debug mpls ldp discovery hello sent
|
! debug mpls ldp discovery hello sent
|
||||||
!
|
!
|
||||||
mpls ldp
|
mpls ldp
|
||||||
router-id 3.3.3.3
|
router-id 3.3.3.3
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
hostname r4
|
hostname r4
|
||||||
log file ldpd.log
|
log file ldpd.log
|
||||||
!
|
!
|
||||||
debug mpls ldp zebra
|
! debug mpls ldp zebra
|
||||||
debug mpls ldp event
|
! debug mpls ldp event
|
||||||
debug mpls ldp errors
|
! debug mpls ldp errors
|
||||||
debug mpls ldp messages recv
|
! debug mpls ldp messages recv
|
||||||
debug mpls ldp messages sent
|
! debug mpls ldp messages sent
|
||||||
debug mpls ldp discovery hello recv
|
! debug mpls ldp discovery hello recv
|
||||||
debug mpls ldp discovery hello sent
|
! debug mpls ldp discovery hello sent
|
||||||
!
|
!
|
||||||
mpls ldp
|
mpls ldp
|
||||||
router-id 4.4.4.4
|
router-id 4.4.4.4
|
||||||
|
@ -2,13 +2,13 @@ hostname r1
|
|||||||
log file ldpd.log
|
log file ldpd.log
|
||||||
password zebra
|
password zebra
|
||||||
!
|
!
|
||||||
debug mpls ldp zebra
|
! debug mpls ldp zebra
|
||||||
debug mpls ldp event
|
! debug mpls ldp event
|
||||||
debug mpls ldp errors
|
! debug mpls ldp errors
|
||||||
debug mpls ldp messages recv
|
! debug mpls ldp messages recv
|
||||||
debug mpls ldp messages sent
|
! debug mpls ldp messages sent
|
||||||
debug mpls ldp discovery hello recv
|
! debug mpls ldp discovery hello recv
|
||||||
debug mpls ldp discovery hello sent
|
! debug mpls ldp discovery hello sent
|
||||||
!
|
!
|
||||||
mpls ldp
|
mpls ldp
|
||||||
router-id 1.1.1.1
|
router-id 1.1.1.1
|
||||||
|
@ -2,13 +2,13 @@ hostname r2
|
|||||||
log file ldpd.log
|
log file ldpd.log
|
||||||
password zebra
|
password zebra
|
||||||
!
|
!
|
||||||
debug mpls ldp zebra
|
! debug mpls ldp zebra
|
||||||
debug mpls ldp event
|
! debug mpls ldp event
|
||||||
debug mpls ldp errors
|
! debug mpls ldp errors
|
||||||
debug mpls ldp messages recv
|
! debug mpls ldp messages recv
|
||||||
debug mpls ldp messages sent
|
! debug mpls ldp messages sent
|
||||||
debug mpls ldp discovery hello recv
|
! debug mpls ldp discovery hello recv
|
||||||
debug mpls ldp discovery hello sent
|
! debug mpls ldp discovery hello sent
|
||||||
!
|
!
|
||||||
mpls ldp
|
mpls ldp
|
||||||
router-id 2.2.2.2
|
router-id 2.2.2.2
|
||||||
|
@ -2,13 +2,13 @@ hostname r3
|
|||||||
password zebra
|
password zebra
|
||||||
log file ldpd.log
|
log file ldpd.log
|
||||||
!
|
!
|
||||||
debug mpls ldp zebra
|
! debug mpls ldp zebra
|
||||||
debug mpls ldp event
|
! debug mpls ldp event
|
||||||
debug mpls ldp errors
|
! debug mpls ldp errors
|
||||||
debug mpls ldp messages recv
|
! debug mpls ldp messages recv
|
||||||
debug mpls ldp messages sent
|
! debug mpls ldp messages sent
|
||||||
debug mpls ldp discovery hello recv
|
! debug mpls ldp discovery hello recv
|
||||||
debug mpls ldp discovery hello sent
|
! debug mpls ldp discovery hello sent
|
||||||
!
|
!
|
||||||
mpls ldp
|
mpls ldp
|
||||||
router-id 3.3.3.3
|
router-id 3.3.3.3
|
||||||
|
@ -2,13 +2,13 @@ hostname r4
|
|||||||
password zebra
|
password zebra
|
||||||
log file ldpd.log
|
log file ldpd.log
|
||||||
!
|
!
|
||||||
debug mpls ldp zebra
|
! debug mpls ldp zebra
|
||||||
debug mpls ldp event
|
! debug mpls ldp event
|
||||||
debug mpls ldp errors
|
! debug mpls ldp errors
|
||||||
debug mpls ldp messages recv
|
! debug mpls ldp messages recv
|
||||||
debug mpls ldp messages sent
|
! debug mpls ldp messages sent
|
||||||
debug mpls ldp discovery hello recv
|
! debug mpls ldp discovery hello recv
|
||||||
debug mpls ldp discovery hello sent
|
! debug mpls ldp discovery hello sent
|
||||||
!
|
!
|
||||||
mpls ldp
|
mpls ldp
|
||||||
router-id 4.4.4.4
|
router-id 4.4.4.4
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
!
|
!
|
||||||
log file bgpd.log
|
log file bgpd.log
|
||||||
!
|
!
|
||||||
debug bgp updates
|
! debug bgp updates
|
||||||
debug bgp zebra
|
! debug bgp zebra
|
||||||
debug bgp bestpath 198.10.1.1/32
|
! debug bgp bestpath 198.10.1.1/32
|
||||||
!
|
!
|
||||||
hostname r4
|
hostname r4
|
||||||
!
|
!
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
!
|
!
|
||||||
debug bgp labelpool
|
! debug bgp labelpool
|
||||||
debug bgp zebra
|
! debug bgp zebra
|
||||||
!
|
!
|
||||||
router bgp 1
|
router bgp 1
|
||||||
bgp router-id 10.0.0.1
|
bgp router-id 10.0.0.1
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user