cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2787
Views
0
Helpful
9
Replies

2 subnets 1 router

Hi guys, brand new here and trying to run 2 switchs (2960 POE and non POE) with 2 subnets on 1 router (cisco 2811).

One is basically only for 7911 phones and the other for CIPC connected to PCs with DHCP from a network router, but I cannot make each subnets to ping themselves. Thanks in advance for your feedback

Attached you can find my run

9 Replies 9

Leo Gal
Level 1
Level 1

Can you post the topo & configs?
there is only bunch of ephones in your attach

So sorry Leo, wrong file.

Attached you can find topo and run

Thanks!

I do not see any issues in the config that you posted that would prevent one subnet from pinging devices in the other subnet. You have not told us anything about the switches and I wonder if there are issues in the switch configuration. The router is expecting the switch connected to 0/0 to have that interface configured as a trunk and the native vlan to be the vlan for data and to have a second vlan on the switch which will send its frames as tagged frames. The router is expecting the switch connected to 0/1 to be an access port in the voice vlan (or perhaps to be a trunk with the voice vlan as the native vlan). Can you provide some details of how the switches are configured?

It would not have any impact on the vlans pinging themselves or pinging the other vlans through the router, but I notice that there is not any ip route statements and no dynamic routing protocol. So the devices connected through this router will not have connectivity to anything outside.

HTH

Rick

HTH

Rick

Thanks for the answer Richard, 

I'm not in the site anymore, so i'd have to check it remotely.

Also, i'm having some kind of delay when dialing outgoing calls, and also some "tick" noise during calls...any feedback would be highly appreciated

Thanks!

If you have the ability to check it remotely that would be good. I wonder if the tick noise might be due to dropped packets or perhaps due to excessive jitter.

HTH

Rick

HTH

Rick

Hi Richard, 

Could you assist me to make a test for this issues?

What debug should I run so we can check this?


Also, still cannot connect from softphones to router.

Thanks

bump

Hi Leo, made this changes

ip dhcp pool Voice
network 10.110.17.0 255.255.255.0
default-router 10.110.17.1
option 150 ip 10.110.17.1
!
ip dhcp pool Data
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
option 200 ip 192.168.10.200
option 150 ip 192.168.10.200

where Voice pool is running 7911 phones and Data pool should be CIPC.

Thanks

bump