Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 <NUMBERaction 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

...