![MRV Communications OptiSwitch-2400/L3 User Manual Download Page 110](http://html1.mh-extra.com/html/mrv-communications/optiswitch-2400-l3/optiswitch-2400-l3_user-manual_1846068110.webp)
OptiSwitch 2400/L3
CLI
Commands
C
HAPTER
5
102
OSPF Commands
Command area
area id
authentication
{
message-digest}
Description
Enables you to configure OSPF area parameters.
Syntax
Description
area id
:
Specifies the area ID in decimal or IP address format.
authentication
:
Indicates that authentication is enabled.
Message-digest
:
Indicates the use of message-digest
authentication on the area specified by the area ID.
No Form
no area
area id
: Removes a specific area from the configuration
or removes an area's authentication specification.
Example
OS2400(config-ospf-router)# area 122.121.133.21 authentication
message-digest
OS2400(config-ospf-router)#
Command area
area_id
export-list
list name
Description
Enables you to configure OSPF area parameters.
Syntax
Description
export-list
: Indicates that the filter is set for networks announced
to other areas.
import-list
: Indicates that the filter is set for networks from areas
announced to the specified area.
list-name
:
Specifies the access list name.
No Form
no area
area id
: Removes a specific area from the configuration
or removes an area's authentication specification.
Example
OS2400(config-ospf-router)# area 122.121.133.21 export list access
OS2400(config-ospf-router)#
Command area
area id
default-cost
cost
Description
Enables you to specify a cost for the default summary route sent
into a stub or NSSA area.
Syntax
Description
area id
:
Specifies the area ID in decimal or IP address format.
default-cost
:
Sets the summary default cost.
cost
:
Specifies the stub's advertised summary default cost. The
value can be from 0 to 16777215.
Example
OS2400(config-router)# area 122.121.133.21 default-cost 1445
The area is neither stub, nor NSSA
OS2400(config-router)#