CISCO-DNS-CLIENT-MIB

File: CISCO-DNS-CLIENT-MIB.mib (12712 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP RowStatus
SnmpAdminString InetAddressType InetAddress
ciscoMgmt

Defined Types

CdcDNSServerEntry  
SEQUENCE    
  cdcDNSServerIndex Unsigned32
  cdcDNSServerAddrType InetAddressType
  cdcDNSServerAddr InetAddress
  cdcDNSServerStatus RowStatus

CdcDNSDomainNameEntry  
SEQUENCE    
  cdcDNSDomainNameIndex Unsigned32
  cdcDNSDomainName SnmpAdminString
  cdcDNSDomainNameStatus RowStatus

Defined Values

ciscoDNSClientMIB 1.3.6.1.4.1.9.9.436
The MIB module for entities implementing the client side of the Domain Name System (DNS) protocol.
MODULE-IDENTITY    

ciscoDNSClientMIBNotifs 1.3.6.1.4.1.9.9.436.0
OBJECT IDENTIFIER    

ciscoDNSClientMIBObjects 1.3.6.1.4.1.9.9.436.1
OBJECT IDENTIFIER    

ciscoDNSClientMIBConformance 1.3.6.1.4.1.9.9.436.2
OBJECT IDENTIFIER    

cdcConfigGroup 1.3.6.1.4.1.9.9.436.1.1
OBJECT IDENTIFIER    

cdcDNSConfigEnable 1.3.6.1.4.1.9.9.436.1.1.1
This object indicates whether the DNS configuration is enabled or disabled in the local system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cdcNoOfDNSServerConfig 1.3.6.1.4.1.9.9.436.1.1.2
This object represents the current number of entries in the 'cdcDNSServerTable'. Indicates the number of DNS Server entries that are configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..64  

cdcDNSServerNextAvailIndex 1.3.6.1.4.1.9.9.436.1.1.3
This object contains the next available value for the object 'cdcDNSServerIndex'. If all values are exhausted, then this object will contain a 0 value. A management application should read this object, get the (non-zero) value and use same for creating an entry in the 'cdcDNSServerTable'. If two network management applications read this object at the same time and try to create an entry in the 'cdcDNSServerTable', only one of them will succeed. The network management application which failed, will need to re-read this object and try the SET again.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

cdcDNSServerTable 1.3.6.1.4.1.9.9.436.1.1.4
This table contains information about the Domain Name System (DNS) Server configurations in the system. When the DNS configuration is disabled in the system, i.e., 'cdcDNSConfigEnable' object is set to 'disabled', all entries of this table will be removed automatically. The index of this table is not persistent upon system reboot.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CdcDNSServerEntry

cdcDNSServerEntry 1.3.6.1.4.1.9.9.436.1.1.4.1
An Entry representing the information about a DNS Server configuration. The entries are contacted in turn by the system for DNS services. The first entry in this table will be contacted first, and so on.
Status: current Access: not-accessible
OBJECT-TYPE    
  CdcDNSServerEntry  

cdcDNSServerIndex 1.3.6.1.4.1.9.9.436.1.1.4.1.1
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 'cdcDNSServerNextAvailIndex' object. If this is not the case, then the entry creation will fail.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

cdcDNSServerAddrType 1.3.6.1.4.1.9.9.436.1.1.4.1.2
This object represents the Inet Address type of the 'cdcDNSServerAddr' object. An attempt to modify this object will fail with an 'inconsistentValue' error, if the value of the corresponding instance of 'cdcDNSServerStatus' object is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cdcDNSServerAddr 1.3.6.1.4.1.9.9.436.1.1.4.1.3
This object represents the address of the DNS Server. This object is a mandatory object for row creation. An attempt to modify this object will fail with an 'inconsistentValue' error, if the value of the corresponding instance of 'cdcDNSServerStatus' object is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cdcDNSServerStatus 1.3.6.1.4.1.9.9.436.1.1.4.1.4
The Status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cdcDefaultDNSDomainName 1.3.6.1.4.1.9.9.436.1.1.5
This object represents the Default DNS domain name of the system. When this object is set to a non empty string value, the domain name part of the fully qualified name represented by the 'sysName' object is updated by the value of this object. When there is no entry in the 'cdcDNSDomainNameTable', the value of this object is used for the domain name configuration of the system. When there is an entry in the 'cdcDNSDomainNameTable', the value of this object is not used.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..80)  

cdcDNSDomainNameTable 1.3.6.1.4.1.9.9.436.1.1.6
This table contains the list of DNS Domain Names defined for the system. Each domain name to be tried in turn, for the domain name configuration of the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CdcDNSDomainNameEntry

cdcDNSDomainNameEntry 1.3.6.1.4.1.9.9.436.1.1.6.1
An entry (conceptual row) in the 'cdcDNSDomainNameTable'. Each row represents a DNS Domain name defined for the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CdcDNSDomainNameEntry  

cdcDNSDomainNameIndex 1.3.6.1.4.1.9.9.436.1.1.6.1.1
An arbitrary integer value, greater than zero, which uniquely identifies a DNS Domain Name defined for the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..64  

cdcDNSDomainName 1.3.6.1.4.1.9.9.436.1.1.6.1.2
This object represents a DNS Domain Name defined for the system. When this object is set to a non empty string value, the domain name part of the fully qualified name represented by the 'sysName' object is updated by the value of this object. This object is a mandatory object for row creation. An attempt to modify this object will fail with an 'inconsistentValue' error, if the value of the corresponding instance of 'cdcDNSDomainNameStatus' object is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..80)  

cdcDNSDomainNameStatus 1.3.6.1.4.1.9.9.436.1.1.6.1.3
The status of this conceptual row. Once value of this object is set to 'active', the associated entry can not be modified except destroyed by setting this object to destroy(6).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoDNSClientMIBCompliances 1.3.6.1.4.1.9.9.436.2.1
OBJECT IDENTIFIER    

ciscoDNSClientMIBGroups 1.3.6.1.4.1.9.9.436.2.2
OBJECT IDENTIFIER    

ciscoDNSClientMIBCompliance 1.3.6.1.4.1.9.9.436.2.1.1
The compliance statement for entities which implement the CISCO-DNS-CLIENT-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoDNSServerConfigGroup 1.3.6.1.4.1.9.9.436.2.2.1
A collection of objects for DNS Server address Configuration.
Status: current Access: read-create
OBJECT-GROUP    

ciscoDNSDomainNameConfigGroup 1.3.6.1.4.1.9.9.436.2.2.2
A collection of objects for DNS Domain Name Configuration.
Status: current Access: read-create
OBJECT-GROUP