area authentication
Enables authentication for the specified OSPF area.
Product
PDSN
HA
GGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > OSPF Configuration
configure > context context_name > router ospf
Entering the above command sequence results in the following prompt:
[local]host_name(config-ospf)#
Syntax
[ no ] area { ip_address | decimal_value } authentication [ message-digest ]
no
Disables authentication for the specified area.
ip_address
Specifies the IP address of the area where authentication will be enabled in IPv4 dotted-decimal notation.
decimal_value
Specifies the identification number of the area where authentication will be enabled. This must be an integer from 0 through 4294967295.
authentication
Sets the OSPF authentication type to use the simple authentication method.
message-digest
Sets the OSPF authentication type to use the message digest 5 (MD5) authentication method.
Usage Guidelines
Use this command to enable authentication of OPSF areas.
Example
The following command enables authentication for an OSPF area defined by the IP address 209.165.200.234 and the OSPF authentication type to MD5:
area 209.165.200.234 authentication message-digest