tdean wrote: » multi paths, port groups, vswitches, cisco nexus, integration with physical networks etc.... have you guys found this to be the most complex topic? question: If my vswitch has different vlans, how is the physical switch configured to indicate that?
jmritenour wrote: » Yes, networking vSphere is by far the hardest topic to soak up, mostly because a lot of it flies in the face of physical networking, or VMWare uses well known terms from physical networking in completely different ways. As for the question about VLANS on a vSwitch and how it corresponds to a physical switch, you want to use the same VLAN ids on your physical and virtual switches, and make sure the physical NIC on your ESX that will be handling your VM data traffic is plugged into a trunked port on the switch that will carry traffic for for any VLAN ids being tagged on the virtual switch. One way to look at is is that the VLAN tags on the virtual switch would be almost like subinterfaces on a router - all traffic is going through the same physical port, but the vswitch knows how and where to send traffic based on the tag. Hope that helps!
tdean wrote: » ok, that solves half my question.... back to the vlans... foe example, if you have 4 port groups, or a single dswitch with 4 vlans, each with a range of 4 ports (just to make it easy)... you'd have to have the same amount of vlans and ports in each vlan on the physical switch? i hope im explaining this right...