CISCO-ATM-CELL-LAYER-MIB
AI MIB Summary
The CISCO-ATM-CELL-LAYER-MIB monitors and manages physical ATM line interfaces on Cisco devices, exposing cell-layer statistics such as cell loss, cell delay, and cell error rates to facilitate performance analysis and fault isolation at the data link layer.
The MIB module to describe ATM cell layer objects and statistics of a physical line.
Main OID:
ciscoAtmCellLayerMIB.1.3.6.1.4.1.9.9.133
127
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
127 total| Object Name |
|---|
ciscoAtmCellLayerMIBThe MIB module to describe ATM cell layer objects and statistics
of a physical line. MODULE-IDENTITY .1.3.6.1.4.1.9.9.133 |
ciscoAtmCellLayerMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.133.1 |
caclConfig OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.133.1.1 |
caclConfigTableThe 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. SEQUENCE OF CaclConfigEntry .1.3.6.1.4.1.9.9.133.1.1.1 |
caclConfigEntryAn entry in the caclConfigTable. The table is indexed by the
ifIndex of the atm(37) interface. CaclConfigEntry .1.3.6.1.4.1.9.9.133.1.1.1.1 |
caclNullCellHeaderThe 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.rw OCTET STRING .1.3.6.1.4.1.9.9.133.1.1.1.1.1 |
caclNullCellPayloadNull 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.rw Unsigned32 .1.3.6.1.4.1.9.9.133.1.1.1.1.2 |
caclHecCosetEnableIf enabled, the algorithm of Coset Polynomial Addition is applied
to do header error check calculations.
It applies to transmitted as well as received cells.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.133.1.1.1.1.3 |
caclPayloadScramblingEnableAn indication of whether Payload Scrambling is enabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.133.1.1.1.1.4 |
caclTimeElapsedThe 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.ro INTEGER .1.3.6.1.4.1.9.9.133.1.1.1.1.5 |
caclValidIntervalsThe 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.ro INTEGER .1.3.6.1.4.1.9.9.133.1.1.1.1.6 |
caclInvalidIntervalsThe 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).ro INTEGER .1.3.6.1.4.1.9.9.133.1.1.1.1.7 |
caclStats OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.133.1.2 |
caclStatsTableThe 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. SEQUENCE OF CaclStatsEntry .1.3.6.1.4.1.9.9.133.1.2.1 |
caclStatsEntryAn 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. CaclStatsEntry .1.3.6.1.4.1.9.9.133.1.2.1.1 |
caclInRcvCLP0CellsThe number of cells received on the interface with
CLP0 bit set.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.1 |
caclInRcvCLP1CellsThe number of cells received on the interface with
CLP1 bit set.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.2 |
caclInValidOAMCellsThe number of valid Operation and Maintainance(OAM) cells
received on the interface.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.3 |
caclInErrOAMCellsThe number of errored OAM cells received on the interface.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.4 |
caclInGfcCellsThe number of non-zero GFC cells received on the interface.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.5 |
caclInVpiVciErrCellsThe number of cells received from the interface
with unknown Vpi/Vci values.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.6 |
caclInLastUnknVpiThe last unknown Vpi value. This object is valid only
if 'caclInVpiVciErrCells' is non-zero.ro Integer32 .1.3.6.1.4.1.9.9.133.1.2.1.1.7 |
caclInLastUnknVciThe last unknown Vci value. This object is valid only
if 'caclInVpiVciErrCells' is non-zero.ro Integer32 .1.3.6.1.4.1.9.9.133.1.2.1.1.8 |
caclInXmtCLP0CellsThe number of CLP0 cells received from the interface
and transmitted to the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.9 |
caclInXmtCLP1CellsThe number of CLP1 cells received from the interface
and transmitted to the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.10 |
caclInValidRMCellsThe number of Valid RM cells received from the interface.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.11 |
caclInRcvIdleCellsThe number of idle cells received from the interface.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.12 |
caclInHecErrDiscCellsHeader 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.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.13 |
caclInHecErrCorrectedCellsThe number of received cells which had HEC errors
that were corrected.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.14 |
caclInUpcCLP0DiscCellsIn 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.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.15 |
caclInUpcTotalDiscCellsThe total number of cells(CLP0+1) discarded due to policing.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.16 |
caclInUpcTotalNonCompCellsThe number of non-compliant cells (cells that are not compliant
to a specific traffic profile) discarded due to policing.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.17 |
caclOutXmtCLP0CellsThe number of CLP0 cells transmitted to interface.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.18 |
caclOutXmtCLP1CellsThe number of CLP1 cells transmitted to interface.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.19 |
caclOutValidOAMCellsThe number of Operartion and Maintainance(OAM) cells received
by the interface from the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.20 |
caclOutErrOAMCellsThe number of errored OAM cells received by the interface
from the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.21 |
caclOutVpiVciErrCellsThe number of cells with unknown vpi vci value in
received by the interface from the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.22 |
caclOutRcvCLP0CellsThe number of CLP0 cells received by the interface
from the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.23 |
caclOutRcvCLP1CellsThe number of CLP1 cells received by the interface
from the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.24 |
caclOutRcvValidRMCellsThe number of Valid RM cells received by the interface
from the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.25 |
caclOutRcvIdleCellsThe number of idle cells received by the interface
from the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.26 |
caclHInRcvCLP0CellsThe 64-bit version of caclInRcvCLP0Cells.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.1.1.27 |
caclHInRcvCLP1CellsThe 64-bit version of caclnRcvCLP1Cells.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.1.1.28 |
caclHOutXmtCLP0CellsThe 64-bit version of caclOutXmtCLP0Cells.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.1.1.29 |
caclHOutXmtCLP1CellsThe 64-bit version of caclOutXmtCLP1Cells.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.1.1.30 |
caclHighInRcvCLP0CellsThe upper 32 bit of the number of cells received on the
interface with CLP0 bit set.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.31 |
caclHighInRcvCLP1CellsThe upper 32 bit of the number of cells received on the
interface with CLP1 bit set.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.32 |
caclHighInValidOAMCellsThe upper 32 bit of the number of valid Operation and
Maintainance(OAM) cells received on the interface.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.33 |
caclHighInVpiVciErrCellsThe upper 32 bit of the number of cells received from the
interface with unknown Vpi/Vci values.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.34 |
caclHighInXmtCLP0CellsThe upper 32 bit of the number of CLP0 cells received from
the interface and transmitted to the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.35 |
caclHighInXmtCLP1CellsThe upper 32 bit of the number of CLP1 cells received from
the interface and transmitted to the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.36 |
caclHighInHecErrDiscCellsHeader 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.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.37 |
caclHighInHecErrCorrectedCellsThe upper 32 bit of the number of received cells which had
HEC errors that were corrected.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.38 |
caclHighOutXmtCLP0CellsThe upper 32 bit of the number of CLP0 cells transmitted to
interface.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.39 |
caclHighOutXmtCLP1CellsThe upper 32 bit of the number of CLP1 cells transmitted to
interface.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.40 |
caclHighOutValidOAMCellsThe upper 32 bit of the number of Operartion and
Maintainance(OAM) cells received by the interface from the
switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.41 |
caclHighOutRcvCLP0CellsThe upper 32 bit of the number of CLP0 cells received by
the interface from the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.42 |
caclHighOutRcvCLP1CellsThe upper 32 bit of the number of CLP1 cells received by
the interface from the switch fabric.ro Counter32 .1.3.6.1.4.1.9.9.133.1.2.1.1.43 |
caclIntervalStatsTableThe ATM Cell layer interval stats table. This table contains
statistics for the current (incomplete) interval and upto
96 previous (completed) 15-minute intervals. SEQUENCE OF CaclIntervalStatsEntry .1.3.6.1.4.1.9.9.133.1.2.2 |
caclIntervalStatsEntryAn 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. CaclIntervalStatsEntry .1.3.6.1.4.1.9.9.133.1.2.2.1 |
caclIntervalNumberA 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. INTEGER .1.3.6.1.4.1.9.9.133.1.2.2.1.1 |
caclIntervalInRcvCLP0CellsThe number of cells received on the interface with
CLP0 bit set during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.2 |
caclIntervalInRcvCLP1CellsThe number of cells received on the interface with
CLP1 bit set during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.3 |
caclIntervalInValidOAMCellsThe number of valid Operation and Maintainance(OAM) cells
received on the interface during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.4 |
caclIntervalInErrOAMCellsThe number of errored OAM cells received on the interface
during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.5 |
caclIntervalInGfcCellsThe number of non-zero GFC cells received on the interface
during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.6 |
caclIntervalInVpiVciErrCellsThe number of cells received from the interface
with unknown Vpi/Vci values during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.7 |
caclIntervalInLastUnknVpiThe 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.ro Integer32 .1.3.6.1.4.1.9.9.133.1.2.2.1.8 |
caclIntervalInLastUnknVciThe 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.ro Integer32 .1.3.6.1.4.1.9.9.133.1.2.2.1.9 |
caclIntervalInXmtCLP0CellsThe number of CLP0 cells received from the interface
and transmitted to the switch fabric during 15 minute
interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.10 |
caclIntervalInXmtCLP1CellsThe number of CLP1 cells received from the interface
and transmitted to the switch fabric during 15 minute
interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.11 |
caclIntervalInValidRMCellsThe number of Valid RM cells received from the interface
during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.12 |
caclIntervalInRcvIdleCellsThe number of idle cells received from the interface
during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.13 |
caclIntervalInHecErrDiscCellsThis object is the number of received cells which were
discarded because they had HEC errors during 15 minute
interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.14 |
caclIntervalInHecErrCorrCellsThe number of received cells which had HEC errors
that were corrected during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.15 |
caclIntervalInUpcCLP0DiscCellsThis is the counter associated with the number of CLP0
cells discarded due to policing during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.16 |
caclIntervalInUpcTotalDiscCellsThe total number of cells(CLP0+1) discarded due to policing
during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.17 |
caclIntervalInUpcTotNonCmpCellsThe number of non-compliant cells (cells that are not
compliant to a specific traffic profile) discarded due to
policing during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.18 |
caclIntervalOutXmtCLP0CellsThe number of CLP0 cells transmitted to interface during
15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.19 |
caclIntervalOutXmtCLP1CellsThe number of CLP1 cells transmitted to interface during
15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.20 |
caclIntervalOutValidOAMCellsThe number of Operartion and Maintainance(OAM) cells received
by the interface from the switch fabric during 15 minute
interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.21 |
caclIntervalOutErrOAMCellsThe number of errored OAM cells received by the interface
from the switch fabric during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.22 |
caclIntervalOutVpiVciErrCellsThe number of cells with unknown vpi vci value in
received by the interface from the switch fabric
during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.23 |
caclIntervalOutRcvCLP0CellsThe number of CLP0 cells received by the interface
from the switch fabric during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.24 |
caclIntervalOutRcvCLP1CellsThe number of CLP1 cells received by the interface
from the switch fabric during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.25 |
caclIntervalOutRcvValidRMCellsThe number of Valid RM cells received by the interface
from the switch fabric during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.26 |
caclIntervalOutRcvIdleCellsThe number of idle cells received by the interface
from the switch fabric during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.27 |
caclHighIntervalInRcvCLP0CellsThe Upper 32 bit of the number of cells received on the
interface with CLP0 bit set during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.28 |
caclHighIntervalInRcvCLP1CellsThe Upper 32 bit of the number of cells received on the
interface with CLP1 bit set during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.29 |
caclHighIntervalInVpiVciErrCellsThe Upper 32 bit of the number of cells received from the
interface with unknown Vpi/Vci values during 15 minute
interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.30 |
caclHighIntervalInXmtCLP0CellsThe Upper 32 bit of the number of CLP0 cells received
from the interface and transmitted to the switch fabric
during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.31 |
caclHighIntervalInXmtCLP1CellsThe Upper 32 bit of the number of CLP1 cells received
from the interface and transmitted to the switch fabric
during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.32 |
caclHighIntervalInHecErrDiscCellsThis object is the Upper 32 bit of the number of
received cells which were discarded because they had
HEC errors during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.33 |
caclHighIntervalInHecErrCorrCellsThe number of received cells which had HEC errors
that were corrected during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.34 |
caclHighIntervalOutXmtCLP0CellsThe number of CLP0 cells transmitted to interface during 15
minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.35 |
caclHighIntervalOutXmtCLP1CellsThe number of CLP1 cells transmitted to interface during 15
minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.36 |
caclHighIntervalOutVpiVciErrCellsThe number of cells with unknown vpi vci value in
received by the interface from the switch fabric
during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.37 |
caclHighIntervalOutRcvCLP0CellsThe number of CLP0 cells received by the interface
from the switch fabric during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.38 |
caclHighIntervalOutRcvCLP1CellsThe number of CLP1 cells received by the interface
from the switch fabric during 15 minute interval.ro Gauge32 .1.3.6.1.4.1.9.9.133.1.2.2.1.39 |
caclXStatsTableThe 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. SEQUENCE OF CaclXStatsEntry .1.3.6.1.4.1.9.9.133.1.2.3 |
caclXStatsEntryAn 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. CaclXStatsEntry .1.3.6.1.4.1.9.9.133.1.2.3.1 |
caclHCInValidOAMCellsThe 64 bit version of the number of valid Operation
and Maintainance(OAM) cells received on the interface.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.3.1.1 |
caclHCInVpiVciErrCellsThe 64 bit version of the number of cells received from the
interface with unknown Vpi/Vci values.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.3.1.2 |
caclHCInXmtCLP0CellsThe 64 bit version of the number of CLP0 cells received
from the interface and transmitted to the switch fabric.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.3.1.3 |
caclHCInXmtCLP1CellsThe 64 bit version of the number of CLP1 cells received
from the interface and transmitted to the switch
fabric.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.3.1.4 |
caclHCInHecErrDiscCellsHeader 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.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.3.1.5 |
caclHCInHecErrCorrectedCellsThe 64 bit version of thenumber of received cells which had
HEC errors that were corrected.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.3.1.6 |
caclHCOutValidOAMCellsThe 64 bit version of the number of Operartion and
Maintainance(OAM) cells received by the interface from the
switch fabric.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.3.1.7 |
caclHCOutRcvCLP0CellsThe 64 bit version of the number of CLP0 cells received by
the interface from the switch fabric.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.3.1.8 |
caclHCOutRcvCLP1CellsThe 64 bit version of the number of CLP1 cells received by
the interface from the switch fabric.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.3.1.9 |
caclXIntervalStatsTableThe ATM Cell layer interval stats table. This table contains
statistics for the current (incomplete) interval and upto
96 previous (completed) 15-minute intervals. SEQUENCE OF CaclXIntervalStatsEntry .1.3.6.1.4.1.9.9.133.1.2.4 |
caclXIntervalStatsEntryAn 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. CaclXIntervalStatsEntry .1.3.6.1.4.1.9.9.133.1.2.4.1 |
caclHCIntervalInRcvCLP0CellsThe 64 bit version of the number of cells received on the
interface with CLP0 bit set during 15 minute interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.1 |
caclHCIntervalInRcvCLP1CellsThe 64 bit version of the number of cells received on the
interface with CLP1 bit set during 15 minute interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.2 |
caclHCIntervalInVpiVciErrCellsThe 64 bit version of the number of cells received from the
interface with unknown Vpi/Vci values during 15 minute
interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.3 |
caclHCIntervalInXmtCLP0CellsThe 64 bit version of the number of CLP0 cells received
from the interface and transmitted to the switch fabric
during 15 minute interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.4 |
caclHCIntervalInXmtCLP1CellsThe 64 bit version of the number of CLP1 cells received
from the interface and transmitted to the switch fabric
during 15 minute interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.5 |
caclHCIntervalInHecErrDiscCellsThis object is the 64 bit version of the number of
received cells which were discarded because they had HEC
errors during 15 minute interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.6 |
caclHCIntervalInHecErrCorrCellsThe 64 bit version of the number of received cells which
had HEC errors that were corrected during 15 minute
interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.7 |
caclHCIntervalOutXmtCLP0CellsThe 64 bit version of the number of CLP0 cells transmitted
to interface during 15 minute interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.8 |
caclHCIntervalOutXmtCLP1CellsThe 64 bit version of the number of CLP1 cells transmitted
to interface during 15 minute interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.9 |
caclHCIntervalOutVpiVciErrCellsThe 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.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.10 |
caclHCIntervalOutRcvCLP0CellsThe 64 bit version of the number of CLP0 cells received by
the interfacefrom the switch fabric during 15 minute
interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.11 |
caclHCIntervalOutRcvCLP1CellsThe 64 bit version of the number of CLP1 cells received by
the interface from the switch fabric during 15 minute
interval.ro Counter64 .1.3.6.1.4.1.9.9.133.1.2.4.1.12 |
caclMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.133.1.3 |
caclMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.133.1.3.1 |
caclMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.133.1.3.2 |