interface lag

Syntax

interface lag <ID>
no interface lag <ID>

Description

Creates a Link Aggregation Group (LAG) interface represented by an ID.

The no form of this command deletes a LAG interface represented by an ID.

Command context

config

Parameters

<ID>

Specifies a LAG interface ID. Range: 1 to 128.

Authority

Administrators

Examples

Creating a Link Aggregation Group (LAG) interface represented by an ID of 100:

switch(config)# interface lag 100

Deleting a Link Aggregation Group (LAG) interface represented by an ID of 100:

switch(config)# no interface lag 100