summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_ospf_topo1/rt4/ospf6d.conf
blob: 138b688140d9963345d60a41c7f97bd7e36e63a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
log file ospf6d.log
!
hostname rt4
!
password 1
!
interface eth-rt3
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 8
 ipv6 ospf6 network broadcast
!
interface eth-rt5
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 8
 ipv6 ospf6 network broadcast
!
router ospf6
 ospf6 router-id 4.4.4.4
 interface eth-rt3 area 0.0.0.0
 interface eth-rt5 area 0.0.0.0
 redistribute connected
!