HP MSR2000/3000/4000 Router Series Layer 3 - IP Services Command Reference
332
Flow classification commands
The following matrix shows the feature and router compatibility:
Feature MSR2000 MSR3000 MSR4000
Flow classification No Yes Yes
forwarding policy
Use forwarding policy to specify a flow classification policy.
Use undo forwarding policy to restore the default.
Syntax
forwarding policy { per-flow | per-packet }
undo forwarding policy
Default
The flow-based policy is used.
Views
System view
Predefined user roles
network-admin
Parameters
per-flow: Specifies the flow-based forwarding. The device forwards packets of a flow to the same CPU.
A data flow is defined by the following fields: source IP address, destination IP address, source port
number, destination port number, and protocol number. This policy takes the first-in first-out rule.
per-packet: Specifies the packet-based forwarding. The device forwards packets in sequence to different
CPUs, even though they are the same flow. This policy does not ensure packet order.
Examples
# Specify the packet-based policy.
<Sysname> system-view
[Sysname] forwarding policy per-packet
# Specify the flow-based policy.
<Sysname> system-view
[Sysname] forwarding policy per-flow










