- Table of Contents
-
- 07-Layer 3—IP Services Configuration Guide
- 00-Preface
- 01-ARP configuration
- 02-IP addressing configuration
- 03-DHCP configuration
- 04-DNS configuration
- 05-NAT configuration
- 06-IP forwarding basics configuration
- 07-Fast forwarding configuration
- 08-Multi-CPU packet distribution configuration
- 09-Adjacency table configuration
- 10-IRDP configuration
- 11-IP performance optimization configuration
- 12-UDP helper configuration
- 13-IPv6 basics configuration
- 14-DHCPv6 configuration
- 15-IPv6 fast forwarding configuration
- 16-Tunneling configuration
- 17-GRE configuration
- 18-ADVPN configuration
- 19-WAAS configuration
- 20-AFT configuration
- 21-Lighttpd service configuration
- 22-Web caching configuration
- Related Documents
-
Title | Size | Download |
---|---|---|
08-Multi-CPU packet distribution configuration | 37.33 KB |
Configuring multi-CPU packet distribution·
About multi-CPU packet distribution
Restrictions: Hardware compatibility with multi-CPU packet distribution
Restrictions and guidelines: Multi-CPU packet distribution configuration
Specifying a packet distribution policy·
Configuring multi-CPU packet distribution
About multi-CPU packet distribution
On a multi-CPU device, packets can be distributed among CPUs based on one of the following policies:
· Flow-based policy—Forwards packets of a flow to the same CPU. This policy takes the first-in first-out rule.
A data flow is defined by the five-tuple: Source IP address, destination IP address, source port number, destination port number, and protocol number.
· Packet-based policy—Forwards packets in sequence to different CPUs, even though they are the same flow. This policy does not ensure packet order.
Restrictions: Hardware compatibility with multi-CPU packet distribution
Hardware |
Multi-CPU packet distribution compatibility |
MSR810, MSR810-W, MSR810-W-DB, MSR810-LM, MSR810-W-LM, MSR810-10-PoE, MSR810-LM-HK, MSR810-W-LM-HK, MSR810-LMS-EA |
No |
MSR810-LMS, MSR810-LUS |
No |
MSR2600-6-X1, MSR2600-10-X1 |
No |
MSR 2630 |
No |
MSR3600-28, MSR3600-51 |
No |
MSR3600-28-SI, MSR3600-51-SI |
No |
MSR3600-28-X1, MSR3600-28-X1-DP, MSR3600-51-X1, MSR3600-51-X1-DP |
No |
MSR3610-I-DP, MSR3610-IE-DP |
Yes |
MSR3610-X1, MSR3610-X1-DP, MSR3610-X1-DC, MSR3610-X1-DP-DC |
Yes |
MSR 3610, MSR 3620, MSR 3620-DP, MSR 3640, MSR 3660 |
Yes |
MSR3610-G, MSR3620-G |
Yes |
Restrictions and guidelines: Multi-CPU packet distribution configuration
If a service requires packets of a flow to be received by the same CPU, you must use the flow-based policy.
Specifying a packet distribution policy
1. Enter system view.
system-view
2. Specify a packet distribution policy.
forwarding policy { per-flow | per-packet }
By default, the flow-based policy is used.