xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
337
config ospf area
configured here as a normal area.
•
stub
– Choosing this parameter will define the OSPF area
configured here as a stub area.
•
nssa
– Choosing 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 stub default cost.
Restrictions Only
administrator-level
and operator-level users can issue this
command.
Usage example
To configure an OSPF area’s settings:
DGS-3627:5#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:5#
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:5#show ospf area
Command: show ospf area
Area ID Type Stub Import Summary LSA Stub Default Cost Translate
-------------- ------------- ------------------------------------ ------------------- ---------------
0.0.0.0 Normal None None None
10.48.74.122 Stub Enabled Enabled None
244.0.0.6 NSSA Enabled 5 Enabled
Total Entries: 3
DGS-3627:5#