summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_suppress_fa/r2/ospfd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_suppress_fa/r2/ospfd.conf')
-rw-r--r--tests/topotests/ospf_suppress_fa/r2/ospfd.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/topotests/ospf_suppress_fa/r2/ospfd.conf b/tests/topotests/ospf_suppress_fa/r2/ospfd.conf
new file mode 100644
index 0000000..ebc7d25
--- /dev/null
+++ b/tests/topotests/ospf_suppress_fa/r2/ospfd.conf
@@ -0,0 +1,16 @@
+!
+interface r2-eth0
+ ip ospf network point-to-point
+ ip ospf hello-interval 2
+ ip ospf dead-interval 10
+!
+interface r2-eth1
+ ip ospf network point-to-point
+ ip ospf hello-interval 2
+ ip ospf dead-interval 10
+!
+router ospf
+ network 10.0.12.0/24 area 0
+ network 10.0.23.0/24 area 1
+ area 1 nssa
+!