- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ESXi 5.0 Nic teaming on a Cisco 3750
Hi
Let me just start by saying I'm not a networks guy so be gentle.
I'm trying to configure a Cisco 3750G Version 12.2(44)SE5 with my new ESXi server.
When setting up "Configure Managment Network" I select vmnic0 and vmnic1 and dont set the VLAN but I get no traffic.
Have verified that that vlan160 traffic is carried on the switch and have tried setting the vlan on the esx with no luck.
This is my current config from the 3750.
================================================================================
#show etherchannel summary
3 Po3(SU) - Gi1/0/5(P) Gi1/0/6(P)
================================================================================
#show etherchannel protocol
Group: 3
----------
Protocol: - (Mode ON)
================================================================================
#show etherchannel 3 detail
Group state = L2
Ports: 2 Maxports = 8
Port-channels: 1 Max Port-channels = 1
Protocol: -
Minimum Links: 0
Ports in the group:
-------------------
Port: Gi1/0/5
------------
Port state = Up Mstr In-Bndl
Channel group = 3 Mode = On Gcchange = -
Port-channel = Po3 GC = - Pseudo port-channel = Po3
Port index = 0 Load = 0x00 Protocol = -
Age of the port in the current state: 0d:19h:19m:36s
Port: Gi1/0/6
------------
Port state = Up Mstr In-Bndl
Channel group = 3 Mode = On Gcchange = -
Port-channel = Po3 GC = - Pseudo port-channel = Po3
Port index = 0 Load = 0x00 Protocol = -
Age of the port in the current state: 0d:19h:19m:36s
Port-channels in the group:
---------------------------
Port-channel: Po3
------------
Age of the Port-channel = 0d:19h:19m:56s
Logical slot/port = 10/3 Number of ports = 2
GC = 0x00000000 HotStandBy port = null
Port state = Port-channel Ag-Inuse
Protocol = -
Port security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Gi1/0/5 On 0
0 00 Gi1/0/6 On 0
Time since last port bundled: 0d:19h:19m:36s Gi1/0/6
Time since last port Un-bundled: 0d:19h:19m:56s Gi1/0/6
================================================================================
#show running-config
port-channel load-balance dst-ip
spanning-tree mode pvst
spanning-tree extend system-id
!
interface GigabitEthernet1/0/5
switchport access vlan 160
switchport mode access
channel-group 3 mode on
!
interface GigabitEthernet1/0/6
switchport access vlan 160
switchport mode access
channel-group 3 mode on
!