MIBs Depot

CISCO-ATM-CELL-LAYER-MIB

Registered at
1.3.6.1.4.1.9.9.133
Last updated
2002-06-28 00:00
Organization
Cisco Systems, Inc.
Revisions
2002-06-28 00:00, 2000-05-02 00:00, 1999-05-03 00:00
Namespace
cisco
Source file
CISCO-ATM-CELL-LAYER-MIB
Digest
sha256:6880149ecda3cbdf4c5bde38f189bf2ef5733ad57b76c5abc3a79d26ec553231

Description

The MIB module to describe ATM cell layer objects and statistics of a physical line.

Contact

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

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, 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-ATM-CELL-LAYER-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoAtmCellLayerMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.133.1
caclConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.133.1.1
caclConfigTable
OBJECT-TYPE
The Atm cell layer configuration table. An entry in this table is automatically created for each entry in the ifTable which has an ifType of atm(37), and which is layered on top of a SONET,DS3 or DS1 interface on the ATM switch.
1.3.6.1.4.1.9.9.133.1.1.1not-accessiblecurrent
caclConfigEntry
OBJECT-TYPE
An entry in the caclConfigTable. The table is indexed by the ifIndex of the atm(37) interface.
1.3.6.1.4.1.9.9.133.1.1.1.1not-accessiblecurrent
caclNullCellHeader
OBJECT-TYPE
The first four bytes of the ATM header to be used for Null cells. Generally, idle cells are inserted into a cell stream as a mechanism for rate adaptation between the ATM data link layer and the physical layer. The header fields: Generic flow control,Payload type and Cell Loss Priority can be specified in the value of this object. It applies to both transmitted as well as received cells.
1.3.6.1.4.1.9.9.133.1.1.1.1.1OCTET STRING (SIZE(4))read-writecurrent
caclNullCellPayload
OBJECT-TYPE
Null cell Payload definition. The idle cell information field can be specified in this object. It applies to both transmitted as well as received cells. The default value is 0x6A.
1.3.6.1.4.1.9.9.133.1.1.1.1.2Unsigned32 (0..255)read-writecurrent
caclHecCosetEnable
OBJECT-TYPE
If enabled, the algorithm of Coset Polynomial Addition is applied to do header error check calculations. It applies to transmitted as well as received cells.
1.3.6.1.4.1.9.9.133.1.1.1.1.3TruthValueread-writecurrent
caclPayloadScramblingEnable
OBJECT-TYPE
An indication of whether Payload Scrambling is enabled.
1.3.6.1.4.1.9.9.133.1.1.1.1.4TruthValueread-writecurrent
caclTimeElapsed
OBJECT-TYPE
The number of seconds that have elapsed since the beginning of the near end current error- measurement period. If, for some reason, such as an adjustment in the system's time-of-day clock, the current interval exceeds the maximum value, the agent will return the maximum value.
1.3.6.1.4.1.9.9.133.1.1.1.1.5INTEGER (0..899)read-onlycurrent
caclValidIntervals
OBJECT-TYPE
The number of previous near end intervals for which data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which data is available.
1.3.6.1.4.1.9.9.133.1.1.1.1.6INTEGER (0..96)read-onlycurrent
caclInvalidIntervals
OBJECT-TYPE
The number of near end intervals in the range from 0 to caclValidIntervals for which no data is available. This object will typically be zero except in cases where the data for some intervals are not available (e.g., in proxy situations).
1.3.6.1.4.1.9.9.133.1.1.1.1.7INTEGER (0..96)read-onlycurrent
caclStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.133.1.2
caclStatsTable
OBJECT-TYPE
The ATM Cell layer stats table is for the cell layer over a physical line. There is an entry for each SONET, DS3 or DS1 line. The table maintains objects that apply to ATM end-systems, as well as objects that apply only to ATM switches. In all the following descriptions of objects, CLP-0 means Cell Loss Priority = 0, and CLP-1 means Cell Loss Priority = 1. ATM cells with CLP=0 have a higher priority in regard to cell loss than ATM cells with CLP=1. Therefore, during resource congestions, CLP=1 cells are dropped before any CLP=0 cell is dropped. Ingress direction means coming from network to the switch. Egress direction means going from switch to the network.
1.3.6.1.4.1.9.9.133.1.2.1not-accessiblecurrent
caclStatsEntry
OBJECT-TYPE
An entry for the ATM Cell layer statistics for a physical line. These are realtime statistics which are collected per cell layer over a physical line. Entries are created automatically for each line. The table is indexed by the ifIndex value of the atm(37) interface.
1.3.6.1.4.1.9.9.133.1.2.1.1not-accessiblecurrent
caclInRcvCLP0Cells
OBJECT-TYPE
The number of cells received on the interface with CLP0 bit set.
1.3.6.1.4.1.9.9.133.1.2.1.1.1Counter32read-onlycurrent
caclInRcvCLP1Cells
OBJECT-TYPE
The number of cells received on the interface with CLP1 bit set.
1.3.6.1.4.1.9.9.133.1.2.1.1.2Counter32read-onlycurrent
caclInValidOAMCells
OBJECT-TYPE
The number of valid Operation and Maintainance(OAM) cells received on the interface.
1.3.6.1.4.1.9.9.133.1.2.1.1.3Counter32read-onlycurrent
caclInErrOAMCells
OBJECT-TYPE
The number of errored OAM cells received on the interface.
1.3.6.1.4.1.9.9.133.1.2.1.1.4Counter32read-onlycurrent
caclInGfcCells
OBJECT-TYPE
The number of non-zero GFC cells received on the interface.
1.3.6.1.4.1.9.9.133.1.2.1.1.5Counter32read-onlycurrent
caclInVpiVciErrCells
OBJECT-TYPE
The number of cells received from the interface with unknown Vpi/Vci values.
1.3.6.1.4.1.9.9.133.1.2.1.1.6Counter32read-onlycurrent
caclInLastUnknVpi
OBJECT-TYPE
The last unknown Vpi value. This object is valid only if 'caclInVpiVciErrCells' is non-zero.
1.3.6.1.4.1.9.9.133.1.2.1.1.7Integer32 (0..4095)read-onlycurrent
caclInLastUnknVci
OBJECT-TYPE
The last unknown Vci value. This object is valid only if 'caclInVpiVciErrCells' is non-zero.
1.3.6.1.4.1.9.9.133.1.2.1.1.8Integer32 (0..65535)read-onlycurrent
caclInXmtCLP0Cells
OBJECT-TYPE
The number of CLP0 cells received from the interface and transmitted to the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.9Counter32read-onlycurrent
caclInXmtCLP1Cells
OBJECT-TYPE
The number of CLP1 cells received from the interface and transmitted to the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.10Counter32read-onlycurrent
caclInValidRMCells
OBJECT-TYPE
The number of Valid RM cells received from the interface.
1.3.6.1.4.1.9.9.133.1.2.1.1.11Counter32read-onlycurrent
caclInRcvIdleCells
OBJECT-TYPE
The number of idle cells received from the interface.
1.3.6.1.4.1.9.9.133.1.2.1.1.12Counter32read-onlycurrent
caclInHecErrDiscCells
OBJECT-TYPE
Header Error Check (HEC) calculation is used to provide error detection and correction from the ATM cell header. This object is the number of received cells which were discarded because they had HEC errors.
1.3.6.1.4.1.9.9.133.1.2.1.1.13Counter32read-onlycurrent
caclInHecErrCorrectedCells
OBJECT-TYPE
The number of received cells which had HEC errors that were corrected.
1.3.6.1.4.1.9.9.133.1.2.1.1.14Counter32read-onlycurrent
caclInUpcCLP0DiscCells
OBJECT-TYPE
In order to allocate resources fairly among different users, networks police traffic at resource access points. The traffic enforcement or policing taken at a UNI is called Usage Parameter Control (UPC). This is the counter associated with the number of CLP0 cells discarded due to policing.
1.3.6.1.4.1.9.9.133.1.2.1.1.15Counter32read-onlycurrent
caclInUpcTotalDiscCells
OBJECT-TYPE
The total number of cells(CLP0+1) discarded due to policing.
1.3.6.1.4.1.9.9.133.1.2.1.1.16Counter32read-onlycurrent
caclInUpcTotalNonCompCells
OBJECT-TYPE
The number of non-compliant cells (cells that are not compliant to a specific traffic profile) discarded due to policing.
1.3.6.1.4.1.9.9.133.1.2.1.1.17Counter32read-onlycurrent
caclOutXmtCLP0Cells
OBJECT-TYPE
The number of CLP0 cells transmitted to interface.
1.3.6.1.4.1.9.9.133.1.2.1.1.18Counter32read-onlycurrent
caclOutXmtCLP1Cells
OBJECT-TYPE
The number of CLP1 cells transmitted to interface.
1.3.6.1.4.1.9.9.133.1.2.1.1.19Counter32read-onlycurrent
caclOutValidOAMCells
OBJECT-TYPE
The number of Operartion and Maintainance(OAM) cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.20Counter32read-onlycurrent
caclOutErrOAMCells
OBJECT-TYPE
The number of errored OAM cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.21Counter32read-onlycurrent
caclOutVpiVciErrCells
OBJECT-TYPE
The number of cells with unknown vpi vci value in received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.22Counter32read-onlycurrent
caclOutRcvCLP0Cells
OBJECT-TYPE
The number of CLP0 cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.23Counter32read-onlycurrent
caclOutRcvCLP1Cells
OBJECT-TYPE
The number of CLP1 cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.24Counter32read-onlycurrent
caclOutRcvValidRMCells
OBJECT-TYPE
The number of Valid RM cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.25Counter32read-onlycurrent
caclOutRcvIdleCells
OBJECT-TYPE
The number of idle cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.26Counter32read-onlycurrent
caclHInRcvCLP0Cells
OBJECT-TYPE
The 64-bit version of caclInRcvCLP0Cells.
1.3.6.1.4.1.9.9.133.1.2.1.1.27Counter64read-onlycurrent
caclHInRcvCLP1Cells
OBJECT-TYPE
The 64-bit version of caclnRcvCLP1Cells.
1.3.6.1.4.1.9.9.133.1.2.1.1.28Counter64read-onlycurrent
caclHOutXmtCLP0Cells
OBJECT-TYPE
The 64-bit version of caclOutXmtCLP0Cells.
1.3.6.1.4.1.9.9.133.1.2.1.1.29Counter64read-onlycurrent
caclHOutXmtCLP1Cells
OBJECT-TYPE
The 64-bit version of caclOutXmtCLP1Cells.
1.3.6.1.4.1.9.9.133.1.2.1.1.30Counter64read-onlycurrent
caclHighInRcvCLP0Cells
OBJECT-TYPE
The upper 32 bit of the number of cells received on the interface with CLP0 bit set.
1.3.6.1.4.1.9.9.133.1.2.1.1.31Counter32read-onlycurrent
caclHighInRcvCLP1Cells
OBJECT-TYPE
The upper 32 bit of the number of cells received on the interface with CLP1 bit set.
1.3.6.1.4.1.9.9.133.1.2.1.1.32Counter32read-onlycurrent
caclHighInValidOAMCells
OBJECT-TYPE
The upper 32 bit of the number of valid Operation and Maintainance(OAM) cells received on the interface.
1.3.6.1.4.1.9.9.133.1.2.1.1.33Counter32read-onlycurrent
caclHighInVpiVciErrCells
OBJECT-TYPE
The upper 32 bit of the number of cells received from the interface with unknown Vpi/Vci values.
1.3.6.1.4.1.9.9.133.1.2.1.1.34Counter32read-onlycurrent
caclHighInXmtCLP0Cells
OBJECT-TYPE
The upper 32 bit of the number of CLP0 cells received from the interface and transmitted to the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.35Counter32read-onlycurrent
caclHighInXmtCLP1Cells
OBJECT-TYPE
The upper 32 bit of the number of CLP1 cells received from the interface and transmitted to the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.36Counter32read-onlycurrent
caclHighInHecErrDiscCells
OBJECT-TYPE
Header Error Check (HEC) calculation is used to provide error detection and correction from the ATM cell header. This object is the upper 32 bit of the number of received cells which were discarded because they had HEC errors.
1.3.6.1.4.1.9.9.133.1.2.1.1.37Counter32read-onlycurrent
caclHighInHecErrCorrectedCells
OBJECT-TYPE
The upper 32 bit of the number of received cells which had HEC errors that were corrected.
1.3.6.1.4.1.9.9.133.1.2.1.1.38Counter32read-onlycurrent
caclHighOutXmtCLP0Cells
OBJECT-TYPE
The upper 32 bit of the number of CLP0 cells transmitted to interface.
1.3.6.1.4.1.9.9.133.1.2.1.1.39Counter32read-onlycurrent
caclHighOutXmtCLP1Cells
OBJECT-TYPE
The upper 32 bit of the number of CLP1 cells transmitted to interface.
1.3.6.1.4.1.9.9.133.1.2.1.1.40Counter32read-onlycurrent
caclHighOutValidOAMCells
OBJECT-TYPE
The upper 32 bit of the number of Operartion and Maintainance(OAM) cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.41Counter32read-onlycurrent
caclHighOutRcvCLP0Cells
OBJECT-TYPE
The upper 32 bit of the number of CLP0 cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.42Counter32read-onlycurrent
caclHighOutRcvCLP1Cells
OBJECT-TYPE
The upper 32 bit of the number of CLP1 cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.1.1.43Counter32read-onlycurrent
caclIntervalStatsTable
OBJECT-TYPE
The ATM Cell layer interval stats table. This table contains statistics for the current (incomplete) interval and upto 96 previous (completed) 15-minute intervals.
1.3.6.1.4.1.9.9.133.1.2.2not-accessiblecurrent
caclIntervalStatsEntry
OBJECT-TYPE
An entry for the ATM Cell layer interval statistics for a physical line. Entries are created automatically for each line. The table is indexed by the ifIndex and interval number. Interval number 0 is the current interval being collected.
1.3.6.1.4.1.9.9.133.1.2.2.1not-accessiblecurrent
caclIntervalNumber
OBJECT-TYPE
A number between 0 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1. 0 means the current interval being collected.
1.3.6.1.4.1.9.9.133.1.2.2.1.1INTEGER (0..96)not-accessiblecurrent
caclIntervalInRcvCLP0Cells
OBJECT-TYPE
The number of cells received on the interface with CLP0 bit set during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.2Gauge32read-onlycurrent
caclIntervalInRcvCLP1Cells
OBJECT-TYPE
The number of cells received on the interface with CLP1 bit set during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.3Gauge32read-onlycurrent
caclIntervalInValidOAMCells
OBJECT-TYPE
The number of valid Operation and Maintainance(OAM) cells received on the interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.4Gauge32read-onlycurrent
caclIntervalInErrOAMCells
OBJECT-TYPE
The number of errored OAM cells received on the interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.5Gauge32read-onlycurrent
caclIntervalInGfcCells
OBJECT-TYPE
The number of non-zero GFC cells received on the interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.6Gauge32read-onlycurrent
caclIntervalInVpiVciErrCells
OBJECT-TYPE
The number of cells received from the interface with unknown Vpi/Vci values during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.7Gauge32read-onlycurrent
caclIntervalInLastUnknVpi
OBJECT-TYPE
The last unknown Vpi value during 15 minute interval. This object is valid only if the value of 'caclIntervalInVpiVciErrCells' for the same interval is non-zero.
1.3.6.1.4.1.9.9.133.1.2.2.1.8Integer32 (0..4095)read-onlycurrent
caclIntervalInLastUnknVci
OBJECT-TYPE
The last unknown Vci value during 15 minute interval. This object is valid only if the value of 'caclIntervalInVpiVciErrCells' for the same interval is non-zero.
1.3.6.1.4.1.9.9.133.1.2.2.1.9Integer32 (0..65535)read-onlycurrent
caclIntervalInXmtCLP0Cells
OBJECT-TYPE
The number of CLP0 cells received from the interface and transmitted to the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.10Gauge32read-onlycurrent
caclIntervalInXmtCLP1Cells
OBJECT-TYPE
The number of CLP1 cells received from the interface and transmitted to the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.11Gauge32read-onlycurrent
caclIntervalInValidRMCells
OBJECT-TYPE
The number of Valid RM cells received from the interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.12Gauge32read-onlycurrent
caclIntervalInRcvIdleCells
OBJECT-TYPE
The number of idle cells received from the interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.13Gauge32read-onlycurrent
caclIntervalInHecErrDiscCells
OBJECT-TYPE
This object is the number of received cells which were discarded because they had HEC errors during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.14Gauge32read-onlycurrent
caclIntervalInHecErrCorrCells
OBJECT-TYPE
The number of received cells which had HEC errors that were corrected during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.15Gauge32read-onlycurrent
caclIntervalInUpcCLP0DiscCells
OBJECT-TYPE
This is the counter associated with the number of CLP0 cells discarded due to policing during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.16Gauge32read-onlycurrent
caclIntervalInUpcTotalDiscCells
OBJECT-TYPE
The total number of cells(CLP0+1) discarded due to policing during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.17Gauge32read-onlycurrent
caclIntervalInUpcTotNonCmpCells
OBJECT-TYPE
The number of non-compliant cells (cells that are not compliant to a specific traffic profile) discarded due to policing during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.18Gauge32read-onlycurrent
caclIntervalOutXmtCLP0Cells
OBJECT-TYPE
The number of CLP0 cells transmitted to interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.19Gauge32read-onlycurrent
caclIntervalOutXmtCLP1Cells
OBJECT-TYPE
The number of CLP1 cells transmitted to interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.20Gauge32read-onlycurrent
caclIntervalOutValidOAMCells
OBJECT-TYPE
The number of Operartion and Maintainance(OAM) cells received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.21Gauge32read-onlycurrent
caclIntervalOutErrOAMCells
OBJECT-TYPE
The number of errored OAM cells received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.22Gauge32read-onlycurrent
caclIntervalOutVpiVciErrCells
OBJECT-TYPE
The number of cells with unknown vpi vci value in received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.23Gauge32read-onlycurrent
caclIntervalOutRcvCLP0Cells
OBJECT-TYPE
The number of CLP0 cells received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.24Gauge32read-onlycurrent
caclIntervalOutRcvCLP1Cells
OBJECT-TYPE
The number of CLP1 cells received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.25Gauge32read-onlycurrent
caclIntervalOutRcvValidRMCells
OBJECT-TYPE
The number of Valid RM cells received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.26Gauge32read-onlycurrent
caclIntervalOutRcvIdleCells
OBJECT-TYPE
The number of idle cells received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.27Gauge32read-onlycurrent
caclHighIntervalInRcvCLP0Cells
OBJECT-TYPE
The Upper 32 bit of the number of cells received on the interface with CLP0 bit set during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.28Gauge32read-onlycurrent
caclHighIntervalInRcvCLP1Cells
OBJECT-TYPE
The Upper 32 bit of the number of cells received on the interface with CLP1 bit set during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.29Gauge32read-onlycurrent
caclHighIntervalInVpiVciErrCells
OBJECT-TYPE
The Upper 32 bit of the number of cells received from the interface with unknown Vpi/Vci values during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.30Gauge32read-onlycurrent
caclHighIntervalInXmtCLP0Cells
OBJECT-TYPE
The Upper 32 bit of the number of CLP0 cells received from the interface and transmitted to the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.31Gauge32read-onlycurrent
caclHighIntervalInXmtCLP1Cells
OBJECT-TYPE
The Upper 32 bit of the number of CLP1 cells received from the interface and transmitted to the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.32Gauge32read-onlycurrent
caclHighIntervalInHecErrDiscCells
OBJECT-TYPE
This object is the Upper 32 bit of the number of received cells which were discarded because they had HEC errors during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.33Gauge32read-onlycurrent
caclHighIntervalInHecErrCorrCells
OBJECT-TYPE
The number of received cells which had HEC errors that were corrected during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.34Gauge32read-onlycurrent
caclHighIntervalOutXmtCLP0Cells
OBJECT-TYPE
The number of CLP0 cells transmitted to interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.35Gauge32read-onlycurrent
caclHighIntervalOutXmtCLP1Cells
OBJECT-TYPE
The number of CLP1 cells transmitted to interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.36Gauge32read-onlycurrent
caclHighIntervalOutVpiVciErrCells
OBJECT-TYPE
The number of cells with unknown vpi vci value in received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.37Gauge32read-onlycurrent
caclHighIntervalOutRcvCLP0Cells
OBJECT-TYPE
The number of CLP0 cells received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.38Gauge32read-onlycurrent
caclHighIntervalOutRcvCLP1Cells
OBJECT-TYPE
The number of CLP1 cells received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.2.1.39Gauge32read-onlycurrent
caclXStatsTable
OBJECT-TYPE
The ATM Cell layer stats table is for the cell layer over a physical line. There is an entry for each SONET, DS3 or DS1 line. The table maintains objects that apply to ATM end-systems, as well as objects that apply only to ATM switches. In all the following descriptions of objects, CLP-0 means Cell Loss Priority = 0, and CLP-1 means Cell Loss Priority = 1. ATM cells with CLP=0 have a higher priority in regard to cell loss than ATM cells with CLP=1. Therefore, during resource congestions, CLP=1 cells are dropped before any CLP=0 cell is dropped. Ingress direction means coming from network to the switch. Egress direction means going from switch to the network.
1.3.6.1.4.1.9.9.133.1.2.3not-accessiblecurrent
caclXStatsEntry
OBJECT-TYPE
An entry for the ATM Cell layer statistics for a physical line. These are realtime statistics which are collected per cell layer over a physical line. Entries are created automatically for each line. The table is indexed by the ifIndex value of the atm(37) interface.
1.3.6.1.4.1.9.9.133.1.2.3.1not-accessiblecurrent
caclHCInValidOAMCells
OBJECT-TYPE
The 64 bit version of the number of valid Operation and Maintainance(OAM) cells received on the interface.
1.3.6.1.4.1.9.9.133.1.2.3.1.1Counter64read-onlycurrent
caclHCInVpiVciErrCells
OBJECT-TYPE
The 64 bit version of the number of cells received from the interface with unknown Vpi/Vci values.
1.3.6.1.4.1.9.9.133.1.2.3.1.2Counter64read-onlycurrent
caclHCInXmtCLP0Cells
OBJECT-TYPE
The 64 bit version of the number of CLP0 cells received from the interface and transmitted to the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.3.1.3Counter64read-onlycurrent
caclHCInXmtCLP1Cells
OBJECT-TYPE
The 64 bit version of the number of CLP1 cells received from the interface and transmitted to the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.3.1.4Counter64read-onlycurrent
caclHCInHecErrDiscCells
OBJECT-TYPE
Header Error Check (HEC) calculation is used to provide error detection and correction from the ATM cell header. This object is 64 bit version of the the number of received cells which were discarded because they had HEC errors.
1.3.6.1.4.1.9.9.133.1.2.3.1.5Counter64read-onlycurrent
caclHCInHecErrCorrectedCells
OBJECT-TYPE
The 64 bit version of thenumber of received cells which had HEC errors that were corrected.
1.3.6.1.4.1.9.9.133.1.2.3.1.6Counter64read-onlycurrent
caclHCOutValidOAMCells
OBJECT-TYPE
The 64 bit version of the number of Operartion and Maintainance(OAM) cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.3.1.7Counter64read-onlycurrent
caclHCOutRcvCLP0Cells
OBJECT-TYPE
The 64 bit version of the number of CLP0 cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.3.1.8Counter64read-onlycurrent
caclHCOutRcvCLP1Cells
OBJECT-TYPE
The 64 bit version of the number of CLP1 cells received by the interface from the switch fabric.
1.3.6.1.4.1.9.9.133.1.2.3.1.9Counter64read-onlycurrent
caclXIntervalStatsTable
OBJECT-TYPE
The ATM Cell layer interval stats table. This table contains statistics for the current (incomplete) interval and upto 96 previous (completed) 15-minute intervals.
1.3.6.1.4.1.9.9.133.1.2.4not-accessiblecurrent
caclXIntervalStatsEntry
OBJECT-TYPE
An entry for the ATM Cell layer interval statistics for a physical line. Entries are created automatically for each line. The table is indexed by the ifIndex and interval number. Interval number 0 is the current interval being collected.
1.3.6.1.4.1.9.9.133.1.2.4.1not-accessiblecurrent
caclHCIntervalInRcvCLP0Cells
OBJECT-TYPE
The 64 bit version of the number of cells received on the interface with CLP0 bit set during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.1Counter64read-onlycurrent
caclHCIntervalInRcvCLP1Cells
OBJECT-TYPE
The 64 bit version of the number of cells received on the interface with CLP1 bit set during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.2Counter64read-onlycurrent
caclHCIntervalInVpiVciErrCells
OBJECT-TYPE
The 64 bit version of the number of cells received from the interface with unknown Vpi/Vci values during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.3Counter64read-onlycurrent
caclHCIntervalInXmtCLP0Cells
OBJECT-TYPE
The 64 bit version of the number of CLP0 cells received from the interface and transmitted to the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.4Counter64read-onlycurrent
caclHCIntervalInXmtCLP1Cells
OBJECT-TYPE
The 64 bit version of the number of CLP1 cells received from the interface and transmitted to the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.5Counter64read-onlycurrent
caclHCIntervalInHecErrDiscCells
OBJECT-TYPE
This object is the 64 bit version of the number of received cells which were discarded because they had HEC errors during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.6Counter64read-onlycurrent
caclHCIntervalInHecErrCorrCells
OBJECT-TYPE
The 64 bit version of the number of received cells which had HEC errors that were corrected during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.7Counter64read-onlycurrent
caclHCIntervalOutXmtCLP0Cells
OBJECT-TYPE
The 64 bit version of the number of CLP0 cells transmitted to interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.8Counter64read-onlycurrent
caclHCIntervalOutXmtCLP1Cells
OBJECT-TYPE
The 64 bit version of the number of CLP1 cells transmitted to interface during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.9Counter64read-onlycurrent
caclHCIntervalOutVpiVciErrCells
OBJECT-TYPE
The 64 bit version of the number of cells with unknown vpi vci value in received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.10Counter64read-onlycurrent
caclHCIntervalOutRcvCLP0Cells
OBJECT-TYPE
The 64 bit version of the number of CLP0 cells received by the interfacefrom the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.11Counter64read-onlycurrent
caclHCIntervalOutRcvCLP1Cells
OBJECT-TYPE
The 64 bit version of the number of CLP1 cells received by the interface from the switch fabric during 15 minute interval.
1.3.6.1.4.1.9.9.133.1.2.4.1.12Counter64read-onlycurrent
caclMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.133.1.3
caclMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.133.1.3.1
caclMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.133.1.3.2

