08-09-2014 07:49 PM - edited 03-03-2019 07:33 AM
08-11-2014 01:39 AM
Hello chasezz1010,
Let me tell you how i will do if it was my home.
I understand that your main connection will be the EA3500 Linksys Rtr. Check here : http://www.dd-wrt.com/site/support/router-database to see if it support dd-wrt. This will be your default gateway for the internet.
I see that you don't have any layer 3 switches, so the 2600 rtr will do the routing (router on a stick).You can set up subinterfaces on the router
For vlan XX use
int fa0/0.XX
enc dot1q XX
ip add 192.168.XX.1 255.255.255.0
create for every system one vlan:
Voip - Vlan 10
Servers - Vlan 20
Computers - Vlan 30
Wireless - Vlan 40
Transport - Vlan 50 and so on...
By default all Vlans can Access each other, you must do access lists to restrict access
ip access-list extended BAN_VLAN_20
permit tcp 10.10.20.0 0.0.0.255 established
deny tcp 10.10.20.0 0.0.0.255 any
permit ip any any
!
interface Vlan100
description SVI_VLAN100
ip address 10.10.100.254 255.255.255.0
ip access-group BAN_VLAN_20 out
!
For iphones you will need a CUCM server or a CME Express
Cheers
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide