DLINKSW-DNS-MIB

File: DLINKSW-DNS-MIB.mib (16129 bytes)

Imported modules

DLINK-ID-REC-MIB IF-MIB INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC

Imported symbols

dlinkIndustrialCommon InterfaceIndexOrZero InetAddressType
InetAddress SnmpAdminString OBJECT-GROUP
MODULE-COMPLIANCE Integer32 Unsigned32
OBJECT-TYPE MODULE-IDENTITY TruthValue
RowStatus TEXTUAL-CONVENTION

Defined Types

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

DDnsStaticNameSrvEntry  
SEQUENCE    
  dDnsStaticNameSrvIpVrfName SnmpAdminString
  dDnsStaticNameSrvIpType InetAddressType
  dDnsStaticNameSrvIpAddr InetAddress
  dDnsStaticNameSrvIpPriority Integer32
  dDnsStaticNameSrvIpRowStatus RowStatus

DDnsDynamicNameSrvEntry  
SEQUENCE    
  dDnsDynamicNameSrvIpVrfName SnmpAdminString
  dDnsDynamicNameSrvIpType InetAddressType
  dDnsDynamicNameSrvIpAddr InetAddress
  dDnsDynamicNameSrvIpPriority Integer32

DDnsStaticHostEntry  
SEQUENCE    
  dDnsStaticHostIndex INTEGER
  dDnsStaticHostVrfName SnmpAdminString
  dDnsStaticHostName SnmpAdminString
  dDnsStaticHostIPType InetAddressType
  dDnsStaticHostIPAddr InetAddress
  dDnsStaticHostRowStatus RowStatus

DDnsDynamicHostEntry  
SEQUENCE    
  dDnsDynamicHostIndex INTEGER
  dDnsDynamicHostVrfName SnmpAdminString
  dDnsDynamicHostName SnmpAdminString
  dDnsDynamicHostTTL DnsTime
  dDnsDynamicHostIPType InetAddressType
  dDnsDynamicHostIPAddr InetAddress
  dDnsDynamicHostClearCtrl INTEGER

Defined Values

dlinkSwDnsMIB 1.3.6.1.4.1.171.14.77
This MIB contains objects to manage the DNS.
MODULE-IDENTITY    

dDnsMIBNotifications 1.3.6.1.4.1.171.14.77.0
OBJECT IDENTIFIER    

dDnsMIBObjects 1.3.6.1.4.1.171.14.77.1
OBJECT IDENTIFIER    

dDnsGlobal 1.3.6.1.4.1.171.14.77.1.1
OBJECT IDENTIFIER    

dDnsResolverEnabled 1.3.6.1.4.1.171.14.77.1.1.1
This object indicates the DNS Resolver state.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDnsResolverSourceInterface 1.3.6.1.4.1.171.14.77.1.1.2
This object indicates the interface whose IP address will be used as the source address for sending the DNS query packet.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

dDnsResolverDomainName 1.3.6.1.4.1.171.14.77.1.1.3
This object indicates default domain name used to qualify an unqualified host name for resolving its IP address.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

dDnsResolverTimeOut 1.3.6.1.4.1.171.14.77.1.1.4
This object indicates the DNS Resolver name server time out.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..60  

dDnsCacheSrvEnabled 1.3.6.1.4.1.171.14.77.1.1.5
This object indicates if the DNS caching name server function is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDnsCacheSrvMaxForwarderQueue 1.3.6.1.4.1.171.14.77.1.1.6
This object indicates maximum number of requests which can be kept in the forwarder queue. The value of 0 means no limit..
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..1000000  

dDnsStaticHostLookupEnabled 1.3.6.1.4.1.171.14.77.1.1.7
This object indicates enable or disable lookup the dynamic cache before ask the name server.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDnsDynamicHostLookupEnabled 1.3.6.1.4.1.171.14.77.1.1.8
This object indicates enable or disable lookup the dynamic cache before ask the name server.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDnsNameSrv 1.3.6.1.4.1.171.14.77.1.9
OBJECT IDENTIFIER    

dDnsStaticNameSrvTable 1.3.6.1.4.1.171.14.77.1.9.1
This table is a list of DNS static server IP address configuration, which is manually specified.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDnsStaticNameSrvEntry

dDnsStaticNameSrvEntry 1.3.6.1.4.1.171.14.77.1.9.1.1
An entry of dDnsStaticSrvIpTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDnsStaticNameSrvEntry  

dDnsStaticNameSrvIpVrfName 1.3.6.1.4.1.171.14.77.1.9.1.1.1
This object indicates the name of the routing forwarding instance. A zero length string indicates the VRF name is not specified.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

dDnsStaticNameSrvIpType 1.3.6.1.4.1.171.14.77.1.9.1.1.2
This node gives the type of the static DNS server IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

dDnsStaticNameSrvIpAddr 1.3.6.1.4.1.171.14.77.1.9.1.1.3
This node gives the IP address of the DNS server specified by the user.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

dDnsStaticNameSrvIpPriority 1.3.6.1.4.1.171.14.77.1.9.1.1.4
This node gives the priority of the DNS server, according to the creation order. The smaller the value is, the higher the priority level is.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

dDnsStaticNameSrvIpRowStatus 1.3.6.1.4.1.171.14.77.1.9.1.1.5
This node is used to operate a table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dDnsDynamicNameSrvTable 1.3.6.1.4.1.171.14.77.1.9.2
This table is a list of DNS dynamic server IP address configuration, which is dynamically obtained through DHCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDnsDynamicNameSrvEntry

