mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-17 12:36:39 +00:00
tests: align BFD profiles tests for IS-IS
Signed-off-by: GalaxyGorilla <sascha@netdef.org>
This commit is contained in:
parent
4affdba79e
commit
a29bea9947
@ -25,14 +25,14 @@
|
||||
"local": "*",
|
||||
"multihop": false,
|
||||
"peer": "*",
|
||||
"receive-interval": 300,
|
||||
"receive-interval": 250,
|
||||
"remote-detect-multiplier": 3,
|
||||
"remote-diagnostic": "ok",
|
||||
"remote-id": "*",
|
||||
"remote-receive-interval": 300,
|
||||
"remote-transmit-interval": 300,
|
||||
"status": "up",
|
||||
"transmit-interval": 300,
|
||||
"transmit-interval": 250,
|
||||
"uptime": "*",
|
||||
"vrf": "default"
|
||||
}
|
||||
|
@ -3,9 +3,8 @@ debug bfd network
|
||||
debug bfd zebra
|
||||
!
|
||||
bfd
|
||||
! profile is commented out on purpose.
|
||||
!profile fasttx
|
||||
! receive-interval 250
|
||||
! transmit-interval 250
|
||||
!!
|
||||
profile fasttx
|
||||
receive-interval 250
|
||||
transmit-interval 250
|
||||
!
|
||||
!
|
||||
|
@ -1,7 +1,7 @@
|
||||
router bgp 100
|
||||
bgp router-id 10.254.254.3
|
||||
neighbor 172.16.1.2 remote-as 100
|
||||
neighbor 172.16.1.2 bfd profile fasttx
|
||||
neighbor 172.16.1.2 bfd profile DOES_NOT_EXIST
|
||||
address-family ipv4 unicast
|
||||
redistribute connected
|
||||
exit-address-family
|
||||
|
@ -8,6 +8,7 @@ interface r3-eth1
|
||||
ipv6 router isis lan
|
||||
isis circuit-type level-1
|
||||
isis bfd
|
||||
isis bfd profile fasttx
|
||||
!
|
||||
router isis lan
|
||||
net 10.0000.0000.0000.0000.0000.0000.0000.0000.0001.00
|
||||
|
@ -11,8 +11,8 @@
|
||||
"remote-detect-multiplier": 3,
|
||||
"remote-diagnostic": "ok",
|
||||
"remote-id": "*",
|
||||
"remote-receive-interval": 300,
|
||||
"remote-transmit-interval": 300,
|
||||
"remote-receive-interval": 250,
|
||||
"remote-transmit-interval": 250,
|
||||
"status": "up",
|
||||
"transmit-interval": 300,
|
||||
"uptime": "*",
|
||||
|
@ -5,7 +5,7 @@ router bgp 200
|
||||
no bgp ebgp-requires-policy
|
||||
neighbor 2001:db8:1::2 remote-as 100
|
||||
neighbor 2001:db8:1::2 ebgp-multihop 2
|
||||
neighbor 2001:db8:1::2 bfd profile fasttx
|
||||
neighbor 2001:db8:1::2 bfd profile DOES_NOT_EXIST
|
||||
address-family ipv4 unicast
|
||||
redistribute connected
|
||||
exit-address-family
|
||||
|
@ -8,6 +8,7 @@ interface r4-eth0
|
||||
ipv6 router isis lan
|
||||
isis circuit-type level-1
|
||||
isis bfd
|
||||
isis bfd profile DOES_NOT_EXIST
|
||||
!
|
||||
router isis lan
|
||||
net 10.0000.0000.0000.0000.0000.0000.0000.0000.0002.00
|
||||
|
0
tests/topotests/bfd-profiles-topo1/test_bfd_profiles_topo1.py
Normal file → Executable file
0
tests/topotests/bfd-profiles-topo1/test_bfd_profiles_topo1.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user