load-balance

Enables or disables masking of tunnel ID while computing hashing for per LAG basis.

Syntax

load-balance [ src-dst-ip-l4port-tid | src-dst-ip-l4port ]
no load-balance

Parameters

src-dst-ip-l4port-tid
Specifies source IP, destination IP, l4 port, protocol, and specifie GTP tunnel ID-based load-balancing.
src-dst-ip-l4port
Specifies source IP, destination IP, l4port, and protocol based load balancing (default) method.

Modes

Port-channel config mode

Usage Guidelines

This command is available only to users with admin role.

The port-channel must be created first.

The no load-balance command sets the default value to LAG hash.

Examples

The following example enables the src-dst-ip-l4port-tid load balancing method.

device# configure terminal 
device#(config)# interface port-channel 1 
device(config-if-po-1)# load-balance src-dst-ip-l4port-tid 

Show running: 
device# show running-configuration 
interface port-channel 1 
load-balance method src-dst-ip-l4port-tid

device(config-if-po-1)# load-balance src-dst-ip-l4port-t 
% Unknown command.