I would like monitor my voice PRIs on a Cisco 2800 series router. What MIBs are required?
2 Replies
Hello,
please see if the following does help:
- http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a00801abe59.shtml#topic1
- https://supportforums.cisco.com/thread/169339
- The OID .1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.0 which should be "Interface Serial 0/0/0 active calls"
- CISCO-VOICE-DIAL-CONTROL-MIB
- CISCO-POP-MGMT-MIB
best regards
I spent a lot of time figuring this out so its only decent to pass on the knowledge
First you need to download the MIB Importer and read how to use it...
Then gather MIBS from (http://tools.cisco.com/ITDIT/MIBS/MainServlet?ReleaseSel=3835&PlatformSel=78&fsSel=1210) ... You-ll need a bunch.. at the least IF-MIB DS1-MIB and CISCO-POP-MIB... I used all v2 and ciscos web site can show you the dependancies if you dont want to figure it out by trial and error: http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&step=2
when importing this using the tool you will most likely need many of the other MIBs to make it through, sometimes you have to change the name of the MIB files and sometimes you have to actually go in and make syntax corrections to the mib file...
If successful you will get an OIDLIB file that you must place in the
C:\Program Files (x86)\PRTG Network Monitor\snmplibs directory
Now when you add a sensor you will pick the "SNMP Library" and you will have to then pick the OIDLIB file from a list that you created in the previous step.
For your convenience I uploaded the OIDLIB files I created for CallManager Express, Unity Express, and ISDN at the following link, use them at your own risk: http://www.filedropper.com/ciscotelephonymibsforprtg
When scanning you will have to sort through tons of worthless OIDs... I used the following:
Total Active B channels - CISCO-POP-MGMT-MIB/cpmds0usage/cpm active ds0s
Active B Channels on s0/0/0 - CISCO-POP-MGMT-MIB/cpmds1ds0usage: 0.0/cpmds1active ds0s : 0.0
Active B Channels on s0/0/1 - CISCO-POP-MGMT-MIB/cpmds1ds0usage: 0.1/cpmds1active ds0s : 0.1
Line Status on s0/0/0 (Returns an Integer...See table below for meaning of values) - DS1-MIB/dsx1config: 10/ dsx1line status
The various bit positions are:
1 dsx1NoAlarm No alarm present
2 dsx1RcvFarEndLOF Far end LOF (a.k.a., Yellow Alarm)
4 dsx1XmtFarEndLOF Near end sending LOF Indication
8 dsx1RcvAIS Far end sending AIS
16 dsx1XmtAIS Near end sending AIS
32 dsx1LossOfFrame Near end LOF (a.k.a., Red Alarm)
64 dsx1LossOfSignal Near end Loss Of Signal
128 dsx1LoopbackState Near end is looped
256 dsx1T16AIS E1 TS16 AIS
512 dsx1RcvFarEndLOMF Far End Sending TS16 LOMF
1024 dsx1XmtFarEndLOMF Near End Sending TS16 LOMF
2048 dsx1RcvTestCode Near End detects a test code
4096 dsx1OtherFailure any line status not defined here
8192 dsx1UnavailSigState Near End in Unavailable Signal State
16384 dsx1NetEquipOOS Carrier Equipment Out of Service
32768 dsx1RcvPayloadAIS DS2 Payload AIS
65536 dsx1Ds2PerfThreshold DS2 Performance Threshold Exceeded
Good Luck
Created on Feb 5, 2012 12:39:55 PM by
Brandon Stanley
(0)
Last change on Feb 6, 2012 2:40:23 PM by
Torsten Lindner [Paessler Support]
(15,450)
●3
●1
Please log in or register to enter your reply.
Add comment