xStack DGS-3612G Layer 3 Gigabit Ethernet Managed Switch CLI Manual
To create an OSPF area:
DGS-3612G:4#create ospf area 10.48.74.122 type normal
Command: create ospf area 10.48.74.122 type normal
Success.
DGS-3612G:4#
To create an OSPF NSSA area:
DGS-3612G:4#create ospf area 11.1.1.1 type nssa translate enable metric 5 stub_summary enable
Command: create ospf area 11.1.1.1 type nssa translate enable metric 5 stub_summary enable
Success.
DGS-3612G: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:
DGS-3612G:4#delete ospf area 10.48.74.122
Command: delete ospf area 10.48.74.122
Success.
DGS-3612G:4#
config ospf area
Purpose
Used to configure an OSPF area’s settings.
Syntax
config ospf area <area_id> type [normal | stub | nssa {translate
[enable | disable]}] {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
−
The OSPF area mode of operation
−
the user has three choices
to choose from to define the area configured here.
normal
– Choosing this parameter will define the OSPF area
configured here as a normal area.
•
•
stub
– Choosing this parameter will define the OSPF area
255