summaryrefslogtreecommitdiffstats
path: root/tests/topotests/isis_topo1_vrf/r2/isisd.conf
blob: 955bb5412a1ed61b42b536e020749a1f27076542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
hostname r2
! debug isis adj-packets
! debug isis events
! debug isis update-packets
interface r2-eth0 vrf r2-cust1
 ip router isis 1
 ipv6 router isis 1
 isis circuit-type level-2-only
!
router isis 1 vrf r2-cust1
 lsp-gen-interval 2
 net 10.0000.0000.0000.0000.0000.0000.0000.0000.0001.00
 metric-style wide
 redistribute ipv4 connected level-2
 redistribute ipv6 connected level-2
!