-- Copyright 1999-2000 Control Resources Corporation. All Rights Reserved. -- -- Permission to reproduce this document is authorized on condition that -- the above copyright notice is included. This SNMP Management Information -- Base (MIB) Specification embodies CRCs confidential and proprietary -- intellectual property. CRC retains all title and ownership in the -- Specification, including any revisions. -- -- It is CRCs intent to encourage the widespread use of this Specification -- in connection with the management of CRC's CSU/DSU products. CRC grants -- vendors, end-users, and other interested parties a non-exclusive licence -- to use this Specification in connection with the management of said -- products. -- -- This Specification is supplied "AS IS," and CRC makes no warranty, -- either expressed or implied, as to the use operation, condition, or -- performance of the Specification. -- -- Revision History -- Version Date Name Description --------------------------------------------------------------------------------------------------- -- 1.01 Jun-11-1999 J. Otero - Updated System Status Object. Ordering of members coincide -- with system status structure. -- - Updated the CRC NetPath 110 Specific Trap group -- - Updated the crc110TrapStatus object. Added DSX line failure -- and DSX Excessive errored seconds -- 1.02 Jun-24-1999 L. Hart - Compiler clean up. -- 1.03 Nov-18-1999 A. Cham - Corrected values for crc110SSActiveFlashDevice. -- 1.04 Nov-23-1999 A. Cham - Corrected values for crc110SSActiveFlashDevice. -- 1.05 Jan-04-2000 JO/WSong - Changed Product ID from 10 to 3. -- 1.06 Feb-01-2000 A. Cham - Added DS1 extention objects that allow for configuration of -- the 4 ports. With this implemenation, all equivalent objects -- in the standard MIB have been changed to read-only within the -- firmware -- 1.07 Feb-17-2000 A. Cham - Changed the integer values of crc110SSLocalInitiatedTest -- 1.08 Feb-23-2000 A. Cham - Added Top Stats configuration objects within the -- protocol monitor configuration group. Also added the -- Top Stats interval statistics group. -- 1.09 Mar-2-2000 A. Cham - Corrected definition of crc110TOPSTxIntervalStatsTable -- 1.10 Mar-22-2000 W. Song - Ported Event Log and FC Dynamic IP Learning -- 1.11 May-11-2000 A. Cham - Change the access of 'crc110STLinkPktSize' from read-only -- to read-write. -- 1.12 Jul-16-2000 B. Rifkin - Added Enhanced Stats to ISDN Status and to BOD Config. --------------------------------------------------------------------------------------------------- CRC-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI TRAP-TYPE FROM RFC1215 OBJECT-TYPE FROM RFC1212; -- This proprietary MIB falls within the Enterprises sub-tree of the -- MIB under CRC. Within the CRC MIB subtree this MIB describes the -- NetPath 110 Frame Relay CSU controlResources OBJECT IDENTIFIER ::= { enterprises 2066 } crcNetPath110 OBJECT IDENTIFIER ::= { controlResources 3 } -- -- The following groups are defined within the Control Resources 'crcNetPath110' MIB module. -- o CRC NetPath 110 CSU Trap Status Group -- o CRC NetPath 110 Frame Manager Statistics Group -- o CRC NetPath 110 PVC Statistics Group -- o CRC NetPath 110 Configuration Group -- o CRC NetPath 110 Status Group -- o CRC NetPath 110 SNMP Set Control Group -- o CRC NetPath 110 Reset Statistics Group -- o CRC NetPath 110 Time Event Command Group -- o CRC NetPath 110 Top Statistics Group -- o CRC NetPath 110 Event Log Group -- -- -- The CRC NetPath 110 CSU Trap Status Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects which define the NetPath110 Trap Status -- Group is 'PS'. -- crc110TrapStatus OBJECT IDENTIFIER ::= { crcNetPath110 1 } crc110TSNwkLmiErrors OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the current status of the LMI as it applies to the network side of the interface." ::= { crc110TrapStatus 1 } crc110TSCsuLineFailure OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable contains the current state of the CSU Line Alarm status." ::= { crc110TrapStatus 2 } crc110TSNwkExcessEsUasErrors OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the count of excessive ES and UAS encountered." ::= { crc110TrapStatus 3 } crc110TSExcessNwkErrors OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the count of excessive network errors encountered." ::= { crc110TrapStatus 4 } crc110TSCsuFault OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the status of the self test diagnostic performed by the unit." ::= { crc110TrapStatus 5 } crc110TSModemFault OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the status of the last self test diagnostic performed by the unit on the modem." ::= { crc110TrapStatus 6 } crc110TSDialLineFault OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the status of the last self test diagnostic performed by the unit on the dial line." ::= { crc110TrapStatus 7 } crc110TSUnitPowerStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the status of the AC power being supplied to the unit." ::= { crc110TrapStatus 8 } crc110TSUsrLmiErrors OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the current status of the LMI as it applies to the equipment (User) side of the interface." ::= { crc110TrapStatus 9 } crc110TSExcessUsrErrors OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the count of errored seconds encountered as it applies to the equipment (User) side of the interface." ::= { crc110TrapStatus 10 } crc110TSUsrDtrStatus OBJECT-TYPE SYNTAX INTEGER{ on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current status of the DTR signal as it applies to the equipment (User) side of the interface." ::= { crc110TrapStatus 11 } crc110TSUsrPowerStatus OBJECT-TYPE SYNTAX INTEGER{ on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current status of the User equipment (DTE) power." ::= { crc110TrapStatus 12 } crc110TSIsdnStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2), notInstalled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current status of the ISDN Adapter card." ::= { crc110TrapStatus 13 } crc110TSUInterfaceStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2), notInstalled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current status of the U-Interface on the ISDN Adapter card." ::= { crc110TrapStatus 14 } crc110TSExcessFecnBecnSec OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the (max) FECN/BECN seconds over all PVCs." ::= { crc110TrapStatus 15 } crc110TSExternalAlarm OBJECT-TYPE SYNTAX INTEGER{ notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the status of External Alarm Contact Sense." ::= { crc110TrapStatus 16 } crc110TSExcessAvgLatency OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the maximum Average Latency in Seconds over all PVCs." ::= { crc110TrapStatus 17 } crc110TSLoginSecurityViolation OBJECT-TYPE SYNTAX INTEGER{ none(1), consoleLogin(2), modemLogin(3), telnetLogin(4), udpLogin(5), snmpLogin(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the last access path where a login security violation occurred." ::= { crc110TrapStatus 18 } crc110TSIsdnBackup OBJECT-TYPE SYNTAX INTEGER{ idle(1), online(2), onlineReminder(3), failed(4), unknown(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current ISDN backup status." ::= { crc110TrapStatus 19 } crc110TSIsdnDemand OBJECT-TYPE SYNTAX INTEGER{ idle(1), online(2), onlineReminder(3), failed(4), nOnline(5), nOnlineReminder(6), primaryOnline(7), primaryOnlineReminder(8), secondaryOnline(9), secondaryOnlineReminder(10), nDownspeed(11), nDownspeedReminder(12), primaryDownspeed(13), primaryDownspeedReminder(14), secondaryDownspeed(15), secondaryDownspeedReminder(16) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current ISDN demand status." ::= { crc110TrapStatus 20 } crc110TSPvcPktDrpdThres OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the maximum packets dropped over all PVCs." ::= { crc110TrapStatus 21 } crc110TSPvcPktDlvdThres OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the minimum percent delivered packets over all PVCs." ::= { crc110TrapStatus 22 } crc110TSPvcAvailable OBJECT-TYPE SYNTAX INTEGER ( 0..1023 ) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the last PVC that became available." ::= { crc110TrapStatus 23 } crc110TSPvcUnavailable OBJECT-TYPE SYNTAX INTEGER ( 0..1023 ) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the last PVC that became unavailable." ::= { crc110TrapStatus 24 } crc110TSDsxLineFailure OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the DSX Line Alarm Status." ::= { crc110TrapStatus 25} crc110TSDsxExcessEsUasErrors OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the DSX Excessive Errored seconds count." ::= { crc110TrapStatus 26 } -- -- The CRC NetPath 110 Frame Manager Statistics Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects which record Frame Manager statistics. -- crc110FrmMgrStats OBJECT IDENTIFIER ::= { crcNetPath110 2 } -- -- The CRC NetPath 110 Frame Manager Statistics Group consists of -- following groups: -- o Frame Manager Current Statistics -- o Frame Manager Interval Statistics -- o Frame Manager Total Statistics -- The CRC NetPath 110 Frame Manager Group also has the following -- scalar objects to keep track of elapsed time in the current interval -- and number of valid intervals: -- FrmMgrTimeElapsed -- FrmMgrValidInts crc110FMTimeElapsed OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of seconds that have elapsed since the beginning of the current Frame Manager statistics collection interval." ::= { crc110FrmMgrStats 1 } crc110FMValidInts OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of historical 15 minute intervals currently recorded for Frame Manager statistics. The value will be 96 unless the system was brought on-line within the last 24 hours, in which case the value will be the number of complete 15 minute intervals." ::= { crc110FrmMgrStats 2 } -- -- Current Frame Manager Statistics -- The Frame Manager Current contains Frame Manager statistics -- being collected for the current 15 minute interval. They are -- kept as 8 scalar objects. crc110FMCurrStats OBJECT IDENTIFIER ::= { crc110FrmMgrStats 3 } crc110FMCurrNwkLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI timeouts in the current 15 minute interval." ::= { crc110FMCurrStats 1 } crc110FMCurrNwkLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame errors in the current 15 minute interval." ::= { crc110FMCurrStats 2 } crc110FMCurrNwkLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame events in the current 15 minute interval." ::= { crc110FMCurrStats 3 } crc110FMCurrNwkDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "Network Data Frame Errored Seconds, i.e., number of seconds with data frame errors in the current 15 minute interval." ::= { crc110FMCurrStats 4 } crc110FMCurrUsrLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI timeouts in the current 15 minute interval." ::= { crc110FMCurrStats 5 } crc110FMCurrUsrLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame errors in the current 15 minute interval." ::= { crc110FMCurrStats 6 } crc110FMCurrUsrLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame events in the current 15 minute interval." ::= { crc110FMCurrStats 7 } crc110FMCurrUsrDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "User Data Frame Errored Seconds, i.e., number of seconds with data frame errors in the current 15 minutes." ::= { crc110FMCurrStats 8 } -- -- Interval Frame Manager Statistics -- The Frame Manager Statistics Interval Table contains various -- statistics collected over the previous 96, 15 minute -- interval, intervals. crc110FMIntervalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110FMIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Frame Manager Interval Statistics Table." ::= { crc110FrmMgrStats 4 } crc110FMIntervalStatsEntry OBJECT-TYPE SYNTAX FrmMgrIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Frame Manager Interval Statistics Table." INDEX {crc110FMIntervalNumber} ::= { crc110FMIntervalStatsTable 1 } Crc110FMIntervalStatsEntry ::= SEQUENCE { crc110FMIntervalNumber INTEGER, crc110FMIntervalNwkLmiTimeout INTEGER, crc110FMIntervalNwkLmiFrameErrors INTEGER, crc110FMIntervalNwkLmiFrameEvents INTEGER, crc110FMIntervalNwkDataFrameErrors INTEGER, crc110FMIntervalUsrLmiTimeout INTEGER, crc110FMIntervalUsrLmiFrameErrors INTEGER, crc110FMIntervalUsrLmiFrameEvents INTEGER, crc110FMIntervalUsrDataFrameErrors INTEGER } crc110FMIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minute interval (assuming that all 96 intervals are valid)." ::= { crc110FMIntervalStatsEntry 1 } crc110FMIntervalNwkLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI timeouts in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 2 } crc110FMIntervalNwkLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame errors in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 3 } crc110FMIntervalNwkLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame events in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 4 } crc110FMIntervalNwkDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "Network Data Frame Errored Seconds, i.e., number of seconds with data frame errors in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 5 } crc110FMIntervalUsrLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI timeouts in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 6 } crc110FMIntervalUsrLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame errors in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 7 } crc110FMIntervalUsrLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame events in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 8 } crc110FMIntervalUsrDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "User Data Frame Errored Seconds, i.e., number of seconds with data frame errors in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 9 } -- -- Total Frame Manager Statistics -- The Frame Manager Total contains cumulative sum of the Frame Manager -- statistics being collected for the previous 96 intervals. They -- are maintained as 8 scalar objects crc110FMTotalStats OBJECT IDENTIFIER ::= { crc110FrmMgrStats 5 } crc110FMTotalNwkLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI timeouts in the previous 24 hour interval." ::= { crc110FMTotalStats 1 } crc110FMTotalNwkLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame errors in the previous 24 hour interval." ::= { crc110FMTotalStats 2 } crc110FMTotalNwkLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame events in the previous 24 hour interval." ::= { crc110FMTotalStats 3 } crc110FMTotalNwkDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "Network Data Frame Errored Seconds, i.e., number of seconds with data frame errors in the previous 24 hour interval." ::= { crc110FMTotalStats 4 } crc110FMTotalUsrLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI timeouts in the previous 24 hour interval." ::= { crc110FMTotalStats 5 } crc110FMTotalUsrLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame errors in the previous 24 hour interval." ::= { crc110FMTotalStats 6 } crc110FMTotalUsrLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame events in the previous 24 hour interval." ::= { crc110FMTotalStats 7 } crc110FMTotalUsrDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "User Data Frame Errored Seconds, i.e., number of seconds with data frame errors in the previous 24 hour interval." ::= { crc110FMTotalStats 8 } -- -- The CRC NetPath 110 PVC Statistics Group -- The following PVC Statistics Groups are defined within the CRC CSU -- MIB module. crc110PvcStats OBJECT IDENTIFIER ::= { crcNetPath110 3 } -- -- The CRC NetPath 110 PVC Statistics Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects which record PVC statistics. -- -- The CRC NetPath 110 PVC Group consists of Four tables: -- Pvc Current -- Pvc Interval -- Pvc Total -- Pvc Snap Shot -- The CRC NetPath 110 PVC Group also has the following 3 scalar -- objects: -- -- pvcIntervalSize -- pvcTimeElapsed -- pvcValidIntervals -- crc110PSIntervalSize OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of minutes that makes an interval for PVC Statistics." ::= { crc110PvcStats 1 } crc110PSTimeElapsed OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of seconds that have elapsed since the beginning of the current PVC Statistics collection interval." ::= { crc110PvcStats 2 } crc110PSValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of historical crc110PSIntervalSize minute intervals currently recorded in the system. The value will be 96 unless the system was brought on-line within the last 96*crc110PSIntervalSize minutes, in which case the value will be the number of complete crc110PSIntervalSize minute intervals." ::= { crc110PvcStats 3 } -- Current PVC Statistics -- The PVC Current Table contains PVC statistics being collected for -- the current pvcIntervalSize minute interval. crc110PSCurrStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110PSCurrStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The PVC Current Statistics Table." ::= { crc110PvcStats 4 } crc110PSCurrStatsEntry OBJECT-TYPE SYNTAX Crc110PSCurrStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the PVC Current Statistics Table." INDEX { crc110PSCurrDlci } ::= { crc110PSCurrStatsTable 1 } Crc110PSCurrStatsEntry ::= SEQUENCE { crc110PSCurrDlci INTEGER, crc110PSCurrRxPackets INTEGER, crc110PSCurrTxPackets INTEGER, crc110PSCurrRxOctets INTEGER, crc110PSCurrTxOctets INTEGER, crc110PSCurrRxKbps INTEGER, crc110PSCurrTxKbps INTEGER, crc110PSCurrNumberOfBecn INTEGER, crc110PSCurrNumberOfFecn INTEGER, crc110PSCurrNumberOfRxDe INTEGER, crc110PSCurrNumberOfTxDe INTEGER, crc110PSCurrAvgDelay INTEGER, crc110PSCurrMaxDelay INTEGER, crc110PSCurrFecnBecnCnt INTEGER, crc110PSCurrProtocol1RxBps INTEGER, crc110PSCurrProtocol1TxBps INTEGER, crc110PSCurrProtocol2RxBps INTEGER, crc110PSCurrProtocol2TxBps INTEGER, crc110PSCurrProtocol3RxBps INTEGER, crc110PSCurrProtocol3TxBps INTEGER, crc110PSCurrProtocol4RxBps INTEGER, crc110PSCurrProtocol4TxBps INTEGER, crc110PSCurrProtocol5RxBps INTEGER, crc110PSCurrProtocol5TxBps INTEGER, crc110PSCurrProtocol6RxBps INTEGER, crc110PSCurrProtocol6TxBps INTEGER, crc110PSCurrProtocol7RxBps INTEGER, crc110PSCurrProtocol7TxBps INTEGER, crc110PSCurrProtocol8RxBps INTEGER, crc110PSCurrProtocol8TxBps INTEGER, crc110PSCurrNumberOfNwk INTEGER, crc110PSCurrFirstNwkAvgDelay INTEGER, crc110PSCurrFirstNwkMaxDelay INTEGER, crc110PSCurrSecondNwkAvgDelay INTEGER, crc110PSCurrSecondNwkMaxDelay INTEGER, crc110PSCurrThirdNwkAvgDelay INTEGER, crc110PSCurrThirdNwkMaxDelay INTEGER, crc110PSCurrNoCongAvgDelay INTEGER, crc110PSCurrNoCongMaxDelay INTEGER, crc110PSCurrNoCongFirstNwkAvgDelay INTEGER, crc110PSCurrNoCongFirstNwkMaxDelay INTEGER, crc110PSCurrNoCongSecondNwkAvgDelay INTEGER, crc110PSCurrNoCongSecondNwkMaxDelay INTEGER, crc110PSCurrNoCongThirdNwkAvgDelay INTEGER, crc110PSCurrNoCongThirdNwkMaxDelay INTEGER, crc110PSCurrConsecutiveLatencyPktsLost INTEGER, crc110PSCurrPvcAvailabilityStatus INTEGER, crc110PSCurrPvcUnavailableTime INTEGER, crc110PSCurrCirBin0Tx INTEGER, crc110PSCurrCirBin1Tx INTEGER, crc110PSCurrCirBin2Tx INTEGER, crc110PSCurrCirBin3Tx INTEGER, crc110PSCurrCirBin4Tx INTEGER, crc110PSCurrCirBin5Tx INTEGER, crc110PSCurrCirBin6Tx INTEGER, crc110PSCurrCirBin7Tx INTEGER, crc110PSCurrCirBin0Rx INTEGER, crc110PSCurrCirBin1Rx INTEGER, crc110PSCurrCirBin2Rx INTEGER, crc110PSCurrCirBin3Rx INTEGER, crc110PSCurrCirBin4Rx INTEGER, crc110PSCurrCirBin5Rx INTEGER, crc110PSCurrCirBin6Rx INTEGER, crc110PSCurrCirBin7Rx INTEGER, crc110PSCurrConsecutiveFrLossPktsLost INTEGER, crc110PSCurrTxMeasNonDeTxPkts INTEGER, crc110PSCurrTxMeasDeTxPkts INTEGER, crc110PSCurrTxMeasNniOneNonDeRxPkts INTEGER, crc110PSCurrTxMeasNniOneDeRxPkts INTEGER, crc110PSCurrTxMeasNniTwoNonDeRxPkts INTEGER, crc110PSCurrTxMeasNniTwoDeRxPkts INTEGER, crc110PSCurrTxMeasNonDeRxPkts INTEGER, crc110PSCurrTxMeasDeRxPkts INTEGER, crc110PSCurrRxMeasNonDeTxPkts INTEGER, crc110PSCurrRxMeasDeTxPkts INTEGER, crc110PSCurrRxMeasNniOneNonDeRxPkts INTEGER, crc110PSCurrRxMeasNniOneDeRxPkts INTEGER, crc110PSCurrRxMeasNniTwoNonDeRxPkts INTEGER, crc110PSCurrRxMeasNniTwoDeRxPkts INTEGER, crc110PSCurrRxMeasNonDeRxPkts INTEGER, crc110PSCurrRxMeasDeRxPkts INTEGER, crc110PSCurrTxOrigDeviceReset INTEGER, crc110PSCurrTxNniOneReset INTEGER, crc110PSCurrTxNniTwoReset INTEGER, crc110PSCurrTxTerminatingDeviceReset INTEGER, crc110PSCurrRxOrigDeviceReset INTEGER, crc110PSCurrRxNniOneReset INTEGER, crc110PSCurrRxNniTwoReset INTEGER, crc110PSCurrRxTerminatingDeviceReset INTEGER } crc110PSCurrDlci OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The DLCI value which uniquely identifies the PVC to which this entry is applicable." ::= { crc110PSCurrStatsEntry 1 } crc110PSCurrRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 2 } crc110PSCurrTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 3 } crc110PSCurrRxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 4 } crc110PSCurrTxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 5 } crc110PSCurrRxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second received on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 6 } crc110PSCurrTxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second transmitted on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 7 } crc110PSCurrNumberOfBecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of BECN frames seen on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 8 } crc110PSCurrNumberOfFecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of FECN frames seen on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 9 } crc110PSCurrNumberOfRxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Receive Frames with DE on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 10 } crc110PSCurrNumberOfTxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Transmit Frames with DE on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 11 } crc110PSCurrAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Average network delay seen on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 12 } crc110PSCurrMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Peak network delay seen on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 13 } crc110PSCurrFecnBecnCnt OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "Number of seconds in which frames with either the FECN or the BECN bits set have been seen on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 14 } crc110PSCurrProtocol1RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #1 for the current interval." ::= { crc110PSCurrStatsEntry 15 } crc110PSCurrProtocol1TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #1 for the current interval." ::= { crc110PSCurrStatsEntry 16 } crc110PSCurrProtocol2RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #2 for the current interval." ::= { crc110PSCurrStatsEntry 17 } crc110PSCurrProtocol2TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #2 for the current interval." ::= { crc110PSCurrStatsEntry 18 } crc110PSCurrProtocol3RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #3 for the current interval." ::= { crc110PSCurrStatsEntry 19 } crc110PSCurrProtocol3TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #3 for the current interval." ::= { crc110PSCurrStatsEntry 20 } crc110PSCurrProtocol4RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #4 for the current interval." ::= { crc110PSCurrStatsEntry 21 } crc110PSCurrProtocol4TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #4 for the current interval." ::= { crc110PSCurrStatsEntry 22 } crc110PSCurrProtocol5RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #5 for the current interval." ::= { crc110PSCurrStatsEntry 23 } crc110PSCurrProtocol5TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #5 for the current interval." ::= { crc110PSCurrStatsEntry 24 } crc110PSCurrProtocol6RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #6 for the current interval." ::= { crc110PSCurrStatsEntry 25 } crc110PSCurrProtocol6TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #6 for the current interval." ::= { crc110PSCurrStatsEntry 26 } crc110PSCurrProtocol7RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #7 for the current interval." ::= { crc110PSCurrStatsEntry 27 } crc110PSCurrProtocol7TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #7 for the current interval." ::= { crc110PSCurrStatsEntry 28 } crc110PSCurrProtocol8RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #8 for the current interval." ::= { crc110PSCurrStatsEntry 29 } crc110PSCurrProtocol8TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #8 for the current interval." ::= { crc110PSCurrStatsEntry 30 } crc110PSCurrNumberOfNwk OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of networks that exist on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 31 } crc110PSCurrFirstNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the first network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 32 } crc110PSCurrFirstNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the first network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 33 } crc110PSCurrSecondNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the second network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 34 } crc110PSCurrSecondNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the second network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 35 } crc110PSCurrThirdNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the third network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 36 } crc110PSCurrThirdNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the third network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 37 } crc110PSCurrNoCongAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 38 } crc110PSCurrNoCongMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 39 } crc110PSCurrNoCongFirstNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the first network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 40 } crc110PSCurrNoCongFirstNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the first network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 41 } crc110PSCurrNoCongSecondNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the second network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 42 } crc110PSCurrNoCongSecondNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the second network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 43 } crc110PSCurrNoCongThirdNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the third network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 44 } crc110PSCurrNoCongThirdNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the third network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 45 } crc110PSCurrConsecutiveLatencyPktsLost OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the total number of consecutive latency packets that were lost on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 46 } crc110PSCurrPvcAvailabilityStatus OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Currently not implemented." ::= { crc110PSCurrStatsEntry 47 } crc110PSCurrPvcUnavailableTime OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of seconds from when the full LMI report indicates the current PVC as not fully active until it is fully active, or while a network LMI failure exists." ::= { crc110PSCurrStatsEntry 48 } crc110PSCurrCirBin0Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 0 Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 49 } crc110PSCurrCirBin1Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 1st Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 50 } crc110PSCurrCirBin2Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 2nd Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 51 } crc110PSCurrCirBin3Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 3rd Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 52 } crc110PSCurrCirBin4Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 4th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 53 } crc110PSCurrCirBin5Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 5th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 54 } crc110PSCurrCirBin6Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 6th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 55 } crc110PSCurrCirBin7Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 7th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 56 } crc110PSCurrCirBin0Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 0 Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 57 } crc110PSCurrCirBin1Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 1st Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 58 } crc110PSCurrCirBin2Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 2nd Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 59 } crc110PSCurrCirBin3Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 3rd Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 60 } crc110PSCurrCirBin4Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 4th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 61 } crc110PSCurrCirBin5Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 5th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 62 } crc110PSCurrCirBin6Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 6th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 63 } crc110PSCurrCirBin7Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 7th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 64 } crc110PSCurrConsecutiveFrLossPktsLost OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the total number of consecutive frame loss packets that were lost on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 65 } crc110PSCurrTxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 66 } crc110PSCurrTxMeasDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets transmitted by the originator on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 67 } crc110PSCurrTxMeasNniOneNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #1 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 68 } crc110PSCurrTxMeasNniOneDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #1 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 69 } crc110PSCurrTxMeasNniTwoNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #2 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 70 } crc110PSCurrTxMeasNniTwoDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #2 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 71 } crc110PSCurrTxMeasNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by the terminating unit on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 72 } crc110PSCurrTxMeasDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by the terminating unit on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 73 } crc110PSCurrRxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 74 } crc110PSCurrRxMeasDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets transmitted by the originator on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 75 } crc110PSCurrRxMeasNniOneNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #1 on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 76 } crc110PSCurrRxMeasNniOneDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #1 on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 77 } crc110PSCurrRxMeasNniTwoNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #2 on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 78 } crc110PSCurrRxMeasNniTwoDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #2 on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 79 } crc110PSCurrRxMeasNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by the terminating unit on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 80 } crc110PSCurrRxMeasDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by the terminating unit on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 81 } crc110PSCurrTxOrigDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the originator on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 82 } crc110PSCurrTxNniOneReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #1 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 83 } crc110PSCurrTxNniTwoReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #2 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 84 } crc110PSCurrTxTerminatingDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the terminating unit on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 85 } crc110PSCurrRxOrigDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the originator on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 86 } crc110PSCurrRxNniOneReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #1 on this PVC during the current interval in the receive direction" ::= { crc110PSCurrStatsEntry 87 } crc110PSCurrRxNniTwoReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #2 on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 88 } crc110PSCurrRxTerminatingDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the terminating unit on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 89 } -- -- Interval PVC Statistics -- The PVC Statistics Interval Table contains various statistics -- collected by each PVC over the previous 96, pvcIntervalSize minute -- interval, intervals. crc110PSIntervalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110PSIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The PVC Interval Statistics Table." ::= { crc110PvcStats 5 } crc110PSIntervalStatsEntry OBJECT-TYPE SYNTAX Crc110PSIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the PVC Interval Statistics Table." INDEX { crc110PSIntervalNumber, crc110PSIntervalDlci } ::= { crc110PSIntervalStatsTable 1 } Crc110PSIntervalStatsEntry ::= SEQUENCE { crc110PSIntervalNumber INTEGER, crc110PSIntervalDlci INTEGER, crc110PSIntervalRxPackets INTEGER, crc110PSIntervalTxPackets INTEGER, crc110PSIntervalRxOctets INTEGER, crc110PSIntervalTxOctets INTEGER, crc110PSIntervalRxKbps INTEGER, crc110PSIntervalTxKbps INTEGER, crc110PSIntervalNumberOfBecn INTEGER, crc110PSIntervalNumberOfFecn INTEGER, crc110PSIntervalNumberOfRxDe INTEGER, crc110PSIntervalNumberOfTxDe INTEGER, crc110PSIntervalAvgDelay INTEGER, crc110PSIntervalMaxDelay INTEGER, crc110PSIntervalFecnBecnCnt INTEGER, crc110PSIntervalProtocol1RxBps INTEGER, crc110PSIntervalProtocol1TxBps INTEGER, crc110PSIntervalProtocol2RxBps INTEGER, crc110PSIntervalProtocol2TxBps INTEGER, crc110PSIntervalProtocol3RxBps INTEGER, crc110PSIntervalProtocol3TxBps INTEGER, crc110PSIntervalProtocol4RxBps INTEGER, crc110PSIntervalProtocol4TxBps INTEGER, crc110PSIntervalProtocol5RxBps INTEGER, crc110PSIntervalProtocol5TxBps INTEGER, crc110PSIntervalProtocol6RxBps INTEGER, crc110PSIntervalProtocol6TxBps INTEGER, crc110PSIntervalProtocol7RxBps INTEGER, crc110PSIntervalProtocol7TxBps INTEGER, crc110PSIntervalProtocol8RxBps INTEGER, crc110PSIntervalProtocol8TxBps INTEGER, crc110PSIntervalNumberOfNwk INTEGER, crc110PSIntervalFirstNwkAvgDelay INTEGER, crc110PSIntervalFirstNwkMaxDelay INTEGER, crc110PSIntervalSecondNwkAvgDelay INTEGER, crc110PSIntervalSecondNwkMaxDelay INTEGER, crc110PSIntervalThirdNwkAvgDelay INTEGER, crc110PSIntervalThirdNwkMaxDelay INTEGER, crc110PSIntervalNoCongAvgDelay INTEGER, crc110PSIntervalNoCongMaxDelay INTEGER, crc110PSIntervalNoCongFirstNwkAvgDelay INTEGER, crc110PSIntervalNoCongFirstNwkMaxDelay INTEGER, crc110PSIntervalNoCongSecondNwkAvgDelay INTEGER, crc110PSIntervalNoCongSecondNwkMaxDelay INTEGER, crc110PSIntervalNoCongThirdNwkAvgDelay INTEGER, crc110PSIntervalNoCongThirdNwkMaxDelay INTEGER, crc110PSIntervalConsecutiveLatencyPktsLost INTEGER, crc110PSIntervalPvcAvailabilityStatus INTEGER, crc110PSIntervalPvcUnavailableTime INTEGER, crc110PSIntervalCirBin0Tx INTEGER, crc110PSIntervalCirBin1Tx INTEGER, crc110PSIntervalCirBin2Tx INTEGER, crc110PSIntervalCirBin3Tx INTEGER, crc110PSIntervalCirBin4Tx INTEGER, crc110PSIntervalCirBin5Tx INTEGER, crc110PSIntervalCirBin6Tx INTEGER, crc110PSIntervalCirBin7Tx INTEGER, crc110PSIntervalCirBin0Rx INTEGER, crc110PSIntervalCirBin1Rx INTEGER, crc110PSIntervalCirBin2Rx INTEGER, crc110PSIntervalCirBin3Rx INTEGER, crc110PSIntervalCirBin4Rx INTEGER, crc110PSIntervalCirBin5Rx INTEGER, crc110PSIntervalCirBin6Rx INTEGER, crc110PSIntervalCirBin7Rx INTEGER, crc110PSIntervalConsecutiveFrLossPktsLost INTEGER, crc110PSIntervalTxMeasNonDeTxPkts INTEGER, crc110PSIntervalTxMeasDeTxPkts INTEGER, crc110PSIntervalTxMeasNniOneNonDeRxPkts INTEGER, crc110PSIntervalTxMeasNniOneDeRxPkts INTEGER, crc110PSIntervalTxMeasNniTwoNonDeRxPkts INTEGER, crc110PSIntervalTxMeasNniTwoDeRxPkts INTEGER, crc110PSIntervalTxMeasNonDeRxPkts INTEGER, crc110PSIntervalTxMeasDeRxPkts INTEGER, crc110PSIntervalRxMeasNonDeTxPkts INTEGER, crc110PSIntervalRxMeasDeTxPkts INTEGER, crc110PSIntervalRxMeasNniOneNonDeRxPkts INTEGER, crc110PSIntervalRxMeasNniOneDeRxPkts INTEGER, crc110PSIntervalRxMeasNniTwoNonDeRxPkts INTEGER, crc110PSIntervalRxMeasNniTwoDeRxPkts INTEGER, crc110PSIntervalRxMeasNonDeRxPkts INTEGER, crc110PSIntervalRxMeasDeRxPkts INTEGER, crc110PSIntervalTxOrigDeviceReset INTEGER, crc110PSIntervalTxNniOneReset INTEGER, crc110PSIntervalTxNniTwoReset INTEGER, crc110PSIntervalTxTerminatingDeviceReset INTEGER, crc110PSIntervalRxOrigDeviceReset INTEGER, crc110PSIntervalRxNniOneReset INTEGER, crc110PSIntervalRxNniTwoReset INTEGER, crc110PSIntervalRxTerminatingDeviceReset INTEGER } crc110PSIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed crc110PSIntervalSize minutes interval and 96 is the least recently completed crc110PSIntervalSize minutes interval (assuming that all 96 intervals are valid)." ::= { crc110PSIntervalStatsEntry 1 } crc110PSIntervalDlci OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The DLCI value which uniquely identifies the PVC to which this entry is applicable." ::= { crc110PSIntervalStatsEntry 2 } crc110PSIntervalRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 3 } crc110PSIntervalTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 4 } crc110PSIntervalRxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 5 } crc110PSIntervalTxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 6 } crc110PSIntervalRxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second received on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 7 } crc110PSIntervalTxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second transmitted on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 8 } crc110PSIntervalNumberOfBecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of BECN frames seen on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 9 } crc110PSIntervalNumberOfFecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of FECN frames seen on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 10 } crc110PSIntervalNumberOfRxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Receive Frames with DE on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 11 } crc110PSIntervalNumberOfTxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Transmit Frames with DE on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 12 } crc110PSIntervalAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Average network delay seen on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 13 } crc110PSIntervalMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Peak network delay seen on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 14 } crc110PSIntervalFecnBecnCnt OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "Number of seconds in which frames with either the FECN or the BECN bits set have been seen on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 15 } crc110PSIntervalProtocol1RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #1 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 16 } crc110PSIntervalProtocol1TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #1 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 17 } crc110PSIntervalProtocol2RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #2 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 18 } crc110PSIntervalProtocol2TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #2 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 19 } crc110PSIntervalProtocol3RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #3 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 20 } crc110PSIntervalProtocol3TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #3 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 21 } crc110PSIntervalProtocol4RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #4 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 22 } crc110PSIntervalProtocol4TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #4 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 23 } crc110PSIntervalProtocol5RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #5 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 24 } crc110PSIntervalProtocol5TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #5 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 25 } crc110PSIntervalProtocol6RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #6 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 26 } crc110PSIntervalProtocol6TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #6 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 27 } crc110PSIntervalProtocol7RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #7 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 28 } crc110PSIntervalProtocol7TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #7 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 29 } crc110PSIntervalProtocol8RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #8 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 30 } crc110PSIntervalProtocol8TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #8 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 31 } crc110PSIntervalNumberOfNwk OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of networks that exist on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 32 } crc110PSIntervalFirstNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the first network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 33 } crc110PSIntervalFirstNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the first network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 34 } crc110PSIntervalSecondNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the second network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 35 } crc110PSIntervalSecondNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the second network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 36 } crc110PSIntervalThirdNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the third network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 37 } crc110PSIntervalThirdNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the third network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 38 } crc110PSIntervalNoCongAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 39 } crc110PSIntervalNoCongMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 40 } crc110PSIntervalNoCongFirstNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the first network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 41 } crc110PSIntervalNoCongFirstNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the first network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 42 } crc110PSIntervalNoCongSecondNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the second network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 43 } crc110PSIntervalNoCongSecondNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the second network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 44 } crc110PSIntervalNoCongThirdNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the third network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 45 } crc110PSIntervalNoCongThirdNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the third network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 46 } crc110PSIntervalConsecutiveLatencyPktsLost OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the total number of consecutive latency packets that were lost on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 47 } crc110PSIntervalPvcAvailabilityStatus OBJECT-TYPE SYNTAX INTEGER{ deleted(1), inactive(2), active(3), new(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Currently not implemented." ::= { crc110PSIntervalStatsEntry 48 } crc110PSIntervalPvcUnavailableTime OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of seconds from when the full LMI report indicates the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals as not fully active until it is fully active, or while a network LMI failure exists." ::= { crc110PSIntervalStatsEntry 49 } crc110PSIntervalCirBin0Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 0 Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 50 } crc110PSIntervalCirBin1Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 1st Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 51 } crc110PSIntervalCirBin2Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 2nd Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 52 } crc110PSIntervalCirBin3Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 3rd Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 53 } crc110PSIntervalCirBin4Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 4th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 54 } crc110PSIntervalCirBin5Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 5th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 55 } crc110PSIntervalCirBin6Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 6th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 56 } crc110PSIntervalCirBin7Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 7th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 57 } crc110PSIntervalCirBin0Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 0 Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 58 } crc110PSIntervalCirBin1Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 1st Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 59 } crc110PSIntervalCirBin2Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 2nd Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 60 } crc110PSIntervalCirBin3Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 3rd Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 61 } crc110PSIntervalCirBin4Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 4th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 62 } crc110PSIntervalCirBin5Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 5th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 63 } crc110PSIntervalCirBin6Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 6th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 64 } crc110PSIntervalCirBin7Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 7th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 65 } crc110PSIntervalConsecutiveFrLossPktsLost OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the total number of consecutive frame loss packets that were lost on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 66 } crc110PSIntervalTxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 67 } crc110PSIntervalTxMeasDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets transmitted by the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 68 } crc110PSIntervalTxMeasNniOneNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 69 } crc110PSIntervalTxMeasNniOneDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 70 } crc110PSIntervalTxMeasNniTwoNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 71 } crc110PSIntervalTxMeasNniTwoDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 72 } crc110PSIntervalTxMeasNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 73 } crc110PSIntervalTxMeasDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 74 } crc110PSIntervalRxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the receive direction." ::= { crc110PSIntervalStatsEntry 75 } crc110PSIntervalRxMeasDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets transmitted by the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 76 } crc110PSIntervalRxMeasNniOneNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 77 } crc110PSIntervalRxMeasNniOneDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 78 } crc110PSIntervalRxMeasNniTwoNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDe packets received by NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 79 } crc110PSIntervalRxMeasNniTwoDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 80 } crc110PSIntervalRxMeasNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 81 } crc110PSIntervalRxMeasDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 82 } crc110PSIntervalTxOrigDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 83 } crc110PSIntervalTxNniOneReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 84 } crc110PSIntervalTxNniTwoReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 85 } crc110PSIntervalTxTerminatingDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 86 } crc110PSIntervalRxOrigDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the receive direction." ::= { crc110PSIntervalStatsEntry 87 } crc110PSIntervalRxNniOneReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the receive direction." ::= { crc110PSIntervalStatsEntry 88 } crc110PSIntervalRxNniTwoReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the receive direction." ::= { crc110PSIntervalStatsEntry 89 } crc110PSIntervalRxTerminatingDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the receive direction." ::= { crc110PSIntervalStatsEntry 90 } -- 24 hour Total PVC Statistics -- The PVC Total contains cumulative sum of the PVC statistics (for all DLCIs) -- being collected for the previous 96 intervals. They are maintained as 29 -- scalar objects crc110PSTotalStats OBJECT IDENTIFIER ::= { crc110PvcStats 6 } crc110PSTotalRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 1 } crc110PSTotalTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 2 } crc110PSTotalRxOctets OBJECT-TYPE SYNTAX DisplayString (SIZE (0..11)) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 3 } crc110PSTotalTxOctets OBJECT-TYPE SYNTAX DisplayString (SIZE (0..11)) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 4 } crc110PSTotalRxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second received on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 5 } crc110PSTotalTxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second transmitted on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 6 } crc110PSTotalNumberOfBecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of BECN frames seen on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 7 } crc110PSTotalNumberOfFecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of FECN frames seen on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 8 } crc110PSTotalNumberOfRxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Receive Frames with DE on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 9 } crc110PSTotalNumberOfTxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Transmit Frames with DE on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 10 } crc110PSTotalProtocol1RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #1 in the previous 96 intervals." ::= { crc110PSTotalStats 11 } crc110PSTotalProtocol1TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #1 in the previous 96 intervals." ::= { crc110PSTotalStats 12 } crc110PSTotalProtocol2RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #2 in the previous 96 intervals." ::= { crc110PSTotalStats 13 } crc110PSTotalProtocol2TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #2 in the previous 96 intervals." ::= { crc110PSTotalStats 14 } crc110PSTotalProtocol3RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #3 in the previous 96 intervals." ::= { crc110PSTotalStats 15 } crc110PSTotalProtocol3TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #3 in the previous 96 intervals." ::= { crc110PSTotalStats 16 } crc110PSTotalProtocol4RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #4 in the previous 96 intervals." ::= { crc110PSTotalStats 17 } crc110PSTotalProtocol4TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #4 in the previous 96 intervals." ::= { crc110PSTotalStats 18 } crc110PSTotalProtocol5RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #5 in the previous 96 intervals." ::= { crc110PSTotalStats 19 } crc110PSTotalProtocol5TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #5 in the previous 96 intervals." ::= { crc110PSTotalStats 20 } crc110PSTotalProtocol6RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #6 in the previous 96 intervals." ::= { crc110PSTotalStats 21 } crc110PSTotalProtocol6TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #6 in the previous 96 intervals." ::= { crc110PSTotalStats 22 } crc110PSTotalProtocol7RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #7 in the previous 96 intervals." ::= { crc110PSTotalStats 23 } crc110PSTotalProtocol7TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #7 in the previous 96 intervals." ::= { crc110PSTotalStats 24 } crc110PSTotalProtocol8RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #8 in the previous 96 intervals." ::= { crc110PSTotalStats 25 } crc110PSTotalProtocol8TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #8 in the previous 96 intervals." ::= { crc110PSTotalStats 26 } crc110PSTotalCirBin0Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 0 Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 27 } crc110PSTotalCirBin1Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 1st Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 28 } crc110PSTotalCirBin2Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 2nd Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 29 } crc110PSTotalCirBin3Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 3rd Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 30 } crc110PSTotalCirBin4Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 4th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 31 } crc110PSTotalCirBin5Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 5th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 32 } crc110PSTotalCirBin6Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 6th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 33 } crc110PSTotalCirBin7Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 7th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 34 } crc110PSTotalCirBin0Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 0 Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 35 } crc110PSTotalCirBin1Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 1st Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 36 } crc110PSTotalCirBin2Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 2nd Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 37 } crc110PSTotalCirBin3Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 3rd Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 38 } crc110PSTotalCirBin4Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 4th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 39 } crc110PSTotalCirBin5Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 5th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 40 } crc110PSTotalCirBin6Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 6th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 41 } crc110PSTotalCirBin7Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 7th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 42 } -- -- Snap Shot PVC Statistics -- The PVC Snap Shot contains PVC statistics being collected for -- the previous 10 Seconds Interval for a particular DLCI or the SUM of All PVCs. -- This is implemented as a group of 30 scacrc. -- crc110PSSnapShotStats OBJECT IDENTIFIER ::= { crc110PvcStats 7 } crc110PSSnapShotDlci OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The DLCI value which uniquely identifies the PVC to which this entry is applicable. The DLCI Value 1000 implies All DLCIs" ::= {crc110PSSnapShotStats 1 } crc110PSSnapShotRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 2 } crc110PSSnapShotTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 3 } crc110PSSnapShotRxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 4 } crc110PSSnapShotTxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 5 } crc110PSSnapShotRxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second received on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 6 } crc110PSSnapShotTxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second transmitted on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 7 } crc110PSSnapShotNumberOfBecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of BECN frames seen on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 8 } crc110PSSnapShotNumberOfFecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of FECN frames seen on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 9 } crc110PSSnapShotNumberOfRxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Receive Frames with DE on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 10 } crc110PSSnapShotNumberOfTxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Transmit Frames with DE on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 11 } crc110PSSnapShotProtocol1RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #1 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 12 } crc110PSSnapShotProtocol1TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #1 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 13 } crc110PSSnapShotProtocol2RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #2 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 14 } crc110PSSnapShotProtocol2TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #2 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 15 } crc110PSSnapShotProtocol3RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #3 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 16 } crc110PSSnapShotProtocol3TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #3 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 17 } crc110PSSnapShotProtocol4RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #4 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 18 } crc110PSSnapShotProtocol4TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #4 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 19 } crc110PSSnapShotProtocol5RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #5 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 20 } crc110PSSnapShotProtocol5TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #5 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 21 } crc110PSSnapShotProtocol6RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #6 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 22 } crc110PSSnapShotProtocol6TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #6 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 23 } crc110PSSnapShotProtocol7RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #7 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 24 } crc110PSSnapShotProtocol7TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #7 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 25 } crc110PSSnapShotProtocol8RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #8 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 26 } crc110PSSnapShotProtocol8TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #8 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 27 } crc110PSSnapShotNumberOfNwk OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of networks that exist on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 28 } crc110PSSnapShotFirstNwkDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full round trip delay for the first network on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 29 } crc110PSSnapShotSecondNwkDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full round trip delay for the second network on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 30 } crc110PSSnapShotThirdNwkDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full round trip delay for the third network on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 31 } crc110PSSnapShotEndToEndDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full round trip delay for the entire network on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 32 } crc110PSSnapShotCirBin0Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 0 Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 33 } crc110PSSnapShotCirBin1Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 1st Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 34 } crc110PSSnapShotCirBin2Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 2nd Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 35 } crc110PSSnapShotCirBin3Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 3rd Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 36 } crc110PSSnapShotCirBin4Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 4th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 37 } crc110PSSnapShotCirBin5Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 5th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 38 } crc110PSSnapShotCirBin6Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 6th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 39 } crc110PSSnapShotCirBin7Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 7th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 40 } crc110PSSnapShotCirBin0Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 0 Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 41 } crc110PSSnapShotCirBin1Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 1st Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 42 } crc110PSSnapShotCirBin2Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 2nd Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 43 } crc110PSSnapShotCirBin3Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 3rd Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 44 } crc110PSSnapShotCirBin4Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 4th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 45 } crc110PSSnapShotCirBin5Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 5th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 46 } crc110PSSnapShotCirBin6Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 6th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 47 } crc110PSSnapShotCirBin7Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 7th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 48 } crc110PSSnapShotConsecutiveFrLossPktsLost OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the total number of consecutive frame loss packets that were lost on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 49 } crc110PSSnapShotTxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 50 } crc110PSSnapShotTxMeasDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets transmitted by the originator on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 51 } crc110PSSnapShotTxMeasNniOneNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #1 on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 52 } crc110PSSnapShotTxMeasNniOneDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #1 on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 53 } crc110PSSnapShotTxMeasNniTwoNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #2 on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 54 } crc110PSSnapShotTxMeasNniTwoDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #2 on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 55 } crc110PSSnapShotTxMeasNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by the terminating unit on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 56 } crc110PSSnapShotTxMeasDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by the terminating unit on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 57 } crc110PSSnapShotRxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on this PVC