DNSResolver-MIB

File: DNSResolver-MIB.mib (13965 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
RowStatus dlink-common-mgmt

Defined Types

DnsName  
A DNS name is a sequence of labels. When DNS names are displayed, the boundaries between labels are typically indicated by dots (e.g. `Acme' and `COM' are labels in the name `Acme.COM'). In the DNS protocol, however, no such separators are needed because each label is encoded as a length octet followed by the indicated number of octets of label. For example, `Acme.COM' is encoded as the octet sequence { 4, 'A', 'c', 'm', 'e', 3, 'C', 'O', 'M', 0 } (the final 0 is the length of the name of the root domain, which appears implicitly at the end of any DNS name). This MIB uses the same encoding as the DNS protocol. A DnsName must always be a fully qualified name. It is an error to encode a relative domain name as a DnsName without first making it a fully qualified name.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

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

SwDNSResStaticNameSrvEntry  
SEQUENCE    
  swDNSResStaticNameSrvIndex INTEGER
  swDNSResStaticNameSrvRowStatus RowStatus
  swDNSResStaticNameSrvIPaddr IpAddress
  swDNSResStaticNameSrvPriority INTEGER

SwDNSResDynamicNameSrvEntry  
SEQUENCE    
  swDNSResDynamicNameSrvIndex INTEGER
  swDNSResDynamicNameSrvIPaddr IpAddress
  swDNSResDynamicNameSrvPriority INTEGER

SwDNSResStaticHostEntry  
SEQUENCE    
  swDNSResStaticHostIndex INTEGER
  swDNSResStaticHostRowStatus RowStatus
  swDNSResStaticHostName DnsName
  swDNSResStaticHostIPaddr IpAddress

SwDNSResDynamicHostEntry  
SEQUENCE    
  swDNSResDynamicHostIndex INTEGER
  swDNSResDynamicHostName DnsName
  swDNSResDynamicHostIPaddr IpAddress
  swDNSResDynamicHostTTL DnsTime
  swDNSResDynamicHostClearCtrl INTEGER

Defined Values

swDNSResolverMIB 1.3.6.1.4.1.171.12.85
This MIB module defining objects for the management of DNS Resolver.
MODULE-IDENTITY    

swDNSResolverMIBObjects 1.3.6.1.4.1.171.12.85.1
OBJECT IDENTIFIER    

swDNSResState 1.3.6.1.4.1.171.12.85.1.1
This object indicates the DNS Resolver state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swDNSResNameSrvTimeOut 1.3.6.1.4.1.171.12.85.1.2
This object indicates the DNS Resolver name server time out.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..60  

swDNSResNameSrv 1.3.6.1.4.1.171.12.85.1.3
OBJECT IDENTIFIER    

swDNSResStaticNameSrvTable 1.3.6.1.4.1.171.12.85.1.3.1
This table contains DNS resolver static name server information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwDNSResStaticNameSrvEntry

swDNSResStaticNameSrvEntry 1.3.6.1.4.1.171.12.85.1.3.1.1
A list of information about DNS resolver static name server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwDNSResStaticNameSrvEntry  

swDNSResStaticNameSrvIndex 1.3.6.1.4.1.171.12.85.1.3.1.1.1
This object indicates the DNS resolver static name server table index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

swDNSResStaticNameSrvRowStatus 1.3.6.1.4.1.171.12.85.1.3.1.1.2
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swDNSResStaticNameSrvIPaddr 1.3.6.1.4.1.171.12.85.1.3.1.1.3
This object indicates the DNS resolver static name server IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

swDNSResStaticNameSrvPriority 1.3.6.1.4.1.171.12.85.1.3.1.1.4
This object indicates the DNS resolver static name server priority, primary name server or secondary name server.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

swDNSResDynamicNameSrvTable 1.3.6.1.4.1.171.12.85.1.3.2
This table contains DNS resolver dynamic name server information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwDNSResDynamicNameSrvEntry

swDNSResDynamicNameSrvEntry 1.3.6.1.4.1.171.12.85.1.3.2.1
A list of information about DNS resolver dynamic name server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwDNSResDynamicNameSrvEntry  

swDNSResDynamicNameSrvIndex 1.3.6.1.4.1.171.12.85.1.3.2.1.1
This object indicates the DNS resolver dynamic name server table index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

swDNSResDynamicNameSrvIPaddr 1.3.6.1.4.1.171.12.85.1.3.2.1.2
This object indicates the DNS resolver dynamic name server IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

swDNSResDynamicNameSrvPriority 1.3.6.1.4.1.171.12.85.1.3.2.1.3
This object indicates the DNS resolver dynamic name server priority, primary name server or secondary name server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

swDNSResHost 1.3.6.1.4.1.171.12.85.1.4
OBJECT IDENTIFIER    

swDNSResStaticHostTable 1.3.6.1.4.1.171.12.85.1.4.1
This table contains DNS resolver static host information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwDNSResStaticHostEntry

swDNSResStaticHostEntry 1.3.6.1.4.1.171.12.85.1.4.1.1
A list of information about DNS resolver static host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwDNSResStaticHostEntry  

swDNSResStaticHostIndex 1.3.6.1.4.1.171.12.85.1.4.1.1.1
This object indicates the DNS resolver static host table index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

swDNSResStaticHostRowStatus 1.3.6.1.4.1.171.12.85.1.4.1.1.2
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swDNSResStaticHostName 1.3.6.1.4.1.171.12.85.1.4.1.1.3
This object indicates the DNS resolver static host name.
Status: current Access: read-create
OBJECT-TYPE    
  DnsName  

swDNSResStaticHostIPaddr 1.3.6.1.4.1.171.12.85.1.4.1.1.4
This object indicates the the DNS resolver static host IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

swDNSResDynamicHostTable 1.3.6.1.4.1.171.12.85.1.4.2
This table contains DNS resolver dynamic host information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwDNSResDynamicHostEntry

swDNSResDynamicHostEntry 1.3.6.1.4.1.171.12.85.1.4.2.1
A list of information about DNS resolver dynamic host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwDNSResDynamicHostEntry  

swDNSResDynamicHostIndex 1.3.6.1.4.1.171.12.85.1.4.2.1.1
This object indicates the DNS resolver dynamic host index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

swDNSResDynamicHostName 1.3.6.1.4.1.171.12.85.1.4.2.1.2
This object indicates the DNS resolver dynamic host name.
Status: current Access: read-only
OBJECT-TYPE    
  DnsName  

swDNSResDynamicHostIPaddr 1.3.6.1.4.1.171.12.85.1.4.2.1.3
This object indicates the DNS resolver dynamic host IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

swDNSResDynamicHostTTL 1.3.6.1.4.1.171.12.85.1.4.2.1.4
This object indicates the time of the dynamic host remained in caches to live.
Status: current Access: read-only
OBJECT-TYPE    
  DnsTime  

swDNSResDynamicHostClearCtrl 1.3.6.1.4.1.171.12.85.1.4.2.1.5
Used to clear DNS resolver dynamic host. Setting this value to 'start' will execute the clear action, Once cleared, the value returns to 'other'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), start(2)