diff options
Diffstat (limited to 'tests/topotests/ospf_multi_instance/r3/frr.conf')
| -rw-r--r-- | tests/topotests/ospf_multi_instance/r3/frr.conf | 19 | 
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/topotests/ospf_multi_instance/r3/frr.conf b/tests/topotests/ospf_multi_instance/r3/frr.conf new file mode 100644 index 0000000000..97a3e19c9b --- /dev/null +++ b/tests/topotests/ospf_multi_instance/r3/frr.conf @@ -0,0 +1,19 @@ +! +hostname r3 +password zebra +log file /tmp/r3-frr.log +ip forwarding +! +interface lo + ip address 3.3.3.1/32 + ip ospf area 0 +! +interface r3-eth0 + ip address 10.1.2.3/24 + ip ospf area 0 +! +! +router ospf +  ospf router-id 3.3.3.1 +  distance 20 +!  | 
