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-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 tunnel <tunnel name> [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 peer-balance <peer hostname> [if-down {pass-through | pass-through-unshaped | drop}]
route-map <route map name> <priority value> set peer-low-latency <peer hostname> [if-down {pass-through | pass-through-unshaped | drop}]
route-map <route map name> <priority value> set peer-low-loss <peer hostname> [if-down {pass-through | pass-through-unshaped | drop}]
Arguments
route-map <route map name>
Specifies an existing priority value for the map entry. Acceptable values are from 1 to 65534. By default, the appliance reserves 65535 for the default entry.
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}
Establishes what action the Silver Peak appliance takes if the primary tunnel (and its backup tunnel, if there is one) is down. You can specify the following options with if-down:
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.
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.
To limit the bandwidth of the traffic according to the passthrough bandwidth settings of the shaper, choose shaped; otherwise, choose unshaped.
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.