diff options
Diffstat (limited to 'tests/topotests/static_routing_mpls/r2')
-rw-r--r-- | tests/topotests/static_routing_mpls/r2/zebra.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/topotests/static_routing_mpls/r2/zebra.conf b/tests/topotests/static_routing_mpls/r2/zebra.conf new file mode 100644 index 0000000..4e06ae5 --- /dev/null +++ b/tests/topotests/static_routing_mpls/r2/zebra.conf @@ -0,0 +1,18 @@ +hostname r2 +ip forwarding +ipv6 forwarding + +int r2-eth0 + ip addr 192.168.2.2/24 +! +int r2-eth1 + mpls enable + ip addr 192.168.3.2/24 +! +int r2-eth2 + mpls disable + ip addr 172.31.3.2/24 +! +int lo + ip addr 192.0.2.2/32 +! |