Command Reference Guide
Router (OSPF) Configuration Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 905
area <area id> range <ip address> <network mask> [advertise |
not-advertise]
Use this command to configure area route summarizations and to determine whether an address range is
advertised to the networks.
Syntax Description
<area id> Identifier for this area. Enter as an integer (range: 0-4294967295) or an IP
address <A.B.C.D>.
<ip address> The IP address of the advertised summary route.
<network mask> The mask of the advertised summary route.
advertise The specified address range will be advertised to other networks.
not-advertise The specified address range will not be advertised to other networks.
Default Values
By default, OSPF is not enabled.
Command Modes
(config-ospf)# Router (OSPF) Configuration Mode required
Usage Examples
(config)#router ospf
(config-ospf)#area 11.0.0.0 range 11.0.0.0 255.0.0.0 advertise