A SERVICE OF

logo

xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
504
To create an OSPF area:
DGS-3627:admin# create ospf area 10.48.74.122 type normal
Command: create ospf area 10.48.74.122 type normal
Success.
DGS-3627:admin#
To create an OSPF NSSA area:
DGS-3627:admin# 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-3627:admin#
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 and Operator-level users can issue this command.
Example usage:
To delete an OSPF area:
DGS-3627:admin# delete ospf area 10.48.74.122
Command: delete ospf area 10.48.74.122
Success.
DGS-3627:admin#
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.
stubChoosing this parameter will define the OSPF area configured here as a stub
area.