]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bfd-isis-topo1/rt1/isisd.conf
Merge pull request #6435 from idryzhov/fix-no-vrf
[mirror_frr.git] / tests / topotests / bfd-isis-topo1 / rt1 / isisd.conf
1 log file isisd.log
2 log timestamp precision 3
3 !
4 hostname rt1
5 !
6 password 1
7 !
8 debug isis events
9 debug isis route-events
10 debug isis spf-events
11 debug isis adj-packets
12 debug isis lsp-sched
13 !
14 interface lo
15 ip router isis 1
16 ipv6 router isis 1
17 isis passive
18 !
19 interface eth-rt2
20 ip router isis 1
21 ipv6 router isis 1
22 isis hello-multiplier 3
23 isis bfd
24 !
25 interface eth-rt3
26 ip router isis 1
27 ipv6 router isis 1
28 isis hello-multiplier 3
29 isis network point-to-point
30 isis bfd
31 !
32 router isis 1
33 net 49.0000.0000.0000.0001.00
34 is-type level-1
35 !