cDnsServConfigRecurs
CISCO-DNS-SERVER-MIB ·
.1.3.6.1.4.1.9.9.405.1.1.2
Object
scalar r/w
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.
Context
- MIB
- CISCO-DNS-SERVER-MIB
- OID
.1.3.6.1.4.1.9.9.405.1.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cDnsServConfig
- 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 'CISCO-DNS-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DNS-SERVER-MIB::cDnsServConfigRecurs.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DNS-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DNS-SERVER-MIB::cDnsServConfigRecurs'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | available |
2 | restricted |
3 | unavailable |
Conformance
Member of
Compliance refinements
cDnsServMIBCompliance
readonly
This object need not be writable.