Route-Map

A route-map consists of ACLs and set of directives that define the egress interfaces for forwarding the flow. A route-map evaluates incoming packets and determines the traffic of interest for the tools based on the ACLs used. Any additional processing of the packets by the route-map is reflected on the egress groups used by route-map

A route-map consists of a sequence of instances, equivalent of rows in a table. The device evaluates an incoming packet according to route-map instances in ascending numerical order. The incoming packet is first compared against instance 1, then against instance 2, and so on. When the device finds a match, the device stops evaluating the incoming packet.

Route-maps contain match clauses and set statements. Each route-map contains a forward-action permit or forward-action deny statement that modifies the behavior of the route-map instance:

If the route-map contains set statements, packets that are permitted by the route-map match statements are forwarded according to the set statements.