ADC Telecommunications, Inc.
310 CHAPTER 14: CONFIGURING IP
For more information on these commands, refer to the Cuda 12000 IP
Access Switch CLI Reference Guide.
A couple of the ip ospf commands have no forms that enable you to perform the following tasks from within IP address configuration mode:
7. Configure the authentication typ e.
Authentication is optional. If you
choose to implement authentication:
The Cuda 12000 and all of its OSPF
neighbors on the interface you are
configuring must implement the
same type of authentication.
The type of authentication you specify
must match the authentication type
specified for the area. See “Adding
OSPF Areas” on page 303 for more
information on specifying
authentication types for areas.
ip ospf authentication {md5 | password}
Note that you specify “md5” to configure
MD5 password authentication; “password” to
configure simple password authentication.
8. Configure the authentication key .
Authentication is optional. If you
choose to implement authentication,
the Cuda 12000 and all of its OSPF
neighbors on the IP interface you are
configuring must use the same
password (for simple password) or
key and corresponding key ID (for
MD5).
ip ospf authentication {key-id <id> key
<key> | key <key>}
Use the key-id <id> key <key> argument with
MD5; use key <key> with simple password.
9. Verify the OSPF interface
configuration.
show ip ospf
Task Command
Task Command
1. Remove OSPF from the interface. Refer to “Removing OSPF from IP
Interfaces” on page 312.
2. Disable authentication. no ip ospf authentication