HP Virtual Connect for c-Class BladeSystem Setup and Installation Guide
Installation  43 
On switches running CatOS, you can only change channel mode per module. In the following example, 
change the channel mode for slots 1 and 2 by using the following command: 
set channelprotocol lacp module_number 
Verify the changes by using the following command: 
show channelprotocol. 
CatOSSwitch (enable) set channelprotocol lacp 1 
Mod 1 is set to LACP protocol. 
CatOSSwitch (enable) set channelprotocol lacp 2 
Mod 2 is set to LACP protocol. 
CatOSSwitch (enable) show channelprotocol 
 Channel 
Module Protocol 
------- -------- 
1 LACP 
2 LACP 
3 PAGP 
5 PAGP 
On switches running Cisco IOS Software, specify which interfaces should be using LACP by entering the 
following interface configuration command: 
channel-protocol lacp: 
CiscoIOSSwitch(config-if)#channel-protocol lacp 
Example switch configuration of a Cat 6500 switch using IOS. Ports 7/46, 7/47, and 7/48 on the Cat 
6500 switch are used to uplink to the Virtual Connect module: 
interface Port-channel10 
switchport 
switchport trunk encapsulation dot1q 
switchport trunk allowed vlan 10,20,30,40 
switchport mode trunk 
no ip address 
interface GigabitEthernet7/46 
description test-VC 
switchport 
switchport trunk encapsulation dot1q 
switchport trunk allowed vlan 10,20,30,40 
switchport mode trunk 
no ip address 
speed 1000 
channel-protocol lacp 
channel-group 10 mode active 
! 
interface GigabitEthernet7/47 
description test-VC 
switchport 
switchport trunk encapsulation dot1q 
switchport trunk allowed vlan 10,20,30,40 
switchport mode trunk 
no ip address 
speed 1000 
channel-protocol lacp 
channel-group 10 mode active 
! 
interface GigabitEthernet7/48 
description test-VC 










