C613-50631-01 Rev A Command Reference for IE340 Series 1111
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
OSPF COMMANDS
AREA
RANGE
Default The area range is not configured by default. The area range is advertised if it is
configured.
Mode Router Configuration
Usage notes You can configure multiple ranges on a single area with multiple instances of this
command, so OSPF summarizes addresses for different sets of IPv4 address ranges.
Ensure OSPF IPv4 routes exist in the area range for advertisement before using this
command.
Example
awplus# configure terminal
awplus(config)# router ospf 100
awplus(config-router)# area 1 range 192.16.0.0/16
awplus(config-router)# area 1 range 203.18.0.0/16 cost 70
To remove a cost configured on an area range, re-enter the area range without the
optional cost parameter. This will set the metric calculation back to the default
algorithm.
awplus(config-router)# area 1 range 207.14.0.0/16 cost 35
awplus(config-router)# area 1 range 207.14.0.0/16
Command
changes
Version 5.5.0-0.1: parameter cost added
not-advertise Does not advertise this range.
cost Optionally override the metric that would normally
be calculated for this summary with a user-defined
cost to be advertised for this summary LSA.
Specify the metric to be advertised for this route in
the range 0-16777215.
Parameter Description