summaryrefslogtreecommitdiffstats
path: root/tests/topotests/isis_topo1_vrf/r4/isisd.conf
blob: fd11b2cf92e21d73bf1cfc67504ce7ea95b0dbaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
hostname r4
! debug isis adj-packets
! debug isis events
! debug isis update-packets
! debug isis lsp-gen
! debug isis lsp-sched

interface r4-eth0 vrf r4-cust1
 ip router isis 1
 ipv6 router isis 1
 isis circuit-type level-2-only
!
interface r4-eth1 vrf r4-cust1
 ip router isis 1
 ipv6 router isis 1
 isis circuit-type level-1
!
router isis 1 vrf r4-cust1
 lsp-gen-interval 2
 net 10.0000.0000.0000.0000.0000.0000.0000.0000.0004.00
 metric-style wide
 redistribute ipv4 connected level-1
 redistribute ipv4 connected level-2
 redistribute ipv6 connected level-1
 redistribute ipv6 connected level-2
!