]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/isis-sr-topo1/rt3/isisd.conf
Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6
[mirror_frr.git] / tests / topotests / isis-sr-topo1 / rt3 / isisd.conf
CommitLineData
591373bd
RW
1hostname rt3
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-sw1
16 ip router isis 1
17 ipv6 router isis 1
18 isis hello-multiplier 3
19!
20interface eth-rt5-1
21 ip router isis 1
22 ipv6 router isis 1
23 isis network point-to-point
24 isis hello-multiplier 3
25!
26interface eth-rt5-2
27 ip router isis 1
28 ipv6 router isis 1
29 isis network point-to-point
30 isis hello-multiplier 3
31!
32router isis 1
9000da25 33 lsp-gen-interval 2
591373bd
RW
34 net 49.0000.0000.0000.0003.00
35 is-type level-1
36 topology ipv6-unicast
37 segment-routing on
38 segment-routing global-block 17000 24999
39 segment-routing node-msd 8
40 segment-routing prefix 3.3.3.3/32 index 30 no-php-flag
41 segment-routing prefix 2001:db8:1000::3/128 index 31 no-php-flag
42!