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

Hunt Group information in SNMP

DougW1215
Level 1
Level 1

Is it possible to get any CUCM Hunt Group information out of SNMP?  I'm trying to come up with a quick and dirty method to see which extensions are currently logged in to a HG.  I don't see anything by browsing the MIB and I don't believe this is possible, but wanted to take one last shot at it.

CUCM  version 11.0.1

1 Reply 1

Deepak Rawat
Cisco Employee
Cisco Employee

run sql select lg.name as LineGroup,n.dnorpattern,dhd.hlog from linegroup as lg inner join linegroupnumplanmap as lgmap on lgmap.fklinegroup=lg.pkid inner join numplan as n on lgmap.fknumplan = n.pkid inner join devicenumplanmap as dmap on dmap.fknumplan = n.pkid inner join device as d on dmap.fkdevice=d.pkid inner join devicehlogdynamic as dhd on dhd.fkdevice=d.pkid order by lg.name

https://supportforums.cisco.com/discussion/11038681/how-show-logged-line-group-members-hunt-pilot-cucm-v713

Regards

Deepak