MIBs Depot

CISCO-C8500-REDUNDANCY-MIB

Registered at
1.3.6.1.4.1.9.9.105
Last updated
2003-05-04 00:00
Organization
Cisco Systems, Inc.
Revisions
2003-05-04 00:00, 1998-06-22 00:00
Namespace
cisco
Source file
CISCO-C8500-REDUNDANCY-MIB
Digest
sha256:2cd4f40e18518176ece884f870f41b0c8b5282e9bb952e68c9306202d3434ca8

Description

This MIB allows management of redundancy of CPU and switch cards for the Catalyst 8540 switch, and other products with similar implementations. The Catalyst 8540 is an ATM switch. It has 13 (or, in some models, 14) slots, of which 2 slots can hold CPU cards, and 3 (or, in some models, 4) slots can hold switch cards. A switch card is one that contains the ATM switching fabric. Two switch cards are combined to operate in 20Gbps switching mode. For CPU cards, 1+1 redundancy is supported. For switch cards, 2+1 redundancy is supported.

Contact

Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-atm@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeStamp, TruthValue

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-C8500-REDUNDANCY-MIB
CISCO-SMI
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
RedundancyMode
TEXTUAL-CONVENTION
The redundancy mode of a card. The redundancy mode of a card is part of the state of the redundancy machine (i.e., the hardware or software that implements redundancy). The redundancy modes of all the cards in a redundancy group together represent the state of the redundancy machine for that redundancy group. The inputs to the redundancy machine that cause the redundancy mode of a card to transition from one value to another are events like card failure, card removal, user configuration, etc. Objects defined using this TC have a MAX-ACCESS of read-write or read-create. This allows a user to force the redundancy machine to transition to a desired state. The following values may be written: active(1) - Make this card an active member of the redundancy group. standby(2) - Make this card a standby member of the redundancy group. unused(3) - Do not use this card. Writing the above values may cause a switchover. When read, the values mean: active(1) - This card is an active member of the redundancy group. standby(2) - This card is a standby member of the redundancy group. unused(3) - This card is not being used at present. notPresent(4) - There is no card in the slot.
current
RedundancySlotIndex
TEXTUAL-CONVENTION
A value that identifies a physical slot in the chassis. For a chassis with slots that are numbered left to right, the leftmost slot has value 1. For a chassis with slots that are numbered top to bottom, the topmost slot has value 1.
current
RedundancyStatus
TEXTUAL-CONVENTION
The operational status of a card.
current

Objects

