Area commands, Area authentication, Area stub – Carrier Access Adit 3000 Series and Multi-Service Router (MSR) Card none User Manual

Page 368: Area commands -2

Advertising
background image

16-2

Adit 3000 (Rel. 1.6) and MSR Card (Rel 2.0) CLI

Configuration - OSPF Mode

area commands

Note: For the following area commands, the first command that enters the area ID will set this
parameter. The no area command will remove a specific area from the configuration. See the no area
command on page 16-7.

area authentication

Use the Router OSPF area authentication command to enable authentication method (either
message-digest or simple authentication) for an OSPF area. The default setting is no authentication.
Note: If the optional parameter (message-digest) is not entered, the authentication method of
simple authentication is applied to the area. To remove an area’s authentication see no area
authentication
command on page 16-7.

Syntax:

(config-ospf)# area

area-id authentication [message-digest]

Example:

(config-ospf)# area 1 authentication

Supported Platforms:

Adit 3104, Adit 3200, Adit 3500, MSR

area stub

Use the Router OSPF area stub command to set an area as a Stub area. Note: A Stub area is an area
that does not receive LSAs. To remove the "stub" destination of an area, see no area stub command
on page 16-7.

Syntax:

(config-ospf)# area

area-id stub

Example:

(config-ospf)# area 1 stub

Supported Platforms:

Adit 3104, Adit 3200, Adit 3500, MSR

Field

Definition

area-id

Identifier of the area for which authentication is to be enabled, in the
form:

area number - Range 0-4294967295
area IP address - IP address of the area.

message-digest

Optional parameter. Enables MD5 Authentication on the area.

Field

Definition

area-id

Identifier of the stub area, in the form:

ID number - Range 0-4294967295
IP address - IP address of the area.

Advertising