Link Aggregation Control Protocol (LACP) Commands

lacp system-priority

To set the system priority, use the lacp system-priority command in switch configuration mode. To restore the default configuration, use the no form of this command.

lacp system-priority value

no lacp system-priority

Syntax Description

value

Specifies the system priority value. Valid range is from 1 to 65535.

Command Default

The default system priority is 1.

Command Modes

Switch configuration (config-switch)

Command History

Release Modification
3.6.1

This command was introduced.

Usage Guidelines

None

Examples

The following example sets the system priority to 120:


nfvis(config-switch)# lacp system-priority 120
nfvis(config-switch)# commit
nfvis(config-switch)# end

lacp port-priority

To set the physical port priority, use the lacp port-priority command in interface switch configuration mode. To restore the default configuration, use the no form of this command.

lacp port-priority value

no lacp port-priority

Syntax Description

value

Specifies the port priority value. Valid range is from 1 to 65535.

Command Default

The default port priority is 1.

Command Modes

Interface (Gigabit Ethernet) switch configuration (config-switch-if)

Command History

Release Modification
3.6.1

This command was introduced.

Usage Guidelines

None

Examples

The following example sets the priority of Gigabit Ethernet interface 1/0.


nfvis(config-switch)# interface gigabitEthernet 1/0
nfvis(config-switch-if)# lacp port-priority 247
nfvis(config-switch-if)# commit
nfvis(config-switch-if)# end

lacp timeout

To assign an administrative LACP timeout to an interface, use the lacp timeout command in interface switch configuration mode. To restore the default configuration, use the no form of this command.

lacp timeout {long | short}

no lacp timeout

Syntax Description

long

Specifies the long timeout value.

short

Specifies the short timeout value.

Command Default

The default port timeout value is Long.

Command Modes

Interface (Gigabit Ethernet) switch configuration (config-switch-if)

Command History

Release Modification
3.6.1

This command was introduced.

Usage Guidelines

None

Examples

The following example assigns a long administrative LACP timeout to Gigabit Ethernet interface 1/0.


nfvis(config-switch)# interface gigabitEthernet 1/0
nfvis(config-switch-if)# lacp timeout long
nfvis(config-switch-if)# commit
nfvis(config-switch-if)# end