07-07-2015 06:11 AM - edited 03-13-2019 09:03 PM
hello , I cant make configuration of ip telepone inter vlan routing with 3560 swith.
I have router 2811, multilayer switch 3560, 2layer switch 2560 , ip telepone and pc.
In packet tracer i have made topology like this and i didn't know how configure this to register phones, without multilayer switch i can do this, but with this, router cant registred phones
please help if you know
07-07-2015 07:27 AM
I am not exactly sure what is your question, but you said that you need to route your traffic using a multi layer switch, but you can't with your layer 2 switches. What you can do is create a trunk between your 2560 and your nearest 3560 or router and allow the required vlans to be routed by the multilayer equipment.
interface fa[X] switchport mode trunk switchport trunk encapsulation dot1q switchport trunk allowed vlan [add your vlans]
07-07-2015 07:54 AM
07-07-2015 12:17 PM
I could, but I don't do Packet Tracer. I would suggest you update your diagram (the image in your question) to show the router model and host names, and that you attach a text version of the running configs (show run) of all switches and routers. If I have time, I will take a look.
07-07-2015 12:57 PM
07-08-2015 05:29 AM
Ok, good, you put a trunk in your 3560 and ip routing, however that trunk is plugging in an access port on your 2560 and not a trunk as you should. Copy the trunk config from the 3560 on port Fa0/1 and put it in the interface of the 2560 in which you plug the 3560.
The trunking encapsulation adds a tag to each packet to tell from which vilan it came from. You have to put it on both ends of the trunk link (the cable). In your case, the packet was not be tagged from the 2560 when you forgot to put a trunk config in the port.
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