lacp port-priorityNEW!

Configures or resets the port priority for use with LACP.

Syntax

lacp port-priority NUM
no lacp port-priority NUM

Parameters

port-priority NUM
Specifies the port priority. Valid values are from 1 through 65535 and higher numbers have a lower priority. The default value is 32768.

Modes

Interface config mode

Usage Guidelines

The no lacp port-priority command resets LACP system priority to the default value, 32768.

Examples

The following example configures LACP port priority.

device# configure terminal 
device(config)# interface ethernet 0/1 
device(config)# lacp port-priority 40000 

device# show running-configuration
protocol lacp 
hardware 
  connector 1/8 
    breakout 4x10g 
interface port-channel 1 
  no shutdown 
interface ethernet 1/8:1 
  channel-group 1 mode active 
  lacp port-priority 1234 
  no shutdown