MIBs Depot

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

FromSymbols
CISCO-SMIciscoMgmt
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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.1INTEGER {enabled(1), disabled(2)}read-writecurrent
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.2Unsigned32 (0..64)read-onlycurrent
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.3Unsigned32 (0..65535)read-onlycurrent
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.4not-accessiblecurrent
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.1not-accessiblecurrent
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.1Unsigned32 (1..65535)not-accessiblecurrent
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.2InetAddressTyperead-createcurrent
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.3InetAddressread-createcurrent
cdcDNSServerStatus
OBJECT-TYPE
The Status of this row.
1.3.6.1.4.1.9.9.436.1.1.4.1.4RowStatusread-createcurrent
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.5SnmpAdminString (SIZE(0..80))read-writecurrent
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.6not-accessiblecurrent
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.1not-accessiblecurrent
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.1Unsigned32 (1..64)not-accessiblecurrent
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.2SnmpAdminString (SIZE(1..80))read-createcurrent
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.3RowStatusread-createcurrent
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

NameOIDStatus
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.1current
ciscoDNSServerConfigGroup
OBJECT-GROUP
A collection of objects for DNS Server address Configuration.
1.3.6.1.4.1.9.9.436.2.2.1current
ciscoDNSDomainNameConfigGroup
OBJECT-GROUP
A collection of objects for DNS Domain Name Configuration.
1.3.6.1.4.1.9.9.436.2.2.2current