summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf6_topo1/r2/ospf6d.conf
blob: c9e88f1545ea8368d4c0ff5b1d0c86aa2a25387d (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
hostname r2
log file ospf6d.log
!
! debug ospf6 message all
! debug ospf6 lsa unknown
! debug ospf6 zebra
! debug ospf6 interface
! debug ospf6 neighbor
! debug ospf6 route table
! debug ospf6 flooding
!
interface r2-stubnet
 ipv6 ospf6 area 0.0.0.0
 ipv6 ospf6 network broadcast
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 10
!
interface r2-sw5
 ipv6 ospf6 area 0.0.0.0
 ipv6 ospf6 network broadcast
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 10
!
router ospf6
 ospf6 router-id 10.0.0.2
 log-adjacency-changes detail
 redistribute static
!
line vty
 exec-timeout 0 0
!