]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/cspf_topo1/r4/isisd.conf
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
[mirror_frr.git] / tests / topotests / cspf_topo1 / r4 / isisd.conf
1 !
2 hostname r4
3 !
4 ! debug isis te-events
5 ! debug isis sr-events
6 ! debug isis lsp-gen
7 !
8 interface lo
9 ip router isis TE
10 ipv6 router isis TE
11 isis circuit-type level-2-only
12 isis passive
13 !
14 interface r4-eth0
15 ip router isis TE
16 isis circuit-type level-2-only
17 isis network point-to-point
18 isis hello-multiplier 3
19 !
20 interface r4-eth1
21 ipv6 router isis TE
22 isis circuit-type level-2-only
23 isis network point-to-point
24 isis hello-multiplier 3
25 !
26 !
27 router isis TE
28 net 49.0000.0000.0000.0004.00
29 is-type level-2-only
30 topology ipv6-unicast
31 lsp-timers gen-interval 2 refresh-interval 10 max-lifetime 350
32 mpls-te on
33 mpls-te router-address 10.0.255.4
34 mpls-te router-address ipv6 2001:db8::4
35 segment-routing on
36 segment-routing global-block 10000 19999 local-block 5000 5999
37 segment-routing node-msd 12
38 segment-routing prefix 10.0.255.4/32 index 400 no-php-flag
39 segment-routing prefix 2001:db8:ffff::4/128 index 1400 no-php-flag
40 !