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
16
votes
3 answers

Is there reserved OID space for internal enterprise CAs?

When provisioning a PKI for internal use, is there a private OID space that can be used without having to pay and/or register your own OID range? Think RFC1918 addresses for OID ranges.
MDMarra
  • 100,183
  • 32
  • 195
  • 326
7
votes
1 answer

Can I give my own MIB any OID that I want? Is there a convention to application MIB OID?

I created a scalar MIB for my application, monitor request_queue_size. I followed the write MIB tutorial . The OID there is a long hierarchical OID. I wonder if I can give a short hierarchical OID like 1.1 . Is there any convention? My application…
Avihai Marchiano
  • 592
  • 3
  • 15
  • 32
7
votes
3 answers

Simulate SNMP traps to test surveillance

I'm trying to use Net-SNMP on Windows to emulate a trap that should trigger an alarm on our surveillance system. This is the setup: Windows 7 client that sends the trap Net-SNMP as software for sending the trap Linux with Adventnet ManageEngine…
jishi
  • 858
  • 1
  • 11
  • 25
5
votes
2 answers

Which SNMP variables to diagnose/characterise wifi congestion?

I'm preparing for a load test of a classroom wifi system. The pupils all turn on their laptops at the start of the lesson, which launches the web browser and then they start the lesson - which involves downloading a flash based lesson (from a server…
Hamish Downer
  • 9,142
  • 6
  • 36
  • 49
4
votes
2 answers

How do I select an OID for my MIB

I've been trying to attach an OID to run a specific script for sometime and at this point I think the culprit is my bad MIB. I've corrected my MIB but I'm curious about the OID i'm trying to use. Currently I am trying to use the .1.3.6.1.4.1.214…
Funkyguy
  • 161
  • 1
  • 6
3
votes
1 answer

SNMPD Numbers added to my OID

I've registered my own oid with IANA. For this post we'll call it 99999. so in my snmpd.conf file (Ubuntu 14) I added the following line extend .1.3.6.1.4.1.99999.1 test /bin/echo hello When I get a snmpget with the oid .1.3.6.1.4.1.99999.1,…
Ian Chilvers
  • 407
  • 2
  • 7
  • 19
3
votes
1 answer

Is there an OID to retrieve specific HDD partition on SNMP?

I want to get hard disk free space of a specific partition, is there a way to retrieve this with SNMP OID? Is there any special OID for this? EDIT: the OID .1.3.6.1.4.1.2021.9.1.7.1 refers to available space on the disk. How can get partition's…
Alireza
  • 563
  • 4
  • 8
  • 27
3
votes
1 answer

Brocade DCX 8510 inter DC latency - understanding OIDs to find L1 issues

Trying to determine if there is some intermittent inter DC latency on the FC links, but only have access to the OID counters for the DCX 8510. Since it is a L1 link over DWDM there are no stats from the service provider to measure any possible…
bern
  • 33
  • 3
3
votes
4 answers

Looking for toner level OID for nagios snmp for Brother 9460

I'm setting up an Opsview (nagios) server for monitoring. It's all going fairly swimmingly so far. The most immediate use for the system will be monitoring (or more to the point, alerting me about) printer toner levels. At the moment, the "alert"…
JoshP
  • 278
  • 3
  • 6
  • 25
3
votes
2 answers

cisco 2900xl - SNMP - Get mac address of device connected to an interface

Basically what i want to do is to find out what is the mac address of a device plugged in to an interface on the switch (FastEthernet0/1 for example) reading through the switch documentaion i found out that i can configure snmp trap on it to make it…
ankit
  • 171
  • 3
  • 13
3
votes
3 answers

Authenticating AIX Users Against OID (Oracle Internet Directory)

We have a need to authenticate local users on an AIX server against OID using LDAP. We have a branch within OID where we've placed and synchronized Active Directory users. We've also configured external authentication on OID so that it verifies…
mwilkes
  • 131
  • 2
  • 3
2
votes
2 answers

How to Determine the Correct OID to Use for Monitoring

Is there a correct/better way of determining the correct OID to use for SNMP monitoring? I was able to download the MIB directly from the device, but I am lost on finding the correct OID from the list of hundreds of OIDs. All forums that I've come…
confoundr
  • 347
  • 3
  • 8
  • 18
2
votes
0 answers

SNMP commands for IBM server

I’m trying to get some data from an IBM server, for example the temperature using the OID .1.3.6.1.4.1.2.3.51.3.1.1.2.1.1 If I run the command: snmpget -O n -v 2c -c public IP .1.3.6.1.4.1.2.3.51.3.1.1.2.1.1 I get the answer: no such object…
FabriC
  • 21
  • 1
  • 5
2
votes
0 answers

snmpget "No such object available on this agent at this OID"

I have been working on trying to get a value with a custom MIB through SNMP This is my custom MIB: MY-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Integer32, enterprises FROM SNMPv2-SMI ; psutest MODULE-IDENTITY …
Funkyguy
  • 161
  • 1
  • 6
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
1
2 3 4