ZHONE-COM-IP-DNS-RESOLVER-MIB

File: ZHONE-COM-IP-DNS-RESOLVER-MIB.mib (11670 bytes)

Imported modules

SNMP-FRAMEWORK-MIB SNMPv2-SMI ZHONE-COM-IP-RD-MIB
Zhone Zhone-TC

Imported symbols

SnmpAdminString IpAddress OBJECT-TYPE
MODULE-IDENTITY OBJECT-IDENTITY rdEntry
rdIndex zhoneIp zhoneModules
ZhoneAdminString ZhoneRowStatus

Defined Types

ZhDnsResConfigEntry  
SEQUENCE    
  zhDnsResConfigQueryOrder INTEGER
  zhDnsResConfigDomainName SnmpAdminString
  zhDnsResConfigFirstNameServer IpAddress
  zhDnsResConfigSecondNameServer IpAddress
  zhDnsResConfigThirdNameServer IpAddress

ZhDnsResHostsEntry  
SEQUENCE    
  zhDnsResHostsIpAddress IpAddress
  zhDnsResHostsName SnmpAdminString
  zhDnsResHostsAlias1 SnmpAdminString
  zhDnsResHostsAlias2 SnmpAdminString
  zhDnsResHostsAlias3 SnmpAdminString
  zhDnsResHostsAlias4 SnmpAdminString
  zhDnsResHostsRowStatus ZhoneRowStatus

Defined Values

comIpDnsResolver 1.3.6.1.4.1.5504.6.62
DNS Resolver MIB IP Software Minneapolis, MN
MODULE-IDENTITY    

dnsResolver 1.3.6.1.4.1.5504.4.1.12
DNS Resolver objects based on RFC 1612.
Status: current Access: read-only
OBJECT-IDENTITY    

zhDnsResConfigImplementIdent 1.3.6.1.4.1.5504.4.1.12.1
The implementation identification string for the resolver software in use on the system, for example; `RES-2.1'. The maximum length for this name is 32 characters.
Status: current Access: read-only
OBJECT-TYPE    
  ZhoneAdminString  

zhDnsResConfigTable 1.3.6.1.4.1.5504.4.1.12.2
Table of nameservers information used by the resolver to send a query. Rows are created and destroyed whenever a routing domain is created or destroyed. Rows cannot be created or destroyed via SNMP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhDnsResConfigEntry

zhDnsResConfigEntry 1.3.6.1.4.1.5504.4.1.12.2.1
A single routing domain in a single subnet.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhDnsResConfigEntry  

zhDnsResConfigQueryOrder 1.3.6.1.4.1.5504.4.1.12.2.1.1
Kind of resolver query for this routing domain: hostsFirst(1) searches the local hosts table first, then the list of nameservers dnsFirst(2) searches the list of nameservers first, then the local hosts table dnsOnly(3) searches only the list of nameservers
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER hostsFirst(1), dnsFirst(2), dnsOnly(3)  

zhDnsResConfigDomainName 1.3.6.1.4.1.5504.4.1.12.2.1.2
Domain name to use for searches in this routing domain. The maximum length for this name is 255 characters.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

zhDnsResConfigFirstNameServer 1.3.6.1.4.1.5504.4.1.12.2.1.3
The IP address of the first/primary name server for this routing domain.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

zhDnsResConfigSecondNameServer 1.3.6.1.4.1.5504.4.1.12.2.1.4
The IP address of the secondary name server for this routing domain. This nameserver is queried if the first nameserver cannot resolve the query. If a secondary name server has not been defined, this field is set to 0.0.0.0
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

zhDnsResConfigThirdNameServer 1.3.6.1.4.1.5504.4.1.12.2.1.5
The IP address of the third name server for this routing domain. This nameserver is queried if the first nameserver and the secondary nameserver cannot resolve the query. If a third name server has not been defined, this field is set to 0.0.0.0
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

zhDnsResHostsTable 1.3.6.1.4.1.5504.4.1.12.3
This is the local hosts table (ie. /etc/hosts) for each routing domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhDnsResHostsEntry

zhDnsResHostsEntry 1.3.6.1.4.1.5504.4.1.12.3.1
A particular host entry per routing domain. Rows are created and destroyed whenever a hostname within a routing domain is created and destroyed, ie. rows are added by setting zhDnsResHostsRowStatus to createAndGo. Rows are removed by setting zhDnsResHostsRowStatus to destroy. The minimum columns required to create new entry are zhDnsResHostsIpAddress and zhDnsResHostsName.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhDnsResHostsEntry  

zhDnsResHostsIpAddress 1.3.6.1.4.1.5504.4.1.12.3.1.1
The IP address of this entry. 127.1 (127.0.0.1) is a valid ip address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zhDnsResHostsName 1.3.6.1.4.1.5504.4.1.12.3.1.2
Hostname for this entry. The hostname can be either fully-qualified or hostname only. The maximum length for this name is 255 characters.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

zhDnsResHostsAlias1 1.3.6.1.4.1.5504.4.1.12.3.1.3
Hostname alias for this entry. The hostname can be either fully-qualified or hostname only. The maximum length for this name is 255 characters.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

zhDnsResHostsAlias2 1.3.6.1.4.1.5504.4.1.12.3.1.4
Another hostname alias for this entry. The hostname can be either fully-qualified or hostname only. The maximum length for this name is 255 characters.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

zhDnsResHostsAlias3 1.3.6.1.4.1.5504.4.1.12.3.1.5
Another hostname alias for this entry. The hostname can be either fully-qualified or hostname only. The maximum length for this name is 255 characters.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

zhDnsResHostsAlias4 1.3.6.1.4.1.5504.4.1.12.3.1.6
Another hostname alias for this entry. The hostname can be either fully-qualified or hostname only. The maximum length for this name is 255 characters.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

zhDnsResHostsRowStatus 1.3.6.1.4.1.5504.4.1.12.3.1.7
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-create
OBJECT-TYPE    
  ZhoneRowStatus