ADC CUDA 3 User Manual

Page 312

Advertising
background image

ADC Telecommunications, Inc.

310

C

HAPTER

14: C

ONFIGURING

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 type.

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” o
n 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” o
n page 312.

2. Disable authentication.

no ip ospf authentication

Advertising