cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1613
Views
0
Helpful
5
Replies

Voip configuration

ladopetrucci
Level 1
Level 1

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 

 

 

 

 

5 Replies 5

Shawn Guertin
Level 1
Level 1

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]

can you check my configuration? this is what i did, and telepones not working

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.

this is all device configuration and topology picture, thank very much for helping, this is very importent to me, I want to undarstand where is the mistake

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.