Command Line Interface Guide

1218 OSPF Commands
User Guidelines
The no form of this command can be used to delete an area range. For
example:
!! Create area range
console (config-router)#area 1 range 10.0.0.0 255.0.0.0
summarylink
!! Delete area range
console (config-router)#no area 1 range 10.0.0.0 255.0.0.0
summarylink
The no form may be used to revert the [advertise | not-advertise] option to
its default without deleting the area range. Deleting and recreating the area
range would cause OSPF to termporarily advertise the prefixes contained
within the range. Note that using either the advertise or not-advertise
keyword reverts the configuration to the default. For example:
!! Create area range. Suppress summary.
console (config-router)#area 1 range 10.0.0.0 255.0.0.0
summarylink not-advertise
!! Advertise summary.
console (config-router)#no area 1 range 10.0.0.0 255.0.0.0
summarylink not-advertise
The no form may be use to remove a static area range cost, so that OSPF sets
the cost to the largest cost among the contained routes. For example:
!! Create area range with static cost.
console (config-router)#area 1 range 10.0.0.0 255.0.0.0
summarylink cost 1000
!! Remove static cost.
console (config-router)#no area 1 range 10.0.0.0 255.0.0.0
summarylink cost
If the user tries to configure both types of ranges for the same prefix and area:
2CSPC4.X8100-SWUM100.book Page 1218 Wednesday, August 29, 2012 6:23 PM