...
set routing route-map <route-map-name> > order <NUMBER> description <wildcard>
delete routing route-map <route-map-name> name> order <NUMBER> description <wildcard>
...
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. |
description <wildcard> | Specifies descriptions to a route map. The value is a string. |
...
Code Block |
---|
admin@Xorplus# set routing route-map GlobalMap order 10 description GlobalMap
admin@Xorplus# commit |
...