rlDnsResNCacheErrInetCode
NETGEAR-RADLAN-DNSCL-MIB ·
.1.3.6.1.4.1.4526.17.93.11.1.8
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.
unresolved(4) is used for 'fixed' entries that are currently unresolved.
Context
- MIB
- NETGEAR-RADLAN-DNSCL-MIB
- OID
.1.3.6.1.4.1.4526.17.93.11.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlDnsResNCacheErrInetEntry
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 'NETGEAR-RADLAN-DNSCL-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-DNSCL-MIB::rlDnsResNCacheErrInetCode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-RADLAN-DNSCL-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-DNSCL-MIB::rlDnsResNCacheErrInetCode.<rlDnsResNCacheErrInetQName>.<rlDnsResNCacheErrInetQClass>.<rlDnsResNCacheErrInetQType>.<rlDnsResNCacheErrInetIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-RADLAN-DNSCL-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-RADLAN-DNSCL-MIB::rlDnsResNCacheErrInetCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | nonexistantName |
2 | noData |
3 | other |
4 | unresolved |