System information
BSR 64000 Configuration and Management Guide
7-16
Refer to Using Match Statements to Define Routing Conditions on page 7-2 for more
information on defining a match criteria using these commands.
Defining the Route
Set commands are used to define a route in the route map to be used for policy-based
routing. If an interface or next-hop specified by these commands is unreachable, then
destination-based routing is used by default. You must specify at least one of the
following set commands to define a route:
set interface
set ip next-hop
set default interface
set ip default next-hop
set ip diff-serv
set interface pos defines a list of POS interfaces through which the packets can be
routed. If more than one POS interface is specified, then the first interface that is
reachable is used for forwarding the packets. Policy-based routing is only supported
over point-to-point links. To set the forwarding interface, use the set interface pos
command in Route Map Configuration mode, as shown in the example below:
MOT(config-rmap)#set interface pos <slot/port>
To force packets to be dropped and not routed with the default destination-based
routing process, use the set interface null0 command to add "null0" as the last entry
in the interface list.
MOT(config-rmap)#set interface null0
Note: If no match parameters are specified in the route map, then all
incoming packets are considered for policy-based routing.