summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_multi_instance/r2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_multi_instance/r2')
-rw-r--r--tests/topotests/ospf_multi_instance/r2/frr.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/topotests/ospf_multi_instance/r2/frr.conf b/tests/topotests/ospf_multi_instance/r2/frr.conf
new file mode 100644
index 0000000000..8501e0edc0
--- /dev/null
+++ b/tests/topotests/ospf_multi_instance/r2/frr.conf
@@ -0,0 +1,37 @@
+!
+hostname r2
+password zebra
+! debug ospf event
+! debug ospf lsa
+! debug ospf default-information
+! debug ospf zebra redistribute
+
+ip forwarding
+!
+interface lo1
+ ip address 2.2.2.1/32
+ ip ospf 1 area 0
+ no shut
+!
+interface lo2
+ ip address 2.2.2.2/32
+ ip ospf 2 area 0
+ no shut
+!
+interface r2-eth0
+ ip address 10.1.1.2/24
+ ip ospf 1 area 0
+!
+interface r2-eth1
+ ip address 10.1.2.2/24
+ ip ospf 2 area 0
+!
+router ospf 1
+ ospf router-id 2.2.2.1
+ distance 20
+!
+router ospf 2
+ ospf router-id 2.2.2.2
+ distance 20
+!
+