MIBs Depot

CISCO-DNS-SERVER-MIB

Registered at
1.3.6.1.4.1.9.9.405
Last updated
2008-05-31 00:00
Organization
Cisco Systems, Inc.
Revisions
2008-05-31 00:00, 2005-03-01 00:00, 2004-02-01 00:00
Namespace
cisco
Source file
CISCO-DNS-SERVER-MIB
Digest
sha256:55b06cd332442132f5a6815ad9f1e3c059e1d7075456721aa3f527ea7f4b4a8f

Description

The MIB module for entities implementing the server side of the Domain Name System (DNS) protocol. P. Mockapetris, 'Domain names - implementation and specification', RFC 1035, November 1987 Descriptions of acronyms and definitions: Reporting The interval in seconds over which interval the server last calculated the sample interval statistics RR Resource Record for DNS AXFR Full zone transfer IXFR Incremental zone transfer M.Ohta, 'Incremental Zone Transfer in DNS', RFC-1995, August 1996 ACL DNS Access Control List RCODE Flag in a DNS packet P. Vixie, S. Thomson, Y. Rekhter, J. Bound, 'Dynamic Updates in the Domain Name System (DNS UPDATE)', RFC-2136, April 1997 The following are values of RCODE in the update packet: FORMERR The name server was unable to interpret the request due to a format error. REFUSED The name server refuses to perform the specified operation for policy or security reasons. TSIG A transaction signature of secret key transaction authentication for DNS. O. Gudmundsson, D. Eastlake 3rd, B. Wellington, 'Secret Key Transaction Authentication for DNS (TSIG)', RFC-2845, May 2000 The following are TSIG related error conditions, while processing incoming messages: BADTIME The time in the TSIG message is off the limit BADKEY The key in the TSIG message is not valid BADSIG The signature in the TSIG message is not valid HA High Availability DNS servers to eliminate single-point-of-failure for dynamic DNS updates

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-dns-mib@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeInterval, TimeStamp

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-DNS-SERVER-MIB
CISCO-SMI
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
CDnsTime
TEXTUAL-CONVENTION
DnsTime values are 32-bit unsigned integers which measure time in seconds.
current

Objects

