-- 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." ::= { crc100PSSnapShotStats 73 } -- -- The CRC NetPath 100 Configuration Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects which are used to configure system parameters. -- -- The Config MIB Group (CG) -- crc100Config OBJECT IDENTIFIER ::= { crcNetPath100 4 } -- -- The Config group is further subdivided in the following sub-groups: -- o Basic System Configuration Group (BS) -- o System/Device Configuration Group (DC) -- o DS1 Configuration Group (CC) -- o Frame Manager Configuration Group (FC) -- o SNMP Trap Configuration Group (TC) -- o PVC Performance Configuration Group (PC) -- o Protocol Monitoring Configuration Group (MC) -- o ISDN Common Configuration Group (IC) -- o ISDN Backup and Demand Configuration Group (BC) -- o Management Tunneling Hub Configuration Group (HC) -- -- The Basic System Configuration Group has the following scalar -- object which includes the information to allow the bootloader -- to work. -- -- superPassword is not accessible via SNMP. So, remove all references to super password in SNMP -- Basic System Configuration Group (SC) crc100CGBasicDevConfig OBJECT IDENTIFIER ::= { crc100Config 1 } crc100BDCAnswerCallStr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..60)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the basic and option initialization string." ::= { crc100CGBasicDevConfig 1 } -- -- The System Configuration Group has the following 17 scalar -- objects, which includes the controller group and modem group -- configuration parameters. -- -- System/Device Configuration Group crc100CGDevConfig OBJECT IDENTIFIER ::= { crc100Config 2 } crc100DCAnswerAux1String OBJECT-TYPE SYNTAX DisplayString (SIZE (0..60)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Aux1 initialization string." ::= { crc100CGDevConfig 1 } crc100DCAnswerAux2String OBJECT-TYPE SYNTAX DisplayString (SIZE (0..60)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Aux2 initialization string." ::= { crc100CGDevConfig 2 } crc100DCDialString OBJECT-TYPE SYNTAX DisplayString (SIZE (0..60)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the trap phone number and initialization string." ::= { crc100CGDevConfig 3 } crc100DCOperatorPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS write-only STATUS mandatory DESCRIPTION "This object identifies the operator password." ::= { crc100CGDevConfig 4 } crc100DCViewPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS write-only STATUS mandatory DESCRIPTION "This object identifies the view password." ::= { crc100CGDevConfig 5 } crc100DCTestPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS write-only STATUS mandatory DESCRIPTION "This object identifies the test password." ::= { crc100CGDevConfig 6 } crc100DCMyIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the WAN IP address of the system. The expected format of the IP address is: XXX.XXX.XXX.XXX" ::= { crc100CGDevConfig 7 } crc100DCRetryCount OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the number of retries for modem dial out." ::= { crc100CGDevConfig 8 } crc100DCRetryHoldoff OBJECT-TYPE SYNTAX INTEGER (1..60) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the delay between retries in seconds." ::= { crc100CGDevConfig 9 } crc100DCModemTestStatus OBJECT-TYPE SYNTAX INTEGER { noTest(1), test(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the modem dial line test enable/ disable." ::= { crc100CGDevConfig 10 } crc100DCInactivityLogout OBJECT-TYPE SYNTAX INTEGER (1..30) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the inactivity timeout in minutes." ::= { crc100CGDevConfig 11 } crc100DCIpEncapsFormat OBJECT-TYPE SYNTAX INTEGER { learning(1), raw(2), ietf(3), snap(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the IP encapsulation format for WAN Management." ::= { crc100CGDevConfig 12 } crc100DCUsrIpEncapsFormat OBJECT-TYPE SYNTAX INTEGER { raw(2), ietf(3) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the IP encapsulation format for management via the Payload or private User PVC." ::= { crc100CGDevConfig 13 } crc100DCUsrIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the IP address for Payload or private User PVC management access to the Unit. The expected format of the IP address is: XXX.XXX.XXX.XXX" ::= { crc100CGDevConfig 14 } crc100DCFrMgtMode OBJECT-TYPE SYNTAX INTEGER { frameRelay(255), clearChannel(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Frame Manager Mode." ::= { crc100CGDevConfig 15 } crc100DCChapKey OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the key used for CHAP access verification." ::= { crc100CGDevConfig 16 } crc100DCChapName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS write-only STATUS mandatory DESCRIPTION "This object identifies the name used for CHAP access verification." ::= { crc100CGDevConfig 17 } crc100DCMtuSize OBJECT-TYPE SYNTAX INTEGER (88..4000) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the MTU size in Octets." ::= { crc100CGDevConfig 18 } -- -- The Ds1 Configuration Extension Group has the following 7 scalar -- objects, which contains CSU configuration parameters which are not -- in the standard DS1 MIB. -- -- DS1 Configuration Extension Group crc100CGDs1ExtentConfig OBJECT IDENTIFIER ::= { crc100Config 3 } crc100CCBuildOut OBJECT-TYPE SYNTAX INTEGER { T10(1), T17(2), T115(3), T122(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the build out of the DS1 interface." ::= { crc100CGDs1ExtentConfig 1 } crc100CCDs0Config OBJECT-TYPE SYNTAX INTEGER { nX56kbs(1), nX64kbs(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the DS0 format." ::= { crc100CGDs1ExtentConfig 2 } crc100CCNumOfDataTimeSlots OBJECT-TYPE SYNTAX INTEGER (1..24) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of DS0 chosen 1..24." ::= { crc100CGDs1ExtentConfig 3 } crc100CCStartingTimeSlots OBJECT-TYPE SYNTAX INTEGER (1..24) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the starting DS0 1..24." ::= { crc100CGDs1ExtentConfig 4 } crc100CCTimeSlotPattern OBJECT-TYPE SYNTAX INTEGER { contiguous(1), alternate(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the time slot pattern." ::= { crc100CGDs1ExtentConfig 5 } crc100CCUsrTxDClockSource OBJECT-TYPE SYNTAX INTEGER { dce(1), dte(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the DTE transmit clock source." ::= { crc100CGDs1ExtentConfig 6 } crc100CCEsUasThreshold OBJECT-TYPE SYNTAX INTEGER (0..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the CSU error threshold, error is declared if number of ES+UAS meets or exceeds this threshold." ::= { crc100CGDs1ExtentConfig 7 } -- -- The Frame Manager Configuration Group contains the following 15 scalar objects, -- which are all frame relay related configuration parameters. -- -- Frame Manager Configuration Group (FC) crc100CGFrmMgrConfig OBJECT IDENTIFIER ::= { crc100Config 4 } crc100FCDlci OBJECT-TYPE SYNTAX INTEGER (0..1023) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the frame relay WAN DLCI." ::= { crc100CGFrmMgrConfig 1 } crc100FCLmiProtocol OBJECT-TYPE SYNTAX INTEGER { none(1), ansiD(2), lmi(3), ituA(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the LMI protocol used for the frame relay network." ::= { crc100CGFrmMgrConfig 2 } crc100FCVcSigUsrT391 OBJECT-TYPE SYNTAX INTEGER (5..30) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Network Side (acting as DTE to Network) T391/Status Enq Rate." ::= { crc100CGFrmMgrConfig 3 } crc100FCVcSigUsrN392 OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Network Side (acting as DTE to Network) N392/Event Error Thres." ::= { crc100CGFrmMgrConfig 4 } crc100FCVcSigUsrN393 OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Network Side (acting as DTE to Network) N393/Event Count." ::= { crc100CGFrmMgrConfig 5 } crc100FCVcSigUsrN391 OBJECT-TYPE SYNTAX INTEGER (1..255) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Network Side (acting as DTE to Network) N391/Full Status Freq." ::= { crc100CGFrmMgrConfig 6 } crc100FCVcSigUsrLinkRelErrors OBJECT-TYPE SYNTAX INTEGER (0..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Network Side (acting as DTE to Network) Frame Error (Link)." ::= { crc100CGFrmMgrConfig 7 } crc100FCVcSigNwkT392 OBJECT-TYPE SYNTAX INTEGER (5..30) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the User Side (acting as DCE to User) T392/Status Enq Timeout." ::= { crc100CGFrmMgrConfig 8 } crc100FCVcSigNwkN392 OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the User Side (acting as DCE to User) N392/Event Error Thres." ::= { crc100CGFrmMgrConfig 9 } crc100FCVcSigNwkN393 OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the User Side (acting as DCE to User) N393/Event Count." ::= { crc100CGFrmMgrConfig 10 } crc100FCVcSigNwkLinkRelErrors OBJECT-TYPE SYNTAX INTEGER (0..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the User Side (acting as DCE to User) Link Error Thres." ::= { crc100CGFrmMgrConfig 11 } crc100FCForceFullStatus OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the enable/disable force full status LMI feature." ::= { crc100CGFrmMgrConfig 12 } crc100FCPayloadCpeFlag OBJECT-TYPE SYNTAX INTEGER { payload(1), cpe(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the payload or CPE management access." ::= { crc100CGFrmMgrConfig 13 } crc100FCBecnFecnThres OBJECT-TYPE SYNTAX INTEGER (0..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the BECN/FECN second threshold." ::= { crc100CGFrmMgrConfig 14 } crc100FCUsrDlci OBJECT-TYPE SYNTAX INTEGER (0..1023) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Payload/CPE management DLCI." ::= { crc100CGFrmMgrConfig 15 } crc100FCTunneledDlciFlag OBJECT-TYPE SYNTAX INTEGER { false(1), true(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies whether the tunneled DLCI or WAN management DLCI is entered. If the flag is set to true, tunneled DLCI has been entered else WAN mgmt DLCI has been entered." ::= { crc100CGFrmMgrConfig 16 } crc100FCDynamicIpLearning OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies whether the dynamic IP address learning feature is enabled or disabled." ::= { crc100CGFrmMgrConfig 17 } -- -- The SNMP Trap Configuration Group has 1 tabular object and 3 scalar objects, -- which contains all the information about IP address and community -- names of TRAP managers. -- -- SNMP Trap Configuration Group (SC) crc100CGTrapConfig OBJECT IDENTIFIER ::= { crc100Config 5 } crc100SCTrapMgmtTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100SCTrapMgmtEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SNMP trap manager table, it can contain 6 trap managers at most." ::= { crc100CGTrapConfig 1 } crc100SCTrapMgmtEntry OBJECT-TYPE SYNTAX Crc100SCTrapMgmtEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the SNMP trap manager table." INDEX { crc100SCTrapMgmtIndex } ::= { crc100SCTrapMgmtTable 1 } Crc100SCTrapMgmtEntry ::= SEQUENCE { crc100SCTrapMgmtIndex INTEGER, crc100SCTrapMgmtIpAddress IpAddress, crc100SCTrapMgmtCommunityName DisplayString, crc100SCTrapMgmtNwkFlag INTEGER } crc100SCTrapMgmtIndex OBJECT-TYPE SYNTAX INTEGER (1..6) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 6, which identifies the SNMP trap manager index." ::= { crc100SCTrapMgmtEntry 1 } crc100SCTrapMgmtIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Trap Manager (destination) IP address. The expected format of the IP address is: XXX.XXX.XXX.XXX" ::= { crc100SCTrapMgmtEntry 2 } crc100SCTrapMgmtCommunityName OBJECT-TYPE SYNTAX DisplayString(SIZE (0..32)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the community name expected by station." ::= { crc100SCTrapMgmtEntry 3 } crc100SCTrapMgmtNwkFlag OBJECT-TYPE SYNTAX INTEGER { wan(1), payloadCpe(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the management path to the management station." ::= { crc100SCTrapMgmtEntry 4 } crc100SCOobTrapTerminateDelay OBJECT-TYPE SYNTAX INTEGER (1..120) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the OOB trap terminate delay in seconds." ::= { crc100CGTrapConfig 2 } crc100SCTrapClearHoldoff OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the trap clear holdoff in minutes." ::= { crc100CGTrapConfig 3 } crc100SCDisabledTrapsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100SCDisabledTrapsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the enable/disable status of specific traps, each trap can be enabled by setting appropriate trap name." ::= { crc100CGTrapConfig 4 } crc100SCDisabledTrapsEntry OBJECT-TYPE SYNTAX Crc100SCDisabledTrapsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the enable/disable trap table." INDEX { crc100SCDisabledTrapsIndex } ::= { crc100SCDisabledTrapsTable 1 } Crc100SCDisabledTrapsEntry ::= SEQUENCE { crc100SCDisabledTrapsIndex INTEGER, crc100SCDisabledTrapsControl INTEGER } crc100SCDisabledTrapsIndex OBJECT-TYPE SYNTAX INTEGER { authenFail(1), lmiNwkFail(2), csuLineFailure(3), csuThreshold(4), nwkThreshold(5), csuFailure(6), modemFail(7), dialLineFail(8), unitPowerLoss(9), lmiUsrFail(10), userThreshold(11), dtrLoss(12), usrPowerLoss(13), isdnAdptFail(14), isdnLineFail(15), becnFecn(16), contactSense(17), pvcThreshold(18), loginFail(19), isdnBackup(20), isdnDemand(21), pvcDrpdThres(22), pvcDlvdThres(23), pvcAvailable(24), pvcUnavailable(25) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies a Trap that is being enabled or disabled." ::= { crc100SCDisabledTrapsEntry 1 } crc100SCDisabledTrapsControl OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is a controller of enable/disable a specific trap." ::= { crc100SCDisabledTrapsEntry 2 } -- -- The PVC Performance Configuration Group has 5 scalar objects, and 1 -- tabular object, which includes Latency/Link test related configuration -- parameters. -- -- PVC Performance Configuration Group (PC) crc100CGPvcPerformConfig OBJECT IDENTIFIER ::= { crc100Config 6 } crc100PCMonPktsRate OBJECT-TYPE SYNTAX INTEGER (0..240) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the desired packet rate in seconds for latency test." ::= { crc100CGPvcPerformConfig 1 } crc100PCMinPktsForDelayAlarm OBJECT-TYPE SYNTAX INTEGER (3..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the min packets for average delay alarm." ::= { crc100CGPvcPerformConfig 2 } crc100PCDrpdMonPktThres OBJECT-TYPE SYNTAX INTEGER (0..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the latency test packet lost threshold." ::= { crc100CGPvcPerformConfig 3 } crc100PCDelayThreshold OBJECT-TYPE SYNTAX INTEGER (0..9000) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the average latency delay threshold." ::= { crc100CGPvcPerformConfig 4 } crc100PCStatsHistoryInterval OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the number of minutes per interval for PVC Statistics." ::= { crc100CGPvcPerformConfig 5 } crc100PCPvcPerfMonTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100PCPvcPerfMonEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " " ::= { crc100CGPvcPerformConfig 6 } crc100PCPvcPerfMonEntry OBJECT-TYPE SYNTAX PvcPerfMonEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the PVC performance monitor bit map table." INDEX { crc100PCPvcPerfMonIndex } ::= { crc100PCPvcPerfMonTable 1 } Crc100PCPvcPerfMonEntry ::= SEQUENCE { crc100PCPvcPerfMonIndex INTEGER, crc100PCPvcPerfMonType INTEGER, crc100PCPvcPerfMonTxCir INTEGER, crc100PCPvcPerfMonTxBc INTEGER, crc100PCPvcPerfMonTxBe INTEGER, crc100PCPvcPerfMonRxCir INTEGER, crc100PCPvcPerfMonRxBc INTEGER, crc100PCPvcPerfMonRxBe INTEGER } crc100PCPvcPerfMonIndex OBJECT-TYPE SYNTAX INTEGER (16..991) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the DLCI for all PVCs on which delay and lost packet measurements are being performed." ::= { crc100PCPvcPerfMonEntry 1 } crc100PCPvcPerfMonType OBJECT-TYPE SYNTAX INTEGER { delete(1), none(2), delay(3), loss(4), both(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies which test is being performed on the PVC. Setting to 'delay', 'loss', 'none' or 'both' will create object in table if it does not exist." ::= { crc100PCPvcPerfMonEntry 2 } crc100PCPvcPerfMonTxCir OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Tx Cir setting of the PVC." ::= { crc100PCPvcPerfMonEntry 3 } crc100PCPvcPerfMonTxBc OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Tx Bc setting of the PVC." ::= { crc100PCPvcPerfMonEntry 4 } crc100PCPvcPerfMonTxBe OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Tx Be setting of the PVC." ::= { crc100PCPvcPerfMonEntry 5 } crc100PCPvcPerfMonRxCir OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Rx Cir setting of the PVC." ::= { crc100PCPvcPerfMonEntry 6 } crc100PCPvcPerfMonRxBc OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Rx Bc setting of the PVC." ::= { crc100PCPvcPerfMonEntry 7 } crc100PCPvcPerfMonRxBe OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Rx Be setting of the PVC." ::= { crc100PCPvcPerfMonEntry 8 } crc100PCFrameLostMonitorRate OBJECT-TYPE SYNTAX INTEGER (0..240) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the rate at which frame loss packets are sent in seconds." ::= { crc100CGPvcPerformConfig 7 } crc100PCDlvdPktThres OBJECT-TYPE SYNTAX INTEGER (0..99) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the minimum percentage of packets that must be delivered on any monitored PVC in an interval." ::= { crc100CGPvcPerformConfig 8 } crc100PCCirFromLmi OBJECT-TYPE SYNTAX INTEGER { use(1), ignore(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies from where the Cir values should be used." ::= { crc100CGPvcPerformConfig 9 } crc100PCCirBin1 OBJECT-TYPE SYNTAX INTEGER (1..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the percentage of Cir used for the Tc Bin 1 counter." ::= { crc100CGPvcPerformConfig 10 } crc100PCCirBin2 OBJECT-TYPE SYNTAX INTEGER (1..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the percentage of Cir used for the Tc Bin 2 counter." ::= { crc100CGPvcPerformConfig 11 } crc100PCCirBin3 OBJECT-TYPE SYNTAX INTEGER (1..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the percentage of Cir used for the Tc Bin 3 counter." ::= { crc100CGPvcPerformConfig 12 } crc100PCCirBin4 OBJECT-TYPE SYNTAX INTEGER (1..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the percentage of Cir used for the Tc Bin 4 counter." ::= { crc100CGPvcPerformConfig 13 } crc100PCCirBin5 OBJECT-TYPE SYNTAX INTEGER (1..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the percentage of Cir used for the Tc Bin 5 counter." ::= { crc100CGPvcPerformConfig 14 } crc100PCCirBin6 OBJECT-TYPE SYNTAX INTEGER (1..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the percentage of Cir used for the Tc Bin 6 counter." ::= { crc100CGPvcPerformConfig 15 } crc100PCAutoTxCir OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the value to be used for the TxCir parameter when a non-configured PVC is detected by the hardware." ::= { crc100CGPvcPerformConfig 16 } crc100PCAutoTxBc OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the value that is used for the TxBc parameter when a non-configured PVC is detected by the hardware." ::= { crc100CGPvcPerformConfig 17 } crc100PCAutoTxBe OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the value that is used for the TxBe parameter when a non-configured PVC is detected by the hardware." ::= { crc100CGPvcPerformConfig 18 } crc100PCAutoRxCir OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the value that is used for the RxCir parameter when a non-configured PVC is detected by the hardware." ::= { crc100CGPvcPerformConfig 19 } crc100PCAutoRxBc OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the value that is used for the RxBc parameter when a non-configured PVC is detected by the hardware." ::= { crc100CGPvcPerformConfig 20 } crc100PCAutoRxBe OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the value that is used for the RxBe parameter when a non-configured PVC is detected by the hardware." ::= { crc100CGPvcPerformConfig 21 } crc100PCAutoMonType OBJECT-TYPE SYNTAX INTEGER { none(1), delay(2), loss(3), both(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the value that is used for the MonType parameter when a non-configured PVC is detected by the hardware." ::= { crc100CGPvcPerformConfig 22 } -- -- The Protocol Monitoring Configuration Group has 2 tabular objects, -- which contain the information about the identified protocols and monitored -- protocols. -- -- Protocol Monitoring Configuration Group (MC) crc100CGProtocolMonitorConfig OBJECT IDENTIFIER ::= { crc100Config 7 } crc100MCIdentifiedProtocolTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100MCIdentifiedProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PVC Identified protocol table." ::= { crc100CGProtocolMonitorConfig 1 } crc100MCIdentifiedProtocolEntry OBJECT-TYPE SYNTAX Crc100MCIdentifiedProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the PVC identified protocol Table." INDEX { crc100MCIdentifiedProtocolId } ::= { crc100MCIdentifiedProtocolTable 1 } Crc100MCIdentifiedProtocolEntry ::= SEQUENCE { crc100MCIdentifiedProtocolId INTEGER, crc100MCIdentifiedProtocolName DisplayString } crc100MCIdentifiedProtocolId OBJECT-TYPE SYNTAX INTEGER (1..25) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies an index in the PVC identified protocol table. It is also a Protocol ID, which is internally assigned number and can be used to search for the protocol name from the crc100MCIdentifiedProtocolTable." ::= { crc100MCIdentifiedProtocolEntry 1 } crc100MCIdentifiedProtocolName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the protocol name string." ::= { crc100MCIdentifiedProtocolEntry 2 } crc100MCMonitoredProtocolTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100MCMonitoredProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the monitored protocol table." ::= { crc100CGProtocolMonitorConfig 2 } crc100MCMonitoredProtocolEntry OBJECT-TYPE SYNTAX Crc100MCMonitoredProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the protocol monitoring Table." INDEX { crc100MCMonitoredProtocolIndex } ::= { crc100MCMonitoredProtocolTable 1 } Crc100MCMonitoredProtocolEntry ::= SEQUENCE { crc100MCMonitoredProtocolIndex INTEGER, crc100MCMonitoredProtocolId INTEGER } crc100MCMonitoredProtocolIndex OBJECT-TYPE SYNTAX INTEGER (1..7) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies an index in the protocol monitoring table." ::= { crc100MCMonitoredProtocolEntry 1 } crc100MCMonitoredProtocolId OBJECT-TYPE SYNTAX INTEGER { none(1), other(2), snaNetbiosProtocol(3), ipProtocol(4), tcpProtocol(5), udpProtocol(6), telnetProtocol(7), ftpProtocol(8), smtpProtocol(9), wwwHttpProtocol(10), gopherProtocol(11), snmpProtocol(12), ipxProtocol(13), spxProtocol(14), appletalkProtocol(15), decnetProtocol(16), vinesProtocol(17), xnsProtocol(18), isoClnpProtocol(19), snaAppnPrototocol(20), appletalkRawProtocol(21), decnetRawProtocol(22), vinesRawProtocol(23), xnsRawProtocol(24), icmpProtocol(25), ipxRawProtocol(26), spxRawProtocol(27) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Protocol ID which is an internally assigned number and used to search for the protocol name from the Table." ::= { crc100MCMonitoredProtocolEntry 2 } crc100MCTopStatsMode OBJECT-TYPE SYNTAX INTEGER { conversation(1), talkListen(2), disable(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies whether the Top IP traffic collection will be based upon the top Talker & Listener in each direction, or the top Conversation pair in each direction or if this feature is disabled." ::= { crc100CGProtocolMonitorConfig 3 } crc100MCRankTopBy OBJECT-TYPE SYNTAX INTEGER { octets(1), packets(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies whether the Top IP traffic collection will be based upon what IP traffic has the higher Packet counts vs what traffic has the higher Octet counts." ::= { crc100CGProtocolMonitorConfig 4 } -- -- The ISDN Common Configuration Group has 1 scalar object and 1 tabular object. -- which contains all the common configuration parameters for ISDN Adapter card. -- -- ISDN Common Configuration Group (IC) crc100CGIsdnCommonConfig OBJECT IDENTIFIER ::= { crc100Config 8 } crc100ICSwitchType OBJECT-TYPE SYNTAX INTEGER { nationalNI1(1), dms100(2), 5essPToPNoInit(3), 5essMultiPInit(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the ISDN switch type." ::= { crc100CGIsdnCommonConfig 1 } crc100ICIsdnBChDirTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100ICIsdnBChDirEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the ISDN B channel Directory table." ::= { crc100CGIsdnCommonConfig 2 } crc100ICIsdnBChDirEntry OBJECT-TYPE SYNTAX Crc100ICIsdnBChDirEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the ISDN B channel directory Configure Table." INDEX { crc100ICIsdnBChDirIndex } ::= { crc100ICIsdnBChDirTable 1 } Crc100ICIsdnBChDirEntry ::= SEQUENCE { crc100ICIsdnBChDirIndex INTEGER, crc100ICIsdnBChDirSpid DisplayString, crc100ICIsdnBChDirNum DisplayString } crc100ICIsdnBChDirIndex OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies an index in the B channel Directory Table." ::= { crc100ICIsdnBChDirEntry 1 } crc100ICIsdnBChDirSpid OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Service Profile ID." ::= { crc100ICIsdnBChDirEntry 2 } crc100ICIsdnBChDirNum OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the directory number for a given port." ::= { crc100ICIsdnBChDirEntry 3 } -- ISDN Backup and Demand Configuration Group (BC) crc100CGIsdnBackupDemandConfig OBJECT IDENTIFIER ::= { crc100Config 9 } -- -- The ISDN backup and demand configuration Group consists of three sub-groups: -- o crc100BCIsdnBackupConfig -- o crc100BCIsdnDemandConfig -- o crc100BCBChConfigTable -- -- crc100BCIsdnBackupConfig group contains Backup Configuration for ISDN Adapter card, -- 10 scalar objects in total. crc100BCIsdnBackupConfig OBJECT IDENTIFIER ::= { crc100CGIsdnBackupDemandConfig 1 } crc100BCBackupDataRate OBJECT-TYPE SYNTAX INTEGER { nX64k(1), nX56k(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the backup data rate 64 or 56 kbps." ::= { crc100BCIsdnBackupConfig 1 } crc100BCBackupMode OBJECT-TYPE SYNTAX INTEGER { bonding(1), mlppp(2), mfr(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the backup mode -- Bonding, MFR or MLPP." ::= { crc100BCIsdnBackupConfig 2 } crc100BCBackupDwnSpd OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the backup downspeed authorization." ::= { crc100BCIsdnBackupConfig 3 } crc100BCBackupActiveDelay OBJECT-TYPE SYNTAX INTEGER (0..240) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Backup delay for initiation of backup in minutes." ::= { crc100BCIsdnBackupConfig 4 } crc100BCBackupRetries OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Number of retries for backup." ::= { crc100BCIsdnBackupConfig 5 } crc100BCBackupHoldoff OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Backup Holdoff period between retries in minutes." ::= { crc100BCIsdnBackupConfig 6 } crc100BCBackupIpAddress1 OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the backup IP Address 1. The expected format of the IP address is: XXX.XXX.XXX.XXX" ::= { crc100BCIsdnBackupConfig 7 } crc100BCBackupIpAddress2 OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Backup IP Address 2. The expected format of the IP address is: XXX.XXX.XXX.XXX" ::= { crc100BCIsdnBackupConfig 8 } crc100BCBackupRelearnMode OBJECT-TYPE SYNTAX INTEGER { eachConnect(1), whenZero(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Learning Mode for IP Addresses." ::= { crc100BCIsdnBackupConfig 9 } crc100BCBackupDownspeedMin OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the minimum number of channels for Downspeed. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100BCIsdnBackupConfig 10 } -- isdnDemandConfig group contains Demand Configuration for ISDN Adapter card, -- 8 scalar objects in total. crc100BCIsdnDemandConfig OBJECT IDENTIFIER ::= { crc100CGIsdnBackupDemandConfig 2 } crc100BCDemandDataRate OBJECT-TYPE SYNTAX INTEGER { nX64k(1), nX56k(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the demand Data rate 64 or 56 kbps." ::= { crc100BCIsdnDemandConfig 1 } crc100BCDemandMode OBJECT-TYPE SYNTAX INTEGER { bonding(1), mlppp(2), mfr(3), mlppp-no-fragmentation(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the demand mode -- Bonding, MFR or MLPP." ::= { crc100BCIsdnDemandConfig 2 } crc100BCDemandDwnSpd OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the demand downspeed authorization." ::= { crc100BCIsdnDemandConfig 3 } crc100BCDemandTxClk OBJECT-TYPE SYNTAX INTEGER { dce(1), dte(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Demand Port TX Clock Source." ::= { crc100BCIsdnDemandConfig 4 } crc100BCDemandRetries OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Number of retries for demand." ::= { crc100BCIsdnDemandConfig 5 } crc100BCDemandHoldoff OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the demand Holdoff period between retries in minutes." ::= { crc100BCIsdnDemandConfig 6 } crc100BCDemandDownspeedMin OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the minimum number of channels for Downspeed. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100BCIsdnDemandConfig 7 } crc100BCDemandLmiHoldoff OBJECT-TYPE SYNTAX INTEGER (0..15) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the LMI Holdoff time in minutes. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100BCIsdnDemandConfig 8 } -- isdnBChConfig group contains B channel configuration parameters for ISDN -- Adapter card, 1 tabular object. crc100BCIsdnBChConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100BCIsdnBChConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the ISDN B channel set up table." ::= { crc100CGIsdnBackupDemandConfig 3 } crc100BCIsdnBChConfigEntry OBJECT-TYPE SYNTAX Crc100BCIsdnBChConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the ISDN B channel Set up Table." INDEX { crc100BCIsdnBChConfigIndex } ::= { crc100BCIsdnBChConfigTable 1 } Crc100BCIsdnBChConfigEntry ::= SEQUENCE { crc100BCIsdnBChConfigIndex INTEGER, crc100BCBChMode INTEGER, crc100BCBChPrimaryNum DisplayString, crc100BCBChSecondaryNum DisplayString } crc100BCIsdnBChConfigIndex OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the index in the ISDN B Channel setup table." ::= { crc100BCIsdnBChConfigEntry 1 } crc100BCBChMode OBJECT-TYPE SYNTAX INTEGER { unused(1), backup(2), demand(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the B Channel Mode." ::= { crc100BCIsdnBChConfigEntry 2 } crc100BCBChPrimaryNum OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the primary number to dial for a given channel." ::= { crc100BCIsdnBChConfigEntry 3 } crc100BCBChSecondaryNum OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the secondary number to dial for a given channel." ::= { crc100BCIsdnBChConfigEntry 4 } -- -- The Management Tunneling Hub configuration Group -- -- Management Tunneling Hub Configuration Group (HC) crc100CGMgmtTunnelingHubConfig OBJECT IDENTIFIER ::= { crc100Config 10 } crc100HCMgmtHubDlci OBJECT-TYPE SYNTAX INTEGER (0..991) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the private network PVC for WAN management of multiple remote units via a central hub located within this unit." ::= { crc100CGMgmtTunnelingHubConfig 1 } crc100HCMgmtHubIpEncapsFormat OBJECT-TYPE SYNTAX INTEGER { raw(2), ietf(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies which type of IP encapsulation is currently being used for management traffic within the PVC between the central router and the Hub." ::= { crc100CGMgmtTunnelingHubConfig 2 } crc100HCMgmtTunnelConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100HCMgmtTunnelConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Management Tunneling Hub Configuration Table." ::= { crc100CGMgmtTunnelingHubConfig 3 } crc100HCMgmtTunnelConfigEntry OBJECT-TYPE SYNTAX Crc100HCMgmtTunnelConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Management Tunneling Hub Configuration Table." INDEX { crc100HCMgmtTunnelConfigIndex } ::= { crc100HCMgmtTunnelConfigTable 1 } Crc100MgmtTunnelConfigEntry ::= SEQUENCE { crc100HCMgmtTunnelConfigIndex INTEGER, crc100HCMgmtTunnelDlci INTEGER, crc100HCMgmtTunnelIpAddr IpAddress } crc100HCMgmtTunnelConfigIndex OBJECT-TYPE SYNTAX INTEGER (1..48) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Management Tunnel index, which is a number between 1 and 48." ::= { crc100HCMgmtTunnelConfigEntry 1 } crc100HCMgmtTunnelDlci OBJECT-TYPE SYNTAX INTEGER (16..991) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies on which PVC the remote unit is located." ::= { crc100HCMgmtTunnelConfigEntry 2 } crc100HCMgmtTunnelIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the IP Address that will be used by the Central Router to manage the specific remote unit." ::= { crc100HCMgmtTunnelConfigEntry 3 } -- -- The CRC NetPath 100 Status Group -- Implementation of this group is mandatory for all systems. This -- group is further subdivided in the following three sub-groups: -- -- The Status MIB Group crc100Status OBJECT IDENTIFIER ::= { crcNetPath100 5 } -- System Status Group crc100SGSysStatus OBJECT IDENTIFIER ::= { crc100Status 1 } -- sysStatus group contains system status parameters, it also contains those -- status not covered in DS1 configuration MIB group. crc100SSDataRate OBJECT-TYPE SYNTAX INTEGER (56..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the calculated data rate in Kbps." ::= { crc100SGSysStatus 1 } crc100SSLineFailure OBJECT-TYPE SYNTAX INTEGER { none(1), cfAOrRed(2), remoteOrYellow(3), aisOrBlue(4), errorLimit(5) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the network interface line conditions." ::= { crc100SGSysStatus 2 } crc100SSExcessEsUasErrors OBJECT-TYPE SYNTAX INTEGER { ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object indicates the status of the ES and UAS threshold." ::= { crc100SGSysStatus 3 } crc100SSDsuFault OBJECT-TYPE SYNTAX INTEGER { ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object indicates the status of the unit." ::= { crc100SGSysStatus 4 } crc100SSLocalInitiatedTest OBJECT-TYPE SYNTAX INTEGER { clear(1), lineLoopToNwk(2), payldLoopToNwk(3), sendingLineLoopUp(4), sendingLineLoopDown(5), qrssToNetwork(6), altOnesToNwk(7), payldToNwk2047(8), payldToUsr2047(9), loopToUsr(10), testPktsToNwk(11) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies which locally initiated test is active." ::= { crc100SGSysStatus 5 } crc100SSUsrDtr OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies DTR status of User Side Interface, which is a High Speed Interface parameter." ::= { crc100SGSysStatus 6 } crc100SSUsrInterfaceType OBJECT-TYPE SYNTAX INTEGER { rs232(1), v35(2), rs530(3), rs530a(4), x21(5), rs449(6), none(8) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies Interface Type of the User Side Interface, which is a High Speed Interface." ::= { crc100SGSysStatus 7 } crc100SSUsrPower OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies Power Status of the User Side Interface, which is a High Speed Interface." ::= { crc100SGSysStatus 8 } crc100SSUsrRts OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies RTS status of the User Side Interface, which is a High Speed Interface." ::= { crc100SGSysStatus 9 } crc100SSModemFault OBJECT-TYPE SYNTAX INTEGER { ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies modem self test status." ::= { crc100SGSysStatus 10 } crc100SSDialLineFault OBJECT-TYPE SYNTAX INTEGER { ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies dial line test status." ::= { crc100SGSysStatus 11 } crc100SSAux1Dtr OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies AUX 1 DTR Status." ::= { crc100SGSysStatus 12 } crc100SSAux2Dtr OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies AUX 2 DTR Status." ::= { crc100SGSysStatus 13 } crc100SSExternalAlarm OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the alarm Contact Status." ::= { crc100SGSysStatus 14 } crc100SSNwkLmiErrors OBJECT-TYPE SYNTAX INTEGER { ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies Network LMI status." ::= { crc100SGSysStatus 15 } crc100SSUsrLmiErrors OBJECT-TYPE SYNTAX INTEGER { ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the user LMI status." ::= { crc100SGSysStatus 16 } crc100SSExcessNwkErrors OBJECT-TYPE SYNTAX INTEGER { ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the network Frame error status." ::= { crc100SGSysStatus 17 } crc100SSExcessUsrErrors OBJECT-TYPE SYNTAX INTEGER { ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the User Frame error status." ::= { crc100SGSysStatus 18 } crc100SSExcessFecnBecnSec OBJECT-TYPE SYNTAX INTEGER { ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the status of excess FECN/BECN secs." ::= { crc100SGSysStatus 19 } crc100SSExcessAvgLatency OBJECT-TYPE SYNTAX INTEGER { ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the status of excess Average Latency." ::= { crc100SGSysStatus 20 } crc100SSSwRevision OBJECT-TYPE SYNTAX DisplayString (SIZE (0..9)) ACCESS read-only STATUS mandatory DESCRIPTION "This is the Software Revision of the operational code." ::= { crc100SGSysStatus 21 } crc100SSSerialNumber OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This is the Serial Number of the Unit." ::= { crc100SGSysStatus 22 } crc100SSExcessPvcPktDrpdThres OBJECT-TYPE SYNTAX INTEGER { ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the status of the PVC Dropped Threshold status." ::= { crc100SGSysStatus 23 } crc100SSExcessPvcPktDlvdThres OBJECT-TYPE SYNTAX INTEGER { ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the status of the PVC Delivered Threshold status." ::= { crc100SGSysStatus 24 } crc100SSRemoteInitiatedTest OBJECT-TYPE SYNTAX INTEGER { clear(1), lineLoopToNetw(2), payldLoopToNetw(3), v54Loopback(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies which remotely initiated test is active" ::= { crc100SGSysStatus 25 } crc100SSBootloaderSwRevision OBJECT-TYPE SYNTAX DisplayString (SIZE (0..9)) ACCESS read-only STATUS mandatory DESCRIPTION "This is the Bootloader Software Revision." ::= { crc100SGSysStatus 26 } crc100SSNvmStatus OBJECT-TYPE SYNTAX INTEGER { ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the NVM write status." ::= { crc100SGSysStatus 27 } crc100SSUnitPowerStatus 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." ::= { crc100SGSysStatus 28 } crc100SSLoginSecurityViolationStatus OBJECT-TYPE SYNTAX INTEGER{ none(1), violated(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the last access path where a login security violation occurred." ::= { crc100SGSysStatus 29 } -- -- System Test Group -- -- sysTest group contains system test parameters. This group is -- specially created to support link test for NetPath100. -- crc100SGSysTest OBJECT IDENTIFIER ::= { crc100Status 2 } crc100STModeStatus OBJECT-TYPE SYNTAX INTEGER { clear(1), lineLoopToNwk(2), payldLoopToNwk(3), sendingLineLoopUp(4), sendingLineLoopDown(5), qrssToNwk(6), altOnesToNwk(7), payldToNwk2047(8), payldToUsr2047(9), loopToUsr(10), testPktsToNwk(11) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies if and which test is being performed." ::= { crc100SGSysTest 1 } crc100STPvcLinkTestDlci OBJECT-TYPE SYNTAX INTEGER (16..991) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the DLCI on which link test is being performed." ::= { crc100SGSysTest 2 } crc100STTestFramesSent OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of Link test frames sent." ::= { crc100SGSysTest 3 } crc100STTestFramesDrpd OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of Link test frames dropped." ::= { crc100SGSysTest 4 } crc100STAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..9999) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the average delay in millisecond." ::= { crc100SGSysTest 5 } crc100STMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..9999) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the max delay in millisecond." ::= { crc100SGSysTest 6 } crc100STLinkPktSize OBJECT-TYPE SYNTAX INTEGER (32..1590) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the size of the link packets sent." ::= { crc100SGSysTest 7 } crc100STBlocksSent OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of BERT blocks sent." ::= { crc100SGSysTest 8 } crc100STBlockErrors OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of BERT block errors." ::= { crc100SGSysTest 9 } crc100STTestDuration OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the duration of the system tests in 'hours:mins:secs'." ::= { crc100SGSysTest 10 } crc100STFirstNwkAvgDelay 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." ::= { crc100SGSysTest 11 } crc100STFirstNwkMaxDelay 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." ::= { crc100SGSysTest 12 } crc100STSecondNwkAvgDelay 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." ::= { crc100SGSysTest 13 } crc100STSecondNwkMaxDelay 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." ::= { crc100SGSysTest 14 } crc100STThirdNwkAvgDelay 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." ::= { crc100SGSysTest 15 } crc100STThirdNwkMaxDelay 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." ::= { crc100SGSysTest 16 } crc100STFirstNwkNoCongestionAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the no congestion average round trip delay for the first network on this PVC during the current interval." ::= { crc100SGSysTest 17 } crc100STFirstNwkNoCongestionMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the no congestion maximum round trip delay for the first network on this PVC during the current interval." ::= { crc100SGSysTest 18 } crc100STSecondNwkNoCongestionAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the no congestion average round trip delay for the second network on this PVC during the current interval." ::= { crc100SGSysTest 19 } crc100STSecondNwkNoCongestionMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the no congestion maximum round trip delay for the second network on this PVC during the current interval." ::= { crc100SGSysTest 20 } crc100STThirdNwkNoCongestionAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the no congestion average round trip delay for the third network on this PVC during the current interval." ::= { crc100SGSysTest 21 } crc100STThirdNwkNoCongestionMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the no congestion maximum round trip delay for the third network on this PVC during the current interval." ::= { crc100SGSysTest 22 } crc100STNoCongestionAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the no congestion average round trip delay for the end-to-end network on this PVC during the current interval." ::= { crc100SGSysTest 23 } crc100STNoCongestionMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the no congestion maximum round trip delay for the end-to-end network on this PVC during the current interval." ::= { crc100SGSysTest 24 } -- -- ISDN Status Group (IS) -- -- isdnStatus group contains following objects. -- crc100SGIsdnStatus OBJECT IDENTIFIER ::= { crc100Status 3 } crc100ISIsdnBackupSetup OBJECT-TYPE SYNTAX INTEGER { none(1), resetOrArm(2), serviceDisable(3), timeDisable(4), activate(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the ISDN Backup Setup." ::= { crc100SGIsdnStatus 1 } crc100ISIsdnTimeDisableDuration OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the duration of the time disable in 'hours:mins:secs'." ::= { crc100SGIsdnStatus 2 } crc100ISIsdnBackupStatus OBJECT-TYPE SYNTAX INTEGER { isdnAdptFault(1), isdnLineFailure(2), isdnSpidFailure(3), connecting(4), online(5), loopUp(6), failed(7), primaryOnline(8), secondaryOnline(9), primaryDwnSpd(11), secondaryDwnSpd(12), serviceDisabled(14), timeDisabled(15), armed(16), unconfigured(17), b1SpidFailure(19) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the ISDN Backup Status." ::= { crc100SGIsdnStatus 3 } crc100ISIsdnDemandSetup OBJECT-TYPE SYNTAX INTEGER { none(1), resetOrArm(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the ISDN Demand Setup." ::= { crc100SGIsdnStatus 4 } crc100ISIsdnDemandStatus OBJECT-TYPE SYNTAX INTEGER { isdnAdptFault(1), isdnLineFailure(2), isdnSpidFailure(3), connecting(4), online(5), loopUp(6), failed(7), primaryOnline(8), secondaryOnline(9), directDialedOnline(10), primaryDwnSpd(11), secondaryDwnSpd(12), directDialedDwnSpd(13), armed(16), unconfigured(17), b1SpidFailure(19) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the ISDN Demand Status." ::= { crc100SGIsdnStatus 5 } crc100ISIsdnDemandCalledNum OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the ISDN Demand Called Number." ::= { crc100SGIsdnStatus 6 } crc100ISIsdnOnDemandStatusDtr OBJECT-TYPE SYNTAX INTEGER { off(1), on(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the ISDN On-Demand Interface Status for DTR." ::= { crc100SGIsdnStatus 7 } crc100ISIsdnOnDemandStatusRts OBJECT-TYPE SYNTAX INTEGER { off(1), on(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the ISDN On-Demand Interface Status for RTS." ::= { crc100SGIsdnStatus 8 } crc100ISBChStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100ISBChStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the ISDN B Ch status table." ::= { crc100SGIsdnStatus 9 } crc100ISBChStatusEntry OBJECT-TYPE SYNTAX Crc100ISBChStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the ISDN B Ch status table." INDEX { crc100ISBChStatusIndex } ::= { crc100ISBChStatusTable 1 } Crc100ISBChStatusEntry ::= SEQUENCE { crc100ISBChStatusIndex INTEGER, crc100ISBChState INTEGER, crc100ISBChISDNAttempts INTEGER, crc100ISBChISDNFailures INTEGER, crc100ISBChLCPAttempts INTEGER, crc100ISBChLCPFailures INTEGER, crc100ISBChAuthAttempts INTEGER, crc100ISBChAuthFailures INTEGER, crc100ISBChNCPAttempts INTEGER, crc100ISBChNCPFailures INTEGER, crc100ISBChElapsedTime DisplayString (SIZE (0..12)) } crc100ISBChStatusIndex OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies an Index in B Channel status table." ::= { crc100ISBChStatusEntry 1 } crc100ISBChState OBJECT-TYPE SYNTAX INTEGER { isdnAdptFault(1), isdnLineFailure(2), isdnSpidFailure(3), connecting(4), online(5), loopUp(6), failed(7), ready(16), unconfigured(17), b1SpidFailure(19) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the B Channel status." ::= { crc100ISBChStatusEntry 2 } crc100ISBChISDNAttempts OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of ISDN call attempts. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100ISBChStatusEntry 3 } crc100ISBChISDNFailures OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of ISDN call failures. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100ISBChStatusEntry 4 } crc100ISBChLCPAttempts OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of LCP call attempts. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100ISBChStatusEntry 5 } crc100ISBChLCPFailures OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of LCP call failures. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100ISBChStatusEntry 6 } crc100ISBChAuthAttempts OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of Authorization call attempts. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100ISBChStatusEntry 7 } crc100ISBChAuthFailures OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of Authorization call failures. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100ISBChStatusEntry 8 } crc100ISBChNCPAttempts OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of NCP call attempts. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100ISBChStatusEntry 9 } crc100ISBChNCPFailures OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of NCP call failures. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100ISBChStatusEntry 10 } crc100ISBChElapsedTime OBJECT-TYPE SYNTAX DisplayString (SIZE (0..12)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the elapsed time of the call. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100ISBChStatusEntry 11 } crc100ISBackupPrimaryAttempts OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of backup attempts on the primary dial number. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 10 } crc100ISBackupPrimaryFailures OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of backup failures on the primary dial number. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 11 } crc100ISBackupPrimaryElapsedTime OBJECT-TYPE SYNTAX DisplayString (SIZE (0..12)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the elapsed time since the last connection attempt. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 12 } crc100ISBackupSecondaryAttempts OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of backup attempts on the secondary dial number. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 13 } crc100ISBackupSecondaryFailures OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of backup failures on the secondary dial number. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 14 } crc100ISBackupSecondaryElapsedTime OBJECT-TYPE SYNTAX DisplayString (SIZE (0..12)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the elapsed time since the last connection attempt. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 15 } crc100ISDemandPrimaryAttempts OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of demand attempts on the primary dial number. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 16 } crc100ISDemandPrimaryFailures OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of demand failures on the primary dial number. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 17 } crc100ISDemandPrimaryElapsedTime OBJECT-TYPE SYNTAX DisplayString (SIZE (0..12)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the elapsed time since the last connection attempt. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 18 } crc100ISDemandSecondaryAttempts OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of demand attempts on the secondary dial number. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 19 } crc100ISDemandSecondaryFailures OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of demand failures on the secondary dial number. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 20 } crc100ISDemandSecondaryElapsedTime OBJECT-TYPE SYNTAX DisplayString (SIZE (0..12)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the elapsed time since the last connection attempt. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc100SGIsdnStatus 21 } -- -- The CRC NetPath 100 SNMP Set Control Group -- Implementation of this group is mandatory for all systems. This -- Group contains control objects for SNMP SET operation on the mib -- objects in NetPath100 System. -- -- The SNMP Set Control MIB Group crc100SnmpSetCtl OBJECT IDENTIFIER ::= { crcNetPath100 6 } crc100SSCSetExecution OBJECT-TYPE SYNTAX INTEGER { accept(1), cancel(2), none(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to indicate the intended execution of SET performed." ::= { crc100SnmpSetCtl 1 } crc100SSCSetExecutionStatus OBJECT-TYPE SYNTAX DisplayString (SIZE (0..80)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the status of the last SNMP SET execution." ::= { crc100SnmpSetCtl 2 } crc100SSCSetStatus OBJECT-TYPE SYNTAX INTEGER { active(1), passive(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the SNMP SET active or inactive." ::= { crc100SnmpSetCtl 3 } crc100SSCLoggedNmsIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the IP address of the NMS station that is currently logged into the system via SNMP. The expected format of the IP address is: XXX.XXX.XXX.XXX" ::= { crc100SnmpSetCtl 4 } crc100SSCSetInactivity OBJECT-TYPE SYNTAX INTEGER (0..300) ACCESS read-only STATUS mandatory DESCRIPTION "This object tracks the inactivity time for SNMP SET in seconds." ::= { crc100SnmpSetCtl 5 } crc100SSCSystemAccessPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS write-only STATUS mandatory DESCRIPTION "This object identifies the System Access password used to have SNMP set session." ::= { crc100SnmpSetCtl 6 } crc100SSCUsrAccessPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS write-only STATUS mandatory DESCRIPTION "This object identifies the User Access password used to have SNMP set session." ::= { crc100SnmpSetCtl 7 } crc100SSCOperatorId OBJECT-TYPE SYNTAX DisplayString (SIZE (0..46)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the operator ID used for the SNMP session." ::= { crc100SnmpSetCtl 8 } -- -- The CRC NetPath 100 Reset Statistics group -- Implementation of this group is mandatory for all systems. -- This group contains control objects allowing for resetting -- of statistics in NetPath100 System. -- -- The Reset Statistics MIB Group crc100ResetStats OBJECT IDENTIFIER ::= { crcNetPath100 7 } crc100RSCsuStats OBJECT-TYPE SYNTAX INTEGER { collect(1), reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the CSU reset statistics mode." ::= { crc100ResetStats 1 } crc100RSFrmMgrStats OBJECT-TYPE SYNTAX INTEGER { collect(1), reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Frame Manager reset statistics mode." ::= { crc100ResetStats 2 } crc100RSPvcAndProtocolStats OBJECT-TYPE SYNTAX INTEGER { collect(1), reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the PVC and Protocol reset statistics mode." ::= { crc100ResetStats 3 } crc100RSIsdnStats OBJECT-TYPE SYNTAX INTEGER { collect(1), reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the reset ISDN Statistics mode." ::= { crc100ResetStats 4 } -- -- The CRC NetPath 100 Time Event Command group -- Implementation of this group is mandatory for all systems. -- This group contains control objects allowing for time -- event command in NetPath100 System. -- -- The Time Event Command MIB Group crc100TimeEventCmd OBJECT IDENTIFIER ::= { crcNetPath100 8 } crc100TEExtBoxRebootTime OBJECT-TYPE SYNTAX INTEGER (1..30) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the duration for which power will be removed from the external unit." ::= { crc100TimeEventCmd 1 } crc100TEExtBoxReboot OBJECT-TYPE SYNTAX INTEGER { noAction(1), reboot(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the external box reboot mode." ::= { crc100TimeEventCmd 2 } crc100TEInjErrorTime OBJECT-TYPE SYNTAX INTEGER (1..255) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the duration of time for which errors will be caused." ::= { crc100TimeEventCmd 3 } crc100TEInjError OBJECT-TYPE SYNTAX INTEGER { noAction (1), injectError(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the inject error mode." ::= { crc100TimeEventCmd 4 } crc100TopStats OBJECT IDENTIFIER ::= { crcNetPath100 9 } -- The scalar objects of the Top Statistics Group crc100TOPSTopStatsMode OBJECT-TYPE SYNTAX INTEGER { conversation(1), talkListen(2), disable(3) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the whether the Top IP traffic collection will be based upon the top Talker & Listener in each direction, or the top Conversation pair in each direction or if this feature is disabled. A similarly named item appears within the Protocol Monitoring group that has read/write permissions." ::= { crc100TopStats 1 } crc100TOPSRankTopBy OBJECT-TYPE SYNTAX INTEGER { octets(1), packets(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies whether the Top IP traffic collection will be based upon what IP traffic has the higher Packet counts vs what traffic has the higher Octet counts. A similarly named item appears within the Protocol Monitoring group that has read/ write permissions." ::= { crc100TopStats 2 } crc100TOPSNumberOfIntervals OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of historical 15 minute intervals currently recorded for Top 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." ::= { crc100TopStats 3 } -- The Top Transmit Statistics Table crc100TOPSTxIntervalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100TOPSTxIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Top Transmit Statistics Table." ::= { crc100TopStats 4 } crc100TOPSTxIntervalStatsEntry OBJECT-TYPE SYNTAX Crc100TOPSTxIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Top Transmit Statistics Table." INDEX { crc100TOPSTxIntervalNumber, crc100TOPSTxRank } ::= { crc100TOPSTxIntervalStatsTable 1 } Crc100TOPSTxIntervalStatsEntry ::= SEQUENCE { crc100TOPSTxIntervalNumber INTEGER, crc100TOPSTxRank INTEGER, crc100TOPSTxSourceIpAddress IpAddress, crc100TOPSTxDestinationIpAddress IpAddress, crc100TOPSTxCount INTEGER } crc100TOPSTxIntervalNumber 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. NOTE: If data is being request for an interval or rank that doesn't exist or is still be processed, the source and destination IP addresses as well as the count will be 0." ::= { crc100TOPSTxIntervalStatsEntry 1 } crc100TOPSTxRank OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the rank this particular conversation/ talker/listener has compared to another conversation/talker/ listener. NOTE: If data is being request for an interval or rank that doesn't exist or is still be processed, the source and destination IP addresses as well as the count will be 0." ::= { crc100TOPSTxIntervalStatsEntry 2 } crc100TOPSTxSourceIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the IP address for the user-side host involved in the conversation or just the user side IP address of an identified Talker/Listener. NOTE: If data is being request for an interval or rank that doesn't exist or is still be processed, the source and destination IP addresses as well as the count will be 0." ::= { crc100TOPSTxIntervalStatsEntry 3 } crc100TOPSTxDestinationIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the IP address for the network-side host involved in the conversation. In the case of Talker/ Listener mode, this object's value is always 0.0.0.0. NOTE: If data is being request for an interval or rank that doesn't exist or is still be processed, the source and destination IP addresses as well as the count will be 0." ::= { crc100TOPSTxIntervalStatsEntry 4 } crc100TOPSTxCount OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of octets/packets counted for this conversation/talker/listener. NOTE: If data is being request for an interval or rank that doesn't exist or is still be processed, the source and destination IP addresses as well as the count will be 0." ::= { crc100TOPSTxIntervalStatsEntry 5 } -- The Top Receive Statistics Table crc100TOPSRxIntervalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100TOPSRxIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Top Receive Statistics Table." ::= { crc100TopStats 5 } crc100TOPSRxIntervalStatsEntry OBJECT-TYPE SYNTAX Crc100TOPSRxIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Top Statistics Table." INDEX { crc100TOPSRxIntervalNumber, crc100TOPSRxRank } ::= { crc100TOPSRxIntervalStatsTable 1 } Crc100TOPSRxIntervalStatsEntry ::= SEQUENCE { crc100TOPSRxIntervalNumber INTEGER, crc100TOPSRxRank INTEGER, crc100TOPSRxSourceIpAddress IpAddress, crc100TOPSRxDestinationIpAddress IpAddress, crc100TOPSRxCount INTEGER } crc100TOPSRxIntervalNumber 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. NOTE: If data is being request for an interval or rank that doesn't exist or is still be processed, the source and destination IP addresses as well as the count will be 0." ::= { crc100TOPSRxIntervalStatsEntry 1 } crc100TOPSRxRank OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the rank this particular conversation/ talker/listener has compared to another conversation/talker/ listener. NOTE: If data is being request for an interval or rank that doesn't exist or is still be processed, the source and destination IP addresses as well as the count will be 0." ::= { crc100TOPSRxIntervalStatsEntry 2 } crc100TOPSRxSourceIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the IP address for the network-side host involved in the conversation. In the case of Talker/ Listener mode, this object's value is always 0.0.0.0. NOTE: If data is being request for an interval or rank that doesn't exist or is still be processed, the source and destination IP addresses as well as the count will be 0." ::= { crc100TOPSRxIntervalStatsEntry 3 } crc100TOPSRxDestinationIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the IP address for the user-side host involved in the conversation or just the user side IP address of an identified Talker/Listener. NOTE: If data is being request for an interval or rank that doesn't exist or is still be processed, the source and destination IP addresses as well as the count will be 0." ::= { crc100TOPSRxIntervalStatsEntry 4 } crc100TOPSRxCount OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of octets/packets counted for this conversation/talker/listener. NOTE: If data is being request for an interval or rank that doesn't exist or is still be processed, the source and destination IP addresses as well as the count will be 0." ::= { crc100TOPSRxIntervalStatsEntry 5 } -- -- The CRC NetPath 100 Event Log Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects used to retrieve the trap history. -- -- The 9th group is reserved for Top Stats group, which has been already added to NP100 crc100EventLog OBJECT IDENTIFIER ::= { crcNetPath100 10 } -- -- The CRC NetPath 100 Event Log Group consists of -- following scalers and tables: -- o ValidEvents - Number of events logged -- o Event Log Table - Log entries -- -- Valid Events, the number of events that have been logged. crc100ELValidEvents OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of events recorded in the event log table." ::= { crc100EventLog 1 } -- -- Event Log Table, a list of events that have been logged. crc100ELEventLogTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc100ELEventLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of events that have been logged." ::= { crc100EventLog 2 } crc100ELEventLogEntry OBJECT-TYPE SYNTAX Crc100ELEventLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Event Log Table." INDEX {crc100ELEventLogIndex} ::= { crc100ELEventLogTable 1 } Crc100ELEventLogEntry ::= SEQUENCE { crc100ELEventLogIndex INTEGER, crc100ELEventLogDescription DisplayString (SIZE(0..255)) } crc100ELEventLogIndex OBJECT-TYPE SYNTAX INTEGER (1..255) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 255, where 1 is the most recently logged event and 255 is the least recently logged event (assuming that all 255 event log entries are valid)." ::= { crc100ELEventLogEntry 1 } crc100ELEventLogDescription OBJECT-TYPE SYNTAX DisplayString (SIZE(0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "It is the description of the event. It is a formatted text string that has the following fields, space separated: EventLog# EventSysTime EventAge EventName EventValue Where EventLog# is a consecutive and unique event number which is assigned to each individual event at the time it occurred. EventSysTime is system up time when the event occurred. EventAge is the difference between the time when this event occurred and the current system up time. EventName is the description of the event. EventValue is the detailed status of the event, or an actual numerical value for the event." ::= { crc100ELEventLogEntry 2 } -- -- The CRC NetPath 100 Specific Trap group -- Implementation of this group is mandatory for all systems. -- crc100NwkLmiErrors TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSNwkLmiErrors } DESCRIPTION "The crc100NwkLmiErrors trap is sent whenever the number of errored LMI responses exceeds the Frame Relay N392/393 counters." ::= 1 crc100CsuLineFailure TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSCsuLineFailure } DESCRIPTION "The crc100CsuLineFailure trap is sent whenever a DS1 alarm is detected." ::= 2 crc100ExcessEsUasErrors TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSExcessEsUasErrors } DESCRIPTION "The crc100ExcessEsUasErrors trap is sent whenever an excessive number of ES/UAS errors are encountered." ::= 3 crc100ExcessNwkErrors TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSExcessNwkErrors } DESCRIPTION "The crc100ExccessNwkErrors trap is sent whenever an excessive number of network errors are encountered." ::= 4 crc100CsuFault TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSCsuFault } DESCRIPTION "The crc100CsuFault trap is sent when the results of the self test diagnostic performed by the unit indicate a fault." ::= 5 crc100ModemFault TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSModemFault } DESCRIPTION "The crc100ModemFault trap is sent when the results of the periodic self test diagnostic performed by the unit on the modem indicate a fault." ::= 6 crc100DialLineFault TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSDialLineFault } DESCRIPTION "The crc100DialLineFault trap is sent when the results of the periodic self test diagnostic performed by the unit on the dial line indicate a fault." ::= 7 crc100UnitPowerLoss TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSUnitPowerLoss } DESCRIPTION "The crc100UnitPowerLoss trap is sent when the unit detects that the AC power supply has failed." ::= 8 crc100UsrLmiErrors TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSUsrLmiErrors } DESCRIPTION "The crc100UsrLmiErrors trap is sent when the current number of errored LMI responses as per the Frame Relay N392/393 counters on the user side indicates a failure." ::= 9 crc100ExcessUsrErrors TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSExcessUsrErrors } DESCRIPTION "The crc100ExcessUsrErrors trap is sent when the count of errored seconds encountered indicates a failure condition on the user side." ::= 10 crc100UsrDtrStatus TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSUsrDtrStatus } DESCRIPTION "The crc100UsrDtrStatus trap is sent when the user equipment DTR signal changes state (on/off)." ::= 11 crc100UsrPowerStatus TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSUsrPowerStatus } DESCRIPTION "The crc100UsrPowerStatus trap is sent when the current status of the user equipment power changes." ::= 12 crc100IsdnStatus TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSIsdnStatus } DESCRIPTION "The crc100IsdnStatus trap is sent whenever the ISDN Adapter card fails self test after reset or is not able to assert that it is ready while checked periodically." ::= 13 crc100UInterfaceStatus TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSUInterfaceStatus } DESCRIPTION "The crc100UInterfaceStatus trap is sent whenever the ISDN Adapter card has loss of connectivity with CO Switch." ::= 14 crc100ExcessFecnBecnSec TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSExcessFecnBecnSec } DESCRIPTION "The crc100ExcessFecnBecnSec trap is sent whenever there is excessive number of FECN/BECN seconds." ::= 15 crc100ExternalAlarm TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSExternalAlarm } DESCRIPTION "The crc100ExcessFecnBecn trap is sent whenever there is External Alarm indication." ::= 16 crc100ExcessAvgLatency TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSExcessAvgLatency } DESCRIPTION "The crc100ExcessAvgLatency trap is sent whenever there is excessive Average Latency in milliseconds." ::= 17 crc100LoginSecurityViolation TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSLoginSecurityViolation } DESCRIPTION "The crc100LoginSecurityViolation trap is sent whenever there is a login security violation." ::= 18 crc100IsdnBackup TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSIsdnBackup } DESCRIPTION "The crc100IsdnBackup trap is sent whenever the system enters the idle, online or failed states and every 2 hours when the system is in backup." ::= 19 crc100IsdnDemand TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSIsdnDemand } DESCRIPTION "The crc100IsdnDemand trap is sent whenever the system enters the idle, online or failed states and every 2 hours when the system is in demand." ::= 20 crc100PvcPktDrpdThres TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSPvcPktDrpdThres } DESCRIPTION "The crc100PvcPktDrpdThres trap is sent whenever the threshold is met or exceeded." ::= 21 crc100PvcPktDlvdThres TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSPvcPktDlvdThres } DESCRIPTION "The crc100PvcPktDlvdThres trap is sent whenever the threshold is not met." ::= 22 crc100PvcAvailable TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSPvcAvailable } DESCRIPTION "The crc100PvcAvailable trap is sent whenever a PVC becomes available." ::= 23 crc100PvcUnavailable TRAP-TYPE ENTERPRISE crcNetPath100 VARIABLES { crc100TSPvcUnavailable } DESCRIPTION "The crc100PvcUnavailable trap is sent whenever a PVC becomes unavaialable." ::= 24 END