These is hopefully a pretty simple question. I have an ESXi host, and I would like to use virtual switch vlan tagging. I have set up my cisco switch like this:
interface GigabitEthernet1/0/43
description bcv-pe-esx02 Virtual Host
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 250,800,810,825
switchport mode trunk
switchport nonegotiate
no cdp enable
end
Now, my hope was to have the actual management interface that I connect to for management with vsphere reside inside one of those vlans, specifically vlan 800. I configured the management interface to be an IP in that vlan, and I set the vlan to 800 in the console. However I cannot ping the IP. Does the management IP need to reside in the native vlan for this setup? I am assuming I am missing something silly in this configuration.
EDIT: Fixed to show current config.
switchport access vlan 250line is not applicable when the port mode has been changed totrunk. – brent May 3 '12 at 15:13