summaryrefslogtreecommitdiffstats
path: root/tests/topotests/isis_topo1_vrf/r1/isisd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/isis_topo1_vrf/r1/isisd.conf')
-rwxr-xr-xtests/topotests/isis_topo1_vrf/r1/isisd.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/topotests/isis_topo1_vrf/r1/isisd.conf b/tests/topotests/isis_topo1_vrf/r1/isisd.conf
new file mode 100755
index 0000000..4dd6815
--- /dev/null
+++ b/tests/topotests/isis_topo1_vrf/r1/isisd.conf
@@ -0,0 +1,16 @@
+hostname r1
+! debug isis adj-packets
+! debug isis events
+! debug isis update-packets
+interface r1-eth0 vrf r1-cust1
+ ip router isis 1
+ ipv6 router isis 1
+ isis circuit-type level-2-only
+!
+router isis 1 vrf r1-cust1
+ lsp-gen-interval 2
+ net 10.0000.0000.0000.0000.0000.0000.0000.0000.0000.00
+ metric-style wide
+ redistribute ipv4 connected level-2
+ redistribute ipv6 connected level-2
+!