dDnsDynamicNameSrvEntry 1.3.6.1.4.1.171.14.77.1.9.2.1
An entry of dDnsDynamicNameSrvIpTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDnsDynamicNameSrvEntry  

dDnsDynamicNameSrvIpVrfName 1.3.6.1.4.1.171.14.77.1.9.2.1.1
This object indicates the name of the routing forwarding instance. A zero length string indicates the VRF name is not specified.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

dDnsDynamicNameSrvIpType 1.3.6.1.4.1.171.14.77.1.9.2.1.2
This node gives the type of the dynamic DNS server IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

dDnsDynamicNameSrvIpAddr 1.3.6.1.4.1.171.14.77.1.9.2.1.3
This node gives the IP address of the DNS server dynamically obtained through DHCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..16)  

dDnsDynamicNameSrvIpPriority 1.3.6.1.4.1.171.14.77.1.9.2.1.4
This node gives the priority of the DNS server, according to the order obtained through DHCP. The smaller the value is, the higher the priority level is.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

dDnsHost 1.3.6.1.4.1.171.14.77.1.10
OBJECT IDENTIFIER    

dDnsStaticHostTable 1.3.6.1.4.1.171.14.77.1.10.2
This table contains DNS resolver static host information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDnsStaticHostEntry

dDnsStaticHostEntry 1.3.6.1.4.1.171.14.77.1.10.2.1
A list of information about DNS resolver static host.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDnsStaticHostEntry  

dDnsStaticHostIndex 1.3.6.1.4.1.171.14.77.1.10.2.1.1
This object indicates the DNS resolver static host table index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

dDnsStaticHostVrfName 1.3.6.1.4.1.171.14.77.1.10.2.1.2
This object indicates the name of the routing forwarding instance. A zero length string indicates the VRF name is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

dDnsStaticHostName 1.3.6.1.4.1.171.14.77.1.10.2.1.3
This object indicates the DNS resolver static host name.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

dDnsStaticHostIPType 1.3.6.1.4.1.171.14.77.1.10.2.1.4
This object indicates the the DNS resolver static host IP address type.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

dDnsStaticHostIPAddr 1.3.6.1.4.1.171.14.77.1.10.2.1.5
This object indicates the the DNS resolver static host IP address. Note: current IPv6 doesn't support VRF.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(1..16)  

dDnsStaticHostRowStatus 1.3.6.1.4.1.171.14.77.1.10.2.1.7
This object is used to operate a table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dDnsDynamicHostTable 1.3.6.1.4.1.171.14.77.1.10.5
This table contains DNS resolver dynamic host information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDnsDynamicHostEntry

dDnsDynamicHostEntry 1.3.6.1.4.1.171.14.77.1.10.5.1
A list of information about DNS resolver dynamic host.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDnsDynamicHostEntry  

dDnsDynamicHostIndex 1.3.6.1.4.1.171.14.77.1.10.5.1.1
This object indicates the DNS resolver dynamic host index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

dDnsDynamicHostVrfName 1.3.6.1.4.1.171.14.77.1.10.5.1.2
This object indicates the name of the routing forwarding instance. A zero length string indicates the VRF name is not specified.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

dDnsDynamicHostName 1.3.6.1.4.1.171.14.77.1.10.5.1.3
This object indicates the DNS resolver dynamic host name.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

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

dDnsDynamicHostIPType 1.3.6.1.4.1.171.14.77.1.10.5.1.5
This object indicates the DNS resolver dynamic host IP Address Type.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

dDnsDynamicHostIPAddr 1.3.6.1.4.1.171.14.77.1.10.5.1.6
This object indicates the DNS resolver dynamic host IP address. Note: current IPv6 doesn't support VRF.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

dDnsDynamicHostClearCtrl 1.3.6.1.4.1.171.14.77.1.10.5.1.8
Description: This object clears all counters, when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dDnsMIBConformance 1.3.6.1.4.1.171.14.77.2
OBJECT IDENTIFIER    

dDnsMIBCompliances 1.3.6.1.4.1.171.14.77.2.1
OBJECT IDENTIFIER    

dDnsMIBCompliance 1.3.6.1.4.1.171.14.77.2.1.1
The compliance statement for the DoS Prevention MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

dDnsMIBGroups 1.3.6.1.4.1.171.14.77.2.2
OBJECT IDENTIFIER    

dDnsResolverGroup 1.3.6.1.4.1.171.14.77.2.2.1
The collection of objects provides control for resolver.
Status: current Access: read-write
OBJECT-GROUP    

dDnsCacheSrvGroup 1.3.6.1.4.1.171.14.77.2.2.2
The collection of objects provides control for caching server.
Status: current Access: read-write
OBJECT-GROUP    

dDnsStaticHostGroup 1.3.6.1.4.1.171.14.77.2.2.3
The collection of objects provides the control for static host group.
Status: current Access: read-write
OBJECT-GROUP    

dDnsDynamicHostGroup 1.3.6.1.4.1.171.14.77.2.2.4
The collection of objects provides information for dynamic host table.
Status: current Access: read-write
OBJECT-GROUP    

dDnsStaticNameSrvGroup 1.3.6.1.4.1.171.14.77.2.2.5
The collection of objects provides control for static name server.
Status: current Access: read-write
OBJECT-GROUP    

dDnsDynamicNameSrvGroup 1.3.6.1.4.1.171.14.77.2.2.6
The collection of objects provides information for dynamic name server.
Status: current Access: read-write
OBJECT-GROUP