Ah!, I forgot,... the "Voice" one....
You will have to create one more VLANs (VLAN5 I suppose) for the Voice Segment. It will be "Tagged" everywhere that you need it to reach because it will be "sharing the wire" with at least one other VLAN where ever it goes. There will be a "logical" (or virtual) separation from other segments due to the tagging,...but because it runs over the same physical wire as other things there is no performace gain with putting it on its own VLAN. Remember that the physical wire does not care what VLAN something belongs to,...a packet running over the wire is just a packet running over the wire and bandwidth is still being eaten up on a physical wire that has a physical limit.





by: pwindellPosted on 2009-08-11 at 13:18:32ID: 25072907
Don't "go crazy" creating new IP Segments.
It is fine to:
1. have a different IP Segment for each physical geographical location
2. have a different segment for the phone system (Voice)
3. have a new segment for every 254 Hosts (24 bit mask)
4. have a new IP segment to separate machine due to security where you can use ACLs at the Router
And that is about it. Don't go crazy with it. I did once and regreted it,...and it is very difficult to "go back" after you make a mess with it. Even the #4 above is usually way over done and needless,..there is a whole lot more to security then Layer3 and it is very rare (in my opinion) that #4 above is done for the right reasons.
Do not create a separate one for management of the switches. The "management" creates next to nothing for traffic in the grand scheme of things and creating a new segment for it is needless complexity. There is no performance gain anyway if you end up running two or more IP Segment over the same physical "wire",..the wire is only going to go so fast and it does not care at all about your VLAN config.
Switches are not Routers. If it is a Layer3 switch then it is really a Router and a Switch combined together into the same piece of hardware,...it is a hybrid,...but you must mentally treat them as two separate devices depending on which functionality you are dealing with at the moment.
Now with that out of the way.....Only the 2910 is L3 capable. The 2510s are L2 only. So the "VLANs" will only exist "in side the housing" of the 2910. Yes, you could run multiple VLANs over the same wire to run two IP Segments over one of the 2510s,...but don't,...your are overloading the "wire" and gaining nothing but needless complexity. You may still run multiple IP Segments over your WAN "wire" anyway, but that is just the way it is,...so don't make it worse.
Sounds like your WAN is Layer2 only so it does not care what IP#s run over it so all you do is create 4 VLANs (that gives you 5 counting the Default_VLAN). The Default_VLAN and one of them you create will be at your local Main Site. Assign a set of Switch ports for each of these (set as "untagged"). Then set the last three LANs to one of the ports as "tagged" because you will (unfortunately) have to run those three over the same "wire" due to the WAN.
Example:
Tagged = responds on a VLAN by reading the Tag
Untagged = responds on a VLAN by virtue of the physical cable (ignores Tags)
No = does not repond to packets from that VLAN at all
1-12 for Default_VLAN = "untagged"
13-23 for VLAN1 = "untagged"
13-23 for Default_VLAN, VLAN2, VLAN3, VLAN4 = "no"
24 for VLAN2, VLAN3, VLAN4 = "tagged"
24 for Default_VLAN, VLAN1 = "no"
Then cable the WAN into the port23 on the 2910
On the other end of the WAN at each location configure each 2510 with a management IP# assigned to according to the IP Segment that it is supposed to be. Then configure it with all of its ports set to "tagged" with the correct VLAN ID for that Site. "Tagged" is needed because the incomming "wire" will have all three VLANs running on it at the same time with the only way to distinguish them is via the Tag. Set all other VLANs to "no".
I did a "quickie" diagram to help illustrate what I mean:
VLANs with a Layer2 WAN