MIBs Depot

AT-DNS-CLIENT-MIB

Registered at
1.3.6.1.4.1.207.8.4.4.4.501
Last updated
2010-06-14 04:45
Organization
Allied Telesis, Inc
Revisions
2010-06-14 04:45, 2008-09-18 12:00
Namespace
allied
Source file
AT-DNS-CLIENT-MIB
Digest
sha256:8b921583843af71d025e0496372d58b841a98501ffa6d23cd69be04cb407439b

Description

This MIB file contains definitions of managed objects for the Allied Telesis DNS Client configuration.

Contact

http://www.alliedtelesis.com

Imports

FromSymbols
AT-SMI-MIBmodules
INET-ADDRESS-MIBInetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIIpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

AT-DNS-CLIENT-MIB
AT-SMI-MIB
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
atDns
OBJECT-IDENTITY
Description.
1.3.6.1.4.1.207.8.4.4.4.501current
atDNSServerIndexNext
OBJECT-TYPE
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.
1.3.6.1.4.1.207.8.4.4.4.501.1.1INTEGER (0..65535)read-onlycurrent
atDNSServerTable
OBJECT-TYPE
This table contains information about the Domain Name System (DNS) Server configurations in the system.
1.3.6.1.4.1.207.8.4.4.4.501.1.2not-accessiblecurrent
atDNSServerEntry
OBJECT-TYPE
An Entry representing the information about a DNS Server configuration.
1.3.6.1.4.1.207.8.4.4.4.501.1.2.1not-accessiblecurrent
atDNSServerIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.207.8.4.4.4.501.1.2.1.1INTEGER (1..65535)not-accessiblecurrent
atDNSServerAddrType
OBJECT-TYPE
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)
1.3.6.1.4.1.207.8.4.4.4.501.1.2.1.2InetAddressTyperead-onlycurrent
atDNSServerAddr
OBJECT-TYPE
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.
1.3.6.1.4.1.207.8.4.4.4.501.1.2.1.3IpAddressread-writecurrent
atDNSServerStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.207.8.4.4.4.501.1.2.1.4RowStatusread-writecurrent