...
set routing route-map <route-map-name> order <NUMBER> match as-path <as-path-access-list>
delete routing route-map <route-map-name> order <NUMBER> match as-path <as-path-access-list>
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. |
match as-path <as-path-access-list> | Specifies the name of the AS path list to match the AS path attribute of the route. |
...