Questions tagged [oid]

Object IDentifier. A 'dot' delimited hierarchically structured node and leaf namespace. Although used in many disciplines, in system administration they are commonly used in SNMP MIBs, and for naming attributes in x.500 directories and x.509 certificate attributes.

OIDs seen by system administrators "in the wild" are typically under the IANA "Private Enterprises" hierarchy, and take the form 1.3.6.1.4.1.enterprise.<etc>, where enterprise is an IANA-assigned Private Enterprise Number, and <etc> is an internally defined hierarchy..

For additional information on OIDs, consult the Wikipedia article.

52 questions
2
votes
1 answer

docsIfCmStatusDocsisOperMode deprecated in DOCSIS 3.0

I need to query the current mode a CM has registered to a CMTS in DOCSIS 3.0 using SNMP. The OID used for that in DOCSIS <= 2.0 is docsIfCmStatusDocsisOperMode, but it has been deprecated for use in DOCSIS 3.0 and no (clear) alternative exists that…
MatiasFG
  • 125
  • 4
2
votes
0 answers

Can't get NetSNMP agent to answer using my prorietary MIB

I have to add a proprietary MIB to debian's snmpd that I must be able to query (get and set) from another networked computer on a non-standard UDP port (network aspects will be a further step). I have a MIB file in ~/.snmp/mibs and a perl extension…
Daniel
  • 21
  • 1
2
votes
3 answers

centos 6 oid information for net-snmp

I am trying to set up nagios core 3 to monitor linux servers using net-snmp, having trouble to find the correct oids for snmp. mibDepot.com seems to be a good site, but I tried most of them, not working... Any suggestions where to look? Thanks!
Linux
  • 21
  • 2
2
votes
0 answers

Write a MIB file that defines entire

I am attempting to configure event log monitoring to snmp trap "service" on Windows Server. See: How do I passively monitor the Windows Event Log? & http://www.eric-a-hall.com/articles/20050715.html The front-end for snmptt I use (Centreon)…
brandeded
  • 1,845
  • 8
  • 32
  • 50
1
vote
0 answers

how to create Mib file in java.I googled for it but cant find anything helpful. I am using snm4j and snmp4j-agent libarraies

I googled for it but can't find anything helpful. I am using snm4j and snmp4j-agent libararies. //here is my sample oid final OID oid1 = new OID(".1.3.6.1.2.1.6666.2.2.2.1"); //while quering through net-snmp client i got the following…
1
vote
1 answer

Are SNMP MIB's and OID's platform independent?

For example, OID for CPU load for 1 minute is .1.3.6.1.4.1.2021.10.1.3.1 in Linux and Cisco router. But I'm not sure if it is just a coincidence or it is secured over various network devices. I haven't found any document which tells that OID's are…
user3584499
  • 113
  • 2
1
vote
1 answer

SNMPD - Add custom OID not working

I've got an application which keeps an error counter in a table in MySQL. I want to be able to put this information into Cacti for long term graphing, so I'm learning about SNMP now. I want to write a script in PHP (called by a bash script if need…
Joshua Michael
  • 661
  • 5
  • 9
1
vote
1 answer

OID for number current users logged in FreeBSD

I'm looking for the OID for number current users logged in FreeBSD.
werdgk
1
vote
0 answers

Is it possible to add support for additional OIDs in SNMPD (RHEL)

I am trying to have my monitor poll the number of ESTABLISHED TCP sessions on a Linux server that is running snmpd. The OID information I am trying to poll can be found Here . The OID is specifically .1.3.6.1.2.1.6.9. snmpget returns: …
1
vote
1 answer

sysRestart Billion ADSL router (SNMP v2 or HTTP)

Background I am used to restart my servers on a scheduled basis. Now I want the same for my ADSL router. This is my reason: When a random failure occurs, I am used to normally try to reboot the servers , interfaces and related equipments (if…
F.I.V
  • 139
  • 14
1
vote
1 answer

Is possible to monitor instant CPU usage in windows7 over SNMP?

I am trying to monitor CPU load. After reading this question, I have found an OID that allows me to check average use over last minute: .1.3.6.1.2.1.25.3.3.1.2.1 {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) host(25)…
Oscar Foley
  • 332
  • 4
  • 18
1
vote
1 answer

Is there any standard oid list for all the SNMP enabled devices or is it vendor specific?

Is there any standard list of oid list for all the SNMP enabled devices? I want to retrieve some device information over my network for all the SNMP enabled devices. I got something like, oid are in MIBs of individual devices. How to get all the oid…
pradiptart
  • 215
  • 1
  • 3
  • 9
1
vote
1 answer

Will the OID for a custom extend SNMP call be the same on multiple boxes?

CentOS 5.7 | SNMPD This question is a little messy so I apologize in advance for any confusion. I'm using the extend command in /etc/snmp/snmpd.conf to run a script. I later used the snmpwalk utility to find the appropriate OID for this. If I use…
Mike B
  • 11,871
  • 42
  • 107
  • 168
1
vote
0 answers

MIB2 SNMP OID to get physical CPU socket count?

I am trying to set up a monitoring system and I'm noticing that MIB-2 seems to only report the virtual CPU count (all cores+hyperthreading). I need to get the physical socket CPU count. Is there any snmp agent that can provide an OID for that? EDIT:…
Matthew
  • 2,737
  • 8
  • 35
  • 51
1
vote
1 answer

Cisco SNMP OID for track/SLA monitor

I have Cisco 3600 router, and a few SLA monitors configured. Based on these monitors, I make a decision where to route users (basically a failover). It works very smooth and nice, to the point where no one notices when one of the connections goes…
Sergey