dnsServConfigReset
DNS-SERVER-MIB ·
.0.32.1.1.1.5
Object
scalar r/w
Enumeration
Status/action object to reinitialize any persistant name
server state. When set to reset(2), any persistant
name server state (such as a process) is reinitialized as
if the name server 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) - server in some unknown state;
initializing(3) - server (re)initializing;
running(4) - server currently running.
Context
- MIB
- DNS-SERVER-MIB
- OID
.0.32.1.1.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- dnsServConfig
- Groups
- 1
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-SERVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNS-SERVER-MIB::dnsServConfigReset.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DNS-SERVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DNS-SERVER-MIB::dnsServConfigReset'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | reset |
3 | initializing |
4 | running |
Conformance
Member of
Compliance refinements
dnsServMIBCompliance
readonly
This object need not be writable.