diff options
Diffstat (limited to 'tests/topotests/ospf_te_topo1/r3/zebra.conf')
-rw-r--r-- | tests/topotests/ospf_te_topo1/r3/zebra.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/topotests/ospf_te_topo1/r3/zebra.conf b/tests/topotests/ospf_te_topo1/r3/zebra.conf new file mode 100644 index 0000000..4cf9077 --- /dev/null +++ b/tests/topotests/ospf_te_topo1/r3/zebra.conf @@ -0,0 +1,22 @@ +! +interface lo + ip address 10.0.255.3/32 +! +interface r3-eth0 + ip address 10.0.3.1/24 + link-params + enable + admin-grp 0x20 + exit-link-params +! +interface r3-eth1 + ip address 10.0.5.1/24 + link-params + enable + metric 10 + delay 50000 + neighbor 10.0.255.5 as 65535 + exit-link-params +! +ip forwarding +! |