The set routing route-map action atomic-aggregate command is used to inform the route recipient that the route is aggregated and is a recognized optional attribute.
The delete routing route-map action atomic-aggregate command removes the configurations.
Command Syntax
set routing route-map <route-map-name> <NUMBER> action atomic-aggregate
delete routing route-map <route-map-name> <NUMBER> action atomic-aggregate
Parameter
Parameter | Description |
route-map <route-map-name> | Specifies the name of the route map. Required. |
<NUMBER> | Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535. |
metric <VALUE> | Specifies the value to be set as the metric attribute of the route entry. Range: 0 to 4294967295. |
Example
- Configure a action clause in the route map to modify the metric value of the route:
admin@Xorplus# set routing route-map GlobalMap 10 action local-preference 100 admin@Xorplus# commit