Question : Etherchannel with VMware ESX 4 and Dell m1000e and Cisco 3130G switchblades

We are in the process of setting up a Dell M1000e enclosure filled with Dell M710 blades and (4) Cisco 3130 switches. The Cisco 3130's will be connected to Cisco 4510R-E switches which are our core switches.

A couple of us have taken a crack at the Cisco setups but have not got it quite right.

The desire is to have four ports on the 4510R-E switch (G3/35 - 38) trunked to four ports on each of the two switch blades (G1/0/17 - 20) assigned to the Network (VLAN10), Console (VLAN50), and VMotion (VLAN60), as an EtherChannel. From there to have the ESX servers connect to the 3130G on ports G1/0/1 and G1/0/9 which are the two ports that are assigned to the 3130G switch as an example. The appropriate parts of the Cisco 4500 and Cisco 3130G are listed.

Any help in correcting this configuration is appreciated.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
Cisco 4500:

interface Port-Channel10
switchport
switchport trunk allowed vlan 10,50,60
!
interface GigabitEthernet3/35
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport trunk allowed vlan 10,50,60
channel-group 10 mode active
!
interface GigabitEthernet3/36
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport trunk allowed vlan 10,50,60
channel-group 10 mode active
!
interface GigabitEthernet3/37
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport trunk allowed vlan 10,50,60
channel-group 10 mode active
!
interface GigabitEthernet3/38
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport trunk allowed vlan 10,50,60
channel-group 10 mode active
!
interface vlan10
 ip address 192.168.1.254 255.255.255.0
interface vlan 50
 ip address 192.168.5.1 255.255.255.0
interface vlan 60
 ip address 192.168.6.1 255.255.255.0


Cisco 3130:
interface Port-Channel10
switchport
switchport trunk allowed vlan 10,50,60
!
interface GigabitEthernet1/0/1
 switchport mode trunk
 switchport trunk allowed vlan 10,50,60
!
interface GigabitEthernet1/0/9
 switchport mode trunk
 switchport trunk allowed vlan 10,50,60
!
interface GigabitEthernet1/0/17
 switchport mode trunk
channel-group 10 mode desirable
!
interface GigabitEthernet1/0/18
switchport mode trunk
channel-group 10 mode desirable
!
interface GigabitEthernet1/0/19
 switchport mode trunk
channel-group 10 mode desirable
!
interface GigabitEthernet1/0/20
switchport mode trunk
channel-group 10 mode active

Answer : Etherchannel with VMware ESX 4 and Dell m1000e and Cisco 3130G switchblades

Turns out that once we sat down and looked at everything we needed to walk through it one step at a time. Create the trunk, then the Etherchannel. Seems we were having issues keeping the trunked vlans the same before attempting to create the Etherchannel. It works now!
Random Solutions  
 
programming4us programming4us