CISCO-DNS-SERVER-MIB
AI MIB Summary
The CISCO-DNS-SERVER-MIB enables monitoring and management of Cisco IOS DNS server entities by exposing operational statistics for resource records, zone transfers (AXFR/IXFR), and transaction signature (TSIG) authentication states. It provides visibility into access control list (ACL) enforcement, dynamic update error codes (RCODE), and high availability (HA) synchronization metrics to ensure DNS service integrity and security.
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
Main OID:
ciscoDnsServerMIB.1.3.6.1.4.1.9.9.405
203
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
203 total| Object Name |
|---|
ciscoDnsServerMIBThe 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 MODULE-IDENTITY .1.3.6.1.4.1.9.9.405 |
cDnsServMIBNotifs OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.0 |
cDnsServMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1 |
cDnsServConfig OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.1 |
cDnsServConfigImplementIdentThe implementation identification string for the DNS
server software in use on the system, for example;
`FNS-2.1'ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.9.405.1.1.1 |
cDnsServConfigRecursThis 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.rw Enumeration .1.3.6.1.4.1.9.9.405.1.1.2 |
cDnsServConfigUpTimeIf 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.ro CDnsTime .1.3.6.1.4.1.9.9.405.1.1.3 |
cDnsServConfigResetTimeIf 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.ro CDnsTime .1.3.6.1.4.1.9.9.405.1.1.4 |
cDnsServConfigResetStatus/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.rw Enumeration .1.3.6.1.4.1.9.9.405.1.1.5 |
cDnsServConfigIntervalSampleConfigures the sample time for the various interval counters.rw TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.1.6 |
cDnsQueryStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.2 |
cDnsQueryAuthAnswersNumber of queries which were authoritatively answered.ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.1 |
cDnsQueryAuthNoNamesNumber of queries for which `authoritative no such name'
responses were made.ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.2 |
cDnsQueryAuthNoDataRespsNumber of queries for which `authoritative no such data'
(empty answer) responses were made.ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.3 |
cDnsQueryReferralsNumber of requests that were referred to other servers.ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.4 |
cDnsQueryNonAuthAnswersNumber of queries which were non-authoritatively
answered (from cached data).ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.5 |
cDnsQueryNonAuthNoDataRespsNumber of queries which were non-authoritatively
answered with no data.ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.6 |
cDnsQueryRelNameRequestsNumber of requests received by the server for names
that are only one label long (i.e. in text form -
no internal dots).ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.7 |
cDnsQueryLameDelegationsNumber of query lame delegations.ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.8 |
cDnsQueryMemCacheHitsNumber of mem-cache lookup hits.ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.9 |
cDnsQueryMemCacheMissesNumber of mem-cache lookup misses.ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.10 |
cDnsQueryMemCacheWritesNumber of mem-cache writes.ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.11 |
cDnsQueryRefusalsNumber of queries refused.ro Counter32 .1.3.6.1.4.1.9.9.405.1.2.12 |
cDnsQueryIntervalStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.3 |
cDnsQueryIntAuthAnswersNumber of queries which were authoritatively answered
during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.1 |
cDnsQueryIntAuthNoNamesNumber of queries for which `authoritative no such name'
responses were made during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.2 |
cDnsQueryIntAuthNoDataRespsNumber of queries for which `authoritative no such data'
(empty answer) responses were made during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.3 |
cDnsQueryIntReferralsNumber of requests that were referred to other servers
during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.4 |
cDnsQueryIntNonAuthAnswersNumber of queries which were non-authoritatively
answered (from cached data) during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.5 |
cDnsQueryIntNonAuthNoDataRespsNumber of queries which were non-authoritatively
answered with no data during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.6 |
cDnsQueryIntRelNameRequestsNumber 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.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.7 |
cDnsQueryIntLameDelegationsNumber of query lame delegations during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.8 |
cDnsQueryIntMemCacheHitsNumber of mem-cache lookup hits during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.9 |
cDnsQueryIntMemCacheMissesNumber of mem-cache lookup misses during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.10 |
cDnsQueryIntMemCacheWritesNumber of mem-cache writes during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.3.11 |
cDnsQueryIntRefusalsNumber of queries refused during reporting interval.ro Counter32 .1.3.6.1.4.1.9.9.405.1.3.12 |
cDnsQueryIntSampleTimeThe time stamp of last sample.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.9.405.1.3.13 |
cDnsQueryIntSampleIntervalThe 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.ro TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.3.14 |
cDnsPerfStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.4 |
cDnsPerfUpdateRRsTotal number of RR's added and deleted.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.1 |
cDnsPerfUpdatePktsTotal number of update packets successfully processed.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.2 |
cDnsPerfOutboundIxfrsTotal number of successful outbound incremental
transfers.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.3 |
cDnsPerfInboundIxfrsTotal number of successful inbound incremental
transfers.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.4 |
cDnsPerfFullRespIxfrsTotal number of outbound full zone transfers in
response to IXFR requests.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.5 |
cDnsPerfOutboundAxfrsTotal number of successful outbound full zone transfers.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.6 |
cDnsPerfInboundAxfrsTotal number of successful inbound AXFRs.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.7 |
cDnsPerfQueriesTotal number of queries responded to.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.8 |
cDnsPerfOutboundAtLimitXfrsTotal number of occasions that outbound transfers
reached the concurrent limit.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.9 |
cDnsPerfInboundAtLimitXfrsTotal number of occasions that inbound transfers
reached the concurrent limit.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.10 |
cDnsPerfOutboundNotifiesTotal number of outbound notifies.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.11 |
cDnsPerfInboundNotifiesTotal number of inbound notifies.ro Counter32 .1.3.6.1.4.1.9.9.405.1.4.12 |
cDnsPerfIntervalStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.5 |
cDnsPerfIntUpdateRRsNumber of RR's added and deleted during
reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.1 |
cDnsPerfIntUpdatePktsNumber of update packets successfully processed
during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.2 |
cDnsPerfIntOutboundIxfrsNumber of successful outbound incremental
transfers during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.3 |
cDnsPerfIntInboundIxfrsNumber of successful inbound incremental
transfers during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.4 |
cDnsPerfIntFullRespIxfrsNumber of outbound full zone transfers in response to
IXFR requests during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.5 |
cDnsPerfIntOutboundAxfrsNumber of successful outbound full zone transfers
during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.6 |
cDnsPerfIntInboundAxfrsNumber of successful inbound AXFRs during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.7 |
cDnsPerfIntQueriesNumber of queries responded to during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.8 |
cDnsPerfIntOutboundAtLimitXfrsNumber of occasions that outbound transfers
reached the concurrent limit during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.9 |
cDnsPerfIntInboundAtLimitXfrsNumber of occasions that inbound transfers
reached the concurrent limit during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.10 |
cDnsPerfIntOutboundNotifiesNumber of outbound notifies during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.11 |
cDnsPerfIntInboundNotifiesNumber of inbound notifies during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.5.12 |
cDnsPerfIntSampleTimeThe time stamp of last sample.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.9.405.1.5.13 |
cDnsPerfIntSampleIntervalThe 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.ro TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.5.14 |
cDnsSecurityStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.6 |
cDnsSecurityRcvdTsigPacketsTotal number of packets with a TSIG RR that are
processed.ro Counter32 .1.3.6.1.4.1.9.9.405.1.6.1 |
cDnsSecurityDetecTsigBadTimesReturns BADTIME error code if value of bad timestamp in
TSIG is detected in an incoming packet.ro Counter32 .1.3.6.1.4.1.9.9.405.1.6.2 |
cDnsSecurityDetectTsigBadKeysReturns BADKEY error code if value of bad keyname in
TSIG is detected in an incoming packet.ro Counter32 .1.3.6.1.4.1.9.9.405.1.6.3 |
cDnsSecurityDetectTsigBadSigsReturns BADSIG error code if value of bad signature in
TSIG is detected in an incoming packet.ro Counter32 .1.3.6.1.4.1.9.9.405.1.6.4 |
cDnsSecurityRcvdTsigBadTimesTotal number of BADTIME errors received after sending
a TSIG.ro Counter32 .1.3.6.1.4.1.9.9.405.1.6.5 |
cDnsSecurityRcvdTsigBadKeysTotal number of BADKEY errors received after sending
a TSIG.ro Counter32 .1.3.6.1.4.1.9.9.405.1.6.6 |
cDnsSecurityRcvdTsigBadSigsTotal number of BADSIG errors received after sending
a TSIG.ro Counter32 .1.3.6.1.4.1.9.9.405.1.6.7 |
cDnsSecurityUnauthXferReqsTotal number of ACL authorization failures if zone
transfer restriction has been enabled.ro Counter32 .1.3.6.1.4.1.9.9.405.1.6.8 |
cDnsSecurityUnauthUpdateReqsTotal number of updates which result in ACL
authorization failure, or which target zones which do
not support updates.ro Counter32 .1.3.6.1.4.1.9.9.405.1.6.9 |
cDnsSecurityRestrictQueryAclsTotal number of queries to be restricted by the
DNS server through the global or zone Access
Control List.ro Counter32 .1.3.6.1.4.1.9.9.405.1.6.10 |
cDnsSecurityIntervalStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.7 |
cDnsSecurityIntRcvdTsigPacketsNumber of packets with a TSIG RR that are
processed during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.7.1 |
cDnsSecurityIntDetecTsigBadTimesValue of bad timestamp in TSIG in an incoming packet
during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.7.2 |
cDnsSecurityIntDetectTsigBadKeysValue of bad keyname in TSIG in an incoming packet
during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.7.3 |
cDnsSecurityIntDetectTsigBadSigsValue of bad signature in TSIG in an incoming packet
during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.7.4 |
cDnsSecurityIntRcvdTsigBadTimesNumber of BADTIME errors received after sending a
TSIG during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.7.5 |
cDnsSecurityIntRcvdTsigBadKeysNumber of BADKEY errors received after sending a
TSIG during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.7.6 |
cDnsSecurityIntRcvdTsigBadSigsNumber of BADSIG errors received after sending
a TSIG during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.7.7 |
cDnsSecurityIntUnauthXferReqsNumber of ACL authorization failures if zone transfer
restriction has been enabled during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.7.8 |
cDnsSecurityIntUnauthUpdateReqsNumber of updates which result in ACL
not support updates during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.7.9 |
cDnsSecurityIntRestrictQueryAclsNumber of queries to be restricted by the
DNS server through the global or zone Access
Control List during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.7.10 |
cDnsSecurityIntSampleTimeThe time stamp of last sample.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.9.405.1.7.11 |
cDnsSecurityIntSampleIntervalThe 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.ro TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.7.12 |
cDnsErrorStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.8 |
cDnsErrorUpdateErrorsTotal number of updates resulting in errors or failures.ro Counter32 .1.3.6.1.4.1.9.9.405.1.8.1 |
cDnsErrorIxfrInErrorsTotal in-bound IXFR errors.ro Counter32 .1.3.6.1.4.1.9.9.405.1.8.2 |
cDnsErrorIxfrOutErrorsTotal IXFR error responses sent.ro Counter32 .1.3.6.1.4.1.9.9.405.1.8.3 |
cDnsErrorAxfrInErrorsTotal in-bound AXFR errors.ro Counter32 .1.3.6.1.4.1.9.9.405.1.8.4 |
cDnsErrorAxfrOutErrorsTotal AXFR error responses sent.ro Counter32 .1.3.6.1.4.1.9.9.405.1.8.5 |
cDnsErrorSentTotalErrorsTotal number of requests the server answered with
errors.ro Counter32 .1.3.6.1.4.1.9.9.405.1.8.6 |
cDnsErrorSentFormatErrorsTotal number of requests received which were
unparseable.ro Counter32 .1.3.6.1.4.1.9.9.405.1.8.7 |
cDnsErrorSentOtherErrorsTotal number of requests which were aborted for other
local server errors.ro Counter32 .1.3.6.1.4.1.9.9.405.1.8.8 |
cDnsErrorSentRefusalErrorsTotal number of requests which resulted in REFUSED.ro Counter32 .1.3.6.1.4.1.9.9.405.1.8.9 |
cDnsErrorRcvdFormatErrorsTotal number of responses received with FORMERR status.ro Counter32 .1.3.6.1.4.1.9.9.405.1.8.10 |
cDnsErrorIntervalStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.9 |
cDnsErrorIntUpdateErrorsTotal number of updates resulting in errors or failures.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.9.1 |
cDnsErrorIntIxfrInErrorsTotal in-bound IXFR errors.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.9.2 |
cDnsErrorIntIxfrOutErrorsTotal IXFR error responses sent.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.9.3 |
cDnsErrorIntAxfrInErrorsTotal in-bound AXFR errors.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.9.4 |
cDnsErrorIntAxfrOutErrorsTotal AXFR error responses sent.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.9.5 |
cDnsErrorIntSentTotalErrorsTotal number of requests the server answered with
errors.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.9.6 |
cDnsErrorIntSentFormatErrorsTotal number of requests received which were
unparseable.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.9.7 |
cDnsErrorIntSentOtherErrorsTotal number of requests which were aborted for other
local server errors.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.9.8 |
cDnsErrorIntSentRefusalErrorsTotal number of requests which resulted in REFUSED.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.9.9 |
cDnsErrorIntRcvdFormatErrorsTotal number of responses received with FORMERR status.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.9.10 |
cDnsErrorIntSampleTimeThe time stamp of last sample.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.9.405.1.9.11 |
cDnsErrorIntSampleIntervalThe 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.ro TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.9.12 |
cDnsMaxCounterStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.10 |
cDnsMaxCntrConcurXfrsInCntsMaximum number of concurrent threads processing inbound
transfers.ro Counter32 .1.3.6.1.4.1.9.9.405.1.10.1 |
cDnsMaxCntrConcurXfrsOutCntsMaximum number of concurrent threads processing outbound
transfers.ro Counter32 .1.3.6.1.4.1.9.9.405.1.10.2 |
cDnsMaxCntrHaSvrNoRespTimeTotal time in seconds, where the partner of the server
was not responding.ro TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.10.3 |
cDnsMaxCntrHaSvrMaxNoRespTimeMaximum contiguous time in seconds, where the partner
of the server was not responding.ro TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.10.4 |
cDnsMaxCntrHaBatchLimitCntsNumber of occurrences where maximum batch count is reached
in active server.ro Counter32 .1.3.6.1.4.1.9.9.405.1.10.5 |
cDnsMaxCntrHaRRPendListCntsMaximum number of RRs in the pending list waiting
acknowledgement from the backup server.ro Counter32 .1.3.6.1.4.1.9.9.405.1.10.6 |
cDnsMaxCntrHaRRActiveListCntsMaximum number of RRs in the active list waiting to be
sent to the backup server.ro Counter32 .1.3.6.1.4.1.9.9.405.1.10.7 |
cDnsMaxCntrHaPersEditListCntsMaximum number of names persisted in the edits list db.ro Counter32 .1.3.6.1.4.1.9.9.405.1.10.8 |
cDnsMaxCntrHaUpdLatencyMaxMaximum DNS update latency in seconds. Latency is measured
as the time an update remains in the pending list.ro Gauge32 UNITS "seconds" .1.3.6.1.4.1.9.9.405.1.10.9 |
cDnsMaxCounterIntervalStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.11 |
cDnsMaxCntrIntConcurXfrsInCntsMaximum number of concurrent threads processing inbound
transfers during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.11.1 |
cDnsMaxCntrIntConcurXfrsOutCntsMaximum number of concurrent threads processing outbound
transfers during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.11.2 |
cDnsMaxCntrIntHaSvrNoRespTimeTotal time in seconds, where the partner of the server
was not responding during reporting interval.ro TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.11.3 |
cDnsMaxCntrIntHaSvrMaxNoRespTimeMaximum time in seconds, where the partner of the server
was not responding during reporting interval.ro TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.11.4 |
cDnsMaxCntrIntHaBatchLimitCntsNumber of occurrences where maximum batch count is reached
in active server during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.11.5 |
cDnsMaxCntrIntHaRRPendListCntsMaximum number of RRs in the pending list waiting
acknowledgement from the backup server during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.11.6 |
cDnsMaxCntrIntHaRRActiveListCntsMaximum number of RRs in the active list waiting to be
sent to the backup server during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.11.7 |
cDnsMaxCntrIntHaPersEditListCntsMaximum number of names persisted in the edits list db
during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.11.8 |
cDnsMaxCntrIntHaUpdLatencyMaxMaximum DNS update latency in seconds during reporting
interval. Latency is measured as the time an update remains
in the pending list.ro Gauge32 UNITS "seconds" .1.3.6.1.4.1.9.9.405.1.11.9 |
cDnsMaxCntrIntSampleTimeThe time stamp of last sample.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.9.405.1.11.10 |
cDnsMaxCntrIntSampleIntervalThe 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.ro TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.11.11 |
cDnsHaStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.12 |
cDnsHaCommInterruptedStatesTotal number of occurrences where the server enters
the HA communication-interrupted state.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.1 |
cDnsHaPartnerDownStatesTotal of occurrences where the server enters the
HA partner-down state.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.2 |
cDnsHaSyncsTotal of occurrences where the server enters the
HA synchronization state.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.3 |
cDnsHaMsgConnectSentCntsTotal number of HA connection establishment messages sent.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.4 |
cDnsHaMsgReconcileSentCntsTotal number of HA zone reconciliation messages sent.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.5 |
cDnsHaMsgHeartBeatSentCntsTotal number of HA heartbeat messages sent.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.6 |
cDnsHaMsgZoneSyncSentCntsTotal number of HA zone synchronization messages sent.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.7 |
cDnsHaMsgRRSyncSentCntsTotal number of HA rr-sync messages sent.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.8 |
cDnsHaMsgRRUpdateSentCntsTotal number of HA rr-update messages sent.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.9 |
cDnsHaMsgResponseSentCntsTotal number of HA response messages sent.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.10 |
cDnsHaMsgConnectRcvdCntsTotal number of HA connection establishment messages
received.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.11 |
cDnsHaMsgReconcileRcvdCntsTotal number of HA zone reconciliation messages received.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.12 |
cDnsHaMsgHeartbeatRcvdCntsTotal number of HA heartbeat messages received.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.13 |
cDnsHaMsgZoneSyncRcvdCntsTotal number of HA zone synchronization messages received.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.14 |
cDnsHaMsgRRSyncRcvdCntsTotal number of HA rr-sync messages received.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.15 |
cDnsHaMsgRRUpdateRcvdCntsTotal number of HA rr-update messages received.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.16 |
cDnsHaMsgResponseRcvdCntsTotal number of HA response messages received.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.17 |
cDnsHaHeartbeatTimeoutCntsTotal number of HA heartbeat timeouts.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.18 |
cDnsHaUpdateRejectCntsTotal number of HA DNS updates rejected by the server.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.19 |
cDnsHaResponseMismatchCntsTotal number of HA responses reporting a mismatch error.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.20 |
cDnsHaResponseServFailCntsTotal number of HA responses reporting a server failure
error.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.21 |
cDnsHaRespInconsistentCntsTotal number of HA responses reporting an inconsistent
server state.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.22 |
cDnsHaRespUnknownCntsTotal number of HA responses with an unknown message type.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.23 |
cDnsHaFullZoneResyncCntsTotal number of zones requiring HA full-zone ???
resynchronization for nameset reconciliation.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.24 |
cDnsHaUpdatePrivateReqCntsTotal number of HA DNS updates received containing a
private request RR.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.25 |
cDnsHaUpdatePrivateRespCntsTotal number of HA DNS update responses sent containing a
private response RR.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.26 |
cDnsHaSyncConflictCntsTotal number of HA zones with name conflicts during nameset
reconciliation.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.27 |
cDnsHaSyncDiscardNameCntsTotal number of HA name conflicts where one nameset must
be discarded to synchronize the zone.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.28 |
cDnsHaSyncMergeNameCntsTotal number of HA name conflicts which the namesets
can be merged to synchronize the zone.ro Counter32 .1.3.6.1.4.1.9.9.405.1.12.29 |
cDnsHaUpdateLatencyAverageAverage HA DNS update latency in seconds. Latency is
measured as the time an update remains in the pending
list.ro Gauge32 UNITS "seconds" .1.3.6.1.4.1.9.9.405.1.12.30 |
cDnsHaIntervalStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.1.13 |
cDnsHaIntCommInterruptedStatesNumber of occurrences where the server enters
the HA communication-interrupted state.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.1 |
cDnsHaIntPartnerDownStatesTotal of occurrences where the server enters the
HA partner-down state during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.2 |
cDnsHaIntSyncsTotal of occurrences where the server enters the
HA synchronization state during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.3 |
cDnsHaIntMsgConnectSentCntsNumber of HA connection establishment messages sent during
reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.4 |
cDnsHaIntMsgReconcileSentCntsNumber of HA zone reconciliation messages sent during
reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.5 |
cDnsHaIntMsgHeartBeatSentCntsNumber of HA heartbeat messages sent during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.6 |
cDnsHaIntMsgZoneSyncSentCntsNumber of HA zone synchronization messages sent during
reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.7 |
cDnsHaIntMsgRRSyncSentCntsNumber of HA rr-sync messages sent during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.8 |
cDnsHaIntMsgRRUpdateSentCntsNumber of HA rr-update messages sent during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.9 |
cDnsHaIntMsgResponseSentCntsNumber of HA response messages sent during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.10 |
cDnsHaIntMsgConnectRcvdCntsNumber of HA connection establishment messages received
during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.11 |
cDnsHaIntMsgReconcileRcvdCntsNumber of HA zone reconciliation messages received during
reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.12 |
cDnsHaIntMsgHeartbeatRcvdCntsNumber of HA heartbeat messages received during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.13 |
cDnsHaIntMsgZoneSyncRcvdCntsNumber of HA zone synchronization messages received during
reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.14 |
cDnsHaIntMsgRRSyncRcvdCntsNumber of HA rr-sync messages received during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.15 |
cDnsHaIntMsgRRUpdateRcvdCntsNumber of HA rr-update messages received during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.16 |
cDnsHaIntMsgResponseRcvdCntsNumber of HA response messages received during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.17 |
cDnsHaIntHeartbeatTimeoutCntsNumber of HA heartbeat timeouts during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.18 |
cDnsHaIntUpdateRejectCntsNumber of HA DNS updates rejected by the server during
reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.19 |
cDnsHaIntResponseMismatchCntsNumber of HA responses reporting a mismatch error during
reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.20 |
cDnsHaIntResponseServFailCntsNumber of HA responses reporting a server failure
error during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.21 |
cDnsHaIntRespInconsistentCntsNumber of HA responses reporting an inconsistent
server state during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.22 |
cDnsHaIntRespUnknownCntsNumber of HA responses with an unknown message type during
reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.23 |
cDnsHaIntFullZoneResyncCntsNumber of HA zones requiring full-zone
resynchronization for nameset reconciliation during
reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.24 |
cDnsHaIntUpdatePrivateReqCntsNumber of HA DNS updates received containing a
private request RR during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.25 |
cDnsHaIntUpdatePrivateRespCntsNumber of HA DNS update responses sent containing a
private response RR during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.26 |
cDnsHaIntSyncConflictCntsNumber of HA zones with name conflicts during nameset
reconciliation during reporting interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.27 |
cDnsHaIntSyncDiscardNameCntsNumber of HA name conflicts where one nameset must
be discarded to synchronize the zone during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.28 |
cDnsHaIntSyncMergeNameCntsNumber of HA name conflicts which the namesets
can be merged to synchronize the zone during reporting
interval.ro Unsigned32 .1.3.6.1.4.1.9.9.405.1.13.29 |
cDnsHaIntUpdateLatencyAverageAverage HA DNS update latency in seconds during reporting
interval. Latency is measured as the time an update
remains in the pending list.ro Gauge32 UNITS "seconds" .1.3.6.1.4.1.9.9.405.1.13.30 |
cDnsHaIntSampleTimeThe time stamp of last HA sample.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.9.405.1.13.31 |
cDnsHaIntSampleIntervalThe 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.ro TimeInterval UNITS "milliseconds" .1.3.6.1.4.1.9.9.405.1.13.32 |
cDnsServMIBConform OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.2 |
cDnsServMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.2.1 |
cDnsServMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.405.2.2 |