BGP Commands
config bgp add aggregate-address
config bgp add aggregate-address <ip address>/<masklength> {as-set |
as-match} {summary-only} {advertise-route-map <route-map>}
{attribute-route-map <route-map>}
Description
Configures a BGP aggregate route.
Syntax Description
ip adddress
masklength
as-set
summary-only
advertise-route-map
attribute-route-map
Default
N/A.
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.
To use BGP route aggregation, follow these steps:
1 Enable aggregation using the following command:
enable bgp aggregation
2 Create an aggregate route using the following commands:
config bgp add aggregate-address <ip address>/<masklength> {as-set | as-match}
{summary-only} {advertise-route-map <route-map>} {attribute-route-map <route-map>}
Example
The following command configures a BGP aggregate route:
config bgp add aggregate-address 192.1.1.4/30
History
This command was first available in ExtremeWare 6.1.
1036
Specifies an IP address.
Specifies a netmask length.
Specifies to aggregate only the path attributes of the aggregate routes.
Specifies to send only aggregated routes to the neighbors.
Specifies the route map used to select routes for this aggregated route.
Specifies the route map used to set the attributes of the aggregated route.
ExtremeWare Software 7.0.0 Command Reference Guide
Need help?
Do you have a question about the ExtremeWare and is the answer not in the manual?
Questions and answers