diff options
Diffstat (limited to 'tests/topotests/bgp_evpn_mh/spine2/zebra.conf')
-rw-r--r-- | tests/topotests/bgp_evpn_mh/spine2/zebra.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/topotests/bgp_evpn_mh/spine2/zebra.conf b/tests/topotests/bgp_evpn_mh/spine2/zebra.conf new file mode 100644 index 0000000..c8cec14 --- /dev/null +++ b/tests/topotests/bgp_evpn_mh/spine2/zebra.conf @@ -0,0 +1,13 @@ +# leaf1 connection +int spine2-eth0 + description leaf1 connection + ip addr 192.168.60.1/24 +! +# leaf2 connection +int spine2-eth1 + description leaf2 connection + ip addr 192.168.61.1/24 +! +int lo + ip addr 192.168.100.14/32 + ip addr 192.168.100.100/32 |