summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_profiles_topo1/r4/isisd.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/topotests/bfd_profiles_topo1/r4/isisd.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/topotests/bfd_profiles_topo1/r4/isisd.conf b/tests/topotests/bfd_profiles_topo1/r4/isisd.conf
new file mode 100644
index 0000000..18009ce
--- /dev/null
+++ b/tests/topotests/bfd_profiles_topo1/r4/isisd.conf
@@ -0,0 +1,17 @@
+hostname r4
+!
+! debug isis adj-packets
+! debug isis events
+! debug isis update-packets
+!
+interface r4-eth0
+ ipv6 router isis lan
+ isis circuit-type level-1
+ isis bfd
+ isis bfd profile DOES_NOT_EXIST
+!
+router isis lan
+ lsp-gen-interval 2
+ net 10.0000.0000.0000.0000.0000.0000.0000.0000.0002.00
+ redistribute ipv6 connected level-1
+!