Alcatel-Lucent 6850-48 Guida Di Riferimento

Pagina di 3444
OSPF Commands
page 41-20
OmniSwitch CLI Reference Guide
September 2009
ip ospf area
Assigns an OSPF interface to a specified area.
ip ospf area area_id [summary {enable | disable}] | [type {normal | stub | nssa}] 
no ip ospf area area_id 
Syntax Definitions
area_id
A unique 32-bit value in IP address format.
enable
Enables summarization.
disable
Disables summarization.
normal
Sets the area as a regular OSPF area.
stub
Configures an OSPF area as a stub area.
nssa
Configures an OSPF area as a Not So Stubby Area (NSSA)
Defaults
Platforms Supported
OmniSwitch 6850, 6855, 9000, 9000E
Usage Guidelines
• The no form deletes the area.
• The summary options are used to enable or disable route summarization for stub and NSSA areas. 
Stub and NSSA areas will not receive LSA type 3 unless summary is enabled.
• The type command allows you to chose what type of area this is going to be.
Examples
-> ip ospf area 0.0.0.1
-> ip ospf area 0.0.0.1 stub
-> ip ospf area 0.0.0.1 type normal
-> no ip ospf area 0.0.0.1
Release History
Release 6.1; command was introduced.
parameter
default
enable | disable
enable
normal | stub | nssa
normal