channel-group

Enables link aggregation on an interface.

Syntax

channel-group number mode { active | passive | on } [ type standard ]
no channel-group

Command Default

The value for type is set to standard.

Parameters

number
Specifies the port-channel to which you are assigning the interface.
mode
Specifies the mode of Link Aggregation.
active
Enables the initiation of LACP negotiation on an interface.
passive
Disables LACP on an interface.
on
Enables static link aggregation on an interface.
type standard
Specifies the 802.3ad standard-based LAG.

Modes

Interface subtype configuration mode

Usage Guidelines

Port channel scale and support for SLX 9740

Table 1. Port-channel scale for SLX 9740 device.
Device LAG Profile Supported port-channel IDs Maximum links per port-channel
SLX 9740 -40 default 1-256; Only 77 portchannels may be created at any one time 64
SLX 9740 -40 default Only 153 portchannels may be created at any one time. 64
Note

Note

  • For the 1U SLX 9740-40, the number of LAGs will be 77, where:
    • 76 are the front end ports (all breakouts)
    • 1 (insight port)
  • For the 2U SLX 9740-80, the number of LAGs will be 153. where:
    • 152 are the front end ports (all breakouts)
    • 1 (insight port)
(For SLX 9540 and SLX 9640) Maximum numbers of port-channel IDs and links per port-channel vary with device and LAG profile, as follows:
Table 2. Port-channel scale for SLX 9540 and SLX 9640 devices

Device or series

LAG profile

Supported port-channel IDs

Maximum links per port-channel

SLX 9540 SLX 9640

default

1–256; Only 64 port-channels may be created at any one time.

64

SLX 9540 SLX 9640

lag-profile-1

1–256; Only 64 port-channels may be created at any one time.

32

( SLX 9150 and SLX 9250) Maximum numbers of port-channel IDs and links per port-channel vary only with device, as follows:
Table 3. Port-channel support for SLX 9150 and SLX 9250 devices

Device or series

Supported port-channel IDs

Maximum links per port-channel

SLX 9150, SLX 9250

1–256; Only 128 port-channels may be created at any one time.

64

Note

Note

Non-default LAG profiles are not supported for the SLX 9150 and SLX 9250 devices.

To remove the interface from a port-channel, enter the no form of this command.

Examples

The following example associates interface 0/9 with port-channel 4 and activates LACP.

device# configure terminal
device(config)# interface ethernet 0/9 
device(conf-if-eth-0/9)# channel-group 4 mode active