CISCO-DNS-CLIENT-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-DNS-CLIENT-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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 | |||
cdcConfigGroup | 1.3.6.1.4.1.9.9.436.1.1 | |||
cdcDNSConfigEnable | 1.3.6.1.4.1.9.9.436.1.1.1 | integer | read-write |
This object indicates whether the DNS configuration is enabled or disabled in the local system. Enumeration: 'disabled': 2, 'enabled': 1. |
cdcNoOfDNSServerConfig | 1.3.6.1.4.1.9.9.436.1.1.2 | unsigned32 | read-only |
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 | unsigned32 | read-only |
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. |
cdcDNSServerTable | 1.3.6.1.4.1.9.9.436.1.1.4 | no-access |
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. |
|
1.3.6.1.4.1.9.9.436.1.1.4.1 | no-access |
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. |
||
cdcDNSServerIndex | 1.3.6.1.4.1.9.9.436.1.1.4.1.1 | unsigned32 | no-access |
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 | inetaddresstype | read-only |
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 | inetaddress | read-only |
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 | rowstatus | read-only |
The Status of this row. |
cdcDefaultDNSDomainName | 1.3.6.1.4.1.9.9.436.1.1.5 | snmpadminstring | read-write |
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. |
cdcDNSDomainNameTable | 1.3.6.1.4.1.9.9.436.1.1.6 | no-access |
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. |
|
1.3.6.1.4.1.9.9.436.1.1.6.1 | no-access |
An entry (conceptual row) in the 'cdcDNSDomainNameTable'. Each row represents a DNS Domain name defined for the system. |
||
cdcDNSDomainNameIndex | 1.3.6.1.4.1.9.9.436.1.1.6.1.1 | unsigned32 | no-access |
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 | snmpadminstring | read-only |
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 | rowstatus | read-only |
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). |
ciscoDNSClientMIBConformance | 1.3.6.1.4.1.9.9.436.2 | |||
ciscoDNSClientMIBCompliances | 1.3.6.1.4.1.9.9.436.2.1 | |||
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. |
||
ciscoDNSClientMIBGroups | 1.3.6.1.4.1.9.9.436.2.2 | |||
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. |