cc/td/doc/product/wanbu/mgx8850/20x
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

ATM Cell Layer MIB File

ATM Cell Layer MIB File

This chapter describes the ATM cell layer objects and the statistics of a physical line. These MIB objects are defined in the CISCO-ATM-CELL-LAYER-MIB.my file.

Contents of this chapter include:

ATM Cell Layer Configuration Group

The object identifiers are listed in Table 7-1.


Table 7-1: ATM Cell Layer Configuration Group Object Identifiers
Name Object Identifier

caclConfigTable

::= {caclConfig 1}

caclConfigEntry

::= {caclConfigTable 1}

caclNullCellHeader

::= {caclConfigEntry 1}

caclNullCellPayload

::= {caclConfigEntry 2}

caclHecCosetEnable

::= {caclConfigEntry 3}

caclPayloadScramblingEnable

::= {caclConfigEntry 4}

The MIB objects are listed in Table 7-2.


Table 7-2: ATM Cell Layer Configuration Group MIB Objects
Name Syntax Description Default Value

caclConfigTable

Sequence of caclConfigEntry

Describes 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.

Max-Access: not-accessible

Status: current

none

caclConfigEntry

caclConfigEntry

Provides an entry in the caclConfigTable. The table is indexed by the ifIndex of the ATM(37) interface.

Max-Access: not-accessible

Status: current

The index is ifIndex.

none

caclNullCellHeader

OCTET STRING (SIZE(4))

Specifies the first four bytes of the ATM header to be used for Null cells. Generally, idle cells are inserted into a cellstream 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 are specified in the value of this object. It applies to both transmitted as well as received cells.

Refer to ITU-T Recommendation I.432.

Max-Access: read-write

Status: current

none

caclNullCellPayload

Unsigned32 (0..255)

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.

Refer to ITU-T Recommendation I.432.

Max-Access: read-write

Status: current

6Ah

caclHecCosetEnable

TruthValue

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.

Refer to ITU-T Recommendation I.432.

Max-Access: read-write

Status: current

true

caclPayloadScramblingEnable

TruthValue

Indicates whether Payload Scrambling is enabled.

Refer to ITU-T Recommendation I.432.

Max-Access: read-write

Status: current

true

ATM Cell Layer Statistics Group

The object identifiers are listed in Table 7-3.


Table 7-3: ATM Cell Layer Statistics Group Object Identifiers
Name Object Identifier

caclStatsTable

::= {caclStats 1}

caclStatsEntry

::= {caclStatsTable 1}

caclInRcvCLP0Cells

::= {caclStatsEntry 1}

caclInRcvCLP1Cells

::= {caclStatsEntry 2}

caclInValidOAMCells

::= {caclStatsEntry 3}

caclInErrOAMCells

::= {caclStatsEntry 4}

caclInGfcCells

::= {caclStatsEntry 5}

caclInVpiVciErrCells

::= {caclStatsEntry 6}

caclInLastUnknVpi

::= {caclStatsEntry 7}

caclInLastUnknVci

::= {caclStatsEntry 8}

caclInXmtCLP0Cells

::= {caclStatsEntry 9}

caclInXmtCLP1Cells

::= {caclStatsEntry 10}

caclInValidRMCells

::= {caclStatsEntry 11}

caclInRcvIdleCells

::= {caclStatsEntry 12}

caclInHecErrDiscCells

::= {caclStatsEntry 13}

caclInHecErrCorrectedCells

::= {caclStatsEntry 14}

caclInUpcCLP0DiscCells

::= {caclStatsEntry 15}

caclInUpcTotalDiscCells

::= {caclStatsEntry 16}

caclInUpcTotalNonCompCells

::= {caclStatsEntry 17}

caclOutXmtCLP0Cells

::= {caclStatsEntry 18}

caclOutXmtCLP1Cells

::= {caclStatsEntry 19}

caclOutValidOAMCells

::= {caclStatsEntry 20}

caclOutErrOAMCells

::= {caclStatsEntry 21}

caclOutVpiVciErrCells

::= {caclStatsEntry 22}

caclOutRcvCLP0Cells

::= {caclStatsEntry 23}

caclOutRcvCLP1Cells

::= {caclStatsEntry 24}

caclOutRcvValidRMCells

::= {caclStatsEntry 25}

caclOutRcvIdleCells

::= {caclStatsEntry 26}

caclHInRcvCLP0Cells

::= {caclStatsEntry 27}

caclHInRcvCLP1Cells

::= {caclStatsEntry 28}

caclHOutXmtCLP0Cells

::= {caclStatsEntry 29}

caclHOutXmtCLP1Cells

::= {caclStatsEntry 30}

The MIB objects are listed in Table 7-4.


