HP VPN Firewall Appliances Network Management Configuration Guide

329
Configuring IP forwarding mode
Feature and hardware compatibility
Hardware Traffic forwardin
g
mode com
p
atibilit
y
F1000-A-EI/F1000-S-EI Yes
F1000-E Yes
F5000 No
F5000-S/F5000-C Yes
VPN firewall modules Yes
20-Gbps VPN firewall modules Yes
Overview
The device supports two IP forwarding modes: flow-based and packet-based.
Flow-based forwarding—Forwards flows with the same 5 fields (source IP address, destination IP
address, source port number, destination port number, and protocol number) to the same CPU for
processing. This mode takes the first-in first-out rule. It is more suitable for traffic with strict
requirements of packet order such as audio and video.
Packet-based forwarding—Forwards packets in sequence to different CPUs for processing, even
though they are the same flow. This mode does not ensure packet order.
Configuration procedure
Ste
p
Command
Remarks
1. Enter system view.
system-view N/A
2. Specify a
forwarding mode.
Specify the flow-based mode:
ip forwarding per-flow
Specify the packet-based mode:
undo ip forwarding per-flow
By default, the packet-based mode is used.
To make the IP forwarding mode
modification take effect, reboot the device.
Displaying and maintaining IP forwarding mode
Task Command
Remarks
Display forwarding modes being
used and to be used after reboot.
display ip forwarding mode [ | { begin |
exclude | include } regular-expression ]
Available in any view.