D-Link TM DES-6500 Switch User Manual


 
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual
create ospf area
Purpose Used to configure OSPF area settings.
Syntax
create ospf area <area_id> type [normal | stub
{stub_summary [enabled | disabled] | 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 [enabled | disabled] 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:
DES-6500:4#
DES-6500:4#create ospf area 10.48.74.122 type normal
Command: create ospf area 10.48.74.122 type normal
Success.
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-6500:4#delete ospf area 10.48.74.122
Command: delete ospf area 10.48.74.122
Success.
DES-6500:4#
307