D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
505
config ospf area
nssaChoosing this parameter will define the OSPF area configured here as an
NSSA (Not So Stubby Area) area.
translate [enable | disable]Enable this parameter to translate Type-7 LSAs
into Type-5 LSAs, so that they can be distributed outside of the NSSA. The
default is Disabled. This field can only be configured if nssa is chosen in the
type field.
stub_summary [enable | disable] Allows the OSPF area import of LSA advertisements to be
enabled or disabled.
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. For NSSA areas, the metric field
determines the cost of traffic entering the NSSA area.
Restrictions Only Administrator and Operator-level users can issue this command.
Usage example
To configure an OSPF area’s settings:
DGS-3627: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.
DGS-3627:admin#
show ospf area
Purpose Used to display an OSPF area’s configuration.
Syntax
show ospf area {<area_id>}
Description This command will display the current OSPF area configuration.
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 None.
Usage example
To display an OSPF area’s settings:
DGS-3627:admin# show ospf area
Command: show ospf area
OSPF Area Settings
Area ID Type Stub Import Summary LSA Stub Default Cost Translate
--------------- ------ ----------------------- ----------------- ---------
0.0.0.0 Normal None None None
Total Entries : 1
DGS-3627:admin#