summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_duplicate_nexthop/r4/isisd.conf
blob: 4d49d0de0a45901484292a42389f6e251f97b556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
hostname r4
interface lo
 ip router isis 1
 isis passive
!
interface r4-eth0
 ip router isis 1
 isis network point-to-point
!
interface r4-eth1
 ip router isis 1
 isis network point-to-point
!
interface r4-eth2
 ip router isis 1
 isis network point-to-point
!
interface r4-eth3
 ip router isis 1
 isis network point-to-point
!
router isis 1
 net 49.0123.6452.0004.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.4/32 index 4
!