diff options
Diffstat (limited to 'tests/topotests/bgp_conditional_advertisement/r2/zebra.conf')
-rw-r--r-- | tests/topotests/bgp_conditional_advertisement/r2/zebra.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/topotests/bgp_conditional_advertisement/r2/zebra.conf b/tests/topotests/bgp_conditional_advertisement/r2/zebra.conf new file mode 100644 index 0000000..434ab68 --- /dev/null +++ b/tests/topotests/bgp_conditional_advertisement/r2/zebra.conf @@ -0,0 +1,15 @@ +! +hostname Router2 +! +interface r2-eth0 + ip address 10.10.10.2/24 +! +interface r2-eth1 + ip address 10.10.20.2/24 +! +interface lo + ip address 203.0.113.1/32 +! +ip forwarding +ipv6 forwarding +! |