CISCO-CLUSTER-MIB
- Registered at
- 1.3.6.1.4.1.9.9.134
- Last updated
- 2005-11-18 00:00
- Organization
- Cisco Systems Inc.
- Revisions
- 2005-11-18 00:00, 1999-07-28 00:00
- Namespace
- cisco
- Source file
CISCO-CLUSTER-MIB- Digest
sha256:fb3f13d46fe9c621cc9fbceabc601e3b0dacee9e2e350b748b612bef0df30543
Description
The MIB module for the management of a group of devices called a 'cluster'. A cluster comprises: 1. A command switch, which is a device that can provide a single point of management (including SNMP, Web Console and CLI/Telnet Console) for the devices in the cluster; 2. Zero or more expansion switches, or called the cluster members throughout the context of this MIB, which are devices that can be managed via a command switch. The command switch is also considered as a cluster member. Thus it has an entry in the MIB tables defined below for cluster members. Only the command switch IP address, passwords, and SNMP community strings need to be configured in order to provide management access to members of the cluster. The Entity MIB is cross-referenced from this MIB for some of its table entries, which contain useful information about a cluster. For example, in the Entity MIB, there is the logical table which contains the community string. This information is used to access detailed management information for some logical entity (the cluster, in this case). To determine if a particular device can be a command switch or a member switch please refer to the device's user's guide.
Contact
Cisco Systems Customer Service Postal: 170 West Tasman Drive, San Jose CA 95134-1706. USA Tel: +1 800 553-NETS E-mail: cs-sibu@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, MacAddress, RowStatus, TAddress, TDomain, TEXTUAL-CONVENTION, TimeStamp |
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-CLUSTER-MIB CISCO-SMI SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoClusterMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.134.1 | |||
| ccStatus OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.134.1.1 | |||
| ccStatusClusterName OBJECT-TYPE The name of the cluster. Cluster command switch functionality is only enabled if this object is a non-NULL string. Strings containing all blanks or a NULL string will disable the cluster. This object and ccStatusClusterMode in this MIB are the only objects that will be instantiated if the command switch functionality is not enabled. | 1.3.6.1.4.1.9.9.134.1.1.1 | SnmpAdminString (SIZE(0..31)) | read-write | current |
| ccStatusClusterMode OBJECT-TYPE The mode of the device. A device can become a member switch only when it is added to the cluster at the command switch. For devices that do not belong to any cluster, the ccStatusClusterMode is set to 'none'. | 1.3.6.1.4.1.9.9.134.1.1.2 | INTEGER {commandDevice(1), memberDevice(2), none(3)} | read-only | current |
| ccStatusCommanderTDomain OBJECT-TYPE Indicates the kind of transport service used by the command switch of the cluster. Possible values for this object, such as snmpUDPDomain, are defined in the Transport Mappings for SNMPv2 document (RFC 1906). | 1.3.6.1.4.1.9.9.134.1.1.3 | TDomain | read-only | current |
| ccStatusCommanderTAddress OBJECT-TYPE The transport service address of the command switch of the cluster. The address is formatted according to the corresponding value of ccStatusCommanderTDomain. For snmpUDPDomain, a TAddress is 6 octets long, the initial 4 octets containing the IP-address in network-byte order and the last 2 containing the UDP port in network-byte order. Consult 'Transport Mappings for Version 2 of the Simple Network Management Protocol' (RFC 1906) for further information on snmpUDPDomain. | 1.3.6.1.4.1.9.9.134.1.1.4 | TAddress | read-only | current |
| ccStatusCommanderMacAddress OBJECT-TYPE The management MAC address of the command switch of the cluster. | 1.3.6.1.4.1.9.9.134.1.1.5 | MacAddress | read-only | current |
| ccStatusTimeOfLastChange OBJECT-TYPE The value of sysUpTime on the command switch when the last time the value of an instance of ccMemberOperStatus changed. The value 0 indicates that no member's status has ever changed since commander system initialization. | 1.3.6.1.4.1.9.9.134.1.1.6 | TimeStamp | read-only | current |
| ccStatusLastNMSAddMemberTDomain OBJECT-TYPE Indicates the kind of transport service used by the the last NMS tried to add a member to the cluster. | 1.3.6.1.4.1.9.9.134.1.1.7 | TDomain | read-only | current |
| ccStatusLastNMSAddMemberTAddress OBJECT-TYPE The transport service address of the last NMS which tried to add a member to the cluster. The address is formatted according to the corresponding value of ccStatusLastNMSAddMemberTDomain. | 1.3.6.1.4.1.9.9.134.1.1.8 | TAddress | read-only | current |
| ccStatusLastFailureAddMember OBJECT-TYPE The reason why the last NMS was unable to add a switch to be a member of the cluster. password: The member has an enable password configured. overmax: Adding the member exceeds the maximum number of cluster members supported by the command switch. See ccStatusMaxNumberOfMembers. noncandidate: The member is not a candidate switch, or it does not show up in the candidate table. memberNumberInUse: The member number is used by an existing member in the cluster. unreachable: The member is a candidate but is unreachable or has no connectivity. | 1.3.6.1.4.1.9.9.134.1.1.9 | INTEGER {none(1), password(2), overmax(3), noncandidate(4), memberNumberInUse(5), unreachable(6)} | read-only | current |
| ccStatusMaxNumberOfMembers OBJECT-TYPE The maximum number of cluster members allowed in the cluster. The command switch is considered as a cluster member also. | 1.3.6.1.4.1.9.9.134.1.1.10 | Unsigned32 | read-only | current |
| ccStatusMemberOrder OBJECT-TYPE The suggested order in which the cluster members are displayed in network management applications. The format of the string is n1,n2,n3,n4, ..., where is any valid member number in the cluster. The member numbers are separated by commas with no spaces in between. An example of the object's value is '3,8,14,0,2' for a cluster containing member numbers 0, 2, 3, 8, and 14. | 1.3.6.1.4.1.9.9.134.1.1.11 | SnmpAdminString | read-write | current |
| ccMember OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.134.1.2 | |||
| ccMemberTable OBJECT-TYPE This table contains one row per cluster member, including the command switch. | 1.3.6.1.4.1.9.9.134.1.2.1 | not-accessible | current | |
| ccMemberEntry OBJECT-TYPE An entry containing cluster management information applicable to a particular cluster member. | 1.3.6.1.4.1.9.9.134.1.2.1.1 | not-accessible | current | |
| ccMemberMacAddress OBJECT-TYPE The management MAC address of the member device. | 1.3.6.1.4.1.9.9.134.1.2.1.1.1 | MacAddress | not-accessible | current |
| ccMemberNumber OBJECT-TYPE An arbitrary value which uniquely identifies the cluster member switch number. It ranges from 1 to ccStatusMaxNumberOfMembers. | 1.3.6.1.4.1.9.9.134.1.2.1.1.2 | Unsigned32 | read-create | current |
| ccMemberOperStatus OBJECT-TYPE The status of cluster management connectivity between the command switch and a cluster member. Cluster management connectivity is determined by the exchange of cluster management messages between the command switch and a cluster member. A member that has failed to exchange cluster management messages with the command switch is deemed to be inactive. Otherwise, it is deemed to be active. | 1.3.6.1.4.1.9.9.134.1.2.1.1.3 | INTEGER {active(1), inactive(2)} | read-only | current |
| ccMemberEntityLogicalIndex OBJECT-TYPE The value of entLogicalIndex in the ENTITY-MIB corresponding to this cluster member. Creating an entry in this table creates a corresponding entry in the entLogicalTable in the ENTITY-MIB. | 1.3.6.1.4.1.9.9.134.1.2.1.1.4 | Integer32 (1..2147483647) | read-only | current |
| ccMemberRowStatus OBJECT-TYPE The status of this conceptual row. A device is added to the cluster of a command switch by creating an entry in this table for the device. The devices currently eligible to be added into the cluster are listed in the ccCandidateTable. An attempt to add a new member may fail. See ccStatusLastFailureAddMember for possible reasons for that failure. | 1.3.6.1.4.1.9.9.134.1.2.1.1.5 | RowStatus | read-create | current |
| ccCandidate OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.134.1.3 | |||
| ccCandidateTable OBJECT-TYPE This table contains one row per cluster candidate, A cluster candidate is a device that is currently eligible to be added to the cluster of a command switch. A device is eligible if it satisfies the following conditions: 1. It supports the cluster management protocol. 2. It is directly connected to an existing cluster member. The entries in this table and the entries in ccMemberTable are mutually exclusive at all times. That is, any device that is a cluster member never shows up in the ccCandidateTable or is never a candidate at the same time . Also, any candidate that shows up in ccCandidateTable should not appear in ccMemberTable. | 1.3.6.1.4.1.9.9.134.1.3.1 | not-accessible | current | |
| ccCandidateEntry OBJECT-TYPE An entry pertaining to a single candidate device. | 1.3.6.1.4.1.9.9.134.1.3.1.1 | not-accessible | current | |
| ccCandidateMacAddress OBJECT-TYPE The MAC address of a device qualified to to be a cluster member of the command switch cluster. | 1.3.6.1.4.1.9.9.134.1.3.1.1.1 | MacAddress | read-only | current |
| ciscoClusterMIBNotificationsPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.134.2 | |||
| ciscoClusterMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.134.2.0 | |||
| ciscoClusterMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.134.3 | |||
| ciscoClusterMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.134.3.1 | |||
| ciscoClusterMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.134.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| ccStatusMemberStatusChange NOTIFICATION-TYPE A cluster member status change notification is generated whenever the value of any instance of ccClusterMemberOperStatus changes after the member is completely added to the cluster. | 1.3.6.1.4.1.9.9.134.2.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoClusterCompliance MODULE-COMPLIANCE The compliance statement for the CLUSTER MIB. | 1.3.6.1.4.1.9.9.134.3.1.1 | deprecated |
| ciscoClusterComplianceRev1 MODULE-COMPLIANCE The compliance statement for the CLUSTER MIB. | 1.3.6.1.4.1.9.9.134.3.1.2 | current |
| ciscoClusterStatusGroup OBJECT-GROUP The collection of objects which are used to represent the status of the cluster. These objects are accessible on the command switch. | 1.3.6.1.4.1.9.9.134.3.2.1 | current |
| ciscoClusterMemberStatusGroup OBJECT-GROUP The collection of objects which are used to represent the status of the cluster. These objects are accessible on the cluster members and the command switch. | 1.3.6.1.4.1.9.9.134.3.2.2 | current |
| ciscoClusterMemberGroup OBJECT-GROUP The collection of objects which are used to represent the members of a cluster. These objects are accessible on the command switch only. | 1.3.6.1.4.1.9.9.134.3.2.3 | current |
| ciscoClusterCandidateGroup OBJECT-GROUP The collection of objects which are used to represent cluster candidates. These objects are accessible on the command switch only. | 1.3.6.1.4.1.9.9.134.3.2.4 | current |
| ciscoClusterNotificationGroup NOTIFICATION-GROUP The collection of notifications defined for the cluster candidates. | 1.3.6.1.4.1.9.9.134.3.2.5 | current |