cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
311
Views
3
Helpful
4
Replies

CUCM Query for Phone Models

joeharb
Level 5
Level 5

I am trying to get an inventory device types from CUCM, but not having a lot of luck with the sql queries.  I have looked at RTMT but it doesn't appear to be a way to export.

I have found multiple sites that have examples but all give a syntax error.

Any assistance would be appreciated.

Joe

1 Accepted Solution

Accepted Solutions

Alexis Amaro
Cisco Employee
Cisco Employee

If you just want to see what is configured in the DB, you can use:
run sql select d.name as device, description, m.name as model from device d inner join typemodel m on d.tkmodel = m.enum where m.tkclass = 1 order by model.

View solution in original post

4 Replies 4

wasosa
Level 1
Level 1

You can also get this kind of information via the web interface. Go to Device and choose the option “Device Type” to search for a particular phone model 

on Web interface, you can go to 
>> Bulk Administration >> Phones >> Export Phones >> and get report based on Specific or All details
>> then open text file in Excel with Delimited with Comma..

also, see this post, maybe help >>

https://community.cisco.com/t5/collaboration-knowledge-base/getting-a-report-of-cucm-devices-with-ip-mac-firmware-version/ta-p/3995302


(Rate by "Helpful" or "Accept") (محمدرضا هادی_ایران) (Email: morez.hadi@gmail.com)

Alexis Amaro
Cisco Employee
Cisco Employee

If you just want to see what is configured in the DB, you can use:
run sql select d.name as device, description, m.name as model from device d inner join typemodel m on d.tkmodel = m.enum where m.tkclass = 1 order by model.

The Device Count Report From the CUCM reporting page will provide an inventory of phone models configured with their counts.



Response Signature