Add Ports to an MLT LAG

Perform this procedure to add ports to an MLT LAG.

Procedure

  1. Enter Global Configuration mode:

    enable

    configure terminal

  2. Add ports to an MLT LAG:

    mlt <1-512> member {slot/port[/sub-port][-slot/port[/sub-port]][,...][slot/all][all]}

Example

Add port 1/24 to MLT 40:

Switch:1(config)#mlt 40 member 1/24

Variable Definitions

Use the data in the following table to use the mlt command.

Variable

Value

enable

Creates and enables a new MLT.

encapsulation dot1q

Enables trunking on the MLT.

member {slot/port[/sub-port][-slot/port[/sub-port]][,...][slot/all][all]}

Adds ports to the MLT.

Identifies the slot and port in one of the following formats:
  • a single slot and port (slot/port)

  • a range of slots and ports (slot/port-slot/port)

  • a series of slots and ports (slot/port,slot/port,slot/port)

  • all ports on the same slot (slot/all)

  • all ports on the switch (all)

If the platform supports channelization and the port is channelized, you must also specify the sub-port in the format slot/port/sub-port.

<1-512>

Specifies the MLT ID.

name WORD<0-64>

Configures the name for the MLT.

private-vlan {isolated|promiscuous|trunk}

Specifies a private VLAN type for the MLT.

vlan <1-4059>

Specifies a VLAN ID to add to the MLT.