DNS-SERVER-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
19
.0.32.1.1.2.13 · 1 row entry · 6 columns
Counter information broken down by DNS class and type.
dnsServCounterEntry entry .0.32.1.1.2.13.1
This table contains count information for each DNS class

and type value known to the server. The index allows
management software to to create indices to the table to
get the specific information desired, …
Indexes
dnsServCounterOpCode dnsServCounterQClass dnsServCounterQType dnsServCounterTransport
Column Syntax OID
dnsServCounterOpCode
The DNS OPCODE being counted in this row of the table.
DnsOpCode
Textual Convention: DnsOpCode Integer32
Type Constraints:
range: 0..15
.0.32.1.1.2.13.1.1
dnsServCounterQClass
The class of record being counted in this row of the
table.
DnsClass
Textual Convention: DnsClass Integer32
Type Constraints:
range: 0..65535
.0.32.1.1.2.13.1.2
dnsServCounterQType
The type of record which is being counted in this row in
the table.
DnsType
Textual Convention: DnsType Integer32
Type Constraints:
range: 0..65535
.0.32.1.1.2.13.1.3
dnsServCounterTransport
A value of udp(1) indicates that the queries reported on
this row were sent using UDP.

A value of tcp(2) indicates that the queries reported on
this row were sent using TCP.

A value of othe…
Enumeration
Enumerated Values:
1udp
2tcp
3other
.0.32.1.1.2.13.1.4
dnsServCounterRequests
Number of requests (queries) that have been recorded in
this row of the table.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.32.1.1.2.13.1.5
dnsServCounterResponses
Number of responses made by the server since
initialization for the kind of query identified on this
row of the table.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.32.1.1.2.13.1.6
.0.32.1.1.4.1 · 1 row entry · 9 columns
Table of zones for which this name server provides
information.  Each of the zones may be loaded from stable
storage via an implementation-specific mechanism or may
be obtained from another name server via a zone transfer.
          
If name server doesn't load any zones, this table is
empty.
dnsServZoneEntry entry .0.32.1.1.4.1.1
An entry in the name server zone table. New rows may be
added either via SNMP or by the name server itself.
Indexes
dnsServZoneName dnsServZoneClass
Column Syntax OID
dnsServZoneName
DNS name of the zone described by this row of the table.
This is the owner name of the SOA RR that defines the
top of the zone. This is name is in uppercase:
characters 'a' through 'z' are mapped to 'A' through 'Z'
in o…
DnsNameAsIndex
Textual Convention: DnsNameAsIndex OctetString
.0.32.1.1.4.1.1.1
dnsServZoneClass
DNS class of the RRs in this zone.
DnsClass
Textual Convention: DnsClass Integer32
Type Constraints:
range: 0..65535
.0.32.1.1.4.1.1.2
dnsServZoneLastReloadSuccess
Elapsed time in seconds since last successful reload of
this zone.
DnsTime
Textual Convention: DnsTime Unsigned32
.0.32.1.1.4.1.1.3
dnsServZoneLastReloadAttempt
Elapsed time in seconds since last attempted reload of
this zone.
DnsTime
Textual Convention: DnsTime Unsigned32
.0.32.1.1.4.1.1.4
dnsServZoneLastSourceAttempt
IP address of host from which most recent zone transfer
of this zone was attempted. This value should match the
value of dnsServZoneSourceSuccess if the attempt was
succcessful. If zone transfer has not been attempted…
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.0.32.1.1.4.1.1.5
dnsServZoneStatus
The status of the information represented in this row of
the table.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.0.32.1.1.4.1.1.6
dnsServZoneSerial
Zone serial number (from the SOA RR) of the zone

represented by this row of the table. If the zone has
not been successfully loaded within the memory of this
name server, the value of this variable is ze…
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.32.1.1.4.1.1.7
dnsServZoneCurrent
Whether the server's copy of the zone represented by
this row of the table is currently valid. If the zone
has never been successfully loaded or has expired since
it was last succesfully loaded, this variable will have…
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.0.32.1.1.4.1.1.8
dnsServZoneLastSourceSuccess
IP address of host which was the source of the most
recent successful zone transfer for this zone. If
unknown (e.g., zone has never been successfully
transfered) or irrelevant (e.g., zone was loaded from
stable storage…
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.0.32.1.1.4.1.1.9
.0.32.1.1.4.2 · 1 row entry · 4 columns
This table is a list of IP addresses from which the
server will attempt to load zone information using DNS
zone transfer operations.  A reload may occur due to SNMP
operations that create a row in dnsServZoneTable or a
SET to object dnsServZoneReload.  This table is only
used when the zone is loaded via zone transfer.
dnsServZoneSrcEntry entry .0.32.1.1.4.2.1
An entry in the name server zone source table.
Indexes
dnsServZoneSrcName dnsServZoneSrcClass dnsServZoneSrcAddr
Column Syntax OID
dnsServZoneSrcName
DNS name of the zone to which this entry applies.
DnsNameAsIndex
Textual Convention: DnsNameAsIndex OctetString
.0.32.1.1.4.2.1.1
dnsServZoneSrcClass
DNS class of zone to which this entry applies.
DnsClass
Textual Convention: DnsClass Integer32
Type Constraints:
range: 0..65535
.0.32.1.1.4.2.1.2
dnsServZoneSrcAddr
IP address of name server host from which this zone
might be obtainable.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.0.32.1.1.4.2.1.3
dnsServZoneSrcStatus
The status of the information represented in this row of
the table.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.0.32.1.1.4.2.1.4