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:
Anuradha Karuppiah 2020-09-23 13:15:57 -07:00
parent c36e442c4b
commit a9a77f022d
5 changed files with 21 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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