10-15-2023 08:44 PM
Hi
We are seeing ip phones are not registering to CME. Please help attached the sh run config file.
Solved! Go to Solution.
10-15-2023 09:52 PM - edited 10-15-2023 09:53 PM
Hello @Jagadish2,
Please provide us debug ccsip messages command during a sip phone attempting registering.
Note: you have 2 default route on your config ??
ip route 0.0.0.0 0.0.0.0 182.72.211.133 ip route 0.0.0.0 0.0.0.0 10.200.151.1
Thanks.
10-15-2023 09:03 PM
@Jagadish2 wrote:
We are seeing ip phones are not registering to CME. Please help attached the sh run config file.
Are the phones getting valid IP addresses or not?
10-15-2023 09:12 PM
Hi,
IP Phones are not getting IP address also..
10-15-2023 09:42 PM
@Jagadish2 wrote:
IP Phones are not getting IP address also..
Did anyone check the DHCP server?
10-15-2023 09:52 PM - edited 10-15-2023 09:53 PM
Hello @Jagadish2,
Please provide us debug ccsip messages command during a sip phone attempting registering.
Note: you have 2 default route on your config ??
ip route 0.0.0.0 0.0.0.0 182.72.211.133 ip route 0.0.0.0 0.0.0.0 10.200.151.1
Thanks.
10-16-2023 04:35 AM
@Jagadish2 As noted above your router config has some things to look at. As for DHCP, you have a pool for your phones, but it is not configured. At a minimum you will need the following. Modern IP telephony networks also should have a DNS reference and a domain, and I see neither in your config anywhere (which is surprising since you have an RSA key generated).
ip dhcp pool phones
network 10.200.151.0 255.255.255.0
default-router 10.200.151.10
option 150 10.200.151.10
dns-server x.x.x.x
domain-name yourdomain.com
If you have have not already done so, please read the Cisco Unified Communications Manager Express System Administrator Guide
Maren
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