lacp system-macNEW!

Configures or resets the MAC address to be used for the LACP exchanges.

Syntax

lacp system-mac mac-address
no lacp system-mac

Parameters

system-mac mac-address
Specifies the MAC address for configuring LACP protocol exchanges. The MAC address format is XXXX.XXXX.XXXX.

Modes

Interface config mode

Usage Guidelines

This command is available only to users with the admin role.

The no lacp system-mac command resets LACP system MAC to the default MAC address.

Examples

The following example configures LACP system-mac.

device# configure terminal 
device(config)#  interface port-channel 100 
device(config-if-po-100)# lacp system-mac aabb.ccdd.eeff 
device(config-if-po-100)# end   

device# show running-config 
protocol lacp 
  lacp system-priority 1234 
hardware 
  connector 1/8 
    breakout 4x10g 
  connector 2/8 
    breakout 4x10g 
interface port-channel 100 
  lacp system-mac aabb.ccdd.eeff 
  lacp system-priority 1234 
  no shutdown