This command configures IP ECMP load balancing mode.
Default
|
6
|
Format
|
ip load-sharing mode {inner | outer}
|
Mode
|
Global Config
|
Parameter
|
Description
|
mode
|
Configures the load balancing or sharing mode for all EMCP groups.
- 1: Based on a hash using the Source IP address of the packet.
- 2: Based on a hash using the Destination IP address of the packet.
- 3: Based on a hash using the Source and Destination IP addresses of the packet.
- 4: Based on a hash using the Source IP address and the Source TCP/UDP Port field of the packet.
- 5: Based on a hash using the Destination IP address and the Destination TCP/UDP Port field of the packet.
- 6: Based on a hash using the Source and Destination IP address, and the Source and Destination TCP/UDP Port fields of
the packet.
|
inner
|
Use the inner IP header for tunneled packets.
|
outer
|
Use the outer IP header for tunneled packets.
|