xStack Gigabit Layer 3 Switch Command Line Interface Manual
create ospf area
Purpose
Used to configure OSPF area settings.
Syntax
create ospf area <area_id> type [normal | stub
{stub_summary [enable | disable] | metric <value 0-65535>}]
Description
This command is used to create an OSPF area and configure its
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]
−
The OSPF area mode of operation
−
stub or
normal.
stub_summary [enable | disable]
−
Enables or disables the
OSPF area to import summary LSA advertisements.
metric <value 0-65535>
−
The OSPF area cost between 0 and
65535. 0 denotes that the value will be automatically assigned.
The default setting is 0.
Restrictions Only
administrator-level users can issue this command.
Usage Example:
To create an OSPF area:
DGS-3324SRi:4#create ospf area 10.48.74.122 type normal
Command: create ospf area 10.48.74.122 type normal
Success.
DGS-3324SRi:4#
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:
313