]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/isis-sr-topo1/rt4/isisd.conf
Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6
[mirror_frr.git] / tests / topotests / isis-sr-topo1 / rt4 / isisd.conf
CommitLineData
591373bd
RW
1hostname rt4
2log file isisd.log
3!
4debug isis events
5debug isis route-events
6debug isis spf-events
7debug isis sr-events
8debug isis lsp-gen
9!
10interface lo
11 ip router isis 1
12 ipv6 router isis 1
13 isis passive
14!
15interface eth-rt2-1
16 ip router isis 1
17 ipv6 router isis 1
18 isis network point-to-point
19 isis hello-multiplier 3
20!
21interface eth-rt2-2
22 ip router isis 1
23 ipv6 router isis 1
24 isis network point-to-point
25 isis hello-multiplier 3
26!
27interface eth-rt5
28 ip router isis 1
29 ipv6 router isis 1
30 isis network point-to-point
31 isis hello-multiplier 3
32!
33interface eth-rt6
34 ip router isis 1
35 ipv6 router isis 1
36 isis network point-to-point
37 isis hello-multiplier 3
38!
39router isis 1
9000da25 40 lsp-gen-interval 2
591373bd
RW
41 net 49.0000.0000.0000.0004.00
42 is-type level-1
43 topology ipv6-unicast
44 segment-routing on
45 segment-routing global-block 16000 23999
46 segment-routing node-msd 8
47 segment-routing prefix 4.4.4.4/32 index 40 no-php-flag
6a95513d 48 segment-routing prefix 10.10.10.10/32 index 100 no-php-flag n-flag-clear
591373bd 49 segment-routing prefix 2001:db8:1000::4/128 index 41 no-php-flag
6a95513d 50 segment-routing prefix 2001:db8:1000::10/128 index 101 no-php-flag n-flag-clear
591373bd 51!