C613-50170-01 Rev B
Command Reference for x510 Series
1112
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF
V
3
FOR
IP
V
6 C
OMMANDS
IPV
6
OSPF
AUTHENTICATION
SPI
Use the
null
keyword to override existing area authentication. Apply the
null
keyword if area authentication is already configured to configure authentication
on an interface.
See the
OSPFv3 Feature Overview and Configuration Guide
and examples.
NOTE
:
You can configure an authentication security policy (SPI) on a VLAN interface
with this command, or an OSPFv3 area with the
command.
When you configure authentication for an area, the security policy is applied to all
VLAN interfaces in the area. Allied Telesis recommends a different authentication
security policy is applied to each interface for higher security.
If you apply the
ipv6 ospf authentication null
command this affects
authentication configured on both the VLAN interface and the OSPFv3 area.
This is due to OSPFv3 hello messages ingressing VLAN interfaces, which are part of area
authentication, not being authenticated. So neighbors time out.
Example
To enable 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)#
area 1 authentication ipsec spi 1000 md5
1234567890ABCDEF1234567890ABCDEF
To enable SHA-1 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 authentication ipsec spi 1000 sha1
1234567890ABCDEF1234567890ABCDEF12345678
To specify no authentication is applied to interface VLAN 2, use the commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 ospf authentication null
To disable authentication for interface VLAN 2, use the commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no ipv6 ospf authentication ipsec spi 1000
Related
Commands