dnsServConfigRecurs
DNS-SERVER-MIB ·
.0.32.1.1.1.2
Object
scalar r/w
Enumeration
This represents the recursion services offered by this
name server. The values that can be read or written
are:
available(1) - performs recursion on requests from
clients.
restricted(2) - recursion is performed on requests only
from certain clients, for example; clients on an access
control list.
unavailable(3) - recursion is not available.
Context
- MIB
- DNS-SERVER-MIB
- OID
.0.32.1.1.1.2- 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::dnsServConfigRecurs.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::dnsServConfigRecurs'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | available |
2 | restricted |
3 | unavailable |
Conformance
Member of
Compliance refinements
dnsServMIBCompliance
readonly
This object need not be writable.