24-10
Cisco Systems IntelligentGigabit Ethernet Switch Modules for the IBMBladeCenter, Software Configuration Guide
24R9746
Chapter24 Configuring EtherChannels and Layer2 Trunk Failover
Configuring EtherChannels
Step3 switchport mode {access | trunk}
switchport access vlan vlan-id
Assign all interfaces as static-access ports in the same VLAN, or
configure them as trunks.
If you configure the interface as a static-access port, assign it to
only one VLAN. The range is 1 to 4094.
Step4 channel-group channel-group-number mode
{{auto [non-silent] | desirable [non-silent] | on} |
{active | passive}}
Assign the port to a channel group, and specify the PAgP or
LACP mode.
For channel-group-number, the range is 1 to 6. Each
EtherChannel can have up to eight compatibly configured
Ethernet interfaces.
For mode, select one of these keywords:
auto—Enables PAgP only if a PAgP device is detected. It
places an interface into a passive negotiating state, in which
the interface responds to PAgP packets it receives but does
not start PAgP packet negotiation.
desirable—Unconditionally enables PAgP. It places an
interface into an active negotiating state, in which the
interface starts negotiations with other interfaces by sending
PAgP packets.
on—Forces the interface to channel without PAgP. With the
on mode, a usable EtherChannel exists only when an
interface group in the on mode is connected to another
interface group in the on mode.
non-silent—If your switch is connected to a partner that is
PAgP-capable, you can configure the switch interface for
nonsilent operation. You can configure an interface with the
non-silent keyword for use with the auto or desirable mode.
If you do not specify non-silent with the auto or desirable
mode, silent is assumed. The silent setting is for connections
to file servers or packet analyzers. This setting allows PAgP
to operate, to attach the interface to a channel group, and to
use the interface for transmission.
active—Enables LACP only if an LACP device is detected.
It places an interface into an active negotiating state, in
which the interface starts negotiations with other interfaces
by sending LACP packets.
passive—Enables LACP on an interface and places it into a
passive negotiating state, in which the interface responds to
LACP packets that it receives, but does not start LACP
packet negotiation.
For information on compatible PAgP and LACP modes for the
switch and its partner, see the “PAgP and LACP Modes” section
on page 24-4.
Step5 end Return to privileged EXEC mode.
Step6 show running-config Verify your entries.
Step7 copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose