BGP 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
1676
configure bgp delete aggregate-address
configure bgp delete aggregate-address {address-family [ipv4-unicast |
ipv4-multicast]} [<ip address/masklength> | all]
Description
Deletes one or all BGP aggregated route.
Syntax Description
Default
If no address family is specified, IPv4 unicast is the default.
Usage Guidelines
Route aggregation is the process of combining the characteristics of several routes so that they are
advertised as a single route. Aggregation reduces the amount of information that a BGP speaker must
store and exchange with other BGP speakers. Reducing the information that is stored and exchanged
also reduces the size of the routing table.
Example
The following command deletes a BGP aggregate route:
configure bgp delete aggregate-address 192.1.1.4/30
History
This command was first available in ExtremeWare XOS 10.1.
This command required an Advanced Core license in ExtremeWare XOS 11.1.
Platform Availability
This command is available on platforms with a Core or an Advanced Core license.
address-family
The address family. BGP supports two address families: IPv4 Unicast and IPv4
Multicast.
ip address/mask length
Specifies an IP network address and netmask length.
all
Specifies all aggregated routes.