-- Copyright 1996-1999 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.30 Mar-12-1999 S. Mandal Modified the object names in the system status group. -- 1.31 Mar-25-1999 A. Cham Added Aux2 RTS status object. -- 1.32 Apr-14-1999 A. Cham Modified naming convention of objects in -- order to ensure uniqueness -- 1.33 May-10-1999 R. Lau Updated name/descriptions of traps, trap status, -- and system status for consistency across all MIB's. -- 1.34 May-26-1999 W. Song Added mlppp-no-fragmentation as a demand setup option. -- 1.35 Jun-04-1999 R. Lau Updated object values of traps, trap status, & -- system status for consistency. -- 1.36 Mar-08-2000 S. Mandal Event Log Support. Also expanded the IsdnStatus and UInterfaceStatus -- 1.37 Mar-22-2000 A. Cham Added 'crc100FCDynamicIpLearning'. -- 1.38 Apr-17-2000 J. Otero Added Top Stats Support. -- 1.39 Aug-11-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 100 Frame Relay CSU controlResources OBJECT IDENTIFIER ::= { enterprises 2066 } crcNetPath100 OBJECT IDENTIFIER ::= { controlResources 2 } -- -- The following groups are defined within the Control Resources 'crcNetPath100' MIB module. -- o CRC NetPath 100 CSU Trap Status Group -- o CRC NetPath 100 Frame Manager Statistics Group -- o CRC NetPath 100 PVC Statistics Group -- o CRC NetPath 100 Configuration Group -- o CRC NetPath 100 Status Group -- o CRC NetPath 100 SNMP Set Control Group -- o CRC NetPath 100 Reset Statistics Group -- o CRC NetPath 100 Time Event Command Group -- o CRC NetPath 100 Event Log Group -- -- The CRC NetPath 100 CSU Trap Status Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects which define the NetPath100 Trap Status -- Group is 'PS'. -- crc100TrapStatus OBJECT IDENTIFIER ::= { crcNetPath100 1 } crc100TSNwkLmiErrors 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." ::= { crc100TrapStatus 1 } crc100TSCsuLineFailure 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." ::= { crc100TrapStatus 2 } crc100TSExcessEsUasErrors OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the count of excessive ES and UAS encountered." ::= { crc100TrapStatus 3 } crc100TSExcessNwkErrors OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the count of excessive network errors encountered." ::= { crc100TrapStatus 4 } crc100TSCsuFault 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." ::= { crc100TrapStatus 5 } crc100TSModemFault 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." ::= { crc100TrapStatus 6 } crc100TSDialLineFault 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." ::= { crc100TrapStatus 7 } crc100TSUnitPowerLoss 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." ::= { crc100TrapStatus 8 } crc100TSUsrLmiErrors 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." ::= { crc100TrapStatus 9 } crc100TSExcessUsrErrors 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." ::= { crc100TrapStatus 10 } crc100TSUsrDtrStatus 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." ::= { crc100TrapStatus 11 } crc100TSUsrPowerStatus 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." ::= { crc100TrapStatus 12 } crc100TSIsdnStatus OBJECT-TYPE SYNTAX INTEGER { ok(1), failed(2), nonIsdnVer(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current status of the ISDN Adapter card." ::= { crc100TrapStatus 13 } crc100TSUInterfaceStatus OBJECT-TYPE SYNTAX INTEGER { ok(1), failed(2), nonIsdnVer(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current status of the U-Interface on the ISDN Adapter card." ::= { crc100TrapStatus 14 } crc100TSExcessFecnBecnSec OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the (max) FECN/BECN seconds over all PVCs." ::= { crc100TrapStatus 15 } crc100TSExternalAlarm 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." ::= { crc100TrapStatus 16 } crc100TSExcessAvgLatency OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the maximum Average Latency in Seconds over all PVCs." ::= { crc100TrapStatus 17 } crc100TSLoginSecurityViolation 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." ::= { crc100TrapStatus 18 } crc100TSIsdnBackup 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." ::= { crc100TrapStatus 19 } crc100TSIsdnDemand 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." ::= { crc100TrapStatus 20 } crc100TSPvcPktDrpdThres OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the maximum packets dropped over all PVCs." ::= { crc100TrapStatus 21 } crc100TSPvcPktDlvdThres OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the minimum percent delivered packets over all PVCs." ::= { crc100TrapStatus 22 } crc100TSPvcAvailable OBJECT-TYPE SYNTAX INTEGER ( 0..1023 ) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the last PVC that became available." ::= { crc100TrapStatus 23 } crc100TSPvcUnavailable OBJECT-TYPE SYNTAX INTEGER ( 0..1023 ) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the last PVC that became unavailable." ::= { crc100TrapStatus 24 } -- -- The CRC NetPath 100 Frame Manager Statistics Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects which record Frame Manager statistics. -- crc100FrmMgrStats OBJECT IDENTIFIER ::= { crcNetPath100 2 } -- -- The CRC NetPath 100 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 100 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 crc100FMTimeElapsed 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." ::= { crc100FrmMgrStats 1 } crc100FMValidInts 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." ::= { crc100FrmMgrStats 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. crc100FMCurrStats OBJECT IDENTIFIER ::= { crc100FrmMgrStats 3 } crc100FMCurrNwkLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI timeouts in the current 15 minute interval." ::= { crc100FMCurrStats 1 } crc100FMCurrNwkLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame errors in the current 15 minute interval." ::= { crc100FMCurrStats 2 } crc100FMCurrNwkLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame events in the current 15 minute interval." ::= { crc100FMCurrStats 3 } crc100FMCurrNwkDataFrameErrors 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." ::= { crc100FMCurrStats 4 } crc100FMCurrUsrLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI timeouts in the current 15 minute interval." ::= { crc100FMCurrStats 5 } crc100FMCurrUsrLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame errors in the current 15 minute interval." ::= { crc100FMCurrStats 6 } crc100FMCurrUsrLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame events in the current 15 minute interval." ::= { crc100FMCurrStats 7 } crc100FMCurrUsrDataFrameErrors 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." ::= { crc100FMCurrStats 8 } -- -- Interval Frame Manager Statistics -- The Frame Manager Statistics Interval Table contains various -- statistics collected over the previous 96, 15 minute -- interval, intervals. crc100FMIntervalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100FMIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Frame Manager Interval Statistics Table." ::= { crc100FrmMgrStats 4 } crc100FMIntervalStatsEntry OBJECT-TYPE SYNTAX Crc100FMIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Frame Manager Interval Statistics Table." INDEX {crc100FMIntervalNumber} ::= { crc100FMIntervalStatsTable 1 } Crc100FMIntervalStatsEntry ::= SEQUENCE { crc100FMIntervalNumber INTEGER, crc100FMIntervalNwkLmiTimeout INTEGER, crc100FMIntervalNwkLmiFrameErrors INTEGER, crc100FMIntervalNwkLmiFrameEvents INTEGER, crc100FMIntervalNwkDataFrameErrors INTEGER, crc100FMIntervalUsrLmiTimeout INTEGER, crc100FMIntervalUsrLmiFrameErrors INTEGER, crc100FMIntervalUsrLmiFrameEvents INTEGER, crc100FMIntervalUsrDataFrameErrors INTEGER } crc100FMIntervalNumber 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)." ::= { crc100FMIntervalStatsEntry 1 } crc100FMIntervalNwkLmiTimeout 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." ::= { crc100FMIntervalStatsEntry 2 } crc100FMIntervalNwkLmiFrameErrors 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." ::= { crc100FMIntervalStatsEntry 3 } crc100FMIntervalNwkLmiFrameEvents 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." ::= { crc100FMIntervalStatsEntry 4 } crc100FMIntervalNwkDataFrameErrors 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." ::= { crc100FMIntervalStatsEntry 5 } crc100FMIntervalUsrLmiTimeout 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." ::= { crc100FMIntervalStatsEntry 6 } crc100FMIntervalUsrLmiFrameErrors 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." ::= { crc100FMIntervalStatsEntry 7 } crc100FMIntervalUsrLmiFrameEvents 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." ::= { crc100FMIntervalStatsEntry 8 } crc100FMIntervalUsrDataFrameErrors 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." ::= { crc100FMIntervalStatsEntry 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 crc100FMTotalStats OBJECT IDENTIFIER ::= { crc100FrmMgrStats 5 } crc100FMTotalNwkLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI timeouts in the previous 24 hour interval." ::= { crc100FMTotalStats 1 } crc100FMTotalNwkLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame errors in the previous 24 hour interval." ::= { crc100FMTotalStats 2 } crc100FMTotalNwkLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame events in the previous 24 hour interval." ::= { crc100FMTotalStats 3 } crc100FMTotalNwkDataFrameErrors 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." ::= { crc100FMTotalStats 4 } crc100FMTotalUsrLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI timeouts in the previous 24 hour interval." ::= { crc100FMTotalStats 5 } crc100FMTotalUsrLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame errors in the previous 24 hour interval." ::= { crc100FMTotalStats 6 } crc100FMTotalUsrLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame events in the previous 24 hour interval." ::= { crc100FMTotalStats 7 } crc100FMTotalUsrDataFrameErrors 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." ::= { crc100FMTotalStats 8 } -- -- The CRC NetPath 100 PVC Statistics Group -- The following PVC Statistics Groups are defined within the CRC CSU -- MIB module. crc100PvcStats OBJECT IDENTIFIER ::= { crcNetPath100 3 } -- -- The CRC NetPath 100 PVC Statistics Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects which record PVC statistics. -- -- The CRC NetPath 100 PVC Group consists of Four tables: -- Pvc Current -- Pvc Interval -- Pvc Total -- Pvc Snap Shot -- The CRC NetPath 100 PVC Group also has the following 3 scalar -- objects: -- -- pvcIntervalSize -- pvcTimeElapsed -- pvcValidIntervals -- crc100PSIntervalSize 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." ::= { crc100PvcStats 1 } crc100PSTimeElapsed 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." ::= { crc100PvcStats 2 } crc100PSValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of historical crc100PSIntervalSize minute intervals currently recorded in the system. The value will be 96 unless the system was brought on-line within the last 96*crc100PSIntervalSize minutes, in which case the value will be the number of complete crc100PSIntervalSize minute intervals." ::= { crc100PvcStats 3 } -- Current PVC Statistics -- The PVC Current Table contains PVC statistics being collected for -- the current pvcIntervalSize minute interval. crc100PSCurrStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100PSCurrStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The PVC Current Statistics Table." ::= { crc100PvcStats 4 } crc100PSCurrStatsEntry OBJECT-TYPE SYNTAX Crc100PSCurrStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the PVC Current Statistics Table." INDEX { crc100PSCurrDlci } ::= { crc100PSCurrStatsTable 1 } Crc100PSCurrStatsEntry ::= SEQUENCE { crc100PSCurrDlci INTEGER, crc100PSCurrRxPackets INTEGER, crc100PSCurrTxPackets INTEGER, crc100PSCurrRxOctets INTEGER, crc100PSCurrTxOctets INTEGER, crc100PSCurrRxKbps INTEGER, crc100PSCurrTxKbps INTEGER, crc100PSCurrNumberOfBecn INTEGER, crc100PSCurrNumberOfFecn INTEGER, crc100PSCurrNumberOfRxDe INTEGER, crc100PSCurrNumberOfTxDe INTEGER, crc100PSCurrAvgDelay INTEGER, crc100PSCurrMaxDelay INTEGER, crc100PSCurrFecnBecnCnt INTEGER, crc100PSCurrProtocol1RxBps INTEGER, crc100PSCurrProtocol1TxBps INTEGER, crc100PSCurrProtocol2RxBps INTEGER, crc100PSCurrProtocol2TxBps INTEGER, crc100PSCurrProtocol3RxBps INTEGER, crc100PSCurrProtocol3TxBps INTEGER, crc100PSCurrProtocol4RxBps INTEGER, crc100PSCurrProtocol4TxBps INTEGER, crc100PSCurrProtocol5RxBps INTEGER, crc100PSCurrProtocol5TxBps INTEGER, crc100PSCurrProtocol6RxBps INTEGER, crc100PSCurrProtocol6TxBps INTEGER, crc100PSCurrProtocol7RxBps INTEGER, crc100PSCurrProtocol7TxBps INTEGER, crc100PSCurrProtocol8RxBps INTEGER, crc100PSCurrProtocol8TxBps INTEGER, crc100PSCurrNumberOfNwk INTEGER, crc100PSCurrFirstNwkAvgDelay INTEGER, crc100PSCurrFirstNwkMaxDelay INTEGER, crc100PSCurrSecondNwkAvgDelay INTEGER, crc100PSCurrSecondNwkMaxDelay INTEGER, crc100PSCurrThirdNwkAvgDelay INTEGER, crc100PSCurrThirdNwkMaxDelay INTEGER, crc100PSCurrNoCongAvgDelay INTEGER, crc100PSCurrNoCongMaxDelay INTEGER, crc100PSCurrNoCongFirstNwkAvgDelay INTEGER, crc100PSCurrNoCongFirstNwkMaxDelay INTEGER, crc100PSCurrNoCongSecondNwkAvgDelay INTEGER, crc100PSCurrNoCongSecondNwkMaxDelay INTEGER, crc100PSCurrNoCongThirdNwkAvgDelay INTEGER, crc100PSCurrNoCongThirdNwkMaxDelay INTEGER, crc100PSCurrConsecutiveLatencyPktsLost INTEGER, crc100PSCurrPvcAvailabilityStatus INTEGER, crc100PSCurrPvcUnavailableTime INTEGER, crc100PSCurrCirBin0Tx INTEGER, crc100PSCurrCirBin1Tx INTEGER, crc100PSCurrCirBin2Tx INTEGER, crc100PSCurrCirBin3Tx INTEGER, crc100PSCurrCirBin4Tx INTEGER, crc100PSCurrCirBin5Tx INTEGER, crc100PSCurrCirBin6Tx INTEGER, crc100PSCurrCirBin7Tx INTEGER, crc100PSCurrCirBin0Rx INTEGER, crc100PSCurrCirBin1Rx INTEGER, crc100PSCurrCirBin2Rx INTEGER, crc100PSCurrCirBin3Rx INTEGER, crc100PSCurrCirBin4Rx INTEGER, crc100PSCurrCirBin5Rx INTEGER, crc100PSCurrCirBin6Rx INTEGER, crc100PSCurrCirBin7Rx INTEGER, crc100PSCurrConsecutiveFrLossPktsLost INTEGER, crc100PSCurrTxMeasNonDeTxPkts INTEGER, crc100PSCurrTxMeasDeTxPkts INTEGER, crc100PSCurrTxMeasNniOneNonDeRxPkts INTEGER, crc100PSCurrTxMeasNniOneDeRxPkts INTEGER, crc100PSCurrTxMeasNniTwoNonDeRxPkts INTEGER, crc100PSCurrTxMeasNniTwoDeRxPkts INTEGER, crc100PSCurrTxMeasNonDeRxPkts INTEGER, crc100PSCurrTxMeasDeRxPkts INTEGER, crc100PSCurrRxMeasNonDeTxPkts INTEGER, crc100PSCurrRxMeasDeTxPkts INTEGER, crc100PSCurrRxMeasNniOneNonDeRxPkts INTEGER, crc100PSCurrRxMeasNniOneDeRxPkts INTEGER, crc100PSCurrRxMeasNniTwoNonDeRxPkts INTEGER, crc100PSCurrRxMeasNniTwoDeRxPkts INTEGER, crc100PSCurrRxMeasNonDeRxPkts INTEGER, crc100PSCurrRxMeasDeRxPkts INTEGER, crc100PSCurrTxOrigDeviceReset INTEGER, crc100PSCurrTxNniOneReset INTEGER, crc100PSCurrTxNniTwoReset INTEGER, crc100PSCurrTxTerminatingDeviceReset INTEGER, crc100PSCurrRxOrigDeviceReset INTEGER, crc100PSCurrRxNniOneReset INTEGER, crc100PSCurrRxNniTwoReset INTEGER, crc100PSCurrRxTerminatingDeviceReset INTEGER } crc100PSCurrDlci 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." ::= { crc100PSCurrStatsEntry 1 } crc100PSCurrRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC for the current interval." ::= { crc100PSCurrStatsEntry 2 } crc100PSCurrTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC for the current interval." ::= { crc100PSCurrStatsEntry 3 } crc100PSCurrRxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC for the current interval." ::= { crc100PSCurrStatsEntry 4 } crc100PSCurrTxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC for the current interval." ::= { crc100PSCurrStatsEntry 5 } crc100PSCurrRxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second received on this PVC for the current interval." ::= { crc100PSCurrStatsEntry 6 } crc100PSCurrTxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second transmitted on this PVC for the current interval." ::= { crc100PSCurrStatsEntry 7 } crc100PSCurrNumberOfBecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of BECN frames seen on this PVC for the current interval." ::= { crc100PSCurrStatsEntry 8 } crc100PSCurrNumberOfFecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of FECN frames seen on this PVC for the current interval." ::= { crc100PSCurrStatsEntry 9 } crc100PSCurrNumberOfRxDe 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." ::= { crc100PSCurrStatsEntry 10 } crc100PSCurrNumberOfTxDe 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." ::= { crc100PSCurrStatsEntry 11 } crc100PSCurrAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Average network delay seen on this PVC for the current interval." ::= { crc100PSCurrStatsEntry 12 } crc100PSCurrMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Peak network delay seen on this PVC for the current interval." ::= { crc100PSCurrStatsEntry 13 } crc100PSCurrFecnBecnCnt 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." ::= { crc100PSCurrStatsEntry 14 } crc100PSCurrProtocol1RxBps 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." ::= { crc100PSCurrStatsEntry 15 } crc100PSCurrProtocol1TxBps 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." ::= { crc100PSCurrStatsEntry 16 } crc100PSCurrProtocol2RxBps 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." ::= { crc100PSCurrStatsEntry 17 } crc100PSCurrProtocol2TxBps 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." ::= { crc100PSCurrStatsEntry 18 } crc100PSCurrProtocol3RxBps 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." ::= { crc100PSCurrStatsEntry 19 } crc100PSCurrProtocol3TxBps 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." ::= { crc100PSCurrStatsEntry 20 } crc100PSCurrProtocol4RxBps 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." ::= { crc100PSCurrStatsEntry 21 } crc100PSCurrProtocol4TxBps 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." ::= { crc100PSCurrStatsEntry 22 } crc100PSCurrProtocol5RxBps 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." ::= { crc100PSCurrStatsEntry 23 } crc100PSCurrProtocol5TxBps 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." ::= { crc100PSCurrStatsEntry 24 } crc100PSCurrProtocol6RxBps 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." ::= { crc100PSCurrStatsEntry 25 } crc100PSCurrProtocol6TxBps 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." ::= { crc100PSCurrStatsEntry 26 } crc100PSCurrProtocol7RxBps 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." ::= { crc100PSCurrStatsEntry 27 } crc100PSCurrProtocol7TxBps 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." ::= { crc100PSCurrStatsEntry 28 } crc100PSCurrProtocol8RxBps 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." ::= { crc100PSCurrStatsEntry 29 } crc100PSCurrProtocol8TxBps 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." ::= { crc100PSCurrStatsEntry 30 } crc100PSCurrNumberOfNwk 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." ::= { crc100PSCurrStatsEntry 31 } crc100PSCurrFirstNwkAvgDelay 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." ::= { crc100PSCurrStatsEntry 32 } crc100PSCurrFirstNwkMaxDelay 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." ::= { crc100PSCurrStatsEntry 33 } crc100PSCurrSecondNwkAvgDelay 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." ::= { crc100PSCurrStatsEntry 34 } crc100PSCurrSecondNwkMaxDelay 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." ::= { crc100PSCurrStatsEntry 35 } crc100PSCurrThirdNwkAvgDelay 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." ::= { crc100PSCurrStatsEntry 36 } crc100PSCurrThirdNwkMaxDelay 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." ::= { crc100PSCurrStatsEntry 37 } crc100PSCurrNoCongAvgDelay 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." ::= { crc100PSCurrStatsEntry 38 } crc100PSCurrNoCongMaxDelay 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." ::= { crc100PSCurrStatsEntry 39 } crc100PSCurrNoCongFirstNwkAvgDelay 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." ::= { crc100PSCurrStatsEntry 40 } crc100PSCurrNoCongFirstNwkMaxDelay 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." ::= { crc100PSCurrStatsEntry 41 } crc100PSCurrNoCongSecondNwkAvgDelay 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." ::= { crc100PSCurrStatsEntry 42 } crc100PSCurrNoCongSecondNwkMaxDelay 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." ::= { crc100PSCurrStatsEntry 43 } crc100PSCurrNoCongThirdNwkAvgDelay 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." ::= { crc100PSCurrStatsEntry 44 } crc100PSCurrNoCongThirdNwkMaxDelay 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." ::= { crc100PSCurrStatsEntry 45 } crc100PSCurrConsecutiveLatencyPktsLost 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." ::= { crc100PSCurrStatsEntry 46 } crc100PSCurrPvcAvailabilityStatus OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Currently not implemented." ::= { crc100PSCurrStatsEntry 47 } crc100PSCurrPvcUnavailableTime 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." ::= { crc100PSCurrStatsEntry 48 } crc100PSCurrCirBin0Tx 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." ::= { crc100PSCurrStatsEntry 49 } crc100PSCurrCirBin1Tx 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." ::= { crc100PSCurrStatsEntry 50 } crc100PSCurrCirBin2Tx 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." ::= { crc100PSCurrStatsEntry 51 } crc100PSCurrCirBin3Tx 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." ::= { crc100PSCurrStatsEntry 52 } crc100PSCurrCirBin4Tx 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." ::= { crc100PSCurrStatsEntry 53 } crc100PSCurrCirBin5Tx 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." ::= { crc100PSCurrStatsEntry 54 } crc100PSCurrCirBin6Tx 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." ::= { crc100PSCurrStatsEntry 55 } crc100PSCurrCirBin7Tx 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." ::= { crc100PSCurrStatsEntry 56 } crc100PSCurrCirBin0Rx 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." ::= { crc100PSCurrStatsEntry 57 } crc100PSCurrCirBin1Rx 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." ::= { crc100PSCurrStatsEntry 58 } crc100PSCurrCirBin2Rx 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." ::= { crc100PSCurrStatsEntry 59 } crc100PSCurrCirBin3Rx 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." ::= { crc100PSCurrStatsEntry 60 } crc100PSCurrCirBin4Rx 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." ::= { crc100PSCurrStatsEntry 61 } crc100PSCurrCirBin5Rx 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." ::= { crc100PSCurrStatsEntry 62 } crc100PSCurrCirBin6Rx 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." ::= { crc100PSCurrStatsEntry 63 } crc100PSCurrCirBin7Rx 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." ::= { crc100PSCurrStatsEntry 64 } crc100PSCurrConsecutiveFrLossPktsLost 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." ::= { crc100PSCurrStatsEntry 65 } crc100PSCurrTxMeasNonDeTxPkts 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." ::= { crc100PSCurrStatsEntry 66 } crc100PSCurrTxMeasDeTxPkts 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." ::= { crc100PSCurrStatsEntry 67 } crc100PSCurrTxMeasNniOneNonDeRxPkts 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." ::= { crc100PSCurrStatsEntry 68 } crc100PSCurrTxMeasNniOneDeRxPkts 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." ::= { crc100PSCurrStatsEntry 69 } crc100PSCurrTxMeasNniTwoNonDeRxPkts 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." ::= { crc100PSCurrStatsEntry 70 } crc100PSCurrTxMeasNniTwoDeRxPkts 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." ::= { crc100PSCurrStatsEntry 71 } crc100PSCurrTxMeasNonDeRxPkts 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." ::= { crc100PSCurrStatsEntry 72 } crc100PSCurrTxMeasDeRxPkts 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." ::= { crc100PSCurrStatsEntry 73 } crc100PSCurrRxMeasNonDeTxPkts 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." ::= { crc100PSCurrStatsEntry 74 } crc100PSCurrRxMeasDeTxPkts 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." ::= { crc100PSCurrStatsEntry 75 } crc100PSCurrRxMeasNniOneNonDeRxPkts 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." ::= { crc100PSCurrStatsEntry 76 } crc100PSCurrRxMeasNniOneDeRxPkts 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." ::= { crc100PSCurrStatsEntry 77 } crc100PSCurrRxMeasNniTwoNonDeRxPkts 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." ::= { crc100PSCurrStatsEntry 78 } crc100PSCurrRxMeasNniTwoDeRxPkts 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." ::= { crc100PSCurrStatsEntry 79 } crc100PSCurrRxMeasNonDeRxPkts 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." ::= { crc100PSCurrStatsEntry 80 } crc100PSCurrRxMeasDeRxPkts 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." ::= { crc100PSCurrStatsEntry 81 } crc100PSCurrTxOrigDeviceReset 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." ::= { crc100PSCurrStatsEntry 82 } crc100PSCurrTxNniOneReset 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." ::= { crc100PSCurrStatsEntry 83 } crc100PSCurrTxNniTwoReset 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." ::= { crc100PSCurrStatsEntry 84 } crc100PSCurrTxTerminatingDeviceReset 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." ::= { crc100PSCurrStatsEntry 85 } crc100PSCurrRxOrigDeviceReset 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." ::= { crc100PSCurrStatsEntry 86 } crc100PSCurrRxNniOneReset 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" ::= { crc100PSCurrStatsEntry 87 } crc100PSCurrRxNniTwoReset 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." ::= { crc100PSCurrStatsEntry 88 } crc100PSCurrRxTerminatingDeviceReset 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." ::= { crc100PSCurrStatsEntry 89 } -- -- Interval PVC Statistics -- The PVC Statistics Interval Table contains various statistics -- collected by each PVC over the previous 96, pvcIntervalSize minute -- interval, intervals. crc100PSIntervalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100PSIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The PVC Interval Statistics Table." ::= { crc100PvcStats 5 } crc100PSIntervalStatsEntry OBJECT-TYPE SYNTAX Crc100PSIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the PVC Interval Statistics Table." INDEX { crc100PSIntervalNumber, crc100PSIntervalDlci } ::= { crc100PSIntervalStatsTable 1 } Crc100PSIntervalStatsEntry ::= SEQUENCE { crc100PSIntervalNumber INTEGER, crc100PSIntervalDlci INTEGER, crc100PSIntervalRxPackets INTEGER, crc100PSIntervalTxPackets INTEGER, crc100PSIntervalRxOctets INTEGER, crc100PSIntervalTxOctets INTEGER, crc100PSIntervalRxKbps INTEGER, crc100PSIntervalTxKbps INTEGER, crc100PSIntervalNumberOfBecn INTEGER, crc100PSIntervalNumberOfFecn INTEGER, crc100PSIntervalNumberOfRxDe INTEGER, crc100PSIntervalNumberOfTxDe INTEGER, crc100PSIntervalAvgDelay INTEGER, crc100PSIntervalMaxDelay INTEGER, crc100PSIntervalFecnBecnCnt INTEGER, crc100PSIntervalProtocol1RxBps INTEGER, crc100PSIntervalProtocol1TxBps INTEGER, crc100PSIntervalProtocol2RxBps INTEGER, crc100PSIntervalProtocol2TxBps INTEGER, crc100PSIntervalProtocol3RxBps INTEGER, crc100PSIntervalProtocol3TxBps INTEGER, crc100PSIntervalProtocol4RxBps INTEGER, crc100PSIntervalProtocol4TxBps INTEGER, crc100PSIntervalProtocol5RxBps INTEGER, crc100PSIntervalProtocol5TxBps INTEGER, crc100PSIntervalProtocol6RxBps INTEGER, crc100PSIntervalProtocol6TxBps INTEGER, crc100PSIntervalProtocol7RxBps INTEGER, crc100PSIntervalProtocol7TxBps INTEGER, crc100PSIntervalProtocol8RxBps INTEGER, crc100PSIntervalProtocol8TxBps INTEGER, crc100PSIntervalNumberOfNwk INTEGER, crc100PSIntervalFirstNwkAvgDelay INTEGER, crc100PSIntervalFirstNwkMaxDelay INTEGER, crc100PSIntervalSecondNwkAvgDelay INTEGER, crc100PSIntervalSecondNwkMaxDelay INTEGER, crc100PSIntervalThirdNwkAvgDelay INTEGER, crc100PSIntervalThirdNwkMaxDelay INTEGER, crc100PSIntervalNoCongAvgDelay INTEGER, crc100PSIntervalNoCongMaxDelay INTEGER, crc100PSIntervalNoCongFirstNwkAvgDelay INTEGER, crc100PSIntervalNoCongFirstNwkMaxDelay INTEGER, crc100PSIntervalNoCongSecondNwkAvgDelay INTEGER, crc100PSIntervalNoCongSecondNwkMaxDelay INTEGER, crc100PSIntervalNoCongThirdNwkAvgDelay INTEGER, crc100PSIntervalNoCongThirdNwkMaxDelay INTEGER, crc100PSIntervalConsecutiveLatencyPktsLost INTEGER, crc100PSIntervalPvcAvailabilityStatus INTEGER, crc100PSIntervalPvcUnavailableTime INTEGER, crc100PSIntervalCirBin0Tx INTEGER, crc100PSIntervalCirBin1Tx INTEGER, crc100PSIntervalCirBin2Tx INTEGER, crc100PSIntervalCirBin3Tx INTEGER, crc100PSIntervalCirBin4Tx INTEGER, crc100PSIntervalCirBin5Tx INTEGER, crc100PSIntervalCirBin6Tx INTEGER, crc100PSIntervalCirBin7Tx INTEGER, crc100PSIntervalCirBin0Rx INTEGER, crc100PSIntervalCirBin1Rx INTEGER, crc100PSIntervalCirBin2Rx INTEGER, crc100PSIntervalCirBin3Rx INTEGER, crc100PSIntervalCirBin4Rx INTEGER, crc100PSIntervalCirBin5Rx INTEGER, crc100PSIntervalCirBin6Rx INTEGER, crc100PSIntervalCirBin7Rx INTEGER, crc100PSIntervalConsecutiveFrLossPktsLost INTEGER, crc100PSIntervalTxMeasNonDeTxPkts INTEGER, crc100PSIntervalTxMeasDeTxPkts INTEGER, crc100PSIntervalTxMeasNniOneNonDeRxPkts INTEGER, crc100PSIntervalTxMeasNniOneDeRxPkts INTEGER, crc100PSIntervalTxMeasNniTwoNonDeRxPkts INTEGER, crc100PSIntervalTxMeasNniTwoDeRxPkts INTEGER, crc100PSIntervalTxMeasNonDeRxPkts INTEGER, crc100PSIntervalTxMeasDeRxPkts INTEGER, crc100PSIntervalRxMeasNonDeTxPkts INTEGER, crc100PSIntervalRxMeasDeTxPkts INTEGER, crc100PSIntervalRxMeasNniOneNonDeRxPkts INTEGER, crc100PSIntervalRxMeasNniOneDeRxPkts INTEGER, crc100PSIntervalRxMeasNniTwoNonDeRxPkts INTEGER, crc100PSIntervalRxMeasNniTwoDeRxPkts INTEGER, crc100PSIntervalRxMeasNonDeRxPkts INTEGER, crc100PSIntervalRxMeasDeRxPkts INTEGER, crc100PSIntervalTxOrigDeviceReset INTEGER, crc100PSIntervalTxNniOneReset INTEGER, crc100PSIntervalTxNniTwoReset INTEGER, crc100PSIntervalTxTerminatingDeviceReset INTEGER, crc100PSIntervalRxOrigDeviceReset INTEGER, crc100PSIntervalRxNniOneReset INTEGER, crc100PSIntervalRxNniTwoReset INTEGER, crc100PSIntervalRxTerminatingDeviceReset INTEGER } crc100PSIntervalNumber 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 crc100PSIntervalSize minutes interval and 96 is the least recently completed crc100PSIntervalSize minutes interval (assuming that all 96 intervals are valid)." ::= { crc100PSIntervalStatsEntry 1 } crc100PSIntervalDlci 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." ::= { crc100PSIntervalStatsEntry 2 } crc100PSIntervalRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC in one of the previous 96, individual crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 3 } crc100PSIntervalTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC in one of the previous 96, individual crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 4 } crc100PSIntervalRxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC in one of the previous 96, individual crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 5 } crc100PSIntervalTxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC in one of the previous 96, individual crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 6 } crc100PSIntervalRxKbps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 7 } crc100PSIntervalTxKbps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 8 } crc100PSIntervalNumberOfBecn 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 9 } crc100PSIntervalNumberOfFecn 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 10 } crc100PSIntervalNumberOfRxDe 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 11 } crc100PSIntervalNumberOfTxDe 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 12 } crc100PSIntervalAvgDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 13 } crc100PSIntervalMaxDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 14 } crc100PSIntervalFecnBecnCnt 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 15 } crc100PSIntervalProtocol1RxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 16 } crc100PSIntervalProtocol1TxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 17 } crc100PSIntervalProtocol2RxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 18 } crc100PSIntervalProtocol2TxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 19 } crc100PSIntervalProtocol3RxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 20 } crc100PSIntervalProtocol3TxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 21 } crc100PSIntervalProtocol4RxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 22 } crc100PSIntervalProtocol4TxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 23 } crc100PSIntervalProtocol5RxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 24 } crc100PSIntervalProtocol5TxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 25 } crc100PSIntervalProtocol6RxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 26 } crc100PSIntervalProtocol6TxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 27 } crc100PSIntervalProtocol7RxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 28 } crc100PSIntervalProtocol7TxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 29 } crc100PSIntervalProtocol8RxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 30 } crc100PSIntervalProtocol8TxBps 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 31 } crc100PSIntervalNumberOfNwk 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 32 } crc100PSIntervalFirstNwkAvgDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 33 } crc100PSIntervalFirstNwkMaxDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 34 } crc100PSIntervalSecondNwkAvgDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 35 } crc100PSIntervalSecondNwkMaxDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 36 } crc100PSIntervalThirdNwkAvgDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 37 } crc100PSIntervalThirdNwkMaxDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 38 } crc100PSIntervalNoCongAvgDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 39 } crc100PSIntervalNoCongMaxDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 40 } crc100PSIntervalNoCongFirstNwkAvgDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 41 } crc100PSIntervalNoCongFirstNwkMaxDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 42 } crc100PSIntervalNoCongSecondNwkAvgDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 43 } crc100PSIntervalNoCongSecondNwkMaxDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 44 } crc100PSIntervalNoCongThirdNwkAvgDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 45 } crc100PSIntervalNoCongThirdNwkMaxDelay 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 46 } crc100PSIntervalConsecutiveLatencyPktsLost 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 47 } crc100PSIntervalPvcAvailabilityStatus OBJECT-TYPE SYNTAX INTEGER { deleted(1), inactive(2), active(3), new(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Currently not implemented." ::= { crc100PSIntervalStatsEntry 48 } crc100PSIntervalPvcUnavailableTime 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 crc100PSIntervalSize minute, intervals as not fully active until it is fully active, or while a network LMI failure exists." ::= { crc100PSIntervalStatsEntry 49 } crc100PSIntervalCirBin0Tx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 50 } crc100PSIntervalCirBin1Tx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 51 } crc100PSIntervalCirBin2Tx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 52 } crc100PSIntervalCirBin3Tx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 53 } crc100PSIntervalCirBin4Tx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 54 } crc100PSIntervalCirBin5Tx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 55 } crc100PSIntervalCirBin6Tx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 56 } crc100PSIntervalCirBin7Tx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 57 } crc100PSIntervalCirBin0Rx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 58 } crc100PSIntervalCirBin1Rx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 59 } crc100PSIntervalCirBin2Rx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 60 } crc100PSIntervalCirBin3Rx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 61 } crc100PSIntervalCirBin4Rx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 62 } crc100PSIntervalCirBin5Rx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 63 } crc100PSIntervalCirBin6Rx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 64 } crc100PSIntervalCirBin7Rx 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 65 } crc100PSIntervalConsecutiveFrLossPktsLost 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 crc100PSIntervalSize minute, intervals." ::= { crc100PSIntervalStatsEntry 66 } crc100PSIntervalTxMeasNonDeTxPkts 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 67 } crc100PSIntervalTxMeasDeTxPkts 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 68 } crc100PSIntervalTxMeasNniOneNonDeRxPkts 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 69 } crc100PSIntervalTxMeasNniOneDeRxPkts 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 70 } crc100PSIntervalTxMeasNniTwoNonDeRxPkts 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 71 } crc100PSIntervalTxMeasNniTwoDeRxPkts 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 72 } crc100PSIntervalTxMeasNonDeRxPkts 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 73 } crc100PSIntervalTxMeasDeRxPkts 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 74 } crc100PSIntervalRxMeasNonDeTxPkts 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 crc100PSIntervalSize minute, intervals in the receive direction." ::= { crc100PSIntervalStatsEntry 75 } crc100PSIntervalRxMeasDeTxPkts 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 crc100PSIntervalSize minute, intervals in the received direction." ::= { crc100PSIntervalStatsEntry 76 } crc100PSIntervalRxMeasNniOneNonDeRxPkts 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 crc100PSIntervalSize minute, intervals in the received direction." ::= { crc100PSIntervalStatsEntry 77 } crc100PSIntervalRxMeasNniOneDeRxPkts 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 crc100PSIntervalSize minute, intervals in the received direction." ::= { crc100PSIntervalStatsEntry 78 } crc100PSIntervalRxMeasNniTwoNonDeRxPkts 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 crc100PSIntervalSize minute, intervals in the received direction." ::= { crc100PSIntervalStatsEntry 79 } crc100PSIntervalRxMeasNniTwoDeRxPkts 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 crc100PSIntervalSize minute, intervals in the received direction." ::= { crc100PSIntervalStatsEntry 80 } crc100PSIntervalRxMeasNonDeRxPkts 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 crc100PSIntervalSize minute, intervals in the received direction." ::= { crc100PSIntervalStatsEntry 81 } crc100PSIntervalRxMeasDeRxPkts 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 crc100PSIntervalSize minute, intervals in the received direction." ::= { crc100PSIntervalStatsEntry 82 } crc100PSIntervalTxOrigDeviceReset 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 83 } crc100PSIntervalTxNniOneReset 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 84 } crc100PSIntervalTxNniTwoReset 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 85 } crc100PSIntervalTxTerminatingDeviceReset 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 crc100PSIntervalSize minute, intervals in the transmit direction." ::= { crc100PSIntervalStatsEntry 86 } crc100PSIntervalRxOrigDeviceReset 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 crc100PSIntervalSize minute, intervals in the receive direction." ::= { crc100PSIntervalStatsEntry 87 } crc100PSIntervalRxNniOneReset 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 crc100PSIntervalSize minute, intervals in the receive direction." ::= { crc100PSIntervalStatsEntry 88 } crc100PSIntervalRxNniTwoReset 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 crc100PSIntervalSize minute, intervals in the receive direction." ::= { crc100PSIntervalStatsEntry 89 } crc100PSIntervalRxTerminatingDeviceReset 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 crc100PSIntervalSize minute, intervals in the receive direction." ::= { crc100PSIntervalStatsEntry 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 crc100PSTotalStats OBJECT IDENTIFIER ::= { crc100PvcStats 6 } crc100PSTotalRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC in the previous 96 intervals." ::= { crc100PSTotalStats 1 } crc100PSTotalTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC in the previous 96 intervals." ::= { crc100PSTotalStats 2 } crc100PSTotalRxOctets OBJECT-TYPE SYNTAX DisplayString (SIZE (0..11)) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC in the previous 96 intervals." ::= { crc100PSTotalStats 3 } crc100PSTotalTxOctets OBJECT-TYPE SYNTAX DisplayString (SIZE (0..11)) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC in the previous 96 intervals." ::= { crc100PSTotalStats 4 } crc100PSTotalRxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second received on this PVC in the previous 96 intervals." ::= { crc100PSTotalStats 5 } crc100PSTotalTxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second transmitted on this PVC in the previous 96 intervals." ::= { crc100PSTotalStats 6 } crc100PSTotalNumberOfBecn 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." ::= { crc100PSTotalStats 7 } crc100PSTotalNumberOfFecn 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." ::= { crc100PSTotalStats 8 } crc100PSTotalNumberOfRxDe 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." ::= { crc100PSTotalStats 9 } crc100PSTotalNumberOfTxDe 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." ::= { crc100PSTotalStats 10 } crc100PSTotalProtocol1RxBps 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." ::= { crc100PSTotalStats 11 } crc100PSTotalProtocol1TxBps 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." ::= { crc100PSTotalStats 12 } crc100PSTotalProtocol2RxBps 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." ::= { crc100PSTotalStats 13 } crc100PSTotalProtocol2TxBps 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." ::= { crc100PSTotalStats 14 } crc100PSTotalProtocol3RxBps 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." ::= { crc100PSTotalStats 15 } crc100PSTotalProtocol3TxBps 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." ::= { crc100PSTotalStats 16 } crc100PSTotalProtocol4RxBps 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." ::= { crc100PSTotalStats 17 } crc100PSTotalProtocol4TxBps 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." ::= { crc100PSTotalStats 18 } crc100PSTotalProtocol5RxBps 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." ::= { crc100PSTotalStats 19 } crc100PSTotalProtocol5TxBps 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." ::= { crc100PSTotalStats 20 } crc100PSTotalProtocol6RxBps 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." ::= { crc100PSTotalStats 21 } crc100PSTotalProtocol6TxBps 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." ::= { crc100PSTotalStats 22 } crc100PSTotalProtocol7RxBps 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." ::= { crc100PSTotalStats 23 } crc100PSTotalProtocol7TxBps 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." ::= { crc100PSTotalStats 24 } crc100PSTotalProtocol8RxBps 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." ::= { crc100PSTotalStats 25 } crc100PSTotalProtocol8TxBps 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." ::= { crc100PSTotalStats 26 } crc100PSTotalCirBin0Tx 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." ::= { crc100PSTotalStats 27 } crc100PSTotalCirBin1Tx 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." ::= { crc100PSTotalStats 28 } crc100PSTotalCirBin2Tx 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." ::= { crc100PSTotalStats 29 } crc100PSTotalCirBin3Tx 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." ::= { crc100PSTotalStats 30 } crc100PSTotalCirBin4Tx 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." ::= { crc100PSTotalStats 31 } crc100PSTotalCirBin5Tx 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." ::= { crc100PSTotalStats 32 } crc100PSTotalCirBin6Tx 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." ::= { crc100PSTotalStats 33 } crc100PSTotalCirBin7Tx 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." ::= { crc100PSTotalStats 34 } crc100PSTotalCirBin0Rx 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." ::= { crc100PSTotalStats 35 } crc100PSTotalCirBin1Rx 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." ::= { crc100PSTotalStats 36 } crc100PSTotalCirBin2Rx 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." ::= { crc100PSTotalStats 37 } crc100PSTotalCirBin3Rx 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." ::= { crc100PSTotalStats 38 } crc100PSTotalCirBin4Rx 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." ::= { crc100PSTotalStats 39 } crc100PSTotalCirBin5Rx 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." ::= { crc100PSTotalStats 40 } crc100PSTotalCirBin6Rx 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." ::= { crc100PSTotalStats 41 } crc100PSTotalCirBin7Rx 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." ::= { crc100PSTotalStats 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. -- crc100PSSnapShotStats OBJECT IDENTIFIER ::= { crc100PvcStats 7 } crc100PSSnapShotDlci 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" ::= {crc100PSSnapShotStats 1 } crc100PSSnapShotRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC in the previous Snap Shot interval." ::= { crc100PSSnapShotStats 2 } crc100PSSnapShotTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC in the previous Snap Shot interval." ::= { crc100PSSnapShotStats 3 } crc100PSSnapShotRxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC in the previous Snap Shot interval." ::= { crc100PSSnapShotStats 4 } crc100PSSnapShotTxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC in the previous Snap Shot interval." ::= { crc100PSSnapShotStats 5 } crc100PSSnapShotRxKbps 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." ::= { crc100PSSnapShotStats 6 } crc100PSSnapShotTxKbps 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." ::= { crc100PSSnapShotStats 7 } crc100PSSnapShotNumberOfBecn 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." ::= { crc100PSSnapShotStats 8 } crc100PSSnapShotNumberOfFecn 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." ::= { crc100PSSnapShotStats 9 } crc100PSSnapShotNumberOfRxDe 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." ::= { crc100PSSnapShotStats 10 } crc100PSSnapShotNumberOfTxDe 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." ::= { crc100PSSnapShotStats 11 } crc100PSSnapShotProtocol1RxBps 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." ::= { crc100PSSnapShotStats 12 } crc100PSSnapShotProtocol1TxBps 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." ::= { crc100PSSnapShotStats 13 } crc100PSSnapShotProtocol2RxBps 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." ::= { crc100PSSnapShotStats 14 } crc100PSSnapShotProtocol2TxBps 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." ::= { crc100PSSnapShotStats 15 } crc100PSSnapShotProtocol3RxBps 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." ::= { crc100PSSnapShotStats 16 } crc100PSSnapShotProtocol3TxBps 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." ::= { crc100PSSnapShotStats 17 } crc100PSSnapShotProtocol4RxBps 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." ::= { crc100PSSnapShotStats 18 } crc100PSSnapShotProtocol4TxBps 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." ::= { crc100PSSnapShotStats 19 } crc100PSSnapShotProtocol5RxBps 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." ::= { crc100PSSnapShotStats 20 } crc100PSSnapShotProtocol5TxBps 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." ::= { crc100PSSnapShotStats 21 } crc100PSSnapShotProtocol6RxBps 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." ::= { crc100PSSnapShotStats 22 } crc100PSSnapShotProtocol6TxBps 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." ::= { crc100PSSnapShotStats 23 } crc100PSSnapShotProtocol7RxBps 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." ::= { crc100PSSnapShotStats 24 } crc100PSSnapShotProtocol7TxBps 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." ::= { crc100PSSnapShotStats 25 } crc100PSSnapShotProtocol8RxBps 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." ::= { crc100PSSnapShotStats 26 } crc100PSSnapShotProtocol8TxBps 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." ::= { crc100PSSnapShotStats 27 } crc100PSSnapShotNumberOfNwk 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." ::= { crc100PSSnapShotStats 28 } crc100PSSnapShotFirstNwkDelay 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." ::= { crc100PSSnapShotStats 29 } crc100PSSnapShotSecondNwkDelay 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." ::= { crc100PSSnapShotStats 30 } crc100PSSnapShotThirdNwkDelay 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." ::= { crc100PSSnapShotStats 31 } crc100PSSnapShotEndToEndDelay 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." ::= { crc100PSSnapShotStats 32 } crc100PSSnapShotCirBin0Tx 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." ::= { crc100PSSnapShotStats 33 } crc100PSSnapShotCirBin1Tx 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." ::= { crc100PSSnapShotStats 34 } crc100PSSnapShotCirBin2Tx 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." ::= { crc100PSSnapShotStats 35 } crc100PSSnapShotCirBin3Tx 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." ::= { crc100PSSnapShotStats 36 } crc100PSSnapShotCirBin4Tx 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." ::= { crc100PSSnapShotStats 37 } crc100PSSnapShotCirBin5Tx 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." ::= { crc100PSSnapShotStats 38 } crc100PSSnapShotCirBin6Tx 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." ::= { crc100PSSnapShotStats 39 } crc100PSSnapShotCirBin7Tx 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." ::= { crc100PSSnapShotStats 40 } crc100PSSnapShotCirBin0Rx 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." ::= { crc100PSSnapShotStats 41 } crc100PSSnapShotCirBin1Rx 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." ::= { crc100PSSnapShotStats 42 } crc100PSSnapShotCirBin2Rx 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." ::= { crc100PSSnapShotStats 43 } crc100PSSnapShotCirBin3Rx 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." ::= { crc100PSSnapShotStats 44 } crc100PSSnapShotCirBin4Rx 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." ::= { crc100PSSnapShotStats 45 } crc100PSSnapShotCirBin5Rx 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." ::= { crc100PSSnapShotStats 46 } crc100PSSnapShotCirBin6Rx 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." ::= { crc100PSSnapShotStats 47 } crc100PSSnapShotCirBin7Rx 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." ::= { crc100PSSnapShotStats 48 } crc100PSSnapShotConsecutiveFrLossPktsLost 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." ::= { crc100PSSnapShotStats 49 } crc100PSSnapShotTxMeasNonDeTxPkts 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." ::= { crc100PSSnapShotStats 50 } crc100PSSnapShotTxMeasDeTxPkts 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." ::= { crc100PSSnapShotStats 51 } crc100PSSnapShotTxMeasNniOneNonDeRxPkts 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." ::= { crc100PSSnapShotStats 52 } crc100PSSnapShotTxMeasNniOneDeRxPkts 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." ::= { crc100PSSnapShotStats 53 } crc100PSSnapShotTxMeasNniTwoNonDeRxPkts 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." ::= { crc100PSSnapShotStats 54 } crc100PSSnapShotTxMeasNniTwoDeRxPkts 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." ::= { crc100PSSnapShotStats 55 } crc100PSSnapShotTxMeasNonDeRxPkts 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." ::= { crc100PSSnapShotStats 56 } crc100PSSnapShotTxMeasDeRxPkts 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." ::= { crc100PSSnapShotStats 57 } crc100PSSnapShotRxMeasNonDeTxPkts 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 receive direction." ::= { crc100PSSnapShotStats 58 } crc100PSSnapShotRxMeasDeTxPkts 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 receive direction." ::= { crc100PSSnapShotStats 59 } crc100PSSnapShotRxMeasNniOneNonDeRxPkts 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 receive direction." ::= { crc100PSSnapShotStats 60 } crc100PSSnapShotRxMeasNniOneDeRxPkts 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 receive direction." ::= { crc100PSSnapShotStats 61 } crc100PSSnapShotRxMeasNniTwoNonDeRxPkts 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 receive direction." ::= { crc100PSSnapShotStats 62 } crc100PSSnapShotRxMeasNniTwoDeRxPkts 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 receive direction." ::= { crc100PSSnapShotStats 63 } crc100PSSnapShotRxMeasNonDeRxPkts 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 receive direction." ::= { crc100PSSnapShotStats 64 } crc100PSSnapShotRxMeasDeRxPkts 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 receive direction." ::= { crc100PSSnapShotStats 65 } crc100PSSnapShotTxOrigDeviceReset 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 previous Snap Shot interval in the transmit direction." ::= { crc100PSSnapShotStats 66 } crc100PSSnapShotTxNniOneReset 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 previous Snap Shot interval in the transmit direction." ::= { crc100PSSnapShotStats 67 } crc100PSSnapShotTxNniTwoReset 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 previous Snap Shot interval in the transmit direction." ::= { crc100PSSnapShotStats 68 } crc100PSSnapShotTxTerminatingDeviceReset 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 previous Snap Shot interval in the transmit direction." ::= { crc100PSSnapShotStats 69 } crc100PSSnapShotRxOrigDeviceReset 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 previous Snap Shot interval in the receive direction." ::= { crc100PSSnapShotStats 70 } crc100PSSnapShotRxNniOneReset 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 previous Snap Shot interval in the receive direction." ::= { crc100PSSnapShotStats 71 } crc100PSSnapShotRxNniTwoReset 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 previous Snap Shot interval in the receive direction." ::= { crc100PSSnapShotStats 72 } crc100PSSnapShotRxTerminatingDeviceReset 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 previous Snap Shot interval in the receive direction."