Back to Contents Page

LACP Commands

Dell™ PowerConnect™ 3324/3348 Switch CLI Guide

  lacp system-priority

  lacp port-priority

  lacp timeout

  show lacp ethernet

  show lacp port-channel



lacp system-priority

Use the lacp system-priority global configuration command to configure the system priority. To reset the default value, use the no form of this command.

Syntax

lacp system-priority value

no lacp system-priority

Default Configuration

The default system priority value is 1.

Command Mode

Global Configuration Mode

User Guidelines

There are no user guidelines for this command.

Example

The following example configures the system priority.

Console (config)# lacp system-priority 120


lacp port-priority

Use the lacp port-priority interface configuration command to configure the priority value for physical ports. To reset to default priority value, use the no form of this command.

Syntax

lacp port-priority value

no lacp port-priority

Default Configuration

The default port priority value is 1.

Command Mode

Interface Configuration (Ethernet) Mode

User Guidelines

There are no user guidelines for this command.

Example

The following example configures the priority value for port 1/e8.

Console (config)# interface ethernet 1/e8

Console (config-if)# lacp port-priority 247


lacp timeout

Use the lacp timeout interface configuration command to assign an administrative LACP timeout. To reset the default administrative LACP timeout, use the no form of this command.

Syntax

lacp timeout {long | short}

no lacp timeout

Default Configuration

The default port timeout value is long.

Command Mode

Interface Configuration (Ethernet) Mode

User Guidelines

There are no user guidelines for this command.

Example

The following example assigns an administrative LACP timeout for port 1/e8.

Console (config)# interface ethernet 1/e8

Console (config-if)# lacp timeout long


show lacp ethernet

The show interfaces lacp privileged EXEC command displays LACP information for ethernet ports.

Syntax

show lacp ethernet interface

Default Configuration

This command has no default configuration.

Command Mode

Privileged EXEC Mode

User Guidelines

There are no user guidelines for this command.

Example

The following example displays LACP statistics information.

Console# show lacp ethernet 1/e1 statistics

Port 1/e1 LACP Statistics:

LACP PDUs sent:2

LACP PDUs received:2


show lacp port-channel

Use the show lacp port-channel privileged EXEC command to display LACP information for a port-channel.

Syntax

show lacp port-channel [port_channel_number]

Default Configuration

This command has no default configuration.

Command Mode

Privileged EXEC Mode

User Guidelines

There are no user guidelines for this command.

Example

The following example displays LACP port-channel information.

Console# show lacp port-channel 1

Port-Channel 1:Port Type 1000 Ethernet

Actor

System Priority:1

MAC Address: 000285:0E1C00

Admin Key: 29

Oper Key: 29

Partner

System Priority:0

MAC Address: 000000:000000

Oper Key: 14


Back to Contents Page