cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
663
Views
0
Helpful
1
Replies

CUCM Round Trip Time Betweeen Nodes

caten
Cisco Employee
Cisco Employee

I am currently working a project in which I am writing a script to perform a major health check on CUCM. One of these checks is to find round trip time between nodes. Does anyone happen to know a method that can be used to achieve this via the AXL API?

Thanks in advance!

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

No aware of anything from AXL, however there is the CLI 'utils network ping' command:

Screenshot from 2016-04-20 11-24-05.png

Possibly your app could discover the hostnames/IPs of the various nodes (i.e. via AXL), then use a SSH library to login to each CUCM and execute the CLI command in turn, parsing the results.  However, your app would need to have CLI credentials/access which is could be a significant barrier.  Note also that as this method would not be via a supported 'API', backward compatibility could be affected, e.g. due to some future change in how the CLI works or the text output of the command.