snmpOIDTable
DLM-MIB ·
.1.3.6.1.4.1.52.4.2.1.2
Object
table mandatory
A list of objects used to define the OBJECT IDENTIFIERS and
their attributes (type and threashold values) to be used in
a particular snmp poll request SNMP GET REQUEST PDU. These
OIDs will make up the VarBindList in the PDU. Only OID types
which have INTEGER samantics are supported (INTEGER, Counter,
Gauge, TimeTicks) since the polled value is compared against
a threshold value.
This table is addresses by the same keys as the snmpPollTable
(destination IP address and owner Ip address) in addition to
a unique OID sequence number which is maintained for each
OID entry.
Context
- MIB
- DLM-MIB
- OID
.1.3.6.1.4.1.52.4.2.1.2- Type
- table
- Status
- mandatory
- Children
- 1
Net-SNMP examples
How SNMP and these commands workUse a bulk walk to inspect objects and instances beneath this OID.
Walk the subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DLM-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLM-MIB::snmpOIDTable'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLM-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLM-MIB::snmpOIDTable'
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.