C613-50170-01 Rev B
Command Reference for x510 Series
1094
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF
V
3
FOR
IP
V
6 C
OMMANDS
AREA
VIRTUAL
-
LINK
ENCRYPTION
IPSEC
SPI
To enable ESP encryption, but not apply an AES-CBC key or a 3DES key, and 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 encryption
ipsec spi 1000 esp null sha1
1234567890ABCDEF1234567890ABCDEF12345678
To enable ESP encryption with a 32 hexadecimal character AES-CBC key and a 40
hexadecimal character SHA-1 authentication 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 encryption
ipsec spi 1000 esp aes-cbc 1234567890ABCDEF1234567890ABCDEF
sha1 1234567890ABCDEF1234567890ABCDEF12345678
To enable ESP encryption with a 48 hexadecimal character 3DES key and a 40
hexadecimal character SHA-1 authentication 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 encryption
ipsec spi 1000 esp 3des
1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF 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 10.0.0.1
authentication ipsec spi 1000
Related
Commands