Configuration Commands : route-map set

route-map set
Description
The route-map set command specifies or modifies the SET part of an entry in a given route map. You cannot use a set command until you first issue a match command.
Syntax
route-map <route map name> <priority value> set auto-opt-balance [if-down {pass-through | pass-through-unshaped | drop}]
route-map <route map name> <priority value> set auto-opt-low-latency [if-down {pass-through | pass-through-unshaped | drop}]
route-map <route map name> <priority value> set auto-opt-low-loss [if-down {pass-through | pass-through-unshaped | drop}]
route-map <route map name> <priority value> set auto-opt-overlay-id <overlay name> [if-down {pass-through | pass-through-unshaped | drop}]
route-map <route map name> <priority value> set auto-opt-preferred-if {<interface name> | wan0}
route-map <route map name> <priority value> set auto-optimize [if-down {pass-through | pass-through-unshaped | drop}]
route-map <route map name> <priority value> set drop
route-map <route map name> <priority value> set pass-through {shaped | unshaped}
route-map <route map name> <priority value> set peer-balance <peer hostname> [if-down {pass-through | pass-through-unshaped | drop | continue}]
route-map <route map name> <priority value> set peer-low-latency <peer hostname> [if-down {pass-through | pass-through-unshaped | drop | continue}]
route-map <route map name> <priority value> set peer-low-loss <peer hostname> [if-down {pass-through | pass-through-unshaped | drop | continue}]
route-map <route map name> <priority value> set tunnel <tunnel name> [if-down {pass-through | pass-through-unshaped | drop | continue}]
Arguments
route-map <route map name>
set tunnel <tunnel name>
Specifies the name of an existing tunnel. Use the route-map set tunnel command when you send matched traffic to a tunnel or a pair of redundant tunnels.
if-down {pass-through | pass-through-unshaped | drop | continue}
pass-through - Traffic is passed through with QoS shaping.
pass-through-unshaped - Traffic is passed through with no QoS shaping.
drop - The packets are dropped.
continue - Continue processing next entry.
set pass-through {shaped | unshaped}
Use the route-map set passthrough command if you want matching traffic to pass through the Silver Peak appliance unaccelerated.
set peer-balance <peer hostname>
set peer-low-latency <peer hostname>
set peer-low-loss <peer hostname>
Defaults
The default action for if-down is to send the traffic through as pass-through and shaped.
Command Mode
Global Configuration Mode
See Also
n
n
n
n
n
n
Usage Guidelines
n
You cannot use a set command until you first issue a match command.
n
By default, the set part of the default route map entry (with priority 65535) is auto-optimize, which means that the appliances determine the appropriate, available tunnel for the traffic. You can modify this to drop or pass-through unshaped as follows:
route-map <route map name> 65535 set drop
route-map <route map name> 65535 set pass-through-unshaped
 
Examples
None.

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.