summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_topo1/r3/ospf6d.conf
blob: 13ad9a7356a730c7a19aec1acbca9f08fa8d091b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
!
router ospf6
 ospf6 router-id 10.0.255.3
 redistribute kernel
 redistribute connected
 redistribute static
 interface r3-eth0 area 0.0.0.0
 interface r3-eth1 area 0.0.0.0
 interface r3-eth2 area 0.0.0.1
!
int r3-eth0
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 10
!
int r3-eth1
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 10
!
int r3-eth2
 ipv6 ospf6 hello-interval 2
 ipv6 ospf6 dead-interval 10
!