How do I figure out what the SNMP OID is?
Posted by Bob Puckett, Last modified by Daniel Lizaola on 20 December 2017 01:09 PM
 Please click to access a scan of the 2960 and 2800 mib trees. If you look at the OID for the dial-in page 1.3.6.1.4.1.1768.5.25.0, you can follow it down the page.

1.3.6.1.4.1.1768 = This is the branch to the Patton Enterprise mib.
5 = This is the calldialin area
25 = diActive (active users on the 2800)
0 = this instance

Here is what the snipet of the SNMP MIB for this (it is under the common.mib)
diActive   OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The total number of active calls."
::= { calldialin 25 }
The word "calldialin 25" tells you it is under the calldialin branch, in this case it is integer 5, and it is variable 25.

To get all of the items that you can manage in the 2800, goto the HTTP managment system and click on SNMP. All of the MIBS are there at the top.

Click and save all three. Then you can find everything under the sun!

Here are some additional OIDs that you might find useful:
  1.3.6.1.2.1.1.0 - System Description w/ Software Version
1.3.6.1.2.1.1.3 - Uptime Ticks Since Box Rebooted
1.3.6.1.4.1.1768.5.17 - Total Number of calls
1.3.6.1.4.1.1768.5.25 - Number of calls
1.3.6.1.4.1.1768.5.39 - Max number of calls
1.3.6.1.4.1.1768.16.2 - Number of DSPs Avail
1.3.6.1.4.1.1768.12.2.1.11 - framrelTXOctets
1.3.6.1.4.1.1768.12.2.1.12 - framrelRXOctets
(8746 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).