Configuration Commands : route-map

route-map
Description
The Silver Peak appliance allows you to manage your packet flow by creating route maps. Route maps make it easy for you to identify exactly the traffic that you need to manage. You can create elaborate combinations of match criteria, using IP addresses, ports, protocol, and/or DSCP markings. You can also create more complex matches within ACLs. Or, you can choose to simplify your match criteria by using well-known or user-defined applications, or application groups. By default, one route map is always active, and you can change the active map at any time, simply by activating a different map.
Each route map may have multiple entries. A map entry consists of one or more match statements, which specifies packet fields to be matched, and one set statement, which takes action on the matched traffic, such as sending it to a tunnel or dropping it.
For example, in the following example, the first statement matches all traffic that is associated with the application, AOL. The second statement sends that AOL traffic through the tunnel named Holland:
(conf) # route-map fred 50 match app aol
(conf) # route-map fred 50 set tunnel Holland
 
You create a new route map with a single, default entry which serves as a catch-all. In this example, if the route map, fred, did not exist, the CLI would create it when you entered the match statement.
Entries in a map are ordered according to their assigned priorities. Priorities are used to identify, as well as to order entries within a map. All priority values must be unique (in other words, no two entries in a given map can have the same priority value). In the above example, the priority for the entries is 50.
If you enter a new priority statement for an existing route map, the CLI adds that entry to the route map. However, if you enter a statement that has the same priority as one that already exists, the new entry overwrites the previous one (and the CLI does not provide a warning).
A route map entry can match traffic that satisfies either a pre-defined ACL or any of the following attributes:
n
n
n
n
n
n
n
n
See Also
See the following related commands:
n
n
n
n
n

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