cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
171
Views
0
Helpful
3
Replies

CUCM 9 - 797x Phones Real Time Monitoring

Taylor Scott
Level 1
Level 1

Hi there, our campus is requiring an inventory of phones. possible to glance at what models, serial numbers and totals of phones in real time monitoring tool?

cheers,

matt 

3 Replies 3

Deepak Mehta
VIP Alumni
VIP Alumni

You should be able to get phone model and count from cisco unified reporting - cluster device summary report. 

I am not too sure if there is any way of exporting serial numbers. Thanks

Deepak Rawat
Cisco Employee
Cisco Employee

You can also try running below from CM CLI:

run sql select name,description,tkmodel from device where name like 'SEP%'

In order to match the phone model against the tkmodel which you get in the output of above command, simply run below command

run sql select name,tkmodel from TypeProduct

After you get the required outputs from above commands, simply put them in excel and get the total count. You can also change the query directly to get the count as well however Excel is pretty good to do all these kind of things in my opinion

run sql select count(name) from device where name like 'SEP%'

Regards

Deepak

Jaime Valencia
Cisco Employee
Cisco Employee

If you want SN of the devices, you need to look at 3rd party options to get that information 

HTH

java

if this helps, please rate