10-02-2018 06:32 AM - edited 03-18-2019 02:22 PM
Hi,
We have about Cisco 100 video endpoints integrated to TMS 15.x .
At present, I am able to get the report from TMS which has system name, Serial number, IP address , Gatekeeper, SIP,version etc.
But I need to fetch the details like CDP, VLAN and switch in the report for all endpoints through TMS which I am not able to get . Is it possible ?
Please advise.
regds,
aman
07-12-2019 11:17 PM
07-14-2019 09:10 AM
Hi Aman
I think, it's not possible with TMS. You can use GUI as say Sergio.
You can use API, If you wish to get information automatically.
For example, SX10 can print infomation via SSH/HTTP/HTTPS API. Command family xStatus Network CDP
You can make a script to collect information from devices.
At simple way you can open a lot of windows at SecureCRT/mPutty and send same commands. Log all and process with Excel. It will not took a lot of time.
Or you can use Postman for XML/Json requests.
For example SX10 API guide https://www.cisco.com/c/dam/en/us/td/docs/telepresence/endpoint/ce92/codec-sx10-api-reference-guide-ce92.pdf
07-14-2019 11:36 PM
As others haev mentioned, the information you want is not stored in the TMS database, so you won't be able to extract it from there.
Yout best bet would be to get the details directly from each of the endpoints, and do this programattically to traverse through a provided list (which you could get out of TMS).
Please remember to mark helpful responses and to set your question as answered if appropriate.
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