After some reading, this is how I think my small business network setup should look like.
SAN Network (192.168.10.0/24, 1000mbps, jumbo frames enabled)
- Managed cisco switch
- 2 x ESXi host (2 x 1Gbps Ports each, No HA)
- OpenFiler /w iSCSI MPIO (2 x 1Gbps Ports) -
LAN network (192.168.1.0/24, 10/100mbps)
- 2 x ESXi host (1Gbps Port each)
- SOHO 10/100 switch
- SOHO router
- 10 workstations accessing ESXi hosts
OpenFiler (2 cables to Cisco)
IP 192.168.10.100, NETMASK 255.255.255.0 (JUMBO + MPIO)
IP 192.168.10.101, NETMASK 255.255.255.0 (JUMBO + MPIO)
ESXi (2 cables to Cisco, 1 to SOHO)
IP 192.168.10.1, NETMASK 255.255.255.0 (JUMBO + MPIO)
IP 192.168.10.2, NETMASK 255.255.255.0 (JUMBO + MPIO)
IP 192.168.1.101, NETMASK 255.255.255.0, GW 192.168.1.1
VM1 IP: 192.168.1.201, NETMASK 255.255.255.0, GW 192.168.1.1
VM2 IP: 192.168.1.202, NETMASK 255.255.255.0, GW 192.168.1.1
VM3 IP: 192.168.1.203, NETMASK 255.255.255.0, GW 192.168.1.1
etc...
IP 192.168.10.3, NETMASK 255.255.255.0 (JUMBO + MPIO)
IP 192.168.10.4, NETMASK 255.255.255.0 (JUMBO + MPIO)
IP 192.168.1.102, NETMASK 255.255.255.0, GW 192.168.1.1
VM1 IP: 192.168.1.221, NETMASK 255.255.255.0, GW 192.168.1.1
VM2 IP: 192.168.1.222, NETMASK 255.255.255.0, GW 192.168.1.1
VM3 IP: 192.168.1.223, NETMASK 255.255.255.0, GW 192.168.1.1
etc...
Workstations (1 cable each to SOHO)
DHCP ASSIGNED: IP 192.168.1.XX, NETMASK 255.255.255.0, GW 192.168.1.1
Q1. Does this mean I have to configure two virtual switches in ESXi? One to enable jumbo frames for the Cisco network, and another set as default?
Q2. What happens if I connect the SOHO switch to the Cisco switch after I enable jumbo frames on the Cisco SAN network? Would the performance of every node drop, making it worst than a regular non-jumbo frame network?
I ask because I don't see a way to manage the OpenFiler on the SAN network, unless I connect to ESXi from a workstation. Or I connect another computer to the SAN network without jumbo frames.
Q2. Since there's no physical router in the jumbo frame network, what are correct configuration settings required for the 2 SAN NICs on the ESXi hosts and the VMs on the ESXi machine? Just an IP and a netmask?
Q3. If upgrade the SOHO switch to a managed switch would it be possible to do NIC teaming to improve network performance to the 10 Workstations?
I hope my scenarios are clear, please let me know if they are not and I will try to edit the wordings correctly. Thanks in advanced!