]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/isis_topo1_vrf/r3/isisd.conf
topotests: isis vrf config changed
[mirror_frr.git] / tests / topotests / isis_topo1_vrf / r3 / isisd.conf
CommitLineData
9375b5aa 1hostname r3
949aaea5
DS
2! debug isis adj-packets
3! debug isis events
4! debug isis update-packets
6f48266e
PG
5interface r3-eth0 vrf r3-cust1
6 ip router isis 1
7 ipv6 router isis 1
9375b5aa 8 isis circuit-type level-2-only
9!
6f48266e
PG
10interface r3-eth1 vrf r3-cust1
11 ip router isis 1
12 ipv6 router isis 1
9375b5aa 13 isis circuit-type level-1
14!
15router isis 1 vrf r3-cust1
9000da25 16 lsp-gen-interval 2
9375b5aa 17 net 10.0000.0000.0000.0000.0000.0000.0000.0000.0002.00
18 metric-style wide
19 redistribute ipv4 connected level-1
20 redistribute ipv4 connected level-2
21 redistribute ipv6 connected level-1
22 redistribute ipv6 connected level-2
23!