cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
782
Views
0
Helpful
2
Replies

SNMP mib/oid for PRI utilization in callmanager

fielderj
Level 1
Level 1

I'm looking for a mib (more specifically the actual oid) that will give me an active ds0 count on an mgcp pri connected to callmanager (in both ISR's and CMM's). I've done extensive searching on both netpro and google and everytime this question is asked I see the same 4 mibs given as answers:

ISDN-MIB

CISCO-VOICE-DIAL-CONTROL-MIB

DIAL-CONTROL-MIB

DIAL-CONTROL-MIB

Problem with those mibs is the first (ISDN-MIB) has no actual realtime data when the l3 is backhauled to CCM (all ds0's report idle even when active) and the problem with the others is two fold...1st there is no single counter that will return total calls active, you have to retrieve each active call separately and then add up the total rows returned...2nd is that when you have devices with multiple PRI's there is no way to get information for an individual interface. The results returned represent data for the entire device and is not broken down on per interface basis.

I guess at the root, I'm looking for a way to get the same information that the RTMT tool gets in it's perfmon counters for calls active on a per interface basis via SNMP. I think to this point people have been focused on collecting that information from the endpoint whereas I believe the solution will involve querrying the CCM server the gateways are registered to.

I could be completely off my rocker but if anyone has any insight into this or an idea of a way this information could be aquired i would greatly appreciate it.

Thanks,

Jeremy

2 Replies 2

fielderj
Level 1
Level 1

Little more info...I found the following OID in the CISCO-POP-MGMT-MIB:

1.3.6.1.4.1.9.10.19.1.1.3

This seems to work for getting the active calls on the ISR routers, but returns a 0 value for all interfaces on the CMMs.

Still looking for the CMM OID equivalent to 1.3.6.1.4.1.9.10.19.1.1.3 in the ISRs

I tried the POP mib before but it appeared to work only on the H323 gateways. Never found anyway of tracking active calls/interface on CCM via SNMP

if the CCM is on a windows box you can use the performance monitor and track the number of active calls per gateway. Then poll that via SNMP, but that is not really what i was looking for.

I ended up writing a perl script that would shell to the router and parse output of the show voice call command and return a numerical value. Graphing it using Cacti. Works nice actually.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: