summaryrefslogtreecommitdiffstats
path: root/tests/topotests/simple_snmp_test/r1/isisd.conf
blob: c53d2509e2d50488251ddf3444dffbd5cef1c621 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
log stdout debugging
!
! debug isis route-events
! debug isis events
!
agentx
!
interface r1-eth0
  ip router isis ISIS1
  ipv6 router isis ISIS1
  isis circuit-type level-1
  no isis hello padding
  isis hello-interval 1
  isis hello-multiplier 10
  isis network point-to-point
!
interface r1-eth1
  ip router isis ISIS1
  ipv6 router isis ISIS1
  isis circuit-type level-1
  no isis hello padding
  isis hello-interval 1
  isis hello-multiplier 10
  isis network point-to-point
!
interface r1-eth2
  ip router isis ISIS1
  ipv6 router isis ISIS1
  isis circuit-type level-1
  no isis hello padding
  isis hello-interval 1
  isis hello-multiplier 10
  isis network point-to-point
!
interface lo
  ip router isis ISIS1
  ipv6 router isis ISIS1
  isis circuit-type level-1
  isis passive
  no isis hello padding
!
router isis ISIS1
 net 01.1111.0000.0000.0001.00
 is-type level-1
 topology ipv6-unicast
!
line vty
!