I have a pair of Powerconnect 6224 switches running in a stacked configuration. Up to this point, I have only been using them for iSCSI traffic, so there was never a need to setup any VLANs, etc. My current network configuration has changed, so now I need to run some LAN (server) traffic over the same switches, necessitating the use of VLANs. I will also need to uplink the switches (LAN traffic) to another switch.
I know little about VLANs, so I've been pouring over every article I can find, but I still have some questions on the setup. I'd like everything to be as redundant as possible, and you can assume I'll be starting with an out-of-the-box configuration, running the latest firmware.
My current LAN traffic is on the 192.168.1.x subnet.
My current iSCSI traffic is on the 192.168.5.x subnet.
I have an EqualLogic PS4000 series SAN with two controllers (1 management port and two iSCSI ports per controller).
I have two VMware hosts with two network ports each dedicated to iSCSI traffic.
For redundancy, does it make sense to split each host and SAN controller between the two switches (i.e. VMHost1 iSCSI1 to switch 1, VMHost1 iSCSI2 to switch 2, VMHost2 iSCSI1 to switch 1, VMHost2 iSCSI2 to switch 2, etc, etc), or does that even matter since the switches are stacked?
I'm thinking I could do what I need with just two VLANs (switch management can run in the LAN subnet without issue)., but I'm not sure what, if any, trunking and routing I need to do to get it all working in a redundant fashion.
I'd like ports 1-10 on each switch to be configured for iSCSI traffic from my VMware hosts and PS4000 on the 192.168.5.x subnet.
I'd like ports 11-24 on each switch to be configured for LAN traffic (and switch management?) on the 192.168.1.x subnet.
I'll need to uplink (Both switches? Trunked ports?) the LAN VLAN to another switch on the 192.168.1.x subnet.
Now... Can someone point me to some good articles, guides or tutorials that I might be missing? Or, if anyone has suggestions, I'm all ears.
I found this excellent guide...
![]()
... but I'm not sure if I can apply quite the same setup in my situation (substituting my LAN VLAN for his management VLAN).