Orion - 8.0, I need to monitor the channel usage of the PRI on my cisco mgcp voice gateway.
I know the upcoming voip monitor will have it but my customer wants it today, can I do a custome mib poller?
Thanks
Have you figured out how to grab this data via SNMP. I have tried to find it myself but I haven't found the correct OID to grab MGCP PRI's usage info and the VoIP module does not collect this info (might not even be possible outside of the Real-Time Monitor Tool).
We had the same need for that information and also found Cisco's support for MIBs that would track this lacking... We ended up creating a Windows PerfMon counter that grabs the \\ServerName\Cisco MGCP PRI Device(*)\CallsActive counter set to 120 seconds, (you can use whatever interval you feel is appropriate). Then we grab the log with MRTG and the GetLog.pl script. This creates pretty graph images for Orion to display.
I am very interested in setting this up but a complete newb to Solarwinds any chance you have any documentation or could provide more detail on how this is done? I presume this would be the same setup for a H.323 gateway?
There is a Custom Poller in the Content Zone for exactly this.
how do I install this, only some xml code shows up when I download it?
Could you provide me any more details on the mrtg configuration for this and how do you display the graph on orion.
Here's a link on Cisco's website that talks about getting PRI utilization information.
http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a00801abe59.shtml#topic1
The gateway signaling protocol(H.323,MGCP,SIP) doesn't matter. The info that gets pulled from the lines up with what you see in a sh voice call status
SIP trunking is becoming a very popular way to connect to the Public Switch Telephone Network (PSTN). Session Initiation Protocol (SIP) is a signaling protocol, widely used for setting up and tearing down multimedia communication sessions such as voice and video calls over the Internet. Instead of a line from your local provider (AT&T, Verizon, etc.
What hardware are you using for your gateways? That information would helpful for us when looking at polling PRI stats.
I've tried the custom poller and it shows the aggregate calls in progress for all PRI's. Is there a OID to view calls in progress per PRI? I thought OID="1.3.6.1.4.1.9.10.19.1.1.9.1.3" which indicates "the number of DS0s that are currently in use for a particular DS1" might work, but it does not return any data.
We're running the very latest Solarwinds version, but not the VOIP module. Will this be able to do what I want and if so, how? If so, is it using a SNMP MIB that I can create a custom poller for. I'm querying a Cisco 3845 voice gateway router running IOS 12.4.
Thanks,
Jason Spilde
Certified CCNA
I have H.323 gateways on Cisco 2901 routers. Here is how I did it. In Orion Universal Device Poller I click on New and used the OID 1.3.6.1.4.1.9.9.86.1.2.1.1.8
Then, I clicked on the new poller to highlight it and click the transform results button up top. I used the following formula columnsum( {cdspActiveChannels} )
This gather my active calls per PRI line and summed them up. Then I clicked on the transform results poller assigned them to my routers and enabled web display.
It looks like this. Number 14 and 15 are my two PRI Lines. The transform results adds them together and then display them both but the data is the same.
Looks like my highest call volume is during lunch and a little before the end of the day. I guess everyone is calling home to make plans