Versions Compared

Key

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

...

The set routing route-map action asmap set-action as-path prepend command prepends the list of the configured AS numbers to the AS Path attribute of the routes. To ensure that the AS path conforms to standards, the local AS is prepended after this command is executed.
The delete routing route-map action asmap set-action as-path prepend command restores the default behavior of not modifying the AS Path attribute list.

...

set routing route-map <route-map-name> order <NUMBER> set-action as-path prepend <AS> <AS> ...

delete routing route-map <route-map-name> name> order <NUMBER> set-action as as-path prepend <AS> <AS> ...

...

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.

as-path prepend <AS> <AS> ...Specifies the AS numbers to be prepended from the AS Path attribute of the route. The value is an integer that ranges from 1 to 4294967295.

...

Code Block
admin@Xorplus# set routing route-map GlobalMap order 10 set-action as-path prepend 102
admin@Xorplus# commit

...