Specifies area range parameters on an area border router (ABR).
OSPFv3 router configuration mode
OSPFv3 router VRF configuration mode
Use this command only on ABRs to specify route summarization for an existing area. The result is that a single 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 a single route is advertised for each address range.
An example of when you might want to 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 summarization is allowed within 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 2001:db8:8::/45 in the ABR you are signed into.
device# configure terminal device(config)# ipv6 router ospf device(config-ipv6-router-ospf-vrf-default-vrf)# area 3 range 2001:db8:8::/45 advertise