...
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. |
...
Code Block |
---|
admin@Xorplus# set routing as-path-list Aslist permit regex _20_ admin@Xorplus# set routing route-map GlobalMap order 10 match as-path Aslist admin@Xorplus# set routing route-map GlobalMap order 10 actionmatching-policy permit admin@Xorplus# commit |
...