System information
Configuring BGP
12-43
4. To identify the route map for manipulating the attributes of the aggregate route,
use the aggregate attribute-map command in Router BGP Configuration mode,
as shown below:
MOT(config-bgp)#aggregate <ip-address> <address-mask> attribute-map
<name>
where:
ip-address is the aggregate IP address.
address-mask is the aggregate IP mask.
name is the route map name.
5. To filter all more specific routes from updates, use the aggregate summary-only
command in Router BGP Configuration mode, as shown below:
MOT(config-bgp)#aggregate <ip-address> <address-mask> summary-only
where:
ip-address is the aggregate IP address.
address-mask is the aggregate IP mask.
6. To specify the route map for selectively blocking routes, use the aggregate
suppress-map command in Router BGP Configuration mode, as shown below:
MOT(config-bgp)#aggregate <ip-address> <address-mask> suppress-map
<name>
where:
ip-address is the aggregate IP address.
address-mask is the aggregate IP mask.
name is the route map name.