cisco-dns-client-mib.mib object
Introduction
Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2025 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers).
This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.
ActiveXperts Network Monitor 2025 can import MIB file cisco-dns-client-mib and use it to monitor vendor specific OID's.
cisco-dns-client-mib file content
Object view of cisco-dns-client-mib:
  
    
      | Scalar Object | 
    
  
  
    
      | 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.
       | 
    
    
      | 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.
       | 
    
    
      | 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.
       | 
    
    
      | 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.
       | 
    
    
      | 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.
       | 
    
    
      | 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.
       | 
    
  
  
    
      | Tabular Object | 
    
  
  
    
      | 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.
       | 
    
    
      | 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).
       | 
    
    
      | 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).
       | 
    
    
      | cdcDNSServerStatus | 
      .1.3.6.1.4.1.9.9.436.1.1.4.1.4 | 
    
    
      | 
        The Status of this row.
       | 
    
    
      | 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.
       | 
    
    
      | 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).
       | 
    
    
      | 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).
       | 
    
  
  
    
      | Table | 
    
  
  
    
      | 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.
       | 
    
    
      | 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.
       | 
    
  
  
    
      | Object Identifier | 
    
  
  
    
      | 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.
       | 
    
    
      | ciscoDNSClientMIBNotifs | 
      .1.3.6.1.4.1.9.9.436.0 | 
    
    
      | ciscoDNSClientMIBObjects | 
      .1.3.6.1.4.1.9.9.436.1 | 
    
    
      | ciscoDNSClientMIBConformance | 
      .1.3.6.1.4.1.9.9.436.2 | 
    
    
      | cdcConfigGroup | 
      .1.3.6.1.4.1.9.9.436.1.1 | 
    
    
      | ciscoDNSClientMIBCompliances | 
      .1.3.6.1.4.1.9.9.436.2.1 | 
    
    
      | ciscoDNSClientMIBGroups | 
      .1.3.6.1.4.1.9.9.436.2.2 | 
    
  
  
    
      | Group | 
    
  
  
    
      | ciscoDNSServerConfigGroup | 
      .1.3.6.1.4.1.9.9.436.2.2.1 | 
    
    
      | 
        A collection of objects for DNS Server
        address Configuration.
       | 
    
    
      | ciscoDNSDomainNameConfigGroup | 
      .1.3.6.1.4.1.9.9.436.2.2.2 | 
    
    
      | 
        A collection of objects for DNS
        Domain Name Configuration.
       |