...
The set routing route-map action map set-action as-path exclude command removes all occurrences of the configured AS Path from the AS Path attribute of the route.
The delete routing route-map set-map action action as-path exclude 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 exclude <AS>
delete routing route-map <route-map-name> <NUMBER> action asorder <NUMBER> set-action as-path exclude <AS>
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. |
as-path exclude <AS> | Specifies the AS number to be removed 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 exclude 10 admin@Xorplus# commit |
...