CISCO-SEU-MITIGATION-MIB
- Registered at
- 1.3.6.1.4.1.9.9.701
- Last updated
- 2009-06-24 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2009-06-24 00:00
- Namespace
- cisco
- Source file
CISCO-SEU-MITIGATION-MIB- Digest
sha256:a71f92d49db5bcf242f08a77a41d544bbd9cdcaaec6d193f685f3bb1c4e13e57
Description
This MIB reports the status of non-automatic and automatic, rate-adaptive Single Event Upset (SEU) mitigation algorithms and adjusts their parameters, as well as reports the effects of those mitigations on memories, caches, and registers. SEU mitigation allows Cisco IOS to run on radiation tolerant hardware deployed in a geosynchronous Earth orbit satellites for IP communications. One of the challenges in deploying equipment in such an environment is the impact that radiation has on digital circuits. A Single Event Upset (SEU) occurs when the hardware is exposed to energetic ions and protons in the space environment. The value stored in a bit of information can change when a large enough charge is deposited on the digital circuit. This leads to adverse effects in the operation of the software; in this case Cisco IOS. While steps have been taken to reduce the occurrence of SEUs through the use of radiation tolerant hardware, these steps do not eliminate the threat. A critical requirement in running IOS on such platforms is the utilization of SEU mitigation strategies to reduce the impact of such events on the operation of the Cisco device. GLOSSARY SEU : Acronym for 'Single Event Upset' : A hardware disruption caused when hardware is exposed to energetic ions and protons. scrub : An algorithm that periodically refreshes memory, cache or register contents by various means.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-seu-mitigation@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | EntPhysicalIndexOrZero |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DateAndTime, DisplayString, TEXTUAL-CONVENTION, 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-SEU-MITIGATION-MIB CISCO-SMI CISCO-TC SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoSeuMitigationMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.701.0 | |||
| ciscoSeuMitigationMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.701.1 | |||
| csmScrubTable OBJECT-TYPE This table provides the configuration settings for the scrub algorithms. All entries are added with the SEU subsystem is initialized. | 1.3.6.1.4.1.9.9.701.1.1 | not-accessible | current | |
| csmScrubEntry OBJECT-TYPE This object represents an entry in the csmScrubConfigTable. | 1.3.6.1.4.1.9.9.701.1.1.1 | not-accessible | current | |
| csmScrubIndex OBJECT-TYPE This object uniquely identifies the csmScrubEntry. | 1.3.6.1.4.1.9.9.701.1.1.1.1 | Unsigned32 (1..1000) | not-accessible | current |
| csmScrubEntPhysicalIndex OBJECT-TYPE This object represents the EntityPhysicalIndex (from the ENTITY-MIB) corresponding to the physical entity upon which the scrub or SEU-mitigation is being performed. | 1.3.6.1.4.1.9.9.701.1.1.1.2 | EntPhysicalIndexOrZero | read-only | current |
| csmScrubScrubName OBJECT-TYPE This object represents the name of the particular scrub or SEU algorithm, such as Memory Scrub, Register Scrub, etc. | 1.3.6.1.4.1.9.9.701.1.1.1.3 | DisplayString | read-only | current |
| csmScrubRateAdaptive OBJECT-TYPE This object indicates whether the scrub or SEU algorithm is rate-adaptive. The values provided by objects csmScrubDeltaInterval, csmScrubRetryInterval, and csmScrubThresholdInterval are only applicable when this object is set to 'true'. true : Algorithm is rate-adaptive. false : Algorithm is NOT rate-adaptive. | 1.3.6.1.4.1.9.9.701.1.1.1.4 | TruthValue | read-only | current |
| csmScrubAlgorithmEnabled OBJECT-TYPE This object indicates whether the SEU algorithm is enabled. true : Algorithm is enabled false : Algorithm is disabled | 1.3.6.1.4.1.9.9.701.1.1.1.5 | TruthValue | read-write | current |
| csmScrubRunInterval OBJECT-TYPE This object represents the amount of wait time between when a scrub algorithm finishes its current run and begins its next run. | 1.3.6.1.4.1.9.9.701.1.1.1.6 | Unsigned32 | read-write | current |
| csmScrubRunIntervalUnits OBJECT-TYPE This object represents the units for csmScrubRunInterval. | 1.3.6.1.4.1.9.9.701.1.1.1.7 | DisplayString | read-only | current |
| csmScrubDeltaInterval OBJECT-TYPE This object represents the amount of time that a rate-adaptive scrub algorithm increases or decreases the csmScrubRunInterval. The scrub interval is decreased when an error interrupt occurs and the cScrubThresholdIntervalCount is exceeded. The scrub interval is increased when the scrub retry timer expires. | 1.3.6.1.4.1.9.9.701.1.1.1.8 | Unsigned32 | read-write | current |
| csmScrubDeltaIntervalUnits OBJECT-TYPE This object represents the units for csmScrubDeltaInterval. | 1.3.6.1.4.1.9.9.701.1.1.1.9 | DisplayString | read-only | current |
| csmScrubRetryInterval OBJECT-TYPE This object represents the amount of time a rate-adaptive scrub algorithm waits before increasing the csmScrubRunInterval. | 1.3.6.1.4.1.9.9.701.1.1.1.10 | Unsigned32 | read-write | current |
| csmScrubRetryIntervalUnits OBJECT-TYPE This object represents the units for csmScrubConfigRetryInterval. | 1.3.6.1.4.1.9.9.701.1.1.1.11 | DisplayString | read-only | current |
| csmScrubCurrentInterval OBJECT-TYPE This object represents the current interval between which scrubs or SEU-mitigation runs. A value of 0 (zero) indicates that the scrubs or runs are back-to-back. | 1.3.6.1.4.1.9.9.701.1.1.1.12 | Unsigned32 | read-only | current |
| csmScrubCurrentIntervalUnits OBJECT-TYPE This object represents the units for csmScrubCurrentInterval. | 1.3.6.1.4.1.9.9.701.1.1.1.13 | DisplayString | read-only | current |
| csmScrubThresholdInterval OBJECT-TYPE This object represents the period of time that a rate-adaptive scrub algorithm will check for csmScrubThresholdErrorValue being exceeded. If the threshold is exceeded within this sliding time window, the scrub rate will increase. | 1.3.6.1.4.1.9.9.701.1.1.1.14 | Unsigned32 | read-write | current |
| csmScrubThresholdIntervalUnits OBJECT-TYPE This object indicates the units for csmScrubConfigThresholdInterval. | 1.3.6.1.4.1.9.9.701.1.1.1.15 | DisplayString | read-only | current |
| csmScrubThresholdIntervalCount OBJECT-TYPE This object represents the number of error interrupts received before a rate-adaptive scrub or SEU-mitigation algorithm decreases the scrub interval. | 1.3.6.1.4.1.9.9.701.1.1.1.16 | Unsigned32 (1..1000) | read-write | current |
| csmScrubThresholdErrorValue OBJECT-TYPE This object represents the error threshold above which, when it occurs during sliding window (csmScrubThresholdInterval), the scrub or SEU-mitigation rate will increase. | 1.3.6.1.4.1.9.9.701.1.1.1.17 | Unsigned32 (1..1000) | read-write | current |
| csmScrubRunning OBJECT-TYPE This object indicates whether the scrub or SEU algorithm is running or not. true : Algorithm is running. false : Algorithm is NOT running. | 1.3.6.1.4.1.9.9.701.1.1.1.18 | TruthValue | read-only | current |
| csmScrubStatus OBJECT-TYPE This object indicates whether an adaptive scrub or SEU algorithm is performing scrubs more frequently (elevated) due most likely to more frequent SEUs or decreased due to less frequent SEUs, or at a normal rate. | 1.3.6.1.4.1.9.9.701.1.1.1.19 | INTEGER {elevated(1), decreased(2), normal(3)} | read-only | current |
| csmScrubLastRun OBJECT-TYPE This object represents the date and time a scrub or SEU-mitigation algorithm last ran. | 1.3.6.1.4.1.9.9.701.1.1.1.20 | DateAndTime | read-only | current |
| csmScrubPassesCompleted OBJECT-TYPE This object represents the total number of scrub or SEU-mitigations runs since the last 'clear SEU counters' CLI (command line interace) command was issued. | 1.3.6.1.4.1.9.9.701.1.1.1.21 | Unsigned32 | read-only | current |
| csmScrubErrorsTable OBJECT-TYPE This table lists the errors and counts for the errors that the scrub algorithms are mitigating. All entries are added with the SEU subsystem is initialized. | 1.3.6.1.4.1.9.9.701.1.2 | not-accessible | current | |
| csmScrubErrorsEntry OBJECT-TYPE This object represents an entry in the csmScrubErrorsTable. | 1.3.6.1.4.1.9.9.701.1.2.1 | not-accessible | current | |
| csmScrubErrorsIndex OBJECT-TYPE This object uniquely identifies the csmScrubEntry. | 1.3.6.1.4.1.9.9.701.1.2.1.1 | Unsigned32 (1..1000) | not-accessible | current |
| csmScrubErrorsEntPhysicalIndex OBJECT-TYPE This object is represents the EntityPhysicalIndex (from the ENTITY-MIB) corresponding to the physical entity upon which the scrub or SEU-mitigation is being performed. | 1.3.6.1.4.1.9.9.701.1.2.1.2 | EntPhysicalIndexOrZero | read-only | current |
| csmScrubErrorsDescription OBJECT-TYPE This object represents the error name and may include things such as DDR memory errors, cache errors, register errors, and other processor-specific register errors. | 1.3.6.1.4.1.9.9.701.1.2.1.3 | DisplayString | read-only | current |
| csmScrubErrorsReference OBJECT-TYPE This object provides a reference to a User's Manual entry, if one exists, for processor and other device-specific errors. | 1.3.6.1.4.1.9.9.701.1.2.1.4 | DisplayString | read-only | current |
| csmScrubErrorsSingleBit OBJECT-TYPE This object counts the single-bit errors for the specific error type described by csmScrubErrorsDescription. | 1.3.6.1.4.1.9.9.701.1.2.1.5 | Counter32 | read-only | current |
| csmScrubErrorsSingleBitInterrupts OBJECT-TYPE This object counts number of interrupts thrown, if any, for single-bit errors that occurred for the specific error type described by csmScrubErrorsDescription. | 1.3.6.1.4.1.9.9.701.1.2.1.6 | Counter32 | read-only | current |
| csmScrubErrorsMultibit OBJECT-TYPE This object counts the multi-bit errors for the specific error type described by csmScrubErrorsDescription. | 1.3.6.1.4.1.9.9.701.1.2.1.7 | Counter32 | read-only | current |
| csmScrubErrorsMultibitInterrupts OBJECT-TYPE This object counts number of interrupts thrown, if any, for multiple-bit errors that occurred for the specific error type described by csmScrubErrorsDescription. | 1.3.6.1.4.1.9.9.701.1.2.1.8 | Counter32 | read-only | current |
| csmSeuEventLogMaxEntries OBJECT-TYPE This object represents the maximum number of entries in the csmSeuEventLogTable. | 1.3.6.1.4.1.9.9.701.1.3 | Unsigned32 (1..65535) | read-only | current |
| csmSeuEventLogTable OBJECT-TYPE This table lists any special error and scrub or SEU-mitigation algorithm events that may have occurred and is limited to csmSeuEventLogMaxEntries. All entries are added with the SEU subsystem is initialized. | 1.3.6.1.4.1.9.9.701.1.4 | not-accessible | current | |
| csmSeuEventLogEntry OBJECT-TYPE This object represents an entry in the csmSeuEventLogTable. | 1.3.6.1.4.1.9.9.701.1.4.1 | not-accessible | current | |
| csmSeuEventLogIndex OBJECT-TYPE This object uniquely identifies the csmScrubEventLogEntry. | 1.3.6.1.4.1.9.9.701.1.4.1.1 | Unsigned32 | not-accessible | current |
| csmSeuEventLogDescription OBJECT-TYPE This object describes the event of interest. | 1.3.6.1.4.1.9.9.701.1.4.1.2 | DisplayString (SIZE(64..255)) | read-only | current |
| csmSeuEventLogReference OBJECT-TYPE This object provides a reference to a User's Manual entry, if one exists, that describes and provides more detail for the event of interest. | 1.3.6.1.4.1.9.9.701.1.4.1.3 | DisplayString | read-only | current |
| csmSeuEventLogAddress OBJECT-TYPE This object provides the hexadecimal address (if one exists) associated with the event that occurred. | 1.3.6.1.4.1.9.9.701.1.4.1.4 | DisplayString | read-only | current |
| csmSeuEventLogTimeStamp OBJECT-TYPE This object provides a date-and-time-stamp for the event that occurred. | 1.3.6.1.4.1.9.9.701.1.4.1.5 | DateAndTime | read-only | current |
| ciscoSeuMitigationMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.701.2 | |||
| ciscoSeuMitigationMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.701.2.1 | |||
| ciscoSeuMitigationMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.701.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| csmSeuScrubAlert NOTIFICATION-TYPE Notifies NMS when the scrub rate or SEU-mitigation rate is elevated, decreased or returns to normal. | 1.3.6.1.4.1.9.9.701.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoSeuMitigationMIBCompliance MODULE-COMPLIANCE This is the module-compliance containing default object groups. | 1.3.6.1.4.1.9.9.701.2.1.1 | current |
| ciscoSeuMitigationMIBMainObjectGroup OBJECT-GROUP This is the list of objects that are required for an agent to support the CISCO-SEU-MITIGATION-MIB. | 1.3.6.1.4.1.9.9.701.2.2.1 | current |
| ciscoSeuMitigationMIBNotificationGroup NOTIFICATION-GROUP This is the list of Notifications required for an agent to support the CISCO-SEU-MITIGATION-MIB. | 1.3.6.1.4.1.9.9.701.2.2.2 | current |