AT-DNS-CLIENT-MIB: View SNMP OID List / Download MIB

VENDOR: ALLIED TELESIS


 Home MIB: AT-DNS-CLIENT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 atDns 1.3.6.1.4.1.207.8.4.4.4.501
Description.
         atDNSClient 1.3.6.1.4.1.207.8.4.4.4.501.1
This MIB file contains definitions of managed objects for the Allied Telesis DNS Client configuration.
             atDNSServerIndexNext 1.3.6.1.4.1.207.8.4.4.4.501.1.1 integer read-only
This object represents the next available value for the object 'atDNSServerIndex'. For creating an entry in the 'atDNSServerTable', a management application should read this object, get the value and use the same.
             atDNSServerTable 1.3.6.1.4.1.207.8.4.4.4.501.1.2 no-access
This table contains information about the Domain Name System (DNS) Server configurations in the system.
                 atDNSServerEntry 1.3.6.1.4.1.207.8.4.4.4.501.1.2.1 no-access
An Entry representing the information about a DNS Server configuration.
                     atDNSServerIndex 1.3.6.1.4.1.207.8.4.4.4.501.1.2.1.1 integer no-access
This object represents the index corresponding to the particular DNS Server configuration in the system. For creation of new entry, the value of this object should be same as that of the value of 'atDNSServerIndexNext' object. If this is not the case, then the entry creation will fail.
                     atDNSServerAddrType 1.3.6.1.4.1.207.8.4.4.4.501.1.2.1.2 inetaddresstype read-only
This object represents the Inet Address type of the 'atDNSServerAddr' object. It's value should be of the values list below: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)
                     atDNSServerAddr 1.3.6.1.4.1.207.8.4.4.4.501.1.2.1.3 ipaddress read-write
This object represents the address of the DNS Server. This object is a current object for row creation. When a new row is created, this object is set with a default value '0.0.0.0', and the management application should change it to a desired value by a SET operation.
                     atDNSServerStatus 1.3.6.1.4.1.207.8.4.4.4.501.1.2.1.4 rowstatus read-write
The Status of this row. The reading of this object should have a value of 'active(1)', for an existing row. For creation of new entry, a management application should set this object with value 'createAndGo(4)', and using the same value as that got from reading object 'atDNSServerIndexNext', as the index for the new entry. When an entry is created, the object 'atDNSServerAddr' in the entry is set with a default value '0.0.0.0'. The management application should change it to a desired value with a SET operation. For deletion of entry, a management application should set this object with value 'destroy(6)'. Once an entry is deleted, other entries in the table which have bigger index than the deleted one, will be indexed again. Therefore a management application can effectively delete multiple entries by repeating the SET operation using the same index. An attempt to SET this object with value other than 'createAndGo' or 'destroy' will fail.