C613-50170-01 Rev B
Command Reference for x510 Series
1091
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF
V
3
FOR
IP
V
6 C
OMMANDS
AREA
VIRTUAL
-
LINK
AUTHENTICATION
IPSEC
SPI
link interfaces. Use a different SPI value for a different link interface when using
OSPFv3 with link interfaces.
OSPFv3 areas are connected to a backbone area. Virtual links can be configured to
repair lost connections to a backbone area for OSPFv3 areas. To configure an
OSPFv3 virtual link, use a router ID instead of the IPv6 prefix of the router.
Use the
sha1
keyword to choose SHA-1 authentication instead of entering the
md5
keyword to use MD5 authentication. The SHA-1 algorithm is more secure
than the MD5 algorithm. SHA-1 uses a 40 hexadecimal character key instead of a
32 hexadecimal character key as used for MD5 authentication.
See the
OSPFv3 Feature Overview and Configuration Guide
and examples.
Example
To enable MD5 authentication with a 32 hexadecimal character key for virtual links
in OPSPF area 1, use the commands:
awplus#
configure terminal
awplus(config)#
router ipv6 ospf
awplus(config-router)#
area 1 virtual-link 10.0.0.1
authentication ipsec spi 1000 md5
1234567890ABCDEF1234567890ABCDEF
To enable SHA-1 authentication with a 40 hexadecimal character key for virtual
links in OPSPF area 1, use the commands:
awplus#
configure terminal
awplus(config)#
router ipv6 ospf
awplus(config-router)#
area 1 virtual-link 10.0.0.1
authentication ipsec spi 1000 sha1
1234567890ABCDEF1234567890ABCDEF12345678
To disable authentication for virtual links in OPSPF area 1, use the commands:
awplus#
configure terminal
awplus(config)#
router ipv6 ospf
awplus(config-router)#
no area 1 virtual-link ipsec spi 1000
Related
Commands