C613-50102-01 REV C
Command Reference for x510 Series
927
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
OSPF C
OMMANDS
IP
OSPF
AUTHENTICATION
ip ospf authentication
Overview
This command sets the authentication method used when sending and receiving
OSPF packets on the current VLAN interface. The default is to use no
authentication. If no authentication method is specified in this command, then
plain text authentication will be used.
The
no
variant of this command disables the authentication.
Syntax
ip ospf [<
ip-address
>] authentication [message-digest|null]
no ip ospf [<
ip-address
>] authentication
Mode
Interface Configuration for a VLAN interface.
Usage
Use the
command to specify a Simple Text password. Use
the
command to specify MD5 password.
Example
In this example, VLAN interface
vlan2
is configured to have no authentication.
This will override any text or MD5 authentication configured on this interface.
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ip ospf authentication null
Related
Commands
Parameter
Description
<
ip-address
>
The IP address of the interface.
message-digest
Use the message digest authentication.
null
Use no authentication. It overrides password or message-
digest authentication of the interface.