diff options
Diffstat (limited to 'tests/topotests/bgp_evpn_mh/spine1/zebra.conf')
-rw-r--r-- | tests/topotests/bgp_evpn_mh/spine1/zebra.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/topotests/bgp_evpn_mh/spine1/zebra.conf b/tests/topotests/bgp_evpn_mh/spine1/zebra.conf new file mode 100644 index 00000000..607a5e8e --- /dev/null +++ b/tests/topotests/bgp_evpn_mh/spine1/zebra.conf @@ -0,0 +1,11 @@ +# leaf1 connection +int spine1-eth0 + ip addr 192.168.50.1/24 +! +# leaf2 connection +int spine1-eth1 + ip addr 192.168.51.1/24 +! +int lo + ip addr 192.168.100.13/32 + ip addr 192.168.100.100/32 |