DXS-1210 Series Smart Managed Switch CLI Reference Guide
172
24-2
lacp port-priority
This command is used to configure the port priority. Use the no form of this command to revert the
port priority to the default settings.
lacp port-priority PRIORITY
no lacp port-priority
Parameters
PRIORITY
Specifies the port priority. The range is 1 to 65535.
Default
The default port-priority is 32768.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
The LACP port-priority determines which ports can join a port-channel and which ports are put in the
standalone mode. The lower value has a higher priority. If two or more ports have the same priority,
the port number determines the priority
Example
This example shows how to configure the port priority to 20000 on interfaces 1/0/4 to 1/0/5.
Switch# configure terminal
Switch(config)#interface range eth 1/0/4-5
Switch(config-if)# lacp port-priority 20000
Switch(config-if)#
24-3
lacp timeout
This command is used to configure the LACP long or short timer. Use the no form of this command to
return to the default value.
lacp timeout {short | long}
no lacp timeout
Parameters
short
Specifies that there will be 3 seconds before invalidating received
LACPDU information. Once the partner recognizes this information in
the received PDU, LACP PDU periodic transmissions will be sent at 1
second intervals.
long
Specifies that there will be 90 seconds before invalidating received
LACPDU information.Once the partner recognizes this information in
the received PDU, LACP PDU periodic transmissions will be sent at30
second intervals.
Default
By default, the LACP timeout mode is long.