Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »


The set routing route-map 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 action as-path exclude command restores the default behavior of not modifying the AS Path attribute list.

Command Syntax

set routing route-map <route-map-name> <NUMBER> action as-path exclude <AS>

delete routing route-map <route-map-name> <NUMBER> action as-path exclude <AS>


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.

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.


Example

  •  Configure a action clause in the route map to remove the AS from the AS Path attribute of the route:
admin@Xorplus# set routing route-map GlobalMap 10 action as-path exclude 10
admin@Xorplus# commit
  • No labels