All MIBs › ADONIS-DNS-MIB › dnsStatsRecursion
dnsStatsRecursion
Module: ADONIS-DNS-MIB
OID (symbolic): ADONIS-DNS-MIB::dnsStatsRecursion
OID (numeric): 1.3.6.1.4.1.13315.100.101.1.1.2.5
Node type: OBJECT-TYPE
Type: Counter64
Access: read-only
Description: Number of queries that required the server to perform recursive lookups since dns daemon was started
What is dnsStatsRecursion?
This OID counts how many queries required the DNS server to recursively query other nameservers to find the answer instead of serving from its own zones. You track this to understand how much recursive workload your server handles, which impacts performance and resource usage. A value of 500,000 means the server had to do recursive lookups for 500,000 queries.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.13315.100.101.1.1.2.5 snmpwalk -v2c -c public <target> ADONIS-DNS-MIB::dnsStatsRecursion
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.13315.100.101.1.1.2.5.1 snmpget -v2c -c public <target> ADONIS-DNS-MIB::dnsStatsRecursion.1
Start monitoring BlueCat Networks Adonis DNS/DHCP appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ADONIS-DNS-MIB::dnsStatsRecursion OID value, configure state conditions and alerts, and monitor any BlueCat Networks Adonis DNS/DHCP appliances from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.13315 | bluecatnetworks | BLUECATNETWORKS-MIB |
| 1.3.6.1.4.1.13315.100 | appliances | BLUECATNETWORKS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.13315.100.101 | adonis | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1 | adonisObjects | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1.1 | dns | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1.1.2 | dnsStats | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1.1.2.5 | dnsStatsRecursion | ADONIS-DNS-MIB |