3.11.2 Aggregation Group Configuration

Use this command to create and configure aggregation group. Each port can be a member of one aggregation group only and ports must be full duplex and have the same speed.

Command Syntax:

aggregation group <v_uint> mode { [ active | on | passive ] }

Argument

Description

Parameter

<v_uint>

The aggregation group IDs. The valid range is 1–3.

[ active ]

Group operates in LACP active aggregation mode.

[ on ]

Group operates in a static aggregation mode.

[ passive ]

Group operates in LACP passive aggregation mode.

Default

N.A.

Mode

Port List Interface mode

Usage

Configure aggregation group (add port to it). To remove the port from the aggregation group, use the ‘no’ version of the command.

Example

Example 1:

Configure port 1 to be a member of aggregation group 1 operation in active LACP mode.

# configure terminal
(config)# interface GigabiitEthernet 1/1
(config-if)# aggregation group 1 mode active