NameOIDSyntaxAccessStatus
cDnsServMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.0
cDnsServMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1
cDnsServConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.1
cDnsServConfigImplementIdent
OBJECT-TYPE
The implementation identification string for the DNS server software in use on the system, for example; `FNS-2.1'
1.3.6.1.4.1.9.9.405.1.1.1SnmpAdminStringread-onlycurrent
cDnsServConfigRecurs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.405.1.1.2INTEGER {available(1), restricted(2), unavailable(3)}read-writecurrent
cDnsServConfigUpTime
OBJECT-TYPE
If the server has a persistent state (e.g., a process), this value will be the time elapsed since it started. For software without persistent state, this value will be zero.
1.3.6.1.4.1.9.9.405.1.1.3CDnsTimeread-onlycurrent
cDnsServConfigResetTime
OBJECT-TYPE
If the server has a persistent state (e.g., a process) and supports a `reset' operation (e.g., can be told to re-read configuration files), this value will be the time elapsed since the last time the name server was `reset.' For software that does not have persistence or does not support a `reset' operation, this value will be zero.
1.3.6.1.4.1.9.9.405.1.1.4CDnsTimeread-onlycurrent
cDnsServConfigReset
OBJECT-TYPE
Status/action object to reinitialize any persistant name server state. When set to reset(2), any persistant name server state (such as a process) is reinitialized as if the name server had just been started. This value will never be returned by a read operation. When read, one of the following values will be returned: other(1) - server in some unknown state; initializing(3) - server (re)initializing; running(4) - server currently running.
1.3.6.1.4.1.9.9.405.1.1.5INTEGER {other(1), reset(2), initializing(3), running(4)}read-writecurrent
cDnsServConfigIntervalSample
OBJECT-TYPE
Configures the sample time for the various interval counters.
1.3.6.1.4.1.9.9.405.1.1.6TimeIntervalread-writecurrent
cDnsQueryStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.2
cDnsQueryAuthAnswers
OBJECT-TYPE
Number of queries which were authoritatively answered.
1.3.6.1.4.1.9.9.405.1.2.1Counter32read-onlycurrent
cDnsQueryAuthNoNames
OBJECT-TYPE
Number of queries for which `authoritative no such name' responses were made.
1.3.6.1.4.1.9.9.405.1.2.2Counter32read-onlycurrent
cDnsQueryAuthNoDataResps
OBJECT-TYPE
Number of queries for which `authoritative no such data' (empty answer) responses were made.
1.3.6.1.4.1.9.9.405.1.2.3Counter32read-onlycurrent
cDnsQueryReferrals
OBJECT-TYPE
Number of requests that were referred to other servers.
1.3.6.1.4.1.9.9.405.1.2.4Counter32read-onlycurrent
cDnsQueryNonAuthAnswers
OBJECT-TYPE
Number of queries which were non-authoritatively answered (from cached data).
1.3.6.1.4.1.9.9.405.1.2.5Counter32read-onlycurrent
cDnsQueryNonAuthNoDataResps
OBJECT-TYPE
Number of queries which were non-authoritatively answered with no data.
1.3.6.1.4.1.9.9.405.1.2.6Counter32read-onlycurrent
cDnsQueryRelNameRequests
OBJECT-TYPE
Number of requests received by the server for names that are only one label long (i.e. in text form - no internal dots).
1.3.6.1.4.1.9.9.405.1.2.7Counter32read-onlycurrent
cDnsQueryLameDelegations
OBJECT-TYPE
Number of query lame delegations.
1.3.6.1.4.1.9.9.405.1.2.8Counter32read-onlycurrent
cDnsQueryMemCacheHits
OBJECT-TYPE
Number of mem-cache lookup hits.
1.3.6.1.4.1.9.9.405.1.2.9Counter32read-onlycurrent
cDnsQueryMemCacheMisses
OBJECT-TYPE
Number of mem-cache lookup misses.
1.3.6.1.4.1.9.9.405.1.2.10Counter32read-onlycurrent
cDnsQueryMemCacheWrites
OBJECT-TYPE
Number of mem-cache writes.
1.3.6.1.4.1.9.9.405.1.2.11Counter32read-onlycurrent
cDnsQueryRefusals
OBJECT-TYPE
Number of queries refused.
1.3.6.1.4.1.9.9.405.1.2.12Counter32read-onlycurrent
cDnsQueryIntervalStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.3
cDnsQueryIntAuthAnswers
OBJECT-TYPE
Number of queries which were authoritatively answered during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.1Unsigned32read-onlycurrent
cDnsQueryIntAuthNoNames
OBJECT-TYPE
Number of queries for which `authoritative no such name' responses were made during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.2Unsigned32read-onlycurrent
cDnsQueryIntAuthNoDataResps
OBJECT-TYPE
Number of queries for which `authoritative no such data' (empty answer) responses were made during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.3Unsigned32read-onlycurrent
cDnsQueryIntReferrals
OBJECT-TYPE
Number of requests that were referred to other servers during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.4Unsigned32read-onlycurrent
cDnsQueryIntNonAuthAnswers
OBJECT-TYPE
Number of queries which were non-authoritatively answered (from cached data) during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.5Unsigned32read-onlycurrent
cDnsQueryIntNonAuthNoDataResps
OBJECT-TYPE
Number of queries which were non-authoritatively answered with no data during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.6Unsigned32read-onlycurrent
cDnsQueryIntRelNameRequests
OBJECT-TYPE
Number of requests received by the server for names that are only one label long (i.e. in text form - no internal dots) during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.7Unsigned32read-onlycurrent
cDnsQueryIntLameDelegations
OBJECT-TYPE
Number of query lame delegations during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.8Unsigned32read-onlycurrent
cDnsQueryIntMemCacheHits
OBJECT-TYPE
Number of mem-cache lookup hits during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.9Unsigned32read-onlycurrent
cDnsQueryIntMemCacheMisses
OBJECT-TYPE
Number of mem-cache lookup misses during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.10Unsigned32read-onlycurrent
cDnsQueryIntMemCacheWrites
OBJECT-TYPE
Number of mem-cache writes during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.11Unsigned32read-onlycurrent
cDnsQueryIntRefusals
OBJECT-TYPE
Number of queries refused during reporting interval.
1.3.6.1.4.1.9.9.405.1.3.12Counter32read-onlycurrent
cDnsQueryIntSampleTime
OBJECT-TYPE
The time stamp of last sample.
1.3.6.1.4.1.9.9.405.1.3.13TimeStampread-onlycurrent
cDnsQueryIntSampleInterval
OBJECT-TYPE
The interval in seconds over which the server last calculated the sample interval statistics. This is the configured reporting interval and the statistics are reset since the last cDnsQueryIntSampleTime.
1.3.6.1.4.1.9.9.405.1.3.14TimeIntervalread-onlycurrent
cDnsPerfStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.4
cDnsPerfUpdateRRs
OBJECT-TYPE
Total number of RR's added and deleted.
1.3.6.1.4.1.9.9.405.1.4.1Counter32read-onlycurrent
cDnsPerfUpdatePkts
OBJECT-TYPE
Total number of update packets successfully processed.
1.3.6.1.4.1.9.9.405.1.4.2Counter32read-onlycurrent
cDnsPerfOutboundIxfrs
OBJECT-TYPE
Total number of successful outbound incremental transfers.
1.3.6.1.4.1.9.9.405.1.4.3Counter32read-onlycurrent
cDnsPerfInboundIxfrs
OBJECT-TYPE
Total number of successful inbound incremental transfers.
1.3.6.1.4.1.9.9.405.1.4.4Counter32read-onlycurrent
cDnsPerfFullRespIxfrs
OBJECT-TYPE
Total number of outbound full zone transfers in response to IXFR requests.
1.3.6.1.4.1.9.9.405.1.4.5Counter32read-onlycurrent
cDnsPerfOutboundAxfrs
OBJECT-TYPE
Total number of successful outbound full zone transfers.
1.3.6.1.4.1.9.9.405.1.4.6Counter32read-onlycurrent
cDnsPerfInboundAxfrs
OBJECT-TYPE
Total number of successful inbound AXFRs.
1.3.6.1.4.1.9.9.405.1.4.7Counter32read-onlycurrent
cDnsPerfQueries
OBJECT-TYPE
Total number of queries responded to.
1.3.6.1.4.1.9.9.405.1.4.8Counter32read-onlycurrent
cDnsPerfOutboundAtLimitXfrs
OBJECT-TYPE
Total number of occasions that outbound transfers reached the concurrent limit.
1.3.6.1.4.1.9.9.405.1.4.9Counter32read-onlycurrent
cDnsPerfInboundAtLimitXfrs
OBJECT-TYPE
Total number of occasions that inbound transfers reached the concurrent limit.
1.3.6.1.4.1.9.9.405.1.4.10Counter32read-onlycurrent
cDnsPerfOutboundNotifies
OBJECT-TYPE
Total number of outbound notifies.
1.3.6.1.4.1.9.9.405.1.4.11Counter32read-onlycurrent
cDnsPerfInboundNotifies
OBJECT-TYPE
Total number of inbound notifies.
1.3.6.1.4.1.9.9.405.1.4.12Counter32read-onlycurrent
cDnsPerfIntervalStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.5
cDnsPerfIntUpdateRRs
OBJECT-TYPE
Number of RR's added and deleted during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.1Unsigned32read-onlycurrent
cDnsPerfIntUpdatePkts
OBJECT-TYPE
Number of update packets successfully processed during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.2Unsigned32read-onlycurrent
cDnsPerfIntOutboundIxfrs
OBJECT-TYPE
Number of successful outbound incremental transfers during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.3Unsigned32read-onlycurrent
cDnsPerfIntInboundIxfrs
OBJECT-TYPE
Number of successful inbound incremental transfers during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.4Unsigned32read-onlycurrent
cDnsPerfIntFullRespIxfrs
OBJECT-TYPE
Number of outbound full zone transfers in response to IXFR requests during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.5Unsigned32read-onlycurrent
cDnsPerfIntOutboundAxfrs
OBJECT-TYPE
Number of successful outbound full zone transfers during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.6Unsigned32read-onlycurrent
cDnsPerfIntInboundAxfrs
OBJECT-TYPE
Number of successful inbound AXFRs during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.7Unsigned32read-onlycurrent
cDnsPerfIntQueries
OBJECT-TYPE
Number of queries responded to during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.8Unsigned32read-onlycurrent
cDnsPerfIntOutboundAtLimitXfrs
OBJECT-TYPE
Number of occasions that outbound transfers reached the concurrent limit during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.9Unsigned32read-onlycurrent
cDnsPerfIntInboundAtLimitXfrs
OBJECT-TYPE
Number of occasions that inbound transfers reached the concurrent limit during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.10Unsigned32read-onlycurrent
cDnsPerfIntOutboundNotifies
OBJECT-TYPE
Number of outbound notifies during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.11Unsigned32read-onlycurrent
cDnsPerfIntInboundNotifies
OBJECT-TYPE
Number of inbound notifies during reporting interval.
1.3.6.1.4.1.9.9.405.1.5.12Unsigned32read-onlycurrent
cDnsPerfIntSampleTime
OBJECT-TYPE
The time stamp of last sample.
1.3.6.1.4.1.9.9.405.1.5.13TimeStampread-onlycurrent
cDnsPerfIntSampleInterval
OBJECT-TYPE
The interval in seconds over which the server last calculated the sample interval statistics. This is the configured reporting interval and the statistics are reset since the last cDnsQueryIntSampleTime.
1.3.6.1.4.1.9.9.405.1.5.14TimeIntervalread-onlycurrent
cDnsSecurityStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.6
cDnsSecurityRcvdTsigPackets
OBJECT-TYPE
Total number of packets with a TSIG RR that are processed.
1.3.6.1.4.1.9.9.405.1.6.1Counter32read-onlycurrent
cDnsSecurityDetecTsigBadTimes
OBJECT-TYPE
Returns BADTIME error code if value of bad timestamp in TSIG is detected in an incoming packet.
1.3.6.1.4.1.9.9.405.1.6.2Counter32read-onlycurrent
cDnsSecurityDetectTsigBadKeys
OBJECT-TYPE
Returns BADKEY error code if value of bad keyname in TSIG is detected in an incoming packet.
1.3.6.1.4.1.9.9.405.1.6.3Counter32read-onlycurrent
cDnsSecurityDetectTsigBadSigs
OBJECT-TYPE
Returns BADSIG error code if value of bad signature in TSIG is detected in an incoming packet.
1.3.6.1.4.1.9.9.405.1.6.4Counter32read-onlycurrent
cDnsSecurityRcvdTsigBadTimes
OBJECT-TYPE
Total number of BADTIME errors received after sending a TSIG.
1.3.6.1.4.1.9.9.405.1.6.5Counter32read-onlycurrent
cDnsSecurityRcvdTsigBadKeys
OBJECT-TYPE
Total number of BADKEY errors received after sending a TSIG.
1.3.6.1.4.1.9.9.405.1.6.6Counter32read-onlycurrent
cDnsSecurityRcvdTsigBadSigs
OBJECT-TYPE
Total number of BADSIG errors received after sending a TSIG.
1.3.6.1.4.1.9.9.405.1.6.7Counter32read-onlycurrent
cDnsSecurityUnauthXferReqs
OBJECT-TYPE
Total number of ACL authorization failures if zone transfer restriction has been enabled.
1.3.6.1.4.1.9.9.405.1.6.8Counter32read-onlycurrent
cDnsSecurityUnauthUpdateReqs
OBJECT-TYPE
Total number of updates which result in ACL authorization failure, or which target zones which do not support updates.
1.3.6.1.4.1.9.9.405.1.6.9Counter32read-onlycurrent
cDnsSecurityRestrictQueryAcls
OBJECT-TYPE
Total number of queries to be restricted by the DNS server through the global or zone Access Control List.
1.3.6.1.4.1.9.9.405.1.6.10Counter32read-onlycurrent
cDnsSecurityIntervalStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.7
cDnsSecurityIntRcvdTsigPackets
OBJECT-TYPE
Number of packets with a TSIG RR that are processed during reporting interval.
1.3.6.1.4.1.9.9.405.1.7.1Unsigned32read-onlycurrent
cDnsSecurityIntDetecTsigBadTimes
OBJECT-TYPE
Value of bad timestamp in TSIG in an incoming packet during reporting interval.
1.3.6.1.4.1.9.9.405.1.7.2Unsigned32read-onlycurrent
cDnsSecurityIntDetectTsigBadKeys
OBJECT-TYPE
Value of bad keyname in TSIG in an incoming packet during reporting interval.
1.3.6.1.4.1.9.9.405.1.7.3Unsigned32read-onlycurrent
cDnsSecurityIntDetectTsigBadSigs
OBJECT-TYPE
Value of bad signature in TSIG in an incoming packet during reporting interval.
1.3.6.1.4.1.9.9.405.1.7.4Unsigned32read-onlycurrent
cDnsSecurityIntRcvdTsigBadTimes
OBJECT-TYPE
Number of BADTIME errors received after sending a TSIG during reporting interval.
1.3.6.1.4.1.9.9.405.1.7.5Unsigned32read-onlycurrent
cDnsSecurityIntRcvdTsigBadKeys
OBJECT-TYPE
Number of BADKEY errors received after sending a TSIG during reporting interval.
1.3.6.1.4.1.9.9.405.1.7.6Unsigned32read-onlycurrent
cDnsSecurityIntRcvdTsigBadSigs
OBJECT-TYPE
Number of BADSIG errors received after sending a TSIG during reporting interval.
1.3.6.1.4.1.9.9.405.1.7.7Unsigned32read-onlycurrent
cDnsSecurityIntUnauthXferReqs
OBJECT-TYPE
Number of ACL authorization failures if zone transfer restriction has been enabled during reporting interval.
1.3.6.1.4.1.9.9.405.1.7.8Unsigned32read-onlycurrent
cDnsSecurityIntUnauthUpdateReqs
OBJECT-TYPE
Number of updates which result in ACL not support updates during reporting interval.
1.3.6.1.4.1.9.9.405.1.7.9Unsigned32read-onlycurrent
cDnsSecurityIntRestrictQueryAcls
OBJECT-TYPE
Number of queries to be restricted by the DNS server through the global or zone Access Control List during reporting interval.
1.3.6.1.4.1.9.9.405.1.7.10Unsigned32read-onlycurrent
cDnsSecurityIntSampleTime
OBJECT-TYPE
The time stamp of last sample.
1.3.6.1.4.1.9.9.405.1.7.11TimeStampread-onlycurrent
cDnsSecurityIntSampleInterval
OBJECT-TYPE
The interval in seconds over which the server last calculated the sample interval statistics. This is the configured reporting interval and the statistics are reset since the last cDnsSecurityIntSampleTime.
1.3.6.1.4.1.9.9.405.1.7.12TimeIntervalread-onlycurrent
cDnsErrorStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.8
cDnsErrorUpdateErrors
OBJECT-TYPE
Total number of updates resulting in errors or failures.
1.3.6.1.4.1.9.9.405.1.8.1Counter32read-onlycurrent
cDnsErrorIxfrInErrors
OBJECT-TYPE
Total in-bound IXFR errors.
1.3.6.1.4.1.9.9.405.1.8.2Counter32read-onlycurrent
cDnsErrorIxfrOutErrors
OBJECT-TYPE
Total IXFR error responses sent.
1.3.6.1.4.1.9.9.405.1.8.3Counter32read-onlycurrent
cDnsErrorAxfrInErrors
OBJECT-TYPE
Total in-bound AXFR errors.
1.3.6.1.4.1.9.9.405.1.8.4Counter32read-onlycurrent
cDnsErrorAxfrOutErrors
OBJECT-TYPE
Total AXFR error responses sent.
1.3.6.1.4.1.9.9.405.1.8.5Counter32read-onlycurrent
cDnsErrorSentTotalErrors
OBJECT-TYPE
Total number of requests the server answered with errors.
1.3.6.1.4.1.9.9.405.1.8.6Counter32read-onlycurrent
cDnsErrorSentFormatErrors
OBJECT-TYPE
Total number of requests received which were unparseable.
1.3.6.1.4.1.9.9.405.1.8.7Counter32read-onlycurrent
cDnsErrorSentOtherErrors
OBJECT-TYPE
Total number of requests which were aborted for other local server errors.
1.3.6.1.4.1.9.9.405.1.8.8Counter32read-onlycurrent
cDnsErrorSentRefusalErrors
OBJECT-TYPE
Total number of requests which resulted in REFUSED.
1.3.6.1.4.1.9.9.405.1.8.9Counter32read-onlycurrent
cDnsErrorRcvdFormatErrors
OBJECT-TYPE
Total number of responses received with FORMERR status.
1.3.6.1.4.1.9.9.405.1.8.10Counter32read-onlycurrent
cDnsErrorIntervalStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.9
cDnsErrorIntUpdateErrors
OBJECT-TYPE
Total number of updates resulting in errors or failures.
1.3.6.1.4.1.9.9.405.1.9.1Unsigned32read-onlycurrent
cDnsErrorIntIxfrInErrors
OBJECT-TYPE
Total in-bound IXFR errors.
1.3.6.1.4.1.9.9.405.1.9.2Unsigned32read-onlycurrent
cDnsErrorIntIxfrOutErrors
OBJECT-TYPE
Total IXFR error responses sent.
1.3.6.1.4.1.9.9.405.1.9.3Unsigned32read-onlycurrent
cDnsErrorIntAxfrInErrors
OBJECT-TYPE
Total in-bound AXFR errors.
1.3.6.1.4.1.9.9.405.1.9.4Unsigned32read-onlycurrent
cDnsErrorIntAxfrOutErrors
OBJECT-TYPE
Total AXFR error responses sent.
1.3.6.1.4.1.9.9.405.1.9.5Unsigned32read-onlycurrent
cDnsErrorIntSentTotalErrors
OBJECT-TYPE
Total number of requests the server answered with errors.
1.3.6.1.4.1.9.9.405.1.9.6Unsigned32read-onlycurrent
cDnsErrorIntSentFormatErrors
OBJECT-TYPE
Total number of requests received which were unparseable.
1.3.6.1.4.1.9.9.405.1.9.7Unsigned32read-onlycurrent
cDnsErrorIntSentOtherErrors
OBJECT-TYPE
Total number of requests which were aborted for other local server errors.
1.3.6.1.4.1.9.9.405.1.9.8Unsigned32read-onlycurrent
cDnsErrorIntSentRefusalErrors
OBJECT-TYPE
Total number of requests which resulted in REFUSED.
1.3.6.1.4.1.9.9.405.1.9.9Unsigned32read-onlycurrent
cDnsErrorIntRcvdFormatErrors
OBJECT-TYPE
Total number of responses received with FORMERR status.
1.3.6.1.4.1.9.9.405.1.9.10Unsigned32read-onlycurrent
cDnsErrorIntSampleTime
OBJECT-TYPE
The time stamp of last sample.
1.3.6.1.4.1.9.9.405.1.9.11TimeStampread-onlycurrent
cDnsErrorIntSampleInterval
OBJECT-TYPE
The interval in seconds over which the server last calculated the sample interval statistics. This is the configured reporting interval and the statistics are reset since the last cDnsErrorIntSampleTime.
1.3.6.1.4.1.9.9.405.1.9.12TimeIntervalread-onlycurrent
cDnsMaxCounterStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.10
cDnsMaxCntrConcurXfrsInCnts
OBJECT-TYPE
Maximum number of concurrent threads processing inbound transfers.
1.3.6.1.4.1.9.9.405.1.10.1Counter32read-onlycurrent
cDnsMaxCntrConcurXfrsOutCnts
OBJECT-TYPE
Maximum number of concurrent threads processing outbound transfers.
1.3.6.1.4.1.9.9.405.1.10.2Counter32read-onlycurrent
cDnsMaxCntrHaSvrNoRespTime
OBJECT-TYPE
Total time in seconds, where the partner of the server was not responding.
1.3.6.1.4.1.9.9.405.1.10.3TimeIntervalread-onlycurrent
cDnsMaxCntrHaSvrMaxNoRespTime
OBJECT-TYPE
Maximum contiguous time in seconds, where the partner of the server was not responding.
1.3.6.1.4.1.9.9.405.1.10.4TimeIntervalread-onlycurrent
cDnsMaxCntrHaBatchLimitCnts
OBJECT-TYPE
Number of occurrences where maximum batch count is reached in active server.
1.3.6.1.4.1.9.9.405.1.10.5Counter32read-onlycurrent
cDnsMaxCntrHaRRPendListCnts
OBJECT-TYPE
Maximum number of RRs in the pending list waiting acknowledgement from the backup server.
1.3.6.1.4.1.9.9.405.1.10.6Counter32read-onlycurrent
cDnsMaxCntrHaRRActiveListCnts
OBJECT-TYPE
Maximum number of RRs in the active list waiting to be sent to the backup server.
1.3.6.1.4.1.9.9.405.1.10.7Counter32read-onlycurrent
cDnsMaxCntrHaPersEditListCnts
OBJECT-TYPE
Maximum number of names persisted in the edits list db.
1.3.6.1.4.1.9.9.405.1.10.8Counter32read-onlycurrent
cDnsMaxCntrHaUpdLatencyMax
OBJECT-TYPE
Maximum DNS update latency in seconds. Latency is measured as the time an update remains in the pending list.
1.3.6.1.4.1.9.9.405.1.10.9Gauge32read-onlycurrent
cDnsMaxCounterIntervalStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.11
cDnsMaxCntrIntConcurXfrsInCnts
OBJECT-TYPE
Maximum number of concurrent threads processing inbound transfers during reporting interval.
1.3.6.1.4.1.9.9.405.1.11.1Unsigned32read-onlycurrent
cDnsMaxCntrIntConcurXfrsOutCnts
OBJECT-TYPE
Maximum number of concurrent threads processing outbound transfers during reporting interval.
1.3.6.1.4.1.9.9.405.1.11.2Unsigned32read-onlycurrent
cDnsMaxCntrIntHaSvrNoRespTime
OBJECT-TYPE
Total time in seconds, where the partner of the server was not responding during reporting interval.
1.3.6.1.4.1.9.9.405.1.11.3TimeIntervalread-onlycurrent
cDnsMaxCntrIntHaSvrMaxNoRespTime
OBJECT-TYPE
Maximum time in seconds, where the partner of the server was not responding during reporting interval.
1.3.6.1.4.1.9.9.405.1.11.4TimeIntervalread-onlycurrent
cDnsMaxCntrIntHaBatchLimitCnts
OBJECT-TYPE
Number of occurrences where maximum batch count is reached in active server during reporting interval.
1.3.6.1.4.1.9.9.405.1.11.5Unsigned32read-onlycurrent
cDnsMaxCntrIntHaRRPendListCnts
OBJECT-TYPE
Maximum number of RRs in the pending list waiting acknowledgement from the backup server during reporting interval.
1.3.6.1.4.1.9.9.405.1.11.6Unsigned32read-onlycurrent
cDnsMaxCntrIntHaRRActiveListCnts
OBJECT-TYPE
Maximum number of RRs in the active list waiting to be sent to the backup server during reporting interval.
1.3.6.1.4.1.9.9.405.1.11.7Unsigned32read-onlycurrent
cDnsMaxCntrIntHaPersEditListCnts
OBJECT-TYPE
Maximum number of names persisted in the edits list db during reporting interval.
1.3.6.1.4.1.9.9.405.1.11.8Unsigned32read-onlycurrent
cDnsMaxCntrIntHaUpdLatencyMax
OBJECT-TYPE
Maximum DNS update latency in seconds during reporting interval. Latency is measured as the time an update remains in the pending list.
1.3.6.1.4.1.9.9.405.1.11.9Gauge32read-onlycurrent
cDnsMaxCntrIntSampleTime
OBJECT-TYPE
The time stamp of last sample.
1.3.6.1.4.1.9.9.405.1.11.10TimeStampread-onlycurrent
cDnsMaxCntrIntSampleInterval
OBJECT-TYPE
The interval in seconds over which the server last calculated the sample interval statistics. This is the configured reporting interval and the statistics are reset since the last cDnsMaxCntrIntSampleTime.
1.3.6.1.4.1.9.9.405.1.11.11TimeIntervalread-onlycurrent
cDnsHaStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.12
cDnsHaCommInterruptedStates
OBJECT-TYPE
Total number of occurrences where the server enters the HA communication-interrupted state.
1.3.6.1.4.1.9.9.405.1.12.1Counter32read-onlycurrent
cDnsHaPartnerDownStates
OBJECT-TYPE
Total of occurrences where the server enters the HA partner-down state.
1.3.6.1.4.1.9.9.405.1.12.2Counter32read-onlycurrent
cDnsHaSyncs
OBJECT-TYPE
Total of occurrences where the server enters the HA synchronization state.
1.3.6.1.4.1.9.9.405.1.12.3Counter32read-onlycurrent
cDnsHaMsgConnectSentCnts
OBJECT-TYPE
Total number of HA connection establishment messages sent.
1.3.6.1.4.1.9.9.405.1.12.4Counter32read-onlycurrent
cDnsHaMsgReconcileSentCnts
OBJECT-TYPE
Total number of HA zone reconciliation messages sent.
1.3.6.1.4.1.9.9.405.1.12.5Counter32read-onlycurrent
cDnsHaMsgHeartBeatSentCnts
OBJECT-TYPE
Total number of HA heartbeat messages sent.
1.3.6.1.4.1.9.9.405.1.12.6Counter32read-onlycurrent
cDnsHaMsgZoneSyncSentCnts
OBJECT-TYPE
Total number of HA zone synchronization messages sent.
1.3.6.1.4.1.9.9.405.1.12.7Counter32read-onlycurrent
cDnsHaMsgRRSyncSentCnts
OBJECT-TYPE
Total number of HA rr-sync messages sent.
1.3.6.1.4.1.9.9.405.1.12.8Counter32read-onlycurrent
cDnsHaMsgRRUpdateSentCnts
OBJECT-TYPE
Total number of HA rr-update messages sent.
1.3.6.1.4.1.9.9.405.1.12.9Counter32read-onlycurrent
cDnsHaMsgResponseSentCnts
OBJECT-TYPE
Total number of HA response messages sent.
1.3.6.1.4.1.9.9.405.1.12.10Counter32read-onlycurrent
cDnsHaMsgConnectRcvdCnts
OBJECT-TYPE
Total number of HA connection establishment messages received.
1.3.6.1.4.1.9.9.405.1.12.11Counter32read-onlycurrent
cDnsHaMsgReconcileRcvdCnts
OBJECT-TYPE
Total number of HA zone reconciliation messages received.
1.3.6.1.4.1.9.9.405.1.12.12Counter32read-onlycurrent
cDnsHaMsgHeartbeatRcvdCnts
OBJECT-TYPE
Total number of HA heartbeat messages received.
1.3.6.1.4.1.9.9.405.1.12.13Counter32read-onlycurrent
cDnsHaMsgZoneSyncRcvdCnts
OBJECT-TYPE
Total number of HA zone synchronization messages received.
1.3.6.1.4.1.9.9.405.1.12.14Counter32read-onlycurrent
cDnsHaMsgRRSyncRcvdCnts
OBJECT-TYPE
Total number of HA rr-sync messages received.
1.3.6.1.4.1.9.9.405.1.12.15Counter32read-onlycurrent
cDnsHaMsgRRUpdateRcvdCnts
OBJECT-TYPE
Total number of HA rr-update messages received.
1.3.6.1.4.1.9.9.405.1.12.16Counter32read-onlycurrent
cDnsHaMsgResponseRcvdCnts
OBJECT-TYPE
Total number of HA response messages received.
1.3.6.1.4.1.9.9.405.1.12.17Counter32read-onlycurrent
cDnsHaHeartbeatTimeoutCnts
OBJECT-TYPE
Total number of HA heartbeat timeouts.
1.3.6.1.4.1.9.9.405.1.12.18Counter32read-onlycurrent
cDnsHaUpdateRejectCnts
OBJECT-TYPE
Total number of HA DNS updates rejected by the server.
1.3.6.1.4.1.9.9.405.1.12.19Counter32read-onlycurrent
cDnsHaResponseMismatchCnts
OBJECT-TYPE
Total number of HA responses reporting a mismatch error.
1.3.6.1.4.1.9.9.405.1.12.20Counter32read-onlycurrent
cDnsHaResponseServFailCnts
OBJECT-TYPE
Total number of HA responses reporting a server failure error.
1.3.6.1.4.1.9.9.405.1.12.21Counter32read-onlycurrent
cDnsHaRespInconsistentCnts
OBJECT-TYPE
Total number of HA responses reporting an inconsistent server state.
1.3.6.1.4.1.9.9.405.1.12.22Counter32read-onlycurrent
cDnsHaRespUnknownCnts
OBJECT-TYPE
Total number of HA responses with an unknown message type.
1.3.6.1.4.1.9.9.405.1.12.23Counter32read-onlycurrent
cDnsHaFullZoneResyncCnts
OBJECT-TYPE
Total number of zones requiring HA full-zone ??? resynchronization for nameset reconciliation.
1.3.6.1.4.1.9.9.405.1.12.24Counter32read-onlycurrent
cDnsHaUpdatePrivateReqCnts
OBJECT-TYPE
Total number of HA DNS updates received containing a private request RR.
1.3.6.1.4.1.9.9.405.1.12.25Counter32read-onlycurrent
cDnsHaUpdatePrivateRespCnts
OBJECT-TYPE
Total number of HA DNS update responses sent containing a private response RR.
1.3.6.1.4.1.9.9.405.1.12.26Counter32read-onlycurrent
cDnsHaSyncConflictCnts
OBJECT-TYPE
Total number of HA zones with name conflicts during nameset reconciliation.
1.3.6.1.4.1.9.9.405.1.12.27Counter32read-onlycurrent
cDnsHaSyncDiscardNameCnts
OBJECT-TYPE
Total number of HA name conflicts where one nameset must be discarded to synchronize the zone.
1.3.6.1.4.1.9.9.405.1.12.28Counter32read-onlycurrent
cDnsHaSyncMergeNameCnts
OBJECT-TYPE
Total number of HA name conflicts which the namesets can be merged to synchronize the zone.
1.3.6.1.4.1.9.9.405.1.12.29Counter32read-onlycurrent
cDnsHaUpdateLatencyAverage
OBJECT-TYPE
Average HA DNS update latency in seconds. Latency is measured as the time an update remains in the pending list.
1.3.6.1.4.1.9.9.405.1.12.30Gauge32read-onlycurrent
cDnsHaMsgSyncPendingRcvdCnts
OBJECT-TYPE
Total number of HA_DNS_SYNCPENDING messages received.
1.3.6.1.4.1.9.9.405.1.12.31Counter32read-onlycurrent
cDnsHaMsgSyncPendingSentCnts
OBJECT-TYPE
Total number of HA_DNS_SYNCPENDING messages sent.
1.3.6.1.4.1.9.9.405.1.12.32Counter32read-onlycurrent
cDnsHaMsgShutdownRcvdCnts
OBJECT-TYPE
Total number of HA_DNS_SHUTDOWN messages received.
1.3.6.1.4.1.9.9.405.1.12.33Counter32read-onlycurrent
cDnsHaMsgShutdownSentCnts
OBJECT-TYPE
Total number of HA_DNS_SHUTDOWN messages sent.
1.3.6.1.4.1.9.9.405.1.12.34Counter32read-onlycurrent
cDnsHaIntervalStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.1.13
cDnsHaIntCommInterruptedStates
OBJECT-TYPE
Number of occurrences where the server enters the HA communication-interrupted state.
1.3.6.1.4.1.9.9.405.1.13.1Unsigned32read-onlycurrent
cDnsHaIntPartnerDownStates
OBJECT-TYPE
Total of occurrences where the server enters the HA partner-down state during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.2Unsigned32read-onlycurrent
cDnsHaIntSyncs
OBJECT-TYPE
Total of occurrences where the server enters the HA synchronization state during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.3Unsigned32read-onlycurrent
cDnsHaIntMsgConnectSentCnts
OBJECT-TYPE
Number of HA connection establishment messages sent during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.4Unsigned32read-onlycurrent
cDnsHaIntMsgReconcileSentCnts
OBJECT-TYPE
Number of HA zone reconciliation messages sent during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.5Unsigned32read-onlycurrent
cDnsHaIntMsgHeartBeatSentCnts
OBJECT-TYPE
Number of HA heartbeat messages sent during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.6Unsigned32read-onlycurrent
cDnsHaIntMsgZoneSyncSentCnts
OBJECT-TYPE
Number of HA zone synchronization messages sent during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.7Unsigned32read-onlycurrent
cDnsHaIntMsgRRSyncSentCnts
OBJECT-TYPE
Number of HA rr-sync messages sent during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.8Unsigned32read-onlycurrent
cDnsHaIntMsgRRUpdateSentCnts
OBJECT-TYPE
Number of HA rr-update messages sent during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.9Unsigned32read-onlycurrent
cDnsHaIntMsgResponseSentCnts
OBJECT-TYPE
Number of HA response messages sent during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.10Unsigned32read-onlycurrent
cDnsHaIntMsgConnectRcvdCnts
OBJECT-TYPE
Number of HA connection establishment messages received during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.11Unsigned32read-onlycurrent
cDnsHaIntMsgReconcileRcvdCnts
OBJECT-TYPE
Number of HA zone reconciliation messages received during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.12Unsigned32read-onlycurrent
cDnsHaIntMsgHeartbeatRcvdCnts
OBJECT-TYPE
Number of HA heartbeat messages received during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.13Unsigned32read-onlycurrent
cDnsHaIntMsgZoneSyncRcvdCnts
OBJECT-TYPE
Number of HA zone synchronization messages received during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.14Unsigned32read-onlycurrent
cDnsHaIntMsgRRSyncRcvdCnts
OBJECT-TYPE
Number of HA rr-sync messages received during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.15Unsigned32read-onlycurrent
cDnsHaIntMsgRRUpdateRcvdCnts
OBJECT-TYPE
Number of HA rr-update messages received during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.16Unsigned32read-onlycurrent
cDnsHaIntMsgResponseRcvdCnts
OBJECT-TYPE
Number of HA response messages received during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.17Unsigned32read-onlycurrent
cDnsHaIntHeartbeatTimeoutCnts
OBJECT-TYPE
Number of HA heartbeat timeouts during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.18Unsigned32read-onlycurrent
cDnsHaIntUpdateRejectCnts
OBJECT-TYPE
Number of HA DNS updates rejected by the server during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.19Unsigned32read-onlycurrent
cDnsHaIntResponseMismatchCnts
OBJECT-TYPE
Number of HA responses reporting a mismatch error during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.20Unsigned32read-onlycurrent
cDnsHaIntResponseServFailCnts
OBJECT-TYPE
Number of HA responses reporting a server failure error during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.21Unsigned32read-onlycurrent
cDnsHaIntRespInconsistentCnts
OBJECT-TYPE
Number of HA responses reporting an inconsistent server state during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.22Unsigned32read-onlycurrent
cDnsHaIntRespUnknownCnts
OBJECT-TYPE
Number of HA responses with an unknown message type during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.23Unsigned32read-onlycurrent
cDnsHaIntFullZoneResyncCnts
OBJECT-TYPE
Number of HA zones requiring full-zone resynchronization for nameset reconciliation during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.24Unsigned32read-onlycurrent
cDnsHaIntUpdatePrivateReqCnts
OBJECT-TYPE
Number of HA DNS updates received containing a private request RR during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.25Unsigned32read-onlycurrent
cDnsHaIntUpdatePrivateRespCnts
OBJECT-TYPE
Number of HA DNS update responses sent containing a private response RR during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.26Unsigned32read-onlycurrent
cDnsHaIntSyncConflictCnts
OBJECT-TYPE
Number of HA zones with name conflicts during nameset reconciliation during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.27Unsigned32read-onlycurrent
cDnsHaIntSyncDiscardNameCnts
OBJECT-TYPE
Number of HA name conflicts where one nameset must be discarded to synchronize the zone during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.28Unsigned32read-onlycurrent
cDnsHaIntSyncMergeNameCnts
OBJECT-TYPE
Number of HA name conflicts which the namesets can be merged to synchronize the zone during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.29Unsigned32read-onlycurrent
cDnsHaIntUpdateLatencyAverage
OBJECT-TYPE
Average HA DNS update latency in seconds during reporting interval. Latency is measured as the time an update remains in the pending list.
1.3.6.1.4.1.9.9.405.1.13.30Gauge32read-onlycurrent
cDnsHaIntSampleTime
OBJECT-TYPE
The time stamp of last HA sample.
1.3.6.1.4.1.9.9.405.1.13.31TimeStampread-onlycurrent
cDnsHaIntSampleInterval
OBJECT-TYPE
The interval in seconds over which the server last calculated the HA sample interval statistics. This is the configured reporting interval and the statistics are reset since the last cDnsHaIntSampleTime.
1.3.6.1.4.1.9.9.405.1.13.32TimeIntervalread-onlycurrent
cDnsHaIntMsgSyncPendingRcvdCnts
OBJECT-TYPE
Total number of HA_DNS_SYNCPENDING messages received during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.33Unsigned32read-onlycurrent
cDnsHaIntMsgSyncPendingSentCnts
OBJECT-TYPE
Total number of HA_DNS_SYNCPENDING messages sent during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.34Unsigned32read-onlycurrent
cDnsHaIntMsgShutdownRcvdCnts
OBJECT-TYPE
Total number of HA_DNS_SHUTDOWN messages received during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.35Unsigned32read-onlycurrent
cDnsHaIntMsgShutdownSentCnts
OBJECT-TYPE
Total number of HA_DNS_SHUTDOWN messages sent during reporting interval.
1.3.6.1.4.1.9.9.405.1.13.36Unsigned32read-onlycurrent
cDnsServMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.2
cDnsServMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.2.1
cDnsServMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.405.2.2

Conformance

NameOIDStatus
cDnsServMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the CISCO-DNS-SERVER-MIB.
1.3.6.1.4.1.9.9.405.2.1.1current
cDnsServConfigGroup
OBJECT-GROUP
A collection of objects providing basic configuration control of a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.1current
cDnsQueryStatsGroup
OBJECT-GROUP
A collection of objects providing total query stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.2current
cDnsQueryStatsIntervalGroup
OBJECT-GROUP
A collection of objects providing interval query stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.3current
cDnsPerfStatsGroup
OBJECT-GROUP
A collection of objects providing total performance stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.4current
cDnsPerfStatsIntervalGroup
OBJECT-GROUP
A collection of objects providing interval performance stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.5current
cDnsSecurityStatsGroup
OBJECT-GROUP
A collection of objects providing total security stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.6current
cDnsSecurityStatsIntervalGroup
OBJECT-GROUP
A collection of objects providing interval security stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.7current
cDnsErrorStatsGroup
OBJECT-GROUP
A collection of objects providing total error stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.8current
cDnsErrorStatsIntervalGroup
OBJECT-GROUP
A collection of objects providing interval error stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.9current
cDnsMaxCounterStatsGroup
OBJECT-GROUP
A collection of objects providing total max counter stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.10current
cDnsMaxCounterStatsIntervalGroup
OBJECT-GROUP
A collection of objects providing interval max counter stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.11current
cDnsHaStatsGroup
OBJECT-GROUP
A collection of objects providing total HA DNS counter stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.12current
cDnsHaStatsIntervalGroup
OBJECT-GROUP
A collection of objects providing interval HA DNS counter stats for a DNS name server.
1.3.6.1.4.1.9.9.405.2.2.13current