diff options
Diffstat (limited to 'tests/topotests/bgp_aigp/r3/ospfd.conf')
-rw-r--r-- | tests/topotests/bgp_aigp/r3/ospfd.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/topotests/bgp_aigp/r3/ospfd.conf b/tests/topotests/bgp_aigp/r3/ospfd.conf new file mode 100644 index 0000000..f971ad6 --- /dev/null +++ b/tests/topotests/bgp_aigp/r3/ospfd.conf @@ -0,0 +1,13 @@ +! +interface lo + ip ospf cost 10 +! +interface r3-eth0 + ip ospf dead-interval 4 + ip ospf hello-interval 1 + ip ospf cost 30 +! +router ospf + router-id 10.0.0.3 + network 192.168.13.0/24 area 0 + network 10.0.0.3/32 area 0 |