summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf6_gr_topo1/rt5/ospf6d.conf
blob: 98ba8bc447f544ae779d04427c7fdac46f92219b (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
password 1
hostname rt5
log file ospf6d.log
log commands
!
! debug ospf6 lsa router originate
! debug ospf6 lsa router flooding
! debug ospf6 zebra
! debug ospf6 interface
! debug ospf6 neighbor
! debug ospf6 flooding
! debug ospf6 graceful-restart
! debug ospf6 spf process
!
interface lo
 ipv6 ospf area 2
 ipv6 ospf network point-to-point
!
interface eth-rt4
 ipv6 ospf network point-to-point
 ipv6 ospf area 2
 ipv6 ospf hello-interval 3
 ipv6 ospf dead-interval 9
!
router ospf6
 ospf6 router-id 5.5.5.5
 graceful-restart grace-period 120
 graceful-restart helper enable
!