dnsServerRecursion
NS-ROOT-MIB ·
.1.3.6.1.4.1.5951.1.9.1.2.1
Object
scalar obsolete
Enumeration
This represents the recursion services offered by this
name server. The values that can be read 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.
This object is obsolete.
Context
- MIB
- NS-ROOT-MIB
- OID
.1.3.6.1.4.1.5951.1.9.1.2.1- Type
- scalar
- Access
- readonly
- Status
- obsolete
- Parent
- dnsServerConfig
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 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NS-ROOT-MIB::dnsServerRecursion.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NS-ROOT-MIB::dnsServerRecursion'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | available |
2 | restricted |
3 | unavailable |