C613-50102-01 REV C
Command Reference for x510 Series
1040
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
OSPF
V
3
FOR
IP
V
6 C
OMMANDS
IPV
6
OSPF
ENCRYPTION
SPI
ESP
To enable ESP encryption with an 3DES key with a 48 hexadecimal character key
and MD5 authentication with a 32 hexadecimal character key for interface VLAN 2,
use the commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 ospf encryption ipsec spi 1000 esp 3des
1234567890ABCDEF1234567890ABCDEF1234567890ABCDEF md5
1234567890ABCDEF1234567890ABCDEF
To enable ESP encryption with an AES-CBC key with a 32 hexadecimal character
key and SHA-1 authentication with a 40 hexadecimal character key for interface
VLAN 2, use the commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 ospf encryption ipsec spi 1000 esp
aes-cbc 1234567890ABCDEF1234567890ABCDEF sha1
1234567890ABCDEF1234567890ABCDEF12345678
To specify no ESP encryption is applied to interface VLAN 2, use the commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 ospf encryption null
To disable ESP encryption for interface VLAN 2, use the commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no ipv6 ospf encryption ipsec spi 1000
Related
Commands