lacp system-priorityNEW!

Configures or resets the system priority for use with LACP.

Syntax

lacp system-priority priority
no lacp system-priority

Parameters

system-priority priority
Configures system priority. Valid values are from 1 through 65535, and higher numbers have a lower priority. The default value is 32768.

Modes

Config mode

Usage Guidelines

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

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

Examples

The following example configures LACP system priority.

device# configure terminal 
device(config)# interface port-channel 100 
device(config-if-po-100)# lacp system-priority 1234 
device(config-if-po-100)# end 

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