Cisco Catalyst 3030 Command Reference Manual page 58

Blade switch
Hide thumbs Also See for Catalyst 3030:
Table of Contents

Advertisement

channel-group
For a complete list of configuration guidelines, see the "Configuring EtherChannels" chapter in the
software configuration guide for this release.
Examples
This example shows how to configure an EtherChannel. It assigns two static-access ports in VLAN 10
to channel 5 with the PAgP mode desirable:
Switch# configure terminal
Switch(config)# interface range gigabitethernet0/1 -2
Switch(config-if-range)# switchport mode access
Switch(config-if-range)# switchport access vlan 10
Switch(config-if-range)# channel-group 5 mode desirable
Switch(config-if-range)# end
This example shows how to configure an EtherChannel. It assigns two static-access ports in VLAN 10
to channel 5 with the LACP mode active:
Switch# configure terminal
Switch(config)# interface range gigabitethernet0/1 -2
Switch(config-if-range)# switchport mode access
Switch(config-if-range)# switchport access vlan 10
Switch(config-if-range)# channel-group 5 mode active
Switch(config-if-range)# end
You can verify your settings by entering the show running-config privileged EXEC command.
Related Commands
Command
channel-protocol
interface port-channel
show etherchannel
show lacp
show pagp
show running-config
Cisco Catalyst Blade Switch 3030 Command Reference
2-30
Chapter 2
Cisco Catalyst Blade Switch 3030 Cisco IOS Commands
Description
Restricts the protocol used on a port to manage channeling.
Accesses or creates the port channel.
Displays EtherChannel information for a channel.
Displays LACP channel-group information.
Displays PAgP channel-group information.
Displays the current operating configuration. For syntax
information, select Cisco IOS Configuration Fundamentals
Command Reference, Release 12.2 > File Management
Commands > Configuration File Management Commands.
78-17262-01

Advertisement

Table of Contents
loading

Table of Contents