01-23-2020 01:06 AM
Hello all
I have a problem in my jabber login within the network i have 2 DNS servers in the network + 10 clients.
i configured the _cisco-uds and _cuplogin with respective domains for CUCM and IMP
when i try to login with Jabber in any windows server (with DNS role) with Username@domainname.local it works perfect
But all clients are giving cannot communicate with server although my DNS in the clients are the windows server only
i opened CMD and checked below:
nslookup
set type=srv
_cisco-uds._tcp.domainname.local, I can see the CUCM record with port 8443
_cuplogin._tcp.domainname.local i can see the IMP record with port 8443
Any guide to help me
01-23-2020 07:27 AM
Review the PRT to see what happens next and what reply they get from CUCM
02-15-2020 04:07 AM
Hi,
Most of the times, the error is caused because of a name resolution problem on the client machine or a network reachability issue. But, I suspect a DNS name resolution as a potential reason for your issue.
A few troubleshooting steps that you can try:
1. If the _cisco-uds SRV is configured as either hostname or FQDN of CUCM instead of IP address, check if the server is resolvable against the DNS. This is called A record lookup. Just type nslookup <FQDN of CUCM> and nslookup <FQDN of IM&P> as configured in the SRV. Remember that you can't resolve plain hostnames on a windows machines without appending the domain name. There must be an A record for the CUCM and IM&P servers as FQDNs in the Forward Lookup Zone of the DNS.
2. If you get good results from step-1, i.e. the servers are resolvable agains the DNS, then check the status of services on the IM&P via CLI. You can run 'utils service list' and see if there any services in 'Not Running' state.
Check if you have a domain name and DNS IP configured on CUCM and IM&P via CLI using 'show network eth0 detail' command. If they are, then the servers can be resolved with their FQDNs against the DNS as long as the A records exist. Even if the servers do not have a domain and DNS server configured, Jabber client sends a DNS name resolution query for the hostnames of CUCM servers which fails. The reason for this is that the client gets the list of CUCM servers with their hostnames during the login process. And, it should be able to resolve that name failing which you will see the error.
Hope this helps!
-Sankar
02-16-2020 04:42 AM
Thanks it was connectivity issued between clients and server and it was solved
02-15-2020 11:53 PM - edited 02-16-2020 07:01 AM
Not the solution to your problem, but if you don’t use old versions of Jabber, pre 9.x, you don’t have to have the _cuplogin srv record.
Here is a good guide for how the login process works.
02-16-2020 03:31 AM - edited 02-16-2020 03:38 AM
Recommend you to have a look at this excellent presentation from Cisco Live.
https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2017/pdf/BRKUCC-3347.pdf
It goes into details of how to troubleshoot Jabber login issues.
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