mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 22:30:43 +00:00
topotests: bgp-evpn-mh: configure uplinks and change the startup-delay
1. The default startup-delay for multihomed devices is three minutes. While that is necessary/reasonable for a real network it is not needed for a test env. Lower the startup-delay to 1s to keep the test run time low. 2. Configure uplinks for mh uplink-tracking Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
This commit is contained in:
parent
c36e442c4b
commit
a9a77f022d
@ -4,11 +4,15 @@ debug zebra evpn mh neigh
|
||||
debug zebra evpn mh nh
|
||||
debug zebra vxlan
|
||||
!
|
||||
evpn mh startup-delay 1
|
||||
!
|
||||
int torm11-eth0
|
||||
ip addr 192.168.1.2/24
|
||||
evpn mh uplink
|
||||
!
|
||||
int torm11-eth1
|
||||
ip addr 192.168.5.2/24
|
||||
evpn mh uplink
|
||||
!
|
||||
int lo
|
||||
ip addr 192.168.100.15/32
|
||||
|
@ -4,11 +4,16 @@ debug zebra evpn mh neigh
|
||||
debug zebra evpn mh nh
|
||||
debug zebra vxlan
|
||||
!
|
||||
evpn mh startup-delay 1
|
||||
!
|
||||
int torm12-eth0
|
||||
ip addr 192.168.2.2/24
|
||||
evpn mh uplink
|
||||
!
|
||||
int torm12-eth1
|
||||
ip addr 192.168.6.2/24
|
||||
evpn mh uplink
|
||||
!
|
||||
!
|
||||
int lo
|
||||
ip addr 192.168.100.16/32
|
||||
|
@ -4,11 +4,17 @@ debug zebra evpn mh neigh
|
||||
debug zebra evpn mh nh
|
||||
debug zebra vxlan
|
||||
!
|
||||
evpn mh startup-delay 1
|
||||
!
|
||||
int torm21-eth0
|
||||
ip addr 192.168.3.2/24
|
||||
evpn mh uplink
|
||||
!
|
||||
!
|
||||
int torm21-eth1
|
||||
ip addr 192.168.7.2/24
|
||||
evpn mh uplink
|
||||
!
|
||||
!
|
||||
int lo
|
||||
ip addr 192.168.100.17/32
|
||||
|
@ -5,7 +5,6 @@ debug bgp evpn mh es
|
||||
debug bgp evpn mh route
|
||||
debug bgp zebra
|
||||
!
|
||||
!
|
||||
router bgp 65005
|
||||
bgp router-id 192.168.100.18
|
||||
no bgp ebgp-requires-policy
|
||||
|
@ -4,11 +4,17 @@ debug zebra evpn mh neigh
|
||||
debug zebra evpn mh nh
|
||||
debug zebra vxlan
|
||||
!
|
||||
evpn mh startup-delay 1
|
||||
!
|
||||
int torm22-eth0
|
||||
ip addr 192.168.4.2/24
|
||||
evpn mh uplink
|
||||
!
|
||||
!
|
||||
int torm22-eth1
|
||||
ip addr 192.168.8.2/24
|
||||
evpn mh uplink
|
||||
!
|
||||
!
|
||||
int lo
|
||||
ip addr 192.168.100.18/32
|
||||
|
Loading…
Reference in New Issue
Block a user