OSPF Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1548
configure ospf area add range
configure ospf area <area-identifier> add range [<ip-address> <ip-mask> |
<ipNetmask>] [advertise | noadvert] [type-3 | type-7]
Description
Configures a range of IP addresses in an OSPF area to be aggregated.
Syntax Description
Default
N/A.
Usage Guidelines
If advertised, the aggregated IP range is exported as a single LSA by the ABR.
Example
The following command is used to summarize a certain range of IP addresses within an area and export
them out as a single address:
configure ospf area 1.2.3.4 add range 10.1.2.0/24 advertise type-3
History
This command was first available in ExtremeWare XOS 10.1.
Platform Availability
This command is available on all platforms.
area-identifier
Specifies an OSPF area.
ip-address
Specifies an IP address
ip-mask
Specifies a subnet mask.
ipNetmask
Specifies IP address / Netmask.
advertise
Specifies to advertise the aggregated range of IP addresses.
noadvertise
Specifies not to advertise the aggregated range of IP addresses.
type-3
Specifies type 3 LSA, summary LSA.
type-7
Specifies type 7 LSA, NSSA external LSA.