Configures a range of IP addresses in an OSPF (Open Shortest Path First) area to be aggregated.
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. |
N/A.
If advertised, the aggregated IP range is exported as a single LSA by the ABR.
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
This command was first available in ExtremeXOS 10.1.
This command is available on platforms with an Advanced Edge or Core license as described in the ExtremeXOS 22.6 Feature License Requirements document.