Table 7-4: ATM Cell Layer Statistics Group MIB Objects
Name Syntax Description Default Value

caclStatsTable

Sequence of CaclStatsEntry

Describes the ATM Cell layer statistics table 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.

The following is the descriptions of the objects:

  • CLP-0 means Cell Loss Priority = 0

  • 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 the switch to the network.

Max-Access: not-accessible

Status: current

none

caclStatsEntry

caclStatsEntry

Provides an entry for the ATM cell layer statistics for a physical line. These are real-time 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.

Max-Access: not-accessible

Status: current

The index is ifIndex.

none

caclInRcvCLP0Cells

Counter32

Determines the number of cells received on the interface with CLP0 bit set.

Max-Access: read-only

Status: current

none

caclInRcvCLP1Cells

Counter32

Determines the number of cells received on the interface with CLP1 bit set.

Max-Access: read-only

Status: current

none

caclInValidOAMCells

Counter32

Determines the number of valid Operation and Maintenance (OAM) cells received on the interface.

Max-Access: read-only

Status: current

none

caclInErrOAMCells

Counter32

Determines the number of errored OAM cells received on the interface.

Max-Access: read-only

Status: current

none

caclInGfcCells

Counter32

Determines the number of non-zero GFC cells received on the interface.

Max-Access: read-only

Status: current

none

caclInVpiVciErrCells

Counter32

Determines the number of cells received from the interface with unknown VPI/VCI values.

Max-Access: read-only

Status: current

none

caclInLastUnknVpi

Integer32 (0..4095)

Determines the last unknown VPI value. This object is valid only if caclInVpiVciErrCells is non-zero.

Max-Access: read-only

Status: current

none

caclInLastUnknVci

Integer32 (0..65535)

Determines the last unknown VCI value. This object is valid only if caclInVpiVciErrCells is non-zero.

Max-Access: read-only

Status: current

none

caclInXmtCLP0Cells

Counter32

Determines the number of CLP0 cells received from the interface and transmitted to the switch fabric.

Max-Access: read-only

Status: current

none

caclInXmtCLP1Cells

Counter32

Determines the number of CLP1 cells received from the interface and transmitted to the switch fabric.

Max-Access: read-only

Status: current

none

caclInValidRMCells

Counter32

Determines the number of valid Resource Management (RM) cells received from the interface.

Max-Access: read-only

Status: current

none

caclInRcvIdleCells

Counter32

Determines the number of idle cells received from the interface.

Max-Access: read-only

Status: current

none

caclInHecErrDiscCells

Counter32

Provides error detection and correction from the ATM cell header by using the Header Error Check (HEC) calculation. This object is the number of received cells that were discarded because they had HEC errors.

Max-Access: read-only

Status: current

none

caclInHecErrCorrectedCells

Counter32

Specifies the number of received cells which had HEC errors that were corrected.

Max-Access: read-only

Status: current

none

caclInUpcCLP0Disc
Cells

Counter32

Allocates 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 a counter associated with the number of CLP0 cells discarded due to policing.

Max-Access: read-only

Status: current

none

caclInUpcTotalDisc
Cells

Counter32

Total number of cells (CLP0+1) discarded due to policing.

Max-Access: read-only

Status: current

none

caclInUpcTotalNonCompCells

Counter32

Determines the number of non-compliant cells (cells that are not compliant with a specific traffic profile) discarded due to policing.

Max-Access: read-only

Status: current

none

caclOutXmtCLP0Cells

Counter32

Determines the number of CLP0 cells transmitted to interface.

Max-Access: read-only

Status: current

none

caclOutXmtCLP1Cells

Counter32

Determines the number of CLP1 cells transmitted to interface.

Max-Access: read-only

Status: current

none

caclOutValidOAMCells

Counter32

Determines the number of Operation and Maintenance (OAM) cells received by the interface from the switch fabric.

Max-Access: read-only

Status: current

none

caclOutErrOAMCells

Counter32

Determines the number of errored OAM cells received by the interface from the switch fabric.

Max-Access: read-only

Status: current

none

caclOutVpiVciErrCells

Counter32

Determines the number of cells with unknown VPI or VCI value received by the interface from the switch fabric.

Max-Access: read-only

Status: current

none

caclOutRcvCLP0Cells

Counter32

Determines the number of CLP0 cells received by the interface from the switch fabric.

Max-Access: read-only

Status: current

none

caclOutRcvCLP1Cells

Counter32

Determines the number of CLP1 cells received by the interface from the switch fabric.

Max-Access: read-only

Status: current

none

caclOutRcvValidRM
Cells

Counter32

Determines the number of valid RM cells received by the interface from the switch fabric.

Max-Access: read-only

