USR-DNS-MIB

File: USR-DNS-MIB.mib (18046 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI USR-DEFINITIONS-MIB
DNS-SERVER-MIB

Imported symbols

RowStatus DisplayString OBJECT-TYPE
MODULE-IDENTITY Integer32 Counter32
IpAddress DisplayString UsrConfigStatus
common DnsName DnsClass
DnsType DnsQClass DnsQType
DnsTime

Defined Types

UsrDnsHostEntry  
SEQUENCE    
  usrDnsHostName DisplayString
  usrDnsHostAddress IpAddress
  usrDnsHostStatus RowStatus

UsrDnsServerEntry  
SEQUENCE    
  usrDnsServerPreference Integer32
  usrDnsServerName DisplayString
  usrDnsServerAddress IpAddress
  usrDnsServerStatus RowStatus

UsrDnsCacheEntry  
SEQUENCE    
  usrDnsCacheRRIndex Integer32
  usrDnsCacheRRClass DnsClass
  usrDnsCacheRRType DnsType
  usrDnsCacheRRTTL DnsTime
  usrDnsCacheRRElapsedTTL DnsTime
  usrDnsCacheRRSource IpAddress
  usrDnsCacheRRData OCTET STRING
  usrDnsCacheRRStatus RowStatus
  usrDnsCacheRRPrettyName DnsName

UsrDnsNCacheEntry  
SEQUENCE    
  usrDnsNCacheErrIndex Integer32
  usrDnsNCacheErrQClass DnsQClass
  usrDnsNCacheErrQType DnsQType
  usrDnsNCacheErrTTL DnsTime
  usrDnsNCacheErrElapsedTTL DnsTime
  usrDnsNCacheErrSource IpAddress
  usrDnsNCacheErrCode INTEGER
  usrDnsNCacheErrStatus RowStatus
  usrDnsNCacheErrPrettyName DnsName

Defined Values

usrDns 1.3.6.1.4.1.429.4.17
The commWorks enterprise defined MIB objects for the Domain Name Service functionality.
MODULE-IDENTITY    

usrDnsVersion 1.3.6.1.4.1.429.4.17.1
The current software version of the Domain Name Server.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrDnsCFMStatusFlag 1.3.6.1.4.1.429.4.17.2
This variable controls saving and loading of all the configuration information for the Domain Name Service. The value can be set to either save or load by a management station. The other values indicate if any configuration operation and what type is in progress.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrDnsCfgFileName 1.3.6.1.4.1.429.4.17.3
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the DNS module uses the default name `@file://DNS.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrDnsDomainName 1.3.6.1.4.1.429.4.17.4
The default Domain Name to be appended to a Host Name if it cannot be resolved without a Domain Name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

usrDnsNumberRetries 1.3.6.1.4.1.429.4.17.5
The number of times DNS will attempt to resolve a name before determining it cannot be resolved.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..5  

usrDnsTimeout 1.3.6.1.4.1.429.4.17.6
The number of seconds DNS will wait for a response from a name server before determining it is not coming. The minimum timeout value is 5 seconds. The maximum timeout value is twice the Internet MSL (Maximum Segment Lifetime) + the minimum = 245 secs.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5..245  

usrDnsQueries 1.3.6.1.4.1.429.4.17.7
The total number of queries received by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsTotalResponses 1.3.6.1.4.1.429.4.17.8
The total number of responses sent by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsResponseOK 1.3.6.1.4.1.429.4.17.9
The number of success responses received by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsResponseFormat 1.3.6.1.4.1.429.4.17.10
The number of Format Error responses received by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsResponseServer 1.3.6.1.4.1.429.4.17.11
The number of Server Error responses received by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsResponseName 1.3.6.1.4.1.429.4.17.12
The number of No Such Name responses received by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsResponseNIY 1.3.6.1.4.1.429.4.17.13
The number of NIY responses sent by DNS. This indicates that the Server does not implement this operation
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsResponseRefused 1.3.6.1.4.1.429.4.17.14
The number of Refused responses sent by DNS. This indicates the Server refuses to perform the operation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsResponsesLocal 1.3.6.1.4.1.429.4.17.15
The number of responses answered Locally by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsResponsesRemote 1.3.6.1.4.1.429.4.17.16
The number of responses received by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsResponseBadProt 1.3.6.1.4.1.429.4.17.17
The number of corrupted responses received by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsTimeOuts 1.3.6.1.4.1.429.4.17.18
The total number of timeouts on requests sent by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsResponseNotSent 1.3.6.1.4.1.429.4.17.19
The number of send failures on replies sent by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsErrorResponse 1.3.6.1.4.1.429.4.17.20
The number of failure replies sent by DNS
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDnsHostTable 1.3.6.1.4.1.429.4.17.21
The table of DNS Hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrDnsHostEntry

usrDnsHostEntry 1.3.6.1.4.1.429.4.17.21.1
A (conceptual) entry for one Dns Host.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrDnsHostEntry  

usrDnsHostName 1.3.6.1.4.1.429.4.17.21.1.1
The logical identifier of the Host Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

usrDnsHostAddress 1.3.6.1.4.1.429.4.17.21.1.2
The specified or resolved ip address of the named Host.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDnsHostStatus 1.3.6.1.4.1.429.4.17.21.1.3
The status of this row of the Host Table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrDnsServerTable 1.3.6.1.4.1.429.4.17.22
The table of DNS Servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrDnsServerEntry

usrDnsServerEntry 1.3.6.1.4.1.429.4.17.22.1
A (conceptual) entry for one Dns Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrDnsServerEntry  

usrDnsServerPreference 1.3.6.1.4.1.429.4.17.22.1.1
The logical identifier of the Server Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

usrDnsServerName 1.3.6.1.4.1.429.4.17.22.1.2
The specified name of the Server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

usrDnsServerAddress 1.3.6.1.4.1.429.4.17.22.1.3
The specified or resolved ip address of the named Server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDnsServerStatus 1.3.6.1.4.1.429.4.17.22.1.4
The status of this row of the Server Table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrDnsHostRotation 1.3.6.1.4.1.429.4.17.23
Setting this object to a value of enabled(1) will enable the DNS host rotation feature. Setting this object to disabled(2) will disable the DNS Host Rotation feature.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrDnsCacheTable 1.3.6.1.4.1.429.4.17.24
This table contains information about all the resource records currently in the resolver's cache.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrDnsCacheEntry

usrDnsRoundRobin 1.3.6.1.4.1.429.4.17.26
Setting this object to a value of enabled(1) will enable the DNS round robin feature. Setting this object to disabled(2) will set the DNS into random.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrDnsCacheEntry 1.3.6.1.4.1.429.4.17.24.1
An entry in the resolver's cache. Rows may be created only by the resolver. SNMP SET requests may be used to delete rows.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrDnsCacheEntry  

usrDnsCacheRRIndex 1.3.6.1.4.1.429.4.17.24.1.1
A value which makes entries in the table unique.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

usrDnsCacheRRClass 1.3.6.1.4.1.429.4.17.24.1.2
DNS class of the Resource Record in the cache which is identified in this row of the table.
Status: current Access: read-only
OBJECT-TYPE    
  DnsClass  

usrDnsCacheRRType 1.3.6.1.4.1.429.4.17.24.1.3
DNS type of the Resource Record in the cache which is identified in this row of the table.
Status: current Access: read-only
OBJECT-TYPE    
  DnsType  

usrDnsCacheRRTTL 1.3.6.1.4.1.429.4.17.24.1.4
Time-To-Live of RR in DNS cache. This is the initial TTL value which was received with the RR when it was originally received.
Status: current Access: read-only
OBJECT-TYPE    
  DnsTime  

usrDnsCacheRRElapsedTTL 1.3.6.1.4.1.429.4.17.24.1.5
Elapsed seconds since RR was received.
Status: current Access: read-only
OBJECT-TYPE    
  DnsTime  

usrDnsCacheRRSource 1.3.6.1.4.1.429.4.17.24.1.6
Host from which RR was received, 0.0.0.0 if unknown.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrDnsCacheRRData 1.3.6.1.4.1.429.4.17.24.1.7
RDATA portion of a cached RR. The value is in the format defined for the particular DNS class and type of the resource record.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

usrDnsCacheRRStatus 1.3.6.1.4.1.429.4.17.24.1.8
Status column for the resolver cache table. Since only the agent (DNS resolver) creates rows in this table, the only values that a manager may write to this variable are active(1) and destroy(6).
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrDnsCacheRRPrettyName 1.3.6.1.4.1.429.4.17.24.1.9
Name of the RR at this row in the table. This is identical to the dnsResCacheRRName variable, except that character case is preserved in this variable, per DNS conventions.
Status: current Access: read-only
OBJECT-TYPE    
  DnsName  

usrDnsNCacheTable 1.3.6.1.4.1.429.4.17.25
The resolver's negative response cache. This table contains information about authoritative errors that have been cached by the resolver.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrDnsNCacheEntry

usrDnsNCacheEntry 1.3.6.1.4.1.429.4.17.25.1
An entry in the resolver's negative response cache table. Only the resolver can create rows. SNMP SET requests may be used to delete rows.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrDnsNCacheEntry  

usrDnsNCacheErrIndex 1.3.6.1.4.1.429.4.17.25.1.9
A value which makes entries in the table unique.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrDnsNCacheErrQClass 1.3.6.1.4.1.429.4.17.25.1.2
DNS QCLASS associated with a cached authoritative error.
Status: current Access: read-only
OBJECT-TYPE    
  DnsQClass  

usrDnsNCacheErrQType 1.3.6.1.4.1.429.4.17.25.1.3
DNS QTYPE associated with a cached authoritative error.
Status: current Access: read-only
OBJECT-TYPE    
  DnsQType  

usrDnsNCacheErrTTL 1.3.6.1.4.1.429.4.17.25.1.4
Time-To-Live of a cached authoritative error at the time of the error, it should not be decremented by the number of seconds since it was received. This should be the TTL as copied from the MINIMUM field of the SOA that accompanied the authoritative error, or a smaller value if the resolver implements a ceiling on negative response cache TTLs.
Status: current Access: read-only
OBJECT-TYPE    
  DnsTime  

usrDnsNCacheErrElapsedTTL 1.3.6.1.4.1.429.4.17.25.1.5
Elapsed seconds since authoritative error was received.
Status: current Access: read-only
OBJECT-TYPE    
  DnsTime  

usrDnsNCacheErrSource 1.3.6.1.4.1.429.4.17.25.1.6
Host which sent the authoritative error, 0.0.0.0 if unknown.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrDnsNCacheErrCode 1.3.6.1.4.1.429.4.17.25.1.7
The authoritative error that has been cached: nonexistantName(1) indicates an authoritative name error (RCODE = 3). noData(2) indicates an authoritative response with no error (RCODE = 0) and no relevant data. other(3) indicates some other cached authoritative error. At present, no such errors are known to exist.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nonexistantName(1), noData(2), other(3)  

usrDnsNCacheErrStatus 1.3.6.1.4.1.429.4.17.25.1.8
Status column for the resolver negative response cache table. Since only the agent (DNS resolver) creates rows in this table, the only values that a manager may write to this variable are active(1) and destroy(6).
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrDnsNCacheErrPrettyName 1.3.6.1.4.1.429.4.17.25.1.10
QNAME associated with this row in the table. This is identical to the dnsResNCacheErrQName variable, except that character case is preserved in this variable, per DNS conventions.
Status: current Access: read-only
OBJECT-TYPE    
  DnsName