802 ExtremeWare Software 7.3.0 Command Reference Guide
Security Commands
configure route-map add goto
configure route-map <route_map> <seq_number> add goto <new_route_map>
Description
Configures a route map
goto
statement to transfer evaluation to another route map.
Syntax Description
Default
N/A.
Usage Guidelines
A route map
goto
statement is evaluated only after all
match
and
set
statements have been evaluated.
Example
The following command adds a
goto
statement to entry 25 in route map map1 that causes evaluation
control to transfer to route map map2:
configure route-map map1 25 add goto map2
History
This command was first available in ExtremeWare 6.1.
Platform Availability
This command is available on all platforms.
route-map The name of the route map to which this statement should be added.
seq-number Specifies the sequence number of the entry in the route map to which this
statement should be added.
new-route-map The name of another route map that should be evaluated.