dnsResNCacheErrCode

DNS-RESOLVER-MIB · .0.0.32.2.1.5.5.1.7

Object

column Enumeration
The authoritative error that has been cached:
              
nonexistantName(1) indicates an authoritative name error
(RCODE = 3).
              
noData(2) indicates an authoritative response with no
error (RCODE = 0) and no relevant data.
              
other(3) indicates some other cached authoritative
error.  At present, no such errors are known to exist.

Context

MIB
DNS-RESOLVER-MIB
OID
.0.0.32.2.1.5.5.1.7
Type
column
Access
readonly
Status
current
Parent
dnsResNCacheErrEntry
Groups
1

Walk 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 'DNS-RESOLVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNS-RESOLVER-MIB::dnsResNCacheErrCode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DNS-RESOLVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNS-RESOLVER-MIB::dnsResNCacheErrCode.<dnsResNCacheErrQName>.<dnsResNCacheErrQClass>.<dnsResNCacheErrQType>.<dnsResNCacheErrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DNS-RESOLVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DNS-RESOLVER-MIB::dnsResNCacheErrCode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1nonexistantName
2noData
3other

Conformance