Command Line Interface
10671553-KDU 137 365 Uen D 2006-06-16
note that if a more specific address range is removed from an area, the
interface belonging to that range may still remain active if a less specific
address range covering that area has been specified.
• This router supports up to 64 OSPF router interfaces, and up to 16 total
areas (either normal transit areas, stubs, or NSSAs).
Example
This example creates the backbone 0.0.0.0 covering class B addresses
10.1.x.x, and a normal transit area 10.2.9.0 covering the class C addresses
10.2.9.x.
7.26.29 area stub
This command defines a stub area. To remove a stub, use the no form without
the optional keyword. To remove the summary attribute, use the no form with the
summary keyword.
Syntax
[no] area <area-id> stub [summary]
• area-id - Identifies the stub area.
(The area ID must be in the form of an IP address.)
• summary - Makes an Area Border Router (ABR) send a summary
link advertisement into the stub area. (Default: no summary)
Command Mode
Router Configuration
Default Setting
No stub is configured.
Console(config-router)#network 10.1.0.0 255.255.0.0 area 0.0.0.0
Console(config-router)#network 10.2.9.0 255.255.255.0 area 10.1.0.0
Console(config-router)#