Chapter 7: Second Level Commands | June 30, 2006 |
Using the ip ospf area stub command
Host(config)# ip ospf area
This command configures an OSPF area system default advertisement behavior is
as a stub area. The system default stubbing option is
Usage
ip ospf area
Parameter(s)
<area-id>
OSPF identifier of the area the identifier specified (as a value or an IP address).
Example(s)
Host(config)# ip ospf area 1.2.3.5 stub
Host(config)# ip ospf area 1.2.3.5 stub summary
Using the no ip ospf area stub command
Host(config)# no ip ospf area ... stub
The command disables OSPF stub area functionality.
Usage
no ip ospf area <area-id> stub
For parameters and examples, refer to “Using the ip ospf area stub command” on page
Using the ip ospf advertise network command
Host(config)# ip ospf advertise network
This command defines advertisement of an entire network per area.
Usage
ip ospf advertise network <area-id> <network> <mask>
Parameter(s)
Table
Parameter | Description | Legal values/range |
| OSPF Identifier of the area specified as an IP address. | IP address |
<network> | Advertised network. | IP address |
<mask> | Network mask. | Mask |
Example(s)
Host(config)# ip ospf advertise-network 1.2.3.4 22.32.55.4 255.255.255.0
|