JohnnyBiggles wrote: » 1. My understanding is that on a switch, all VLANs going through a trunk port should be tagged, while the port where a PC is connected to the switch on VLAN X should be untagged for that single VLAN. Am I correct?
JohnnyBiggles wrote: » 2. If #1 is correct, the link between the vSwitch/vmnic and the external switch is a trunk, where the vSwitch (once vlans are created and VMs are put into those vlans) sends those packets out of the vmnic port as 'tagged' (with whatever Vlan ID was assigned to that port group) to the connecting external switch. Correct?
meadIT wrote: » The vSwitch will only tag with VLANs that are configured in the port groups. If a port group (Management) is not configured with a VLAN, it will be untagged. You will want to set your physical switch uplinks with the Management VLAN untagged and VLAN 100 and 200 tagged.
JohnnyBiggles wrote: » This diagram is pretty much the topology I have set up. Now... let's assume the port on the top connection on the physical switch in your diagram is gi0/1 and the Nics aren't teamed yet in Vmware.
JohnnyBiggles wrote: » On the other side of the physical switch, let's say ports gi0/10, gi0/20 & gi/30 provide the uplinks for the different networks (Vlan 100 = gi0/20; Vlan 200 = gi0/30; gi0/10 = management). I think when I was trying to configure the physical switch, under the Vlan 100 interface, I set port gi0/1 as tagged and port gi0/20 as untagged.
JohnnyBiggles wrote: » When I ran 'show vlan', port gi0/1 was no longer under Vlan 1 (default vlan). Somehow, I lost connectivity to the host altogether and I couldn't ping the host. I'm not understanding why, unless I set under Vlan1 port gi0/1 to be untagged. Can you help me understand how the un-vlanned traffic (management network) will share the port with Vlanned traffic from the physical switch? (and I guess once the nics have been teamed, the other physical switch interface would be configured similarly....?)