...
The set routing route-map action atomicmap set-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 atomicmap set-action atomic-aggregate command removes the configurations.
...
set routing route-map <route-map-name> order <NUMBER> action atomicset-action atomic-aggregate
delete routing route-map <route-map-name> <NUMBER> action atomic order <NUMBER> set-action atomic-aggregate
Parameter
Parameter | Description |
route-map <route-map-name> | Specifies the name of the route map. Required. |
order <NUMBER> | Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535. |
...
Code Block |
---|
admin@Xorplus# set routing route-map GlobalMap order 10 set-action atomic-aggregate admin@Xorplus# commit |
...