Route-Map

A route-map consists of ACLs and set of directives that define the egress interfaces for forwarding the flow.

A route-map consists of a sequence of instances, the 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 a match is found, the device stops evaluating the incoming packet.

Route-maps can 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.