Status: current

none

caclOutRcvIdleCells

Counter32

Determines the number of idle cells received by the interface from the switch fabric.

Max-Access: read-only

Status: current

none

caclHInRcvCLP0Cells

Counter64

Determines the 64-bit version of caclInRcvCLP0Cells.

Max-Access: read-only

Status: current

none

caclHInRcvCLP1Cells

Counter64

Determines the 64-bit version of caclnRcvCLP1Cells.

Max-Access: read-only

Status: current

none

caclHOutXmtCLP0Cells

Counter64

Determines the 64-bit version of caclOutXmtCLP0Cells.

Max-Access: read-only

Status: current

none

caclHOutXmtCLP1Cells

Counter64

Determines the 64-bit version of caclOutXmtCLP1Cells.

Max-Access: read-only

Status: current

none

Conformance Information

One object identifier is listed in Table 7-5.


Table 7-5: ATM Cell Layer Conformance Information Object Identifier
Name Object Identifier

caclMIBCompliance

::= {caclMIBCompliances 1}

One MIB object is listed in Table 7-6.


Table 7-6: ATM Cell Layer Conformance Information MIB Object
Name Mandatory Groups Description Default Value

caclMIBCompliance

caclMIBGroup

Describes the compliance statement for the Cisco ATM Cell layer MIB.

Status: current

Module: AXSM

The descriptions for each mandatory group include:

none

Group Description

caclATMSwitchStatsMIB
Group

Required if the system is an ATM switch.

caclATMEndSyatemStatsMIB
Group

Required if the system is an End System.

caclHighSpeedATMMIB
Group

Required if the system has interface speed of OC12 or higher.

Units of Conformance

The object identifiers are listed in Table 7-7.


Table 7-7: ATM Cell Layer Units of Conformance Object Identifiers
Name Object Identifier

caclMIBGroup

::= {caclMIBGroups 1}

caclATMSwitchStatsMIBGroup

::= {caclMIBGroups 2}

caclATMEndSyatemStatsMIBGroup

::= {caclMIBGroups 3}

caclHighSpeedATMMIBGroup

::= {caclMIBGroups 4}

The MIB objects are listed in Table 7-8.


Table 7-8: ATM Cell Layer Units of Conformance MIB Object
Name Objects Description Default Value

caclMIBGroup

caclNullCellHeader, caclNullCellPayload, caclHecCosetEnable, caclPayloadScramblingEnable

Describes a collection of objects that provides ATM cell layer configuration parameters.

Status: current

none

caclATMSwitchStatsMIBGroup

caclInRcvCLP0Cells, caclInRcvCLP1Cells, caclInValidOAMCells, caclInErrOAMCells, caclInGfcCells, caclInVpiVciErrCells, caclInLastUnknVpi, caclInLastUnknVci, caclInXmtCLP0Cells, caclInXmtCLP1Cells, caclInValidRMCells, caclInRcvIdleCells, caclInHecErrDiscCells, caclInHecErrCorrectedCells, caclInUpcCLP0DiscCells, caclInUpcTotalDiscCells, caclInUpcTotalNonCompCells, caclOutXmtCLP0Cells, caclOutXmtCLP1Cells, caclOutValidOAMCells, caclOutErrOAMCells, caclOutVpiVciErrCells, caclOutRcvCLP0Cells, caclOutRcvCLP1Cells, caclOutRcvValidRMCells, caclOutRcvIdleCells

Describes a collection of objects that provides statistics for ATM switch interfaces.

Status: current

none

caclATMEndSyatem
StatsMIBGroup

caclInRcvCLP0Cells, caclInRcvCLP1Cells, caclInValidOAMCells, caclInErrOAMCells, caclInGfcCells, caclInVpiVciErrCells, caclInLastUnknVpi, caclInLastUnknVci, caclInValidRMCells, caclInRcvIdleCells, caclInHecErrDiscCells, caclInHecErrCorrectedCells, caclInUpcCLP0DiscCells, caclInUpcTotalDiscCells, caclInUpcTotalNonCompCells, caclOutXmtCLP0Cells, caclOutXmtCLP1Cells, caclOutValidOAMCells, caclOutErrOAMCells, caclOutVpiVciErrCells

Describes a collection of objects that provides statistics for ATM end-system interfaces.

Status: current

none

caclHighSpeedATM
MIBGroup

caclHInRcvCLP0Cells, caclHInRcvCLP1Cells, caclHOutXmtCLP0Cells, caclHOutXmtCLP1Cells

Applies to ATM interfaces with the speed of OC12 or higher.

Status: current

none


hometocprevnextglossaryfeedbacksearchhelp
Posted: Fri Sep 15 10:51:10 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.