DNSSERVEREXT-MIB

File: DNSSERVEREXT-MIB.mib (7960 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC APENT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 DisplayString RowStatus
dnsServerExt

Defined Types

APProximityRecordEntry  
SEQUENCE    
  apProximityRecordName DisplayString
  apProximityRecordType INTEGER
  apProximityRecordAddr IpAddress
  apProximityRecordTtl Integer32
  apProximityRecordKalType INTEGER
  apProximityRecordKalAddr IpAddress
  apProximityRecordKalThreshold INTEGER
  apProximityRecordRtnSingleArec INTEGER
  apProximityRecordStatus RowStatus

Defined Values

apDnsServerMib 1.3.6.1.4.1.2467.1.40.1
This MIB module describes the ArrowPoint enterprise MIB support for DNS Server
MODULE-IDENTITY    

apDnsServerEnable 1.3.6.1.4.1.2467.1.40.2
Parameter to enable or disable DNS Server functionality.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

apDnsServerBufferCount 1.3.6.1.4.1.2467.1.40.3
The number of buffers allocated for Query Responses
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 2..1000  

apDnsServerResponderTasks 1.3.6.1.4.1.2467.1.40.4
The number of Tasks to handle DNS Responses
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..250  

apDnsPeerRcvEntries 1.3.6.1.4.1.2467.1.40.5
The number of DNS entries which can be received from a peer
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 128..1024  

apDnsPeerSndEntries 1.3.6.1.4.1.2467.1.40.6
The number of DNS entries which can be sent to a peer
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 128..1024  

apDnsPeerReportInterval 1.3.6.1.4.1.2467.1.40.7
The number of seconds between generation of DNS peer load reports
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 5..120  

apDnsAclIndex 1.3.6.1.4.1.2467.1.40.8
The Acl which has been applied to DNS resolutions, zero means no Acl
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..99  

apProximityType 1.3.6.1.4.1.2467.1.40.9
Parameter to specify PDB or PDNS functionality.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pdns(2), pdb(3)  

apProximityEnable 1.3.6.1.4.1.2467.1.40.10
Parameter to enable or disable PDB / PDNS functionality.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

apProximityZone 1.3.6.1.4.1.2467.1.40.11
The local proximity zone index
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..15  

apProximityDescription 1.3.6.1.4.1.2467.1.40.12
A name which identifies this proximity zone
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..20)  

apProximityZoneMax 1.3.6.1.4.1.2467.1.40.13
The maximum number of proximity zones allowed
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tier1(6), tier2(16)  

apProximityPDBIpAddr 1.3.6.1.4.1.2467.1.40.14
The Interface IP Address of the PDB
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

apProximityRecordTable 1.3.6.1.4.1.2467.1.40.15
A list of Proximity domain name records.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    APProximityRecordEntry

apProximityRecordEntry 1.3.6.1.4.1.2467.1.40.15.1
Proximity domain name record information.
Status: current Access: not-accessible
OBJECT-TYPE    
  APProximityRecordEntry  

apProximityRecordName 1.3.6.1.4.1.2467.1.40.15.1.1
The dns name for this Proximity record.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

apProximityRecordType 1.3.6.1.4.1.2467.1.40.15.1.2
Determines if this record is of type NS or A.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER typeA(1), typeNS(2)  

apProximityRecordAddr 1.3.6.1.4.1.2467.1.40.15.1.3
The Interface IP Address of Peer
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

apProximityRecordTtl 1.3.6.1.4.1.2467.1.40.15.1.4
The Time to Live Value returned in DNS Responses
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

apProximityRecordKalType 1.3.6.1.4.1.2467.1.40.15.1.5
The type of keepalive performed on this record
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER kal-none(0), kal-icmp(1), kal-ap(2)  

apProximityRecordKalAddr 1.3.6.1.4.1.2467.1.40.15.1.6
The IP Address of interface to send AP keepalive messages
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

apProximityRecordKalThreshold 1.3.6.1.4.1.2467.1.40.15.1.7
The record is considered DOWN when the load number is greater than this value.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 2..254  

apProximityRecordRtnSingleArec 1.3.6.1.4.1.2467.1.40.15.1.8
Determines if multiple A records will be returned in a Response for this DNS name.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER multiple(0), single(1)  

apProximityRecordStatus 1.3.6.1.4.1.2467.1.40.15.1.9
Status entry for this row
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus