Hi Everyone,
I have a SmartZone 100 controller setup on a Cisco 3750. I'm only using the 4 ethernet ports on the controller. The 10Gb modules are not being used in the setup, so basically I'm making use of 4 out of the available 6 ports on the controller.
I have setup a port -channel for the 4 ethernet ports, but the controller goes down as soon as I enable all the ports. Shutting down 3 of the 4 ports brings the connection back up.
Any Ideas? Here's the config on the Cisco.
interface Port-channel3 description NIC TEAM for SmartZone 100
switchport trunk encapsulation dot1q
switchport trunk native vlan 200
switchport mode trunk
spanning-tree portfast
interface GigabitEthernet2/0/15
description NIC TEAM SMARTZONE02 #1
switchport trunk encapsulation dot1q
switchport trunk native vlan 200
switchport mode trunk
spanning-tree portfast
channel-group 3 mode on
!
interface GigabitEthernet2/0/16
description NIC TEAM SMARTZONE02 #2
switchport trunk encapsulation dot1q
switchport trunk native vlan 200
switchport mode trunk
shutdown
spanning-tree portfast
channel-group 3 mode on
!
interface GigabitEthernet2/0/17
description NIC TEAM SMARTZONE02 #3
switchport trunk encapsulation dot1q
switchport trunk native vlan 200
switchport mode trunk
shutdown
spanning-tree portfast
channel-group 3 mode on
!
interface GigabitEthernet2/0/18
description NIC TEAM SMARTZONE02 #4
switchport trunk encapsulation dot1q
switchport trunk native vlan 200
switchport mode trunk
shutdown
spanning-tree portfast
channel-group 3 mode on