17 set comm-list delete, 16 set atomic-aggregate – CANOGA PERKINS 9175 Command Reference User Manual
Page 347
CanogaOS Command Reference
19-16
Switch(config-route-map)# set as-path prepend 8 24
Related Commands
19.16 set atomic-aggregate
Use this command to set an atomic aggregate attribute.
Use the no parameter with this command to disable this function
To use the set atomic aggregate command, you must first have a match clause. Match and set
commands set the conditions for redistributing routes from one routing protocol to another. The
match command specifies the match criteria under which redistribution is allowed for the current
route-map. The set command specifies the set redistribution actions to be performed, if the
match criteria are met.
If the packets do not match any of the defined criteria, they are routed through the normal
routing process.
Note:
This command is valid for BGP only.
Command Syntax
set atomic-aggregate
no set atomic-aggregate
Syntax Description
This command has no arguments or keywords.
Command Mode
Route-map mode
Defaults
No set atomic-aggregate is specified by default.
Examples
Switch# configure terminal
Switch(config)# route-map rmap1 permit 3
Switch(config-route-map)# set atomic-aggregate
Related Commands