OK, I am obviously missing something here. Forgive my ignorance, I'm not a Cisco guru. I am trying to setup a separate test subnet on a single ESXi Host creating a new vswitch and vlan. The switch is a Cisco 3750. The host has 8 NICs in the following configuration.
1x - Management Network (vlan 100)
3x - VM network (vlan 50)
2x - iSCSI (vlan 110)
1x - vMotion (vlan 120)
1x - Available, this is the NIC I am attempting to use. (vlan 172)
I've configured a new vlan, vlan 172. Subnet will be 172.16.5.0/24, I've given the vlan an IP of 172.16.5.1. I can ping that address from other vlans, so that all seems fine.
I am trying to configure that 1 available NIC on the host to connect to a port on the switch and provide access to that vlan. No matter what I've done the NIC in vSphere shows as down/disconnected. It shows as up/up on the switch and I have link lights on both ends. I've tried configuring the port as both a trunk port and access port. I've tried with both auto negotiate and hard coded.
How should I be configuring the port on the Cisco switch in this configuration? My initial thought was:
description ESX02 TestNetwork
switchport access vlan 172
switchport mode access
speed 1000
duplex full
After looking at the way the ports are configured for the production VM Network, I tried mimicking that configuration minus the channel-group stuff, I'm not sure if I need that or not, I would assume not since it is a single port.
This is how I have that port configured now, but still cannot get the link to come alive on the ESXi side.
interface GigabitEthernet2/0/20
description ESX02 Test Network
switchport access vlan 172
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
speed 1000
duplex full
spanning-tree portfast trunk
spanning-tree bpdufilter enable
Here is what the other VM Network ports look like on the switch, but again, there are 3 ports used for that from each host.
description ESX02 VMnetwork
switchport access vlan 50
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
speed 1000
duplex full
channel-group 5 mode on
spanning-tree portfast trunk
spanning-tree bpdufilter enable
Any guidance? Thanks!
1x - Management Network (vlan 100)
3x - VM network (vlan 50)
2x - iSCSI (vlan 110)
1x - vMotion (vlan 120)
1x - Available, this is the NIC I am attempting to use. (vlan 172)
I've configured a new vlan, vlan 172. Subnet will be 172.16.5.0/24, I've given the vlan an IP of 172.16.5.1. I can ping that address from other vlans, so that all seems fine.
I am trying to configure that 1 available NIC on the host to connect to a port on the switch and provide access to that vlan. No matter what I've done the NIC in vSphere shows as down/disconnected. It shows as up/up on the switch and I have link lights on both ends. I've tried configuring the port as both a trunk port and access port. I've tried with both auto negotiate and hard coded.
How should I be configuring the port on the Cisco switch in this configuration? My initial thought was:
description ESX02 TestNetwork
switchport access vlan 172
switchport mode access
speed 1000
duplex full
After looking at the way the ports are configured for the production VM Network, I tried mimicking that configuration minus the channel-group stuff, I'm not sure if I need that or not, I would assume not since it is a single port.
This is how I have that port configured now, but still cannot get the link to come alive on the ESXi side.
interface GigabitEthernet2/0/20
description ESX02 Test Network
switchport access vlan 172
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
speed 1000
duplex full
spanning-tree portfast trunk
spanning-tree bpdufilter enable
Here is what the other VM Network ports look like on the switch, but again, there are 3 ports used for that from each host.
description ESX02 VMnetwork
switchport access vlan 50
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
speed 1000
duplex full
channel-group 5 mode on
spanning-tree portfast trunk
spanning-tree bpdufilter enable
Any guidance? Thanks!
Last edited: