Versions Compared

Key

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

...

set routing route-map <route-map-name> order <NUMBERmatch as-path <as-path-access-list>

delete routing route-map <route-map-name> order <NUMBER> match as-path <as-path-access-list>

...

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 _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

...