Thanks for quick reply!
I want to have redundant network for VMs without interconnecting two physical switches.
Let’s say we have 2 ESX hosts with 40 VMs on each.
Each host has the following config:
All VMs are connected to a single vSwitch
vSwitch has multiple portgroups with different VLANs for VM network, VMotion and service console
2 physical NICs are assigned to the vSwitch. They are NIC Teamed (Route based on the original port ID)
One pNIC1 goes to pSwitch1 and pNIC2 goes to pSwitch2
No extra configuration on physical Switch except VLAN tagging
I still don’t quite understand why switches have to be connected to each other in order to provide connectivity between VMs.
Let’s say that switches are not connected to each other:
If everything is up and running in my diagram then there 2 paths for each VM to communicate to each other.
If any single physical switch/link/NIC fails there is still one path exists between VM1 and VM2
Thanks!