06-30-2016 03:40 AM - edited 03-08-2019 06:26 AM
06-30-2016 03:51 AM
If you want IP phones and data you will want at least 2 VLANs (data and voice). This is still simple.
If it was me (without truly knowing your end goal) I would use the 48 port as an access switch and have the 24 port as a backup. Set up a port channel with 2 interfaces on both switches and make this port channel a trunk with data + voice VLAN. (you can also split the load if the location doesn't allow my idea - i.e. 10 users on 1 switch and 10 on the other)
Then on each used interface do a:
switch mode access
switch access vlan (number of data vlan)
switch voice vlan (number of voice vlan)
<other config in here>
Do the necessary on your DHCP server (a pool for each VLAN), create a loopback address on each switch in the data VLAN and exclude this from the pool (trust me - makes configuration/troubleshooting/life much easier).
If you have Cisco's Packet Tracer I would recommend playing around with the style of set-up I have described and see how it works.
06-30-2016 04:22 AM
Can you also please let us know about configuring default static route to SonicWall LAN interface in the switch so that all the traffic passes to Sonicwall for WAN access (Internet).
For example:-
ip route 0.0.0.0 0.0.0.0 192.168.10.14 (Being LAN interface of Sonicwall).
Thanks
Sanjay
06-30-2016 05:00 AM
Hi Sanjay
You could set that as the default gateway on the DHCP server settings. Alternatively, like you said you could enable IP routing on the switch and then type the command you have already stated.
07-01-2016 12:12 AM
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