Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have three Cisco SG200-26 switches, and I also have two ESXi hosts that I have connected like shown in the below "best practice" map by VMware:

http://communities.vmware.com/servlet/JiveServlet/previewBody/17393-102-1-22458/VSA_networking_map.pdf

Even though I created the VLANs in the SG200 and I set the two VLANs (508 and 608) as allowed for these untagged ports (where my ESX NIC's are connected), I can not ping from host 1 to host 2 when configuring the NIC's to use 608 VLAN.

Am I missing something? my IP's are all in the 192.168. range, and the only reason I need the VLANs is to isolate the traffic of VSA back-end internally, only the two hosts will be using the VLANs. So I think I do not have to create virtual interfaces on my router since that's the case, is my understanding correct?

Also sending my switch config screenshot below.. all 3 switches have the latest firmware (it seems these were originally linksys and got rebranded as cisco after the acquisition)

http://img31.imageshack.us/img31/2503/switch.gif

Any ideas what to change on the Cisco SG200 to make this work , would be appreciated!

The second VLAN (608) only needs two IP's:

192.168.0.1 and 192.168.0.2

The first VLAN (508) will have about 15 IP's for ESXi Management and VSA cluster service, I could use either 192.168.1.xx or 10.0.1.xx

The rest of my network (about 50 clients) is in 192.168.1.xx range

VMware also states that the VLAN protocol on the physical switch must be 802.1Q, not ISL, anyone knows which of the two my SG200-26 uses?

In addition to that, the only requirement from VSA is that my two hosts:

-Are in the same subnet. -Have static IP addresses set. -Have the same Default Gateway configured.

If I need inter-vlan routing for this, I suppose I have to create virtual interfaces on my sonicwall, and assign an IP for each VLAN, and then set routes between them?

Thank you for your time!

share|improve this question
By the look of your network layout, you should use tagged vlans on the switch. Untagged on switch means that the hosts are unaware of vlans, and thus cant tag vlans. – 3molo Jun 4 '12 at 6:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.