R3303-HP HSR6800 Routers Layer 3 - IP Services Command Reference

Table Of Contents
149
Default command level
2: System level
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 } [ ip | mpls ]
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. If you specify this keyword, a flow is delivered to a
CPU for FIFO processing.
per-packet: Specifies the packet-based scheduling policy. If you specify this keyword, packets in the
same flow are delivered orderly to different CPUs for processing, and therefore might not be processed
orderly.
ip: Specifies a flow classification policy for IPv4 and IPv6 packets.
mpls: Specifies a flow classification policy for MPLS packets.
Usage guidelines
If both the ip and mpls keywords are not specified, the command specifies a flow classification policy for
all packets.
Examples
# Specify the per-packet flow classification policy for all packets.
<Sysname> system-view
[Sysname] forwarding policy per-packet
# Specify the per-flow flow classification policy for MPLS packets.
<Sysname> system-view
[Sysname] forwarding policy per-flow mpls