errStatusDesc
ERR-STATUS-MIB ·
.1.3.6.1.4.1.351.910.2.1.3
Object
This object contains error status information for failed SETS to one or more objects. This object is updated only on failed SETS. Since the SNMP standard allows only limited number of error status returns, the managers can retrieve this variable to get additional information on a failed SET. Typically this object will contain information specifying date, MIB object Name, and additional error specific information.
Context
- MIB
- ERR-STATUS-MIB
- OID
.1.3.6.1.4.1.351.910.2.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- errStatusTableEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ERR-STATUS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ERR-STATUS-MIB::errStatusDesc'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ERR-STATUS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ERR-STATUS-MIB::errStatusDesc.<errReqId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ERR-STATUS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ERR-STATUS-MIB::errStatusDesc'
Syntax
- Source
- RFC1213-MIBDisplayString
- Base type
OctetString
Values & Constraints
No enumerated values or constraints recorded.