port-channel

interface-config-port-channel-instance

Configures client load balancing parameters on this port-channel interface

Supported in the following platforms:

  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

port-channel load-balance [src-dst-ip|src-dst-mac]

Parameters

port-channel load-balance [src-dst-ip|src-dst-mac]
port-channel load-balance [src-dst-ip| src-dst-mac] Specifies whether port channel load balancing is conducted using a source/destination IP or a source/destination MAC.
  • src-dst-ip – Uses a source/destination IP to conduct client load balancing. This is the default setting.
  • src-dst-mac – Uses a source/destination MAC to conduct client load balancing

Example

nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#port-channel load-balance src-dst-mac

nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#show context
 interface port-channel1
  description "This port-channel is for enabling dynamic LACP."
  duplex full
  ipv6 nd trust
  ipv6 nd header-mismatch-validation
  ip arp trust
  port-channel load-balance src-dst-mac
nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#

Related Commands

no Removes or reverts to default the client load balancing parameters on this port-channel interface