NameOIDSyntaxAccessStatus
ciscoC8500RedundancyMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.105.1
ccrCpu
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.105.1.1
ccrCpuTable
OBJECT-TYPE
There is an entry in this table for each slot that can hold a CPU card.
1.3.6.1.4.1.9.9.105.1.1.1not-accessiblecurrent
ccrCpuEntry
OBJECT-TYPE
Redundancy information for a CPU card.
1.3.6.1.4.1.9.9.105.1.1.1.1not-accessiblecurrent
ccrCpuSlotIndex
OBJECT-TYPE
Identifies a chassis slot.
1.3.6.1.4.1.9.9.105.1.1.1.1.1RedundancySlotIndexnot-accessiblecurrent
ccrCpuMode
OBJECT-TYPE
The redundancy mode of this CPU card.
1.3.6.1.4.1.9.9.105.1.1.1.1.2RedundancyModeread-writecurrent
ccrCpuStatus
OBJECT-TYPE
The operational status of this CPU card.
1.3.6.1.4.1.9.9.105.1.1.1.1.3RedundancyStatusread-onlycurrent
ccrSyncConfigOnSet
OBJECT-TYPE
The device's running-configuration and startup-configuration both reside on the active CPU card. This object indicates whether these configurations should be copied from the active CPU to the standby CPU whenever they change. It is acceptable to copy either, both, or neither.
1.3.6.1.4.1.9.9.105.1.1.2Bits {runningConfig(0), startupConfig(1)}read-writecurrent
ccrCpuStandbyEnableMode
OBJECT-TYPE
This object is used to allow or disallow the execution of the enable exec command on the secondary CPU. When set to 'true', the enable exec command can be executed on secondary CPU, and the user may enter enable mode after keying in the password configured. When set to 'false', the enable exec command cannot be executed; thus, no user may enter enabled mode.
1.3.6.1.4.1.9.9.105.1.1.3TruthValueread-writecurrent
ccrCpuSwitchoverTime
OBJECT-TYPE
The time taken for the most recent CPU switchover.
1.3.6.1.4.1.9.9.105.1.1.4INTEGER (0..65535)read-onlycurrent
ccrForceCounterSync
OBJECT-TYPE
This object is used to force the synchronization of counters from primary CPU to secondary CPU. It should generally be set just before a controlled Route Processor Switchover. When this object is retrieved, the value 'noop' is returned. When this object is set to 'noop' no operation is performed.
1.3.6.1.4.1.9.9.105.1.1.5INTEGER {forcesync(1), noop(2)}read-writecurrent
ccrIfCounterSyncFreq
OBJECT-TYPE
This object configures the periodicity of interface counter synchronization from primary CPU to secondary CPU. Setting this object to 0 will disable counter synchronization.
1.3.6.1.4.1.9.9.105.1.1.6INTEGER (0..1440)read-writecurrent
ccrVcCounterSyncFreq
OBJECT-TYPE
This object configures the periodicity of Virtual Circuit (VC) counter synchronization from primary CPU to secondary CPU. Setting this object to 0 will disable counter synchronization.
1.3.6.1.4.1.9.9.105.1.1.7INTEGER (0..1440)read-writecurrent
ccrSigCounterSyncEnable
OBJECT-TYPE
This object configures the synchronization of ATM Signalling Statistics from primary CPU to secondary CPU. When this object is set to 'true', sychronization is enabled. When this object is set to 'false', synchronization is disabled.
1.3.6.1.4.1.9.9.105.1.1.8TruthValueread-writecurrent
ccrSwitch
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.105.1.2
ccrSwitchTable
OBJECT-TYPE
There is an entry in this table for each slot that can hold a switch card. A 'switch card' is a card that contains the ATM switch fabric.
1.3.6.1.4.1.9.9.105.1.2.1not-accessiblecurrent
ccrSwitchEntry
OBJECT-TYPE
Redundancy information for a switch card.
1.3.6.1.4.1.9.9.105.1.2.1.1not-accessiblecurrent
ccrSwitchSlotIndex
OBJECT-TYPE
Identifies a chassis slot.
1.3.6.1.4.1.9.9.105.1.2.1.1.1RedundancySlotIndexnot-accessiblecurrent
ccrSwitchMode
OBJECT-TYPE
The redundancy mode of this switch card.
1.3.6.1.4.1.9.9.105.1.2.1.1.2RedundancyModeread-writecurrent
ccrSwitchStatus
OBJECT-TYPE
The operational status of this switch card.
1.3.6.1.4.1.9.9.105.1.2.1.1.3RedundancyStatusread-onlycurrent
ccrSwitchLastSwitchoverTime
OBJECT-TYPE
The value of sysUpTime at the last switchover of the switch cards. The value is zero if there was no switchover since agent initialization.
1.3.6.1.4.1.9.9.105.1.2.2TimeStampread-onlycurrent
ccrSwitchLastSwitchoverReason
OBJECT-TYPE
The reason for the last switch card switchover. The value is none(1) if there was no switchover since agent initialization.
1.3.6.1.4.1.9.9.105.1.2.3INTEGER {none(1), notKnown(2), userInitiated(3), cardFailed(4), cardRecovered(5), cardRemoved(6), cardInserted(7)}read-onlycurrent
ccrSwitchBw
OBJECT-TYPE
The switching capacity (i.e., bandwidth) of the switch fabric. tenGbps(1) - 10 Gigabits/sec twentyGbps(2) - 20 Gigabits/sec.
1.3.6.1.4.1.9.9.105.1.2.4INTEGER {tenGbps(1), twentyGbps(2)}read-onlycurrent
ccrDesiredSwitchBw
OBJECT-TYPE
The desired switching capacity (i.e., bandwidth) of the switch fabric. tenGbps(1) - 10 Gigabits/sec twentyGbps(2) - 20 Gigabits/sec If the value configured by writing to this object is supported by the device, it will be applied at the next reboot. The speed at which the switch fabric is currently operating is reflected by the value of ccrSwitchBw.
1.3.6.1.4.1.9.9.105.1.2.5INTEGER {tenGbps(1), twentyGbps(2)}read-writecurrent
ciscoC8500RedundancyMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.105.2
ccrMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.105.2.0
ciscoC8500RedundancyMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.105.3
ciscoC8500RedundancyMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.105.3.1
ciscoC8500RedundancyMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.105.3.2

Notifications

NameOIDStatus
ccrCpuStatusChange
NOTIFICATION-TYPE
This notification is generated when the value of ccrCpuStatus changes for a CPU card. The varbind indicates the current status of the affected card.
1.3.6.1.4.1.9.9.105.2.0.1current
ccrSwitchStatusChange
NOTIFICATION-TYPE
This notification is generated when the value of ccrSwitchStatus changes for a switch card. The varbind indicates the current status of the affected card.
1.3.6.1.4.1.9.9.105.2.0.2current
ccrSwitchModeChange
NOTIFICATION-TYPE
This notification is generated when the value of ccrSwitchMode changes from active(1) to either standby(2) or unused(3) or notPresent(4). The varbind indicates the current mode of the affected card.
1.3.6.1.4.1.9.9.105.2.0.3current

Conformance

NameOIDStatus
ciscoC8500RedundancyMIBCompliance
MODULE-COMPLIANCE
The compliance statement for Cisco agents which implement the CISCO-C8500-REDUNDANCY-MIB.
1.3.6.1.4.1.9.9.105.3.1.1obsolete
ciscoC8500RedundancyMIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement to include objects related to the redundancy features like enable password on secondary, switchover duration and counter.
1.3.6.1.4.1.9.9.105.3.1.2current
ccrCpuMibGroup
OBJECT-GROUP
A collection of objects providing the ability to manage CPU card redundancy.
1.3.6.1.4.1.9.9.105.3.2.1obsolete
ccrSwitchMibGroup
OBJECT-GROUP
A collection of objects providing the ability to manage Switch Fabric card redundancy.
1.3.6.1.4.1.9.9.105.3.2.2current
ccrNotificationsGroup
NOTIFICATION-GROUP
A collection of notifications related to redundancy.
1.3.6.1.4.1.9.9.105.3.2.3current
ccrCpuMibGroup1
OBJECT-GROUP
A collection of objects providing the ability to manage CPU card redundancy and redundancy feature for counter, enable password on secondary and switchover duration.
1.3.6.1.4.1.9.9.105.3.2.4current