Optional: For more information, see Configuring OSPF interface authentication.
Syntax:
Used in the VLAN interface context to configure password authentication for all interfaces in the VLAN or for a specific subnet. The password takes effect immediately, and all OSPF packets transmitted on the interface contain this password. All OSPF packets received on the interface are also checked for the password. If it is not present, the packet is dropped.
To disable password authentication on an interface, use the
no
form of the command.For the 5400zl and 8200zl switches, when the switch is in enhanced secure mode, commands that take a secret key as a parameter have the echo of the secret typing replaced with asterisks. The input for
is prompted for interactively. For more information, see the Access Security Guide for your switch.
key-string
Use
show ip ospf interface
to view the current authentication setting.ip-address
NOTE: To replace the password method with the MD5 method on a given interface, overwrite the password configuration by using the MD5 form of the command shown in the next syntax description. (It is not necessary to disable the currently configured OSPF password.)
Syntax:
Used in the VLAN interface context to configure MD5 authentication for all interfaces in the VLAN or for a specific subnet. The MD5 authentication takes effect immediately, and all OSPF packets transmitted on the interface contain the designated key. All OSPF packets received on the interface are also checked for the key. If it is not present, the packet is dropped.
To disable MD5 authentication on an interface, use the
no
form of the command.
NOTE: Before using this authentication option, you must configure one or more key chains on the routing switch by using the Key Management System (KMS). See the Access Security Guide for your switch.
Use show ip ospf interface
to view the current authentication setting.ip-address
|
|
NOTE: To replace the MD5 method with the password method on a given interface, overwrite the MD5 configuration by using the password form of the command shown in the next syntax description. (It is not necessary to disable the currently configured OSPF MD5 authentication.) |
|
|