summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_duplicate_nexthop/r3/isisd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_duplicate_nexthop/r3/isisd.conf')
-rw-r--r--tests/topotests/bgp_duplicate_nexthop/r3/isisd.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/topotests/bgp_duplicate_nexthop/r3/isisd.conf b/tests/topotests/bgp_duplicate_nexthop/r3/isisd.conf
new file mode 100644
index 00000000..ae6bddee
--- /dev/null
+++ b/tests/topotests/bgp_duplicate_nexthop/r3/isisd.conf
@@ -0,0 +1,38 @@
+hostname r3
+interface lo
+ ip router isis 1
+ isis passive
+!
+interface r3-eth0
+ ip router isis 1
+ isis network point-to-point
+!
+interface r3-eth1
+ ip router isis 1
+ isis network point-to-point
+!
+interface r3-eth2
+ ip router isis 1
+ isis network point-to-point
+!
+interface r3-eth3
+ ip router isis 1
+ isis network point-to-point
+!
+interface r3-eth4
+ ip router isis 1
+ isis network point-to-point
+!
+interface r3-eth5
+ ip router isis 1
+ isis network point-to-point
+!
+router isis 1
+ net 49.0123.6452.0003.00
+ is-type level-2-only
+ mpls-te on
+ segment-routing on
+ segment-routing global-block 16000 17000
+ segment-routing node-msd 10
+ segment-routing prefix 192.0.2.3/32 index 3
+!