01-12-2024 12:26 PM
I'm trying to setup a home lab. I have a Cisco switch and router and CUCM 10.5 running on vmware. I have two IP phones a 7962 and a 7942 that will get IP addresses, but wont register with CUCM. I can't ping the phones from CUCM. I can ping them from the router and switch. Any help would be appreciated.
Router:
ip dhcp pool Data
network 172.16.10.0 255.255.255.0
default-router 172.16.10.47
dns-server 8.8.8.8
!
ip dhcp pool Voice
network 172.16.20.0 255.255.255.0
default-router 172.16.20.47
option 150 ip 192.168.1.50
Switch:
interface FastEthernet0/2
switchport access vlan 10
switchport mode access
switchport voice vlan 20
srr-queue bandwidth share 1 30 35 5
priority-queue out
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
spanning-tree portfast edge
service-policy input AUTOQOS-SRND4-CISCOPHONE-POLICY
!
interface FastEthernet0/3
switchport access vlan 10
switchport mode access
switchport voice vlan 20
srr-queue bandwidth share 1 30 35 5
priority-queue out
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
spanning-tree portfast edge
service-policy input AUTOQOS-SRND4-CISCOPHONE-POLIC
VLAN 10 is Data, VLAN 20 is Voice
Solved! Go to Solution.
01-12-2024 04:05 PM
That’s why phones cannot register .
You configured 192.168.1.1 as CUCM default gateway while the router Ip is .47 on the same subnet.
Fix this by changing the IP to the router’s interface or change the default gateway on the cucm.
HTH
Regards
Carlo
01-12-2024 01:36 PM
Hi,
I noticed that you specified 192.168.1.50 as TFTP server which supposed to be the IP Address of the CUCM. Where this subnet is defined?
A show run of the router would help.
Thanks
Regards
Carlo
01-12-2024 01:47 PM
01-12-2024 03:04 PM
Ok thanks for the configuration.
now.. which default gateway did you configure on CUCM?
On router please do a show ip route and post the output here
Thanks
Regards
Carlo
01-12-2024 03:42 PM
01-12-2024 04:05 PM
That’s why phones cannot register .
You configured 192.168.1.1 as CUCM default gateway while the router Ip is .47 on the same subnet.
Fix this by changing the IP to the router’s interface or change the default gateway on the cucm.
HTH
Regards
Carlo
01-12-2024 06:57 PM
01-13-2024 12:16 AM
Even if this works to me it looks wrong to have the CM in the same IP network as you use for the connection with your ISP. I would suggest that you change the IP configuration in CM and the switch port configuration where this is connected to use a different vlan so that your CM is place on an inside network.
01-13-2024 09:57 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