Specifies area range parameters on an area border router (ABR).
OSPF router configuration mode
OSPF router VRF configuration mode
Use this command only on ABRs to specify a route summary for an existing area. The result is that one summary route is advertised to other areas by the ABR, in the form of a Type 3 LSA. Routing information is condensed at area boundaries and external to the area, and only one route is advertised for each address range.
For example, use this command is if you have many small networks advertised from area 0 to any other area, or from any non-backbone area into the backbone. This command gives you a summary route instead of many smaller routes. In an area, the OSPF database on each router must be an exact copy of the databases of the other routers. This means that no summary is allowed in the area.
The no form of the command disables the specification of range parameters on an ABR.
The following example advertises to Area 3 all the addresses on the network 10.1.1.0 255.255.255.0 in the ABR you are signed into.
device# configure terminal device(config)# router ospf device(config-router-ospf-vrf-default-vrf)# area 3 range 10.1.1.0 255.255.255.0 advertise