Conformance

NameOIDStatus
caclMIBCompliance
MODULE-COMPLIANCE
The Compliance statement for the Cisco ATM Cell layer MIB.
1.3.6.1.4.1.9.9.133.1.3.1.1deprecated
caclMIBCompliance1
MODULE-COMPLIANCE
The Compliance statement for the Cisco ATM Cell layer MIB.
1.3.6.1.4.1.9.9.133.1.3.1.2current
caclMIBGroup
OBJECT-GROUP
A collection of objects which provide ATM cell layer configuration parmeters.
1.3.6.1.4.1.9.9.133.1.3.2.1current
caclATMSwitchStatsMIBGroup
OBJECT-GROUP
A collection of objects which provide statistics for ATM switch interfaces.
1.3.6.1.4.1.9.9.133.1.3.2.2deprecated
caclATMEndSyatemStatsMIBGroup
OBJECT-GROUP
A collection of objects which provide statistics for ATM end-system interfaces.
1.3.6.1.4.1.9.9.133.1.3.2.3deprecated
caclHighSpeedATMMIBGroup
OBJECT-GROUP
These statistics apply to ATM interfaces with speed of OC12 or higher.
1.3.6.1.4.1.9.9.133.1.3.2.4deprecated
caclIntervalStatsMIBGroup
OBJECT-GROUP
A collection of interval statistics.
1.3.6.1.4.1.9.9.133.1.3.2.5deprecated
caclATMSwitchStatsMIBGroup1
OBJECT-GROUP
A collection of objects which provide statistics for ATM switch interfaces.
1.3.6.1.4.1.9.9.133.1.3.2.6current
caclATMStatsMIBGroup
OBJECT-GROUP
A collection of objects which provide statistics for ATM switch and ATM end-system interfaces.
1.3.6.1.4.1.9.9.133.1.3.2.7current
caclHighSpeedATMMIBGroup1
OBJECT-GROUP
These statistics apply to ATM interfaces with speed of OC12 or higher.
1.3.6.1.4.1.9.9.133.1.3.2.8current
caclIntervalStatsMIBGroup1
OBJECT-GROUP
A collection of interval statistics.
1.3.6.1.4.1.9.9.133.1.3.2.9current
caclHCIntervalStatsMIBGroup
OBJECT-GROUP
A collection of interval statistics.
1.3.6.1.4.1.9.9.133.1.3.2.10current