beautypg.com

At-dns-client-mib – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1832

background image

SNMP MIBs

Software Reference for x310 Series Switches

69.20

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

AT-DNS-CLIENT-MIB

AT-DNS-CLIENT-MIB contains definitions of managed objects for the Allied Telesis DNS
Client Configuration.

Objects in this group have the object identifier atDns ({ Modules 501 }).

Table 69-7

lists

the objects supported by the AlliedWare Plus

TM

Operating System.

Table 69-7: Objects defined in AT-DNS-CLIENT-MIB

Object

Object Identifier

Description

atDnsClient

{ atDns 1 }

MIB File for DNS Client Configuration.

atDNSServerIndexNext

{ atDnsClient 1 }

The next available value for the object
‘atDNSServerIndex’. The value is used by a
management application to create an entry in the
‘atDNSServerTable’.

atDNSServerTable

{ atDnsClient 2 }

Table of information about the Domain Name System
(DNS) Server configurations in the system, indexed
by ‘atDNSServerIndex’.

atDNSServerEntry

{ atDNSServerTable 1 }

Information about a single DNS Server Configuration.

atDNSServerIndex

{ atDNSServerEntry 1 }

The index corresponding to the particular DNS Server
Configuration. When creating a new entry in the
table, the value of this object must be equal to the
value in the ‘atDNSServerIndexNext’.

atDNSServerAddrType

{ atDNSServerEntry 2 }

The Internet Address Type of the ‘atDNSServerAddr’
object. Can be one of the following:

unknown (0)

1. ipv4 (1) - default

2. ipv6 (2) - not supported
3. ipv4z (3) - not supported
4. ipv6z (4) - not supported
5. dns (16) - not supported

atDNSServerAddr

{ atDNSServerEntry 3 }

The IP Address of the DNS Server. When a new entry
is created, this object is set to the default of ‘0.0.0.0’
{ ‘00000000’h }. The management application will
change this to the desired value using a SET
operation.

atDNSServerStatus

{ atDNSServerEntry 4 }

The status of the current entry (row). Can be one of
the following:

1. active (1)

2. createAndGo (4)
3. destroy (6)

To create a new entry the management application
must set this object with value ‘createAndGo (4)’.

To delete an entry, the management application
must set this object with value ‘destroy (6)’. Once an
entry is deleted, all subsequent entries in the table
will be renumbered.

The default is 1 (active)