C613-50170-01 Rev B
Command Reference for x510 Series
973
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
AREA
AUTHENTICATION
area authentication
Overview
Use this command to enable authentication for an OSPF area. Specifying the area
authentication sets the authentication to Type 1 authentication or the Simple Text
password authentication (details in RFC 2328).
The
no
variant of this command removes the authentication specification for an
area.
Syntax
area <
area-id
> authentication [message-digest]
no area <
area-id
> authentication
Default
By default, no authentication occurs.
Mode
Router Configuration
Usage
All OSPF packets transmitted in this
area
must have the same password in their
OSPF header. This ensures that only routers that have the correct password may
join the routing domain.
Give all routers that are to communicate with each other through OSPF the same
authentication password.
Use the
command to specify a Simple Text password.
Use the
command to specify MD5 password.
Example
awplus#
configure terminal
awplus(config)#
router ospf 100
awplus(config-router)#
area 1 authentication
Related
Commands
Parameter
Description
<area-id>
The OSPF area that you are enabling authentication for. This can
be entered in either dotted decimal format or normal decimal
format.
<ip-addr>
OSPF Area ID expressed in IPv4 address,
entered in the form A.B.C.D.
<0-4294967295>
OSPF Area ID expressed as a decimal
number within the range shown.
For example the values dotted decimal 0.0.1.2 and decimal 258
would both define the same area OSPF Area ID.
message-digest
Enables MD5 authentication in the OSPF area.