CISCO-DNS-CLIENT-MIB
- Registered at
- 1.3.6.1.4.1.9.9.436
- Last updated
- 2004-09-09 00:00
- Organization
- Cisco Systems Inc.
- Revisions
- 2004-09-09 00:00
- Namespace
- cisco
- Source file
CISCO-DNS-CLIENT-MIB- Digest
sha256:a296d9752d3f995a50877c019a56fa8278dc0394311cdc17f193c044a34f0d9f
Description
The MIB module for entities implementing the client side of the Domain Name System (DNS) protocol.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553 -NETS E-mail: cs-san@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-DNS-CLIENT-MIB CISCO-SMI INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoDNSClientMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.436.0 | |||
| ciscoDNSClientMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.436.1 | |||
| cdcConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.436.1.1 | |||
| cdcDNSConfigEnable OBJECT-TYPE This object indicates whether the DNS configuration is enabled or disabled in the local system. | 1.3.6.1.4.1.9.9.436.1.1.1 | INTEGER {enabled(1), disabled(2)} | read-write | current |
| cdcNoOfDNSServerConfig OBJECT-TYPE This object represents the current number of entries in the 'cdcDNSServerTable'. Indicates the number of DNS Server entries that are configured in the system. | 1.3.6.1.4.1.9.9.436.1.1.2 | Unsigned32 (0..64) | read-only | current |
| cdcDNSServerNextAvailIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.436.1.1.3 | Unsigned32 (0..65535) | read-only | current |
| cdcDNSServerTable OBJECT-TYPE 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 | not-accessible | current | |
| cdcDNSServerEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.436.1.1.4.1 | not-accessible | current | |
| cdcDNSServerIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.436.1.1.4.1.1 | Unsigned32 (1..65535) | not-accessible | current |
| cdcDNSServerAddrType OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.436.1.1.4.1.2 | InetAddressType | read-create | current |
| cdcDNSServerAddr OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.436.1.1.4.1.3 | InetAddress | read-create | current |
| cdcDNSServerStatus OBJECT-TYPE The Status of this row. | 1.3.6.1.4.1.9.9.436.1.1.4.1.4 | RowStatus | read-create | current |
| cdcDefaultDNSDomainName OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.436.1.1.5 | SnmpAdminString (SIZE(0..80)) | read-write | current |
| cdcDNSDomainNameTable OBJECT-TYPE 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 | not-accessible | current | |
| cdcDNSDomainNameEntry OBJECT-TYPE An entry (conceptual row) in the 'cdcDNSDomainNameTable'. Each row represents a DNS Domain name defined for the system. | 1.3.6.1.4.1.9.9.436.1.1.6.1 | not-accessible | current | |
| cdcDNSDomainNameIndex OBJECT-TYPE An arbitrary integer value, greater than zero, which uniquely identifies a DNS Domain Name defined for the system. | 1.3.6.1.4.1.9.9.436.1.1.6.1.1 | Unsigned32 (1..64) | not-accessible | current |
| cdcDNSDomainName OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.436.1.1.6.1.2 | SnmpAdminString (SIZE(1..80)) | read-create | current |
| cdcDNSDomainNameStatus OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.436.1.1.6.1.3 | RowStatus | read-create | current |
| ciscoDNSClientMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.436.2 | |||
| ciscoDNSClientMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.436.2.1 | |||
| ciscoDNSClientMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.436.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoDNSClientMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-DNS-CLIENT-MIB. | 1.3.6.1.4.1.9.9.436.2.1.1 | current |
| ciscoDNSServerConfigGroup OBJECT-GROUP A collection of objects for DNS Server address Configuration. | 1.3.6.1.4.1.9.9.436.2.2.1 | current |
| ciscoDNSDomainNameConfigGroup OBJECT-GROUP A collection of objects for DNS Domain Name Configuration. | 1.3.6.1.4.1.9.9.436.2.2.2 | current |