policy route route-map <map-name> rule <rule-num> set atomic-aggregate
Sets the BGP atomic-aggregate attribute in a route.
- map-name
- The name of a defined route map.
- rule-num
- The number of a defined route map rule.
Configuration mode
policy {
route-map map-name {
rule rule-num {
set {
atomic-aggregate
}
}
}
}
Use the set form of this command to set the BGP atomic aggregate attribute in a route. When all the match conditions in the route map rule succeed, the BGP atomic aggregate attribute is modified as specified.
Use the delete form of this command to delete this statement from the route map rule.
Use the show form of this command to display set statement configuration for route maps.