I deployed VSA 5.1 with 3 hosts. I have 4 nics in each host which are configured as this:
nic 0 => switch 1
nic 1 => switch 2
nic 2 => switch 1
nic 3 => switch 1
No link between my switches.
After my VSA deploy the wizard did this configuration for frontend:
host 1 nic 2 & 0
host 2 nic 2 & 1
host 3 nic 2 & 0
So my issue here is guests on host 2 getting traffic routed to switch 2 due to nic 1.
Should i change the nic setup for host 2 to use nic 2&0, or should i link my switches? I guess running all frontend on switch 1 would compromise redundancy for my frontend network.
Best regards Johan