summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_ospf_topo1/rt4
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bfd_ospf_topo1/rt4')
-rw-r--r--tests/topotests/bfd_ospf_topo1/rt4/bfdd.conf5
-rw-r--r--tests/topotests/bfd_ospf_topo1/rt4/ospf6d.conf22
-rw-r--r--tests/topotests/bfd_ospf_topo1/rt4/ospfd.conf29
-rw-r--r--tests/topotests/bfd_ospf_topo1/rt4/zebra.conf22
4 files changed, 78 insertions, 0 deletions
diff --git a/tests/topotests/bfd_ospf_topo1/rt4/bfdd.conf b/tests/topotests/bfd_ospf_topo1/rt4/bfdd.conf
new file mode 100644
index 0000000..ee7144d
--- /dev/null
+++ b/tests/topotests/bfd_ospf_topo1/rt4/bfdd.conf
@@ -0,0 +1,5 @@
+!
+! debug bfd network
+! debug bfd peer
+! debug bfd zebra
+!
diff --git a/tests/topotests/bfd_ospf_topo1/rt4/ospf6d.conf b/tests/topotests/bfd_ospf_topo1/rt4/ospf6d.conf
new file mode 100644
index 0000000..138b688
--- /dev/null
+++ b/tests/topotests/bfd_ospf_topo1/rt4/ospf6d.conf
@@ -0,0 +1,22 @@
+log file ospf6d.log
+!
+hostname rt4
+!
+password 1
+!
+interface eth-rt3
+ ipv6 ospf6 hello-interval 2
+ ipv6 ospf6 dead-interval 8
+ ipv6 ospf6 network broadcast
+!
+interface eth-rt5
+ ipv6 ospf6 hello-interval 2
+ ipv6 ospf6 dead-interval 8
+ ipv6 ospf6 network broadcast
+!
+router ospf6
+ ospf6 router-id 4.4.4.4
+ interface eth-rt3 area 0.0.0.0
+ interface eth-rt5 area 0.0.0.0
+ redistribute connected
+!
diff --git a/tests/topotests/bfd_ospf_topo1/rt4/ospfd.conf b/tests/topotests/bfd_ospf_topo1/rt4/ospfd.conf
new file mode 100644
index 0000000..6b8ab37
--- /dev/null
+++ b/tests/topotests/bfd_ospf_topo1/rt4/ospfd.conf
@@ -0,0 +1,29 @@
+log file ospfd.log
+!
+hostname rt4
+!
+password 1
+!
+! debug ospf event
+! debug ospf zebra
+!
+interface lo
+ ip ospf area 0.0.0.0
+ ip ospf hello-interval 2
+ ip ospf dead-interval 8
+!
+interface eth-rt3
+ ip ospf area 0.0.0.0
+ ip ospf hello-interval 2
+ ip ospf dead-interval 8
+!
+interface eth-rt5
+ ip ospf area 0.0.0.0
+ ip ospf hello-interval 2
+ ip ospf dead-interval 8
+!
+router ospf
+ ospf router-id 4.4.4.4
+ passive interface lo
+ router-info area 0.0.0.0
+!
diff --git a/tests/topotests/bfd_ospf_topo1/rt4/zebra.conf b/tests/topotests/bfd_ospf_topo1/rt4/zebra.conf
new file mode 100644
index 0000000..a6cb573
--- /dev/null
+++ b/tests/topotests/bfd_ospf_topo1/rt4/zebra.conf
@@ -0,0 +1,22 @@
+log file zebra.log
+!
+hostname rt4
+!
+! debug zebra kernel
+! debug zebra packet
+!
+interface lo
+ ip address 4.4.4.4/32
+ ipv6 address ::ffff:0404:0404/128
+!
+interface eth-rt3
+ ip address 10.0.4.2/24
+!
+interface eth-rt5
+ ip address 10.0.5.1/24
+!
+ip forwarding
+ipv6 forwarding
+!
+line vty
+!