dnsResConfigService
DNS-RESOLVER-MIB ·
.0.0.32.2.1.1.2
Object
scalar Enumeration
Kind of DNS resolution service provided:
recursiveOnly(1) indicates a stub resolver.
iterativeOnly(2) indicates a normal full service
resolver.
recursiveAndIterative(3) indicates a full-service
resolver which performs a mix of recursive and iterative
queries.
Context
- MIB
- DNS-RESOLVER-MIB
- OID
.0.0.32.2.1.1.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- dnsResConfig
- 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-RESOLVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNS-RESOLVER-MIB::dnsResConfigService.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::dnsResConfigService'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | recursiveOnly |
2 | iterativeOnly |
3 | recursiveAndIterative |
Conformance
Member of