xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
215
delete ospf area
Purpose
Used to delete an OSPF area.
Syntax
delete ospf area <area_id>
Description
This command is used to delete an OSPF area.
Parameters
<area_id>
−
A 32-bit number in the form of an IP address
(xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF
domain.
Restrictions
Only Administrator-level users can issue this command.
Usage example:
To delete an OSPF area:
DES-3800:admin#delete ospf area 10.48.74.122
Command: delete ospf area 10.48.74.122
Success.
DES-3800:admin#
config ospf area
Purpose
Used to configure an OSPF area’s settings.
Syntax
config ospf area <area_id> type [normal | stub {stub_summary
[enable | disable] | metric <value 0-65535>}]
Description
This command is used to configure an OSPF area’s settings.
Parameters
<area_id>
−
The OSPF area ID. The user may enter a 32-bit number in
the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the
OSPF area in the OSPF domain.
type [normal | stub]
−
Allows the specification of the OSPF mode of
operation
−
stub or normal.
stub_summary [enable | disable]
−
Allows the OSPF area import of LSA
advertisements to be enabled or disabled.
metric <value 0-65535>
−
The OSPF area stub default cost.
Restrictions
Only Administrator or Operator-level users can issue this command.
Usage example:
To configure an OSPF area’s settings:
DES-3800:admin#config ospf area 10.48.74.122 type stub stub_summary
enable metric 1
Command: config ospf area 10.48.74.122 type stub stub_summary enable
metric 1
Success.
DES-3800:admin#
show ospf area
Purpose
Used to display an OSPF area’s configuration.
Syntax
show ospf area {<area_id>}