R3102-R3103-HP 6600/HSR6600 Routers Layer 3 - IP Services Command Reference

147
Examples
# Disable flow classification.
<Sysname> system
[Sysname] undo flow-classification enable
forwarding policy
Use forwarding policy to specify a flow classification policy.
Use undo forwarding policy to restore the default policy.
Syntax
forwarding policy { per-flow | per-packet }
undo forwarding policy
Default
The per-flow policy is specified.
Views
System view
Default command level
2: System level
Parameters
per-flow: Specifies the flow-based scheduling policy. With this policy specified, a flow is delivered to a
CPU for FIFO processing.
per-packet: Specifies the packet-based scheduling policy. With this policy specified, packets in the same
flow are delivered orderly to different CPUs for processing, and therefore might not be processed orderly.
Examples
# Specify the per-packet flow classification policy.
<Sysname> system-view
[Sysname] forwarding policy per-packet
# Specify the per-flow flow classification policy.
<Sysname> system-view
[Sysname] forwarding policy per-flow