dnsResConfigReset
DNS-RESOLVER-MIB ·
.0.0.32.2.1.1.7
Object
scalar r/w
Enumeration
Status/action object to reinitialize any persistant
resolver state. When set to reset(2), any persistant
resolver state (such as a process) is reinitialized as if
the resolver had just been started. This value will
never be returned by a read operation. When read, one of
the following values will be returned:
other(1) - resolver in some unknown state;
initializing(3) - resolver (re)initializing;
running(4) - resolver currently running.
Context
- MIB
- DNS-RESOLVER-MIB
- OID
.0.0.32.2.1.1.7- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- dnsResConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::dnsResConfigReset.0'
More examples
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::dnsResConfigReset'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | reset |
3 | initializing |
4 | running |
Conformance
Compliance refinements
dnsResMIBCompliance
readonly
This object need not be writable.