!
key chain key-ospf
key 10
key-string your-secret-ospfv3-key
cryptographic-algorithm hmac-sha-512
!
router ospfv3 10
!
address-family ipv6 unicast
passive-interface default
no passive-interface Vlan1
router-id 3.3.3.30
event-log size 100
log-adjacency-changes
area 0 authentication key-chain key-ospf
area 3 authentication key-chain key-ospf
area 3 virtual-link 2.2.2.30
area 3 virtual-link 1.1.1.30
exit-address-family
!
interface Vlan1
ipv6 address FE80::192:168:0:3 link-local
ipv6 address 2003::192:168:0:3/64
ipv6 enable
ospfv3 10 ipv6 area 3
ospfv3 10 ipv6 hello-interval 1
ospfv3 10 ipv6 dead-interval 3
!
interface Loopback30
description OSPF
ip address 3.3.3.30 255.255.255.255
ipv6 address 3000::3:3:3:30/128
ipv6 enable
ospfv3 10 ipv6 area 3
!
Comments
Please register or sign in to add a comment.