summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf6-topo1/r3/ospf6d.conf
blob: e90249653007165f53f1dc8d31c5e59d2206f15c (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
hostname r3
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 r3-stubnet
 ipv6 ospf6 network broadcast
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 10
!
interface r3-sw5
 ipv6 ospf6 network broadcast
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 10
!
interface r3-sw6
 ipv6 ospf6 network broadcast
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 10
!
router ospf6
 ospf6 router-id 10.0.0.3
 log-adjacency-changes detail
 redistribute static
 interface r3-stubnet area 0.0.0.0
 interface r3-sw5 area 0.0.0.0
 interface r3-sw6 area 0.0.0.1
!
line vty
 exec-timeout 0 0
!