-- Copyright 1999-2000 Control Resources Corporation. All Rights Reserved. -- -- Permission to reproduce this document is authorized on condition that -- the above copyright notice is included. This SNMP Management Information -- Base (MIB) Specification embodies CRCs confidential and proprietary -- intellectual property. CRC retains all title and ownership in the -- Specification, including any revisions. -- -- It is CRCs intent to encourage the widespread use of this Specification -- in connection with the management of CRC's CSU/DSU products. CRC grants -- vendors, end-users, and other interested parties a non-exclusive licence -- to use this Specification in connection with the management of said -- products. -- -- This Specification is supplied "AS IS," and CRC makes no warranty, -- either expressed or implied, as to the use operation, condition, or -- performance of the Specification. -- -- Revision History -- Version Date Name Description --------------------------------------------------------------------------------------------------- -- 1.01 Jun-11-1999 J. Otero - Updated System Status Object. Ordering of members coincide -- with system status structure. -- - Updated the CRC NetPath 110 Specific Trap group -- - Updated the crc110TrapStatus object. Added DSX line failure -- and DSX Excessive errored seconds -- 1.02 Jun-24-1999 L. Hart - Compiler clean up. -- 1.03 Nov-18-1999 A. Cham - Corrected values for crc110SSActiveFlashDevice. -- 1.04 Nov-23-1999 A. Cham - Corrected values for crc110SSActiveFlashDevice. -- 1.05 Jan-04-2000 JO/WSong - Changed Product ID from 10 to 3. -- 1.06 Feb-01-2000 A. Cham - Added DS1 extention objects that allow for configuration of -- the 4 ports. With this implemenation, all equivalent objects -- in the standard MIB have been changed to read-only within the -- firmware -- 1.07 Feb-17-2000 A. Cham - Changed the integer values of crc110SSLocalInitiatedTest -- 1.08 Feb-23-2000 A. Cham - Added Top Stats configuration objects within the -- protocol monitor configuration group. Also added the -- Top Stats interval statistics group. -- 1.09 Mar-2-2000 A. Cham - Corrected definition of crc110TOPSTxIntervalStatsTable -- 1.10 Mar-22-2000 W. Song - Ported Event Log and FC Dynamic IP Learning -- 1.11 May-11-2000 A. Cham - Change the access of 'crc110STLinkPktSize' from read-only -- to read-write. -- 1.12 Jul-16-2000 B. Rifkin - Added Enhanced Stats to ISDN Status and to BOD Config. --------------------------------------------------------------------------------------------------- CRC-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI TRAP-TYPE FROM RFC1215 OBJECT-TYPE FROM RFC1212; -- This proprietary MIB falls within the Enterprises sub-tree of the -- MIB under CRC. Within the CRC MIB subtree this MIB describes the -- NetPath 110 Frame Relay CSU controlResources OBJECT IDENTIFIER ::= { enterprises 2066 } crcNetPath110 OBJECT IDENTIFIER ::= { controlResources 3 } -- -- The following groups are defined within the Control Resources 'crcNetPath110' MIB module. -- o CRC NetPath 110 CSU Trap Status Group -- o CRC NetPath 110 Frame Manager Statistics Group -- o CRC NetPath 110 PVC Statistics Group -- o CRC NetPath 110 Configuration Group -- o CRC NetPath 110 Status Group -- o CRC NetPath 110 SNMP Set Control Group -- o CRC NetPath 110 Reset Statistics Group -- o CRC NetPath 110 Time Event Command Group -- o CRC NetPath 110 Top Statistics Group -- o CRC NetPath 110 Event Log Group -- -- -- The CRC NetPath 110 CSU Trap Status Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects which define the NetPath110 Trap Status -- Group is 'PS'. -- crc110TrapStatus OBJECT IDENTIFIER ::= { crcNetPath110 1 } crc110TSNwkLmiErrors OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the current status of the LMI as it applies to the network side of the interface." ::= { crc110TrapStatus 1 } crc110TSCsuLineFailure OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable contains the current state of the CSU Line Alarm status." ::= { crc110TrapStatus 2 } crc110TSNwkExcessEsUasErrors OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the count of excessive ES and UAS encountered." ::= { crc110TrapStatus 3 } crc110TSExcessNwkErrors OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the count of excessive network errors encountered." ::= { crc110TrapStatus 4 } crc110TSCsuFault OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the status of the self test diagnostic performed by the unit." ::= { crc110TrapStatus 5 } crc110TSModemFault OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the status of the last self test diagnostic performed by the unit on the modem." ::= { crc110TrapStatus 6 } crc110TSDialLineFault OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the status of the last self test diagnostic performed by the unit on the dial line." ::= { crc110TrapStatus 7 } crc110TSUnitPowerStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the status of the AC power being supplied to the unit." ::= { crc110TrapStatus 8 } crc110TSUsrLmiErrors OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the current status of the LMI as it applies to the equipment (User) side of the interface." ::= { crc110TrapStatus 9 } crc110TSExcessUsrErrors OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the count of errored seconds encountered as it applies to the equipment (User) side of the interface." ::= { crc110TrapStatus 10 } crc110TSUsrDtrStatus OBJECT-TYPE SYNTAX INTEGER{ on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current status of the DTR signal as it applies to the equipment (User) side of the interface." ::= { crc110TrapStatus 11 } crc110TSUsrPowerStatus OBJECT-TYPE SYNTAX INTEGER{ on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current status of the User equipment (DTE) power." ::= { crc110TrapStatus 12 } crc110TSIsdnStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2), notInstalled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current status of the ISDN Adapter card." ::= { crc110TrapStatus 13 } crc110TSUInterfaceStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2), notInstalled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current status of the U-Interface on the ISDN Adapter card." ::= { crc110TrapStatus 14 } crc110TSExcessFecnBecnSec OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the (max) FECN/BECN seconds over all PVCs." ::= { crc110TrapStatus 15 } crc110TSExternalAlarm OBJECT-TYPE SYNTAX INTEGER{ notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the status of External Alarm Contact Sense." ::= { crc110TrapStatus 16 } crc110TSExcessAvgLatency OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the maximum Average Latency in Seconds over all PVCs." ::= { crc110TrapStatus 17 } crc110TSLoginSecurityViolation OBJECT-TYPE SYNTAX INTEGER{ none(1), consoleLogin(2), modemLogin(3), telnetLogin(4), udpLogin(5), snmpLogin(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the last access path where a login security violation occurred." ::= { crc110TrapStatus 18 } crc110TSIsdnBackup OBJECT-TYPE SYNTAX INTEGER{ idle(1), online(2), onlineReminder(3), failed(4), unknown(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current ISDN backup status." ::= { crc110TrapStatus 19 } crc110TSIsdnDemand OBJECT-TYPE SYNTAX INTEGER{ idle(1), online(2), onlineReminder(3), failed(4), nOnline(5), nOnlineReminder(6), primaryOnline(7), primaryOnlineReminder(8), secondaryOnline(9), secondaryOnlineReminder(10), nDownspeed(11), nDownspeedReminder(12), primaryDownspeed(13), primaryDownspeedReminder(14), secondaryDownspeed(15), secondaryDownspeedReminder(16) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the current ISDN demand status." ::= { crc110TrapStatus 20 } crc110TSPvcPktDrpdThres OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the maximum packets dropped over all PVCs." ::= { crc110TrapStatus 21 } crc110TSPvcPktDlvdThres OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object will return the minimum percent delivered packets over all PVCs." ::= { crc110TrapStatus 22 } crc110TSPvcAvailable OBJECT-TYPE SYNTAX INTEGER ( 0..1023 ) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the last PVC that became available." ::= { crc110TrapStatus 23 } crc110TSPvcUnavailable OBJECT-TYPE SYNTAX INTEGER ( 0..1023 ) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the last PVC that became unavailable." ::= { crc110TrapStatus 24 } crc110TSDsxLineFailure OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the DSX Line Alarm Status." ::= { crc110TrapStatus 25} crc110TSDsxExcessEsUasErrors OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the DSX Excessive Errored seconds count." ::= { crc110TrapStatus 26 } -- -- The CRC NetPath 110 Frame Manager Statistics Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects which record Frame Manager statistics. -- crc110FrmMgrStats OBJECT IDENTIFIER ::= { crcNetPath110 2 } -- -- The CRC NetPath 110 Frame Manager Statistics Group consists of -- following groups: -- o Frame Manager Current Statistics -- o Frame Manager Interval Statistics -- o Frame Manager Total Statistics -- The CRC NetPath 110 Frame Manager Group also has the following -- scalar objects to keep track of elapsed time in the current interval -- and number of valid intervals: -- FrmMgrTimeElapsed -- FrmMgrValidInts crc110FMTimeElapsed OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of seconds that have elapsed since the beginning of the current Frame Manager statistics collection interval." ::= { crc110FrmMgrStats 1 } crc110FMValidInts OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of historical 15 minute intervals currently recorded for Frame Manager statistics. The value will be 96 unless the system was brought on-line within the last 24 hours, in which case the value will be the number of complete 15 minute intervals." ::= { crc110FrmMgrStats 2 } -- -- Current Frame Manager Statistics -- The Frame Manager Current contains Frame Manager statistics -- being collected for the current 15 minute interval. They are -- kept as 8 scalar objects. crc110FMCurrStats OBJECT IDENTIFIER ::= { crc110FrmMgrStats 3 } crc110FMCurrNwkLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI timeouts in the current 15 minute interval." ::= { crc110FMCurrStats 1 } crc110FMCurrNwkLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame errors in the current 15 minute interval." ::= { crc110FMCurrStats 2 } crc110FMCurrNwkLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame events in the current 15 minute interval." ::= { crc110FMCurrStats 3 } crc110FMCurrNwkDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "Network Data Frame Errored Seconds, i.e., number of seconds with data frame errors in the current 15 minute interval." ::= { crc110FMCurrStats 4 } crc110FMCurrUsrLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI timeouts in the current 15 minute interval." ::= { crc110FMCurrStats 5 } crc110FMCurrUsrLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame errors in the current 15 minute interval." ::= { crc110FMCurrStats 6 } crc110FMCurrUsrLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame events in the current 15 minute interval." ::= { crc110FMCurrStats 7 } crc110FMCurrUsrDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "User Data Frame Errored Seconds, i.e., number of seconds with data frame errors in the current 15 minutes." ::= { crc110FMCurrStats 8 } -- -- Interval Frame Manager Statistics -- The Frame Manager Statistics Interval Table contains various -- statistics collected over the previous 96, 15 minute -- interval, intervals. crc110FMIntervalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110FMIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Frame Manager Interval Statistics Table." ::= { crc110FrmMgrStats 4 } crc110FMIntervalStatsEntry OBJECT-TYPE SYNTAX FrmMgrIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Frame Manager Interval Statistics Table." INDEX {crc110FMIntervalNumber} ::= { crc110FMIntervalStatsTable 1 } Crc110FMIntervalStatsEntry ::= SEQUENCE { crc110FMIntervalNumber INTEGER, crc110FMIntervalNwkLmiTimeout INTEGER, crc110FMIntervalNwkLmiFrameErrors INTEGER, crc110FMIntervalNwkLmiFrameEvents INTEGER, crc110FMIntervalNwkDataFrameErrors INTEGER, crc110FMIntervalUsrLmiTimeout INTEGER, crc110FMIntervalUsrLmiFrameErrors INTEGER, crc110FMIntervalUsrLmiFrameEvents INTEGER, crc110FMIntervalUsrDataFrameErrors INTEGER } crc110FMIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minute interval (assuming that all 96 intervals are valid)." ::= { crc110FMIntervalStatsEntry 1 } crc110FMIntervalNwkLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI timeouts in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 2 } crc110FMIntervalNwkLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame errors in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 3 } crc110FMIntervalNwkLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame events in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 4 } crc110FMIntervalNwkDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "Network Data Frame Errored Seconds, i.e., number of seconds with data frame errors in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 5 } crc110FMIntervalUsrLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI timeouts in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 6 } crc110FMIntervalUsrLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame errors in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 7 } crc110FMIntervalUsrLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame events in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 8 } crc110FMIntervalUsrDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "User Data Frame Errored Seconds, i.e., number of seconds with data frame errors in one of the previous 96, Individual 15 minute, intervals." ::= { crc110FMIntervalStatsEntry 9 } -- -- Total Frame Manager Statistics -- The Frame Manager Total contains cumulative sum of the Frame Manager -- statistics being collected for the previous 96 intervals. They -- are maintained as 8 scalar objects crc110FMTotalStats OBJECT IDENTIFIER ::= { crc110FrmMgrStats 5 } crc110FMTotalNwkLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI timeouts in the previous 24 hour interval." ::= { crc110FMTotalStats 1 } crc110FMTotalNwkLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame errors in the previous 24 hour interval." ::= { crc110FMTotalStats 2 } crc110FMTotalNwkLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Network LMI frame events in the previous 24 hour interval." ::= { crc110FMTotalStats 3 } crc110FMTotalNwkDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "Network Data Frame Errored Seconds, i.e., number of seconds with data frame errors in the previous 24 hour interval." ::= { crc110FMTotalStats 4 } crc110FMTotalUsrLmiTimeout OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI timeouts in the previous 24 hour interval." ::= { crc110FMTotalStats 5 } crc110FMTotalUsrLmiFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame errors in the previous 24 hour interval." ::= { crc110FMTotalStats 6 } crc110FMTotalUsrLmiFrameEvents OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of User LMI frame events in the previous 24 hour interval." ::= { crc110FMTotalStats 7 } crc110FMTotalUsrDataFrameErrors OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "User Data Frame Errored Seconds, i.e., number of seconds with data frame errors in the previous 24 hour interval." ::= { crc110FMTotalStats 8 } -- -- The CRC NetPath 110 PVC Statistics Group -- The following PVC Statistics Groups are defined within the CRC CSU -- MIB module. crc110PvcStats OBJECT IDENTIFIER ::= { crcNetPath110 3 } -- -- The CRC NetPath 110 PVC Statistics Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects which record PVC statistics. -- -- The CRC NetPath 110 PVC Group consists of Four tables: -- Pvc Current -- Pvc Interval -- Pvc Total -- Pvc Snap Shot -- The CRC NetPath 110 PVC Group also has the following 3 scalar -- objects: -- -- pvcIntervalSize -- pvcTimeElapsed -- pvcValidIntervals -- crc110PSIntervalSize OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of minutes that makes an interval for PVC Statistics." ::= { crc110PvcStats 1 } crc110PSTimeElapsed OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of seconds that have elapsed since the beginning of the current PVC Statistics collection interval." ::= { crc110PvcStats 2 } crc110PSValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "Reading this object returns the number of historical crc110PSIntervalSize minute intervals currently recorded in the system. The value will be 96 unless the system was brought on-line within the last 96*crc110PSIntervalSize minutes, in which case the value will be the number of complete crc110PSIntervalSize minute intervals." ::= { crc110PvcStats 3 } -- Current PVC Statistics -- The PVC Current Table contains PVC statistics being collected for -- the current pvcIntervalSize minute interval. crc110PSCurrStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110PSCurrStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The PVC Current Statistics Table." ::= { crc110PvcStats 4 } crc110PSCurrStatsEntry OBJECT-TYPE SYNTAX Crc110PSCurrStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the PVC Current Statistics Table." INDEX { crc110PSCurrDlci } ::= { crc110PSCurrStatsTable 1 } Crc110PSCurrStatsEntry ::= SEQUENCE { crc110PSCurrDlci INTEGER, crc110PSCurrRxPackets INTEGER, crc110PSCurrTxPackets INTEGER, crc110PSCurrRxOctets INTEGER, crc110PSCurrTxOctets INTEGER, crc110PSCurrRxKbps INTEGER, crc110PSCurrTxKbps INTEGER, crc110PSCurrNumberOfBecn INTEGER, crc110PSCurrNumberOfFecn INTEGER, crc110PSCurrNumberOfRxDe INTEGER, crc110PSCurrNumberOfTxDe INTEGER, crc110PSCurrAvgDelay INTEGER, crc110PSCurrMaxDelay INTEGER, crc110PSCurrFecnBecnCnt INTEGER, crc110PSCurrProtocol1RxBps INTEGER, crc110PSCurrProtocol1TxBps INTEGER, crc110PSCurrProtocol2RxBps INTEGER, crc110PSCurrProtocol2TxBps INTEGER, crc110PSCurrProtocol3RxBps INTEGER, crc110PSCurrProtocol3TxBps INTEGER, crc110PSCurrProtocol4RxBps INTEGER, crc110PSCurrProtocol4TxBps INTEGER, crc110PSCurrProtocol5RxBps INTEGER, crc110PSCurrProtocol5TxBps INTEGER, crc110PSCurrProtocol6RxBps INTEGER, crc110PSCurrProtocol6TxBps INTEGER, crc110PSCurrProtocol7RxBps INTEGER, crc110PSCurrProtocol7TxBps INTEGER, crc110PSCurrProtocol8RxBps INTEGER, crc110PSCurrProtocol8TxBps INTEGER, crc110PSCurrNumberOfNwk INTEGER, crc110PSCurrFirstNwkAvgDelay INTEGER, crc110PSCurrFirstNwkMaxDelay INTEGER, crc110PSCurrSecondNwkAvgDelay INTEGER, crc110PSCurrSecondNwkMaxDelay INTEGER, crc110PSCurrThirdNwkAvgDelay INTEGER, crc110PSCurrThirdNwkMaxDelay INTEGER, crc110PSCurrNoCongAvgDelay INTEGER, crc110PSCurrNoCongMaxDelay INTEGER, crc110PSCurrNoCongFirstNwkAvgDelay INTEGER, crc110PSCurrNoCongFirstNwkMaxDelay INTEGER, crc110PSCurrNoCongSecondNwkAvgDelay INTEGER, crc110PSCurrNoCongSecondNwkMaxDelay INTEGER, crc110PSCurrNoCongThirdNwkAvgDelay INTEGER, crc110PSCurrNoCongThirdNwkMaxDelay INTEGER, crc110PSCurrConsecutiveLatencyPktsLost INTEGER, crc110PSCurrPvcAvailabilityStatus INTEGER, crc110PSCurrPvcUnavailableTime INTEGER, crc110PSCurrCirBin0Tx INTEGER, crc110PSCurrCirBin1Tx INTEGER, crc110PSCurrCirBin2Tx INTEGER, crc110PSCurrCirBin3Tx INTEGER, crc110PSCurrCirBin4Tx INTEGER, crc110PSCurrCirBin5Tx INTEGER, crc110PSCurrCirBin6Tx INTEGER, crc110PSCurrCirBin7Tx INTEGER, crc110PSCurrCirBin0Rx INTEGER, crc110PSCurrCirBin1Rx INTEGER, crc110PSCurrCirBin2Rx INTEGER, crc110PSCurrCirBin3Rx INTEGER, crc110PSCurrCirBin4Rx INTEGER, crc110PSCurrCirBin5Rx INTEGER, crc110PSCurrCirBin6Rx INTEGER, crc110PSCurrCirBin7Rx INTEGER, crc110PSCurrConsecutiveFrLossPktsLost INTEGER, crc110PSCurrTxMeasNonDeTxPkts INTEGER, crc110PSCurrTxMeasDeTxPkts INTEGER, crc110PSCurrTxMeasNniOneNonDeRxPkts INTEGER, crc110PSCurrTxMeasNniOneDeRxPkts INTEGER, crc110PSCurrTxMeasNniTwoNonDeRxPkts INTEGER, crc110PSCurrTxMeasNniTwoDeRxPkts INTEGER, crc110PSCurrTxMeasNonDeRxPkts INTEGER, crc110PSCurrTxMeasDeRxPkts INTEGER, crc110PSCurrRxMeasNonDeTxPkts INTEGER, crc110PSCurrRxMeasDeTxPkts INTEGER, crc110PSCurrRxMeasNniOneNonDeRxPkts INTEGER, crc110PSCurrRxMeasNniOneDeRxPkts INTEGER, crc110PSCurrRxMeasNniTwoNonDeRxPkts INTEGER, crc110PSCurrRxMeasNniTwoDeRxPkts INTEGER, crc110PSCurrRxMeasNonDeRxPkts INTEGER, crc110PSCurrRxMeasDeRxPkts INTEGER, crc110PSCurrTxOrigDeviceReset INTEGER, crc110PSCurrTxNniOneReset INTEGER, crc110PSCurrTxNniTwoReset INTEGER, crc110PSCurrTxTerminatingDeviceReset INTEGER, crc110PSCurrRxOrigDeviceReset INTEGER, crc110PSCurrRxNniOneReset INTEGER, crc110PSCurrRxNniTwoReset INTEGER, crc110PSCurrRxTerminatingDeviceReset INTEGER } crc110PSCurrDlci OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The DLCI value which uniquely identifies the PVC to which this entry is applicable." ::= { crc110PSCurrStatsEntry 1 } crc110PSCurrRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 2 } crc110PSCurrTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 3 } crc110PSCurrRxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 4 } crc110PSCurrTxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 5 } crc110PSCurrRxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second received on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 6 } crc110PSCurrTxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second transmitted on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 7 } crc110PSCurrNumberOfBecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of BECN frames seen on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 8 } crc110PSCurrNumberOfFecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of FECN frames seen on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 9 } crc110PSCurrNumberOfRxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Receive Frames with DE on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 10 } crc110PSCurrNumberOfTxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Transmit Frames with DE on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 11 } crc110PSCurrAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Average network delay seen on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 12 } crc110PSCurrMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Peak network delay seen on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 13 } crc110PSCurrFecnBecnCnt OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "Number of seconds in which frames with either the FECN or the BECN bits set have been seen on this PVC for the current interval." ::= { crc110PSCurrStatsEntry 14 } crc110PSCurrProtocol1RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #1 for the current interval." ::= { crc110PSCurrStatsEntry 15 } crc110PSCurrProtocol1TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #1 for the current interval." ::= { crc110PSCurrStatsEntry 16 } crc110PSCurrProtocol2RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #2 for the current interval." ::= { crc110PSCurrStatsEntry 17 } crc110PSCurrProtocol2TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #2 for the current interval." ::= { crc110PSCurrStatsEntry 18 } crc110PSCurrProtocol3RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #3 for the current interval." ::= { crc110PSCurrStatsEntry 19 } crc110PSCurrProtocol3TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #3 for the current interval." ::= { crc110PSCurrStatsEntry 20 } crc110PSCurrProtocol4RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #4 for the current interval." ::= { crc110PSCurrStatsEntry 21 } crc110PSCurrProtocol4TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #4 for the current interval." ::= { crc110PSCurrStatsEntry 22 } crc110PSCurrProtocol5RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #5 for the current interval." ::= { crc110PSCurrStatsEntry 23 } crc110PSCurrProtocol5TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #5 for the current interval." ::= { crc110PSCurrStatsEntry 24 } crc110PSCurrProtocol6RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #6 for the current interval." ::= { crc110PSCurrStatsEntry 25 } crc110PSCurrProtocol6TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #6 for the current interval." ::= { crc110PSCurrStatsEntry 26 } crc110PSCurrProtocol7RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #7 for the current interval." ::= { crc110PSCurrStatsEntry 27 } crc110PSCurrProtocol7TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #7 for the current interval." ::= { crc110PSCurrStatsEntry 28 } crc110PSCurrProtocol8RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #8 for the current interval." ::= { crc110PSCurrStatsEntry 29 } crc110PSCurrProtocol8TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #8 for the current interval." ::= { crc110PSCurrStatsEntry 30 } crc110PSCurrNumberOfNwk OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of networks that exist on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 31 } crc110PSCurrFirstNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the first network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 32 } crc110PSCurrFirstNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the first network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 33 } crc110PSCurrSecondNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the second network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 34 } crc110PSCurrSecondNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the second network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 35 } crc110PSCurrThirdNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the third network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 36 } crc110PSCurrThirdNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the third network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 37 } crc110PSCurrNoCongAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 38 } crc110PSCurrNoCongMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 39 } crc110PSCurrNoCongFirstNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the first network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 40 } crc110PSCurrNoCongFirstNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the first network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 41 } crc110PSCurrNoCongSecondNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the second network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 42 } crc110PSCurrNoCongSecondNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the second network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 43 } crc110PSCurrNoCongThirdNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the third network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 44 } crc110PSCurrNoCongThirdNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the third network on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 45 } crc110PSCurrConsecutiveLatencyPktsLost OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the total number of consecutive latency packets that were lost on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 46 } crc110PSCurrPvcAvailabilityStatus OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Currently not implemented." ::= { crc110PSCurrStatsEntry 47 } crc110PSCurrPvcUnavailableTime OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of seconds from when the full LMI report indicates the current PVC as not fully active until it is fully active, or while a network LMI failure exists." ::= { crc110PSCurrStatsEntry 48 } crc110PSCurrCirBin0Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 0 Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 49 } crc110PSCurrCirBin1Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 1st Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 50 } crc110PSCurrCirBin2Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 2nd Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 51 } crc110PSCurrCirBin3Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 3rd Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 52 } crc110PSCurrCirBin4Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 4th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 53 } crc110PSCurrCirBin5Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 5th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 54 } crc110PSCurrCirBin6Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 6th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 55 } crc110PSCurrCirBin7Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 7th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 56 } crc110PSCurrCirBin0Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 0 Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 57 } crc110PSCurrCirBin1Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 1st Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 58 } crc110PSCurrCirBin2Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 2nd Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 59 } crc110PSCurrCirBin3Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 3rd Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 60 } crc110PSCurrCirBin4Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 4th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 61 } crc110PSCurrCirBin5Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 5th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 62 } crc110PSCurrCirBin6Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 6th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 63 } crc110PSCurrCirBin7Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 7th Bin range of this PVC during the current interval." ::= { crc110PSCurrStatsEntry 64 } crc110PSCurrConsecutiveFrLossPktsLost OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the total number of consecutive frame loss packets that were lost on this PVC during the current interval." ::= { crc110PSCurrStatsEntry 65 } crc110PSCurrTxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 66 } crc110PSCurrTxMeasDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets transmitted by the originator on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 67 } crc110PSCurrTxMeasNniOneNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #1 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 68 } crc110PSCurrTxMeasNniOneDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #1 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 69 } crc110PSCurrTxMeasNniTwoNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #2 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 70 } crc110PSCurrTxMeasNniTwoDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #2 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 71 } crc110PSCurrTxMeasNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by the terminating unit on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 72 } crc110PSCurrTxMeasDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by the terminating unit on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 73 } crc110PSCurrRxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 74 } crc110PSCurrRxMeasDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets transmitted by the originator on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 75 } crc110PSCurrRxMeasNniOneNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #1 on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 76 } crc110PSCurrRxMeasNniOneDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #1 on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 77 } crc110PSCurrRxMeasNniTwoNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #2 on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 78 } crc110PSCurrRxMeasNniTwoDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #2 on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 79 } crc110PSCurrRxMeasNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by the terminating unit on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 80 } crc110PSCurrRxMeasDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by the terminating unit on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 81 } crc110PSCurrTxOrigDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the originator on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 82 } crc110PSCurrTxNniOneReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #1 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 83 } crc110PSCurrTxNniTwoReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #2 on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 84 } crc110PSCurrTxTerminatingDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the terminating unit on this PVC during the current interval in the transmit direction." ::= { crc110PSCurrStatsEntry 85 } crc110PSCurrRxOrigDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the originator on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 86 } crc110PSCurrRxNniOneReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #1 on this PVC during the current interval in the receive direction" ::= { crc110PSCurrStatsEntry 87 } crc110PSCurrRxNniTwoReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #2 on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 88 } crc110PSCurrRxTerminatingDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the terminating unit on this PVC during the current interval in the receive direction." ::= { crc110PSCurrStatsEntry 89 } -- -- Interval PVC Statistics -- The PVC Statistics Interval Table contains various statistics -- collected by each PVC over the previous 96, pvcIntervalSize minute -- interval, intervals. crc110PSIntervalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110PSIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The PVC Interval Statistics Table." ::= { crc110PvcStats 5 } crc110PSIntervalStatsEntry OBJECT-TYPE SYNTAX Crc110PSIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the PVC Interval Statistics Table." INDEX { crc110PSIntervalNumber, crc110PSIntervalDlci } ::= { crc110PSIntervalStatsTable 1 } Crc110PSIntervalStatsEntry ::= SEQUENCE { crc110PSIntervalNumber INTEGER, crc110PSIntervalDlci INTEGER, crc110PSIntervalRxPackets INTEGER, crc110PSIntervalTxPackets INTEGER, crc110PSIntervalRxOctets INTEGER, crc110PSIntervalTxOctets INTEGER, crc110PSIntervalRxKbps INTEGER, crc110PSIntervalTxKbps INTEGER, crc110PSIntervalNumberOfBecn INTEGER, crc110PSIntervalNumberOfFecn INTEGER, crc110PSIntervalNumberOfRxDe INTEGER, crc110PSIntervalNumberOfTxDe INTEGER, crc110PSIntervalAvgDelay INTEGER, crc110PSIntervalMaxDelay INTEGER, crc110PSIntervalFecnBecnCnt INTEGER, crc110PSIntervalProtocol1RxBps INTEGER, crc110PSIntervalProtocol1TxBps INTEGER, crc110PSIntervalProtocol2RxBps INTEGER, crc110PSIntervalProtocol2TxBps INTEGER, crc110PSIntervalProtocol3RxBps INTEGER, crc110PSIntervalProtocol3TxBps INTEGER, crc110PSIntervalProtocol4RxBps INTEGER, crc110PSIntervalProtocol4TxBps INTEGER, crc110PSIntervalProtocol5RxBps INTEGER, crc110PSIntervalProtocol5TxBps INTEGER, crc110PSIntervalProtocol6RxBps INTEGER, crc110PSIntervalProtocol6TxBps INTEGER, crc110PSIntervalProtocol7RxBps INTEGER, crc110PSIntervalProtocol7TxBps INTEGER, crc110PSIntervalProtocol8RxBps INTEGER, crc110PSIntervalProtocol8TxBps INTEGER, crc110PSIntervalNumberOfNwk INTEGER, crc110PSIntervalFirstNwkAvgDelay INTEGER, crc110PSIntervalFirstNwkMaxDelay INTEGER, crc110PSIntervalSecondNwkAvgDelay INTEGER, crc110PSIntervalSecondNwkMaxDelay INTEGER, crc110PSIntervalThirdNwkAvgDelay INTEGER, crc110PSIntervalThirdNwkMaxDelay INTEGER, crc110PSIntervalNoCongAvgDelay INTEGER, crc110PSIntervalNoCongMaxDelay INTEGER, crc110PSIntervalNoCongFirstNwkAvgDelay INTEGER, crc110PSIntervalNoCongFirstNwkMaxDelay INTEGER, crc110PSIntervalNoCongSecondNwkAvgDelay INTEGER, crc110PSIntervalNoCongSecondNwkMaxDelay INTEGER, crc110PSIntervalNoCongThirdNwkAvgDelay INTEGER, crc110PSIntervalNoCongThirdNwkMaxDelay INTEGER, crc110PSIntervalConsecutiveLatencyPktsLost INTEGER, crc110PSIntervalPvcAvailabilityStatus INTEGER, crc110PSIntervalPvcUnavailableTime INTEGER, crc110PSIntervalCirBin0Tx INTEGER, crc110PSIntervalCirBin1Tx INTEGER, crc110PSIntervalCirBin2Tx INTEGER, crc110PSIntervalCirBin3Tx INTEGER, crc110PSIntervalCirBin4Tx INTEGER, crc110PSIntervalCirBin5Tx INTEGER, crc110PSIntervalCirBin6Tx INTEGER, crc110PSIntervalCirBin7Tx INTEGER, crc110PSIntervalCirBin0Rx INTEGER, crc110PSIntervalCirBin1Rx INTEGER, crc110PSIntervalCirBin2Rx INTEGER, crc110PSIntervalCirBin3Rx INTEGER, crc110PSIntervalCirBin4Rx INTEGER, crc110PSIntervalCirBin5Rx INTEGER, crc110PSIntervalCirBin6Rx INTEGER, crc110PSIntervalCirBin7Rx INTEGER, crc110PSIntervalConsecutiveFrLossPktsLost INTEGER, crc110PSIntervalTxMeasNonDeTxPkts INTEGER, crc110PSIntervalTxMeasDeTxPkts INTEGER, crc110PSIntervalTxMeasNniOneNonDeRxPkts INTEGER, crc110PSIntervalTxMeasNniOneDeRxPkts INTEGER, crc110PSIntervalTxMeasNniTwoNonDeRxPkts INTEGER, crc110PSIntervalTxMeasNniTwoDeRxPkts INTEGER, crc110PSIntervalTxMeasNonDeRxPkts INTEGER, crc110PSIntervalTxMeasDeRxPkts INTEGER, crc110PSIntervalRxMeasNonDeTxPkts INTEGER, crc110PSIntervalRxMeasDeTxPkts INTEGER, crc110PSIntervalRxMeasNniOneNonDeRxPkts INTEGER, crc110PSIntervalRxMeasNniOneDeRxPkts INTEGER, crc110PSIntervalRxMeasNniTwoNonDeRxPkts INTEGER, crc110PSIntervalRxMeasNniTwoDeRxPkts INTEGER, crc110PSIntervalRxMeasNonDeRxPkts INTEGER, crc110PSIntervalRxMeasDeRxPkts INTEGER, crc110PSIntervalTxOrigDeviceReset INTEGER, crc110PSIntervalTxNniOneReset INTEGER, crc110PSIntervalTxNniTwoReset INTEGER, crc110PSIntervalTxTerminatingDeviceReset INTEGER, crc110PSIntervalRxOrigDeviceReset INTEGER, crc110PSIntervalRxNniOneReset INTEGER, crc110PSIntervalRxNniTwoReset INTEGER, crc110PSIntervalRxTerminatingDeviceReset INTEGER } crc110PSIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed crc110PSIntervalSize minutes interval and 96 is the least recently completed crc110PSIntervalSize minutes interval (assuming that all 96 intervals are valid)." ::= { crc110PSIntervalStatsEntry 1 } crc110PSIntervalDlci OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The DLCI value which uniquely identifies the PVC to which this entry is applicable." ::= { crc110PSIntervalStatsEntry 2 } crc110PSIntervalRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 3 } crc110PSIntervalTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 4 } crc110PSIntervalRxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 5 } crc110PSIntervalTxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 6 } crc110PSIntervalRxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second received on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 7 } crc110PSIntervalTxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second transmitted on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 8 } crc110PSIntervalNumberOfBecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of BECN frames seen on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 9 } crc110PSIntervalNumberOfFecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of FECN frames seen on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 10 } crc110PSIntervalNumberOfRxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Receive Frames with DE on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 11 } crc110PSIntervalNumberOfTxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Transmit Frames with DE on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 12 } crc110PSIntervalAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Average network delay seen on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 13 } crc110PSIntervalMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Peak network delay seen on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 14 } crc110PSIntervalFecnBecnCnt OBJECT-TYPE SYNTAX INTEGER (0..900) ACCESS read-only STATUS mandatory DESCRIPTION "Number of seconds in which frames with either the FECN or the BECN bits set have been seen on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 15 } crc110PSIntervalProtocol1RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #1 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 16 } crc110PSIntervalProtocol1TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #1 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 17 } crc110PSIntervalProtocol2RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #2 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 18 } crc110PSIntervalProtocol2TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #2 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 19 } crc110PSIntervalProtocol3RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #3 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 20 } crc110PSIntervalProtocol3TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #3 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 21 } crc110PSIntervalProtocol4RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #4 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 22 } crc110PSIntervalProtocol4TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #4 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 23 } crc110PSIntervalProtocol5RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #5 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 24 } crc110PSIntervalProtocol5TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #5 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 25 } crc110PSIntervalProtocol6RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #6 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 26 } crc110PSIntervalProtocol6TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #6 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 27 } crc110PSIntervalProtocol7RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #7 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 28 } crc110PSIntervalProtocol7TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #7 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 29 } crc110PSIntervalProtocol8RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #8 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 30 } crc110PSIntervalProtocol8TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #8 in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 31 } crc110PSIntervalNumberOfNwk OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of networks that exist on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 32 } crc110PSIntervalFirstNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the first network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 33 } crc110PSIntervalFirstNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the first network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 34 } crc110PSIntervalSecondNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the second network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 35 } crc110PSIntervalSecondNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the second network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 36 } crc110PSIntervalThirdNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full average round trip delay for the third network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 37 } crc110PSIntervalThirdNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full maximum round trip delay for the third network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 38 } crc110PSIntervalNoCongAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 39 } crc110PSIntervalNoCongMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 40 } crc110PSIntervalNoCongFirstNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the first network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 41 } crc110PSIntervalNoCongFirstNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the first network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 42 } crc110PSIntervalNoCongSecondNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the second network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 43 } crc110PSIntervalNoCongSecondNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the second network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 44 } crc110PSIntervalNoCongThirdNwkAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network average round trip delay for the third network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 45 } crc110PSIntervalNoCongThirdNwkMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the network maximum round trip delay for the third network on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 46 } crc110PSIntervalConsecutiveLatencyPktsLost OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the total number of consecutive latency packets that were lost on this PVC in one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 47 } crc110PSIntervalPvcAvailabilityStatus OBJECT-TYPE SYNTAX INTEGER{ deleted(1), inactive(2), active(3), new(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Currently not implemented." ::= { crc110PSIntervalStatsEntry 48 } crc110PSIntervalPvcUnavailableTime OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of seconds from when the full LMI report indicates the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals as not fully active until it is fully active, or while a network LMI failure exists." ::= { crc110PSIntervalStatsEntry 49 } crc110PSIntervalCirBin0Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 0 Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 50 } crc110PSIntervalCirBin1Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 1st Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 51 } crc110PSIntervalCirBin2Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 2nd Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 52 } crc110PSIntervalCirBin3Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 3rd Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 53 } crc110PSIntervalCirBin4Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 4th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 54 } crc110PSIntervalCirBin5Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 5th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 55 } crc110PSIntervalCirBin6Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 6th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 56 } crc110PSIntervalCirBin7Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 7th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 57 } crc110PSIntervalCirBin0Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 0 Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 58 } crc110PSIntervalCirBin1Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 1st Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 59 } crc110PSIntervalCirBin2Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 2nd Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 60 } crc110PSIntervalCirBin3Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 3rd Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 61 } crc110PSIntervalCirBin4Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 4th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 62 } crc110PSIntervalCirBin5Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 5th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 63 } crc110PSIntervalCirBin6Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 6th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 64 } crc110PSIntervalCirBin7Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 7th Bin range for the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 65 } crc110PSIntervalConsecutiveFrLossPktsLost OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the total number of consecutive frame loss packets that were lost on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals." ::= { crc110PSIntervalStatsEntry 66 } crc110PSIntervalTxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 67 } crc110PSIntervalTxMeasDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets transmitted by the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 68 } crc110PSIntervalTxMeasNniOneNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 69 } crc110PSIntervalTxMeasNniOneDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 70 } crc110PSIntervalTxMeasNniTwoNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 71 } crc110PSIntervalTxMeasNniTwoDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 72 } crc110PSIntervalTxMeasNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 73 } crc110PSIntervalTxMeasDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 74 } crc110PSIntervalRxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the receive direction." ::= { crc110PSIntervalStatsEntry 75 } crc110PSIntervalRxMeasDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets transmitted by the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 76 } crc110PSIntervalRxMeasNniOneNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 77 } crc110PSIntervalRxMeasNniOneDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 78 } crc110PSIntervalRxMeasNniTwoNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDe packets received by NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 79 } crc110PSIntervalRxMeasNniTwoDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 80 } crc110PSIntervalRxMeasNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 81 } crc110PSIntervalRxMeasDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the received direction." ::= { crc110PSIntervalStatsEntry 82 } crc110PSIntervalTxOrigDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 83 } crc110PSIntervalTxNniOneReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 84 } crc110PSIntervalTxNniTwoReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 85 } crc110PSIntervalTxTerminatingDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the transmit direction." ::= { crc110PSIntervalStatsEntry 86 } crc110PSIntervalRxOrigDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the originator on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the receive direction." ::= { crc110PSIntervalStatsEntry 87 } crc110PSIntervalRxNniOneReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #1 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the receive direction." ::= { crc110PSIntervalStatsEntry 88 } crc110PSIntervalRxNniTwoReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of NNI #2 on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the receive direction." ::= { crc110PSIntervalStatsEntry 89 } crc110PSIntervalRxTerminatingDeviceReset OBJECT-TYPE SYNTAX INTEGER{ normal(1), resync(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the reset status of the terminating unit on the PVC during one of the previous 96, individual crc110PSIntervalSize minute, intervals in the receive direction." ::= { crc110PSIntervalStatsEntry 90 } -- 24 hour Total PVC Statistics -- The PVC Total contains cumulative sum of the PVC statistics (for all DLCIs) -- being collected for the previous 96 intervals. They are maintained as 29 -- scalar objects crc110PSTotalStats OBJECT IDENTIFIER ::= { crc110PvcStats 6 } crc110PSTotalRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 1 } crc110PSTotalTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 2 } crc110PSTotalRxOctets OBJECT-TYPE SYNTAX DisplayString (SIZE (0..11)) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 3 } crc110PSTotalTxOctets OBJECT-TYPE SYNTAX DisplayString (SIZE (0..11)) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 4 } crc110PSTotalRxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second received on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 5 } crc110PSTotalTxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second transmitted on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 6 } crc110PSTotalNumberOfBecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of BECN frames seen on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 7 } crc110PSTotalNumberOfFecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of FECN frames seen on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 8 } crc110PSTotalNumberOfRxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Receive Frames with DE on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 9 } crc110PSTotalNumberOfTxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Transmit Frames with DE on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 10 } crc110PSTotalProtocol1RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #1 in the previous 96 intervals." ::= { crc110PSTotalStats 11 } crc110PSTotalProtocol1TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #1 in the previous 96 intervals." ::= { crc110PSTotalStats 12 } crc110PSTotalProtocol2RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #2 in the previous 96 intervals." ::= { crc110PSTotalStats 13 } crc110PSTotalProtocol2TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #2 in the previous 96 intervals." ::= { crc110PSTotalStats 14 } crc110PSTotalProtocol3RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #3 in the previous 96 intervals." ::= { crc110PSTotalStats 15 } crc110PSTotalProtocol3TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #3 in the previous 96 intervals." ::= { crc110PSTotalStats 16 } crc110PSTotalProtocol4RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #4 in the previous 96 intervals." ::= { crc110PSTotalStats 17 } crc110PSTotalProtocol4TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #4 in the previous 96 intervals." ::= { crc110PSTotalStats 18 } crc110PSTotalProtocol5RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #5 in the previous 96 intervals." ::= { crc110PSTotalStats 19 } crc110PSTotalProtocol5TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #5 in the previous 96 intervals." ::= { crc110PSTotalStats 20 } crc110PSTotalProtocol6RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #6 in the previous 96 intervals." ::= { crc110PSTotalStats 21 } crc110PSTotalProtocol6TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #6 in the previous 96 intervals." ::= { crc110PSTotalStats 22 } crc110PSTotalProtocol7RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #7 in the previous 96 intervals." ::= { crc110PSTotalStats 23 } crc110PSTotalProtocol7TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #7 in the previous 96 intervals." ::= { crc110PSTotalStats 24 } crc110PSTotalProtocol8RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #8 in the previous 96 intervals." ::= { crc110PSTotalStats 25 } crc110PSTotalProtocol8TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #8 in the previous 96 intervals." ::= { crc110PSTotalStats 26 } crc110PSTotalCirBin0Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 0 Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 27 } crc110PSTotalCirBin1Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 1st Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 28 } crc110PSTotalCirBin2Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 2nd Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 29 } crc110PSTotalCirBin3Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 3rd Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 30 } crc110PSTotalCirBin4Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 4th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 31 } crc110PSTotalCirBin5Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 5th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 32 } crc110PSTotalCirBin6Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 6th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 33 } crc110PSTotalCirBin7Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 7th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 34 } crc110PSTotalCirBin0Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 0 Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 35 } crc110PSTotalCirBin1Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 1st Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 36 } crc110PSTotalCirBin2Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 2nd Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 37 } crc110PSTotalCirBin3Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 3rd Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 38 } crc110PSTotalCirBin4Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 4th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 39 } crc110PSTotalCirBin5Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 5th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 40 } crc110PSTotalCirBin6Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 6th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 41 } crc110PSTotalCirBin7Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 7th Bin range on this PVC in the previous 96 intervals." ::= { crc110PSTotalStats 42 } -- -- Snap Shot PVC Statistics -- The PVC Snap Shot contains PVC statistics being collected for -- the previous 10 Seconds Interval for a particular DLCI or the SUM of All PVCs. -- This is implemented as a group of 30 scacrc. -- crc110PSSnapShotStats OBJECT IDENTIFIER ::= { crc110PvcStats 7 } crc110PSSnapShotDlci OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The DLCI value which uniquely identifies the PVC to which this entry is applicable. The DLCI Value 1000 implies All DLCIs" ::= {crc110PSSnapShotStats 1 } crc110PSSnapShotRxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets received on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 2 } crc110PSSnapShotTxPackets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Packets transmitted on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 3 } crc110PSSnapShotRxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets received on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 4 } crc110PSSnapShotTxOctets OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Octets transmitted on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 5 } crc110PSSnapShotRxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second received on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 6 } crc110PSSnapShotTxKbps OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "Kilobits per second transmitted on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 7 } crc110PSSnapShotNumberOfBecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of BECN frames seen on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 8 } crc110PSSnapShotNumberOfFecn OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of FECN frames seen on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 9 } crc110PSSnapShotNumberOfRxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Receive Frames with DE on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 10 } crc110PSSnapShotNumberOfTxDe OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Number of Transmit Frames with DE on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 11 } crc110PSSnapShotProtocol1RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #1 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 12 } crc110PSSnapShotProtocol1TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #1 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 13 } crc110PSSnapShotProtocol2RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #2 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 14 } crc110PSSnapShotProtocol2TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #2 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 15 } crc110PSSnapShotProtocol3RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #3 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 16 } crc110PSSnapShotProtocol3TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #3 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 17 } crc110PSSnapShotProtocol4RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #4 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 18 } crc110PSSnapShotProtocol4TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #4 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 19 } crc110PSSnapShotProtocol5RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #5 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 20 } crc110PSSnapShotProtocol5TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #5 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 21 } crc110PSSnapShotProtocol6RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #6 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 22 } crc110PSSnapShotProtocol6TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #6 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 23 } crc110PSSnapShotProtocol7RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #7 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 24 } crc110PSSnapShotProtocol7TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #7 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 25 } crc110PSSnapShotProtocol8RxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second received on this PVC for Protocol #8 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 26 } crc110PSSnapShotProtocol8TxBps OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Bits per second transmitted on this PVC for Protocol #8 in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 27 } crc110PSSnapShotNumberOfNwk OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of networks that exist on this PVC in the previous Snap Shot interval." ::= { crc110PSSnapShotStats 28 } crc110PSSnapShotFirstNwkDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full round trip delay for the first network on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 29 } crc110PSSnapShotSecondNwkDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full round trip delay for the second network on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 30 } crc110PSSnapShotThirdNwkDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full round trip delay for the third network on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 31 } crc110PSSnapShotEndToEndDelay OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the full round trip delay for the entire network on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 32 } crc110PSSnapShotCirBin0Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 0 Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 33 } crc110PSSnapShotCirBin1Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 1st Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 34 } crc110PSSnapShotCirBin2Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 2nd Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 35 } crc110PSSnapShotCirBin3Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 3rd Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 36 } crc110PSSnapShotCirBin4Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 4th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 37 } crc110PSSnapShotCirBin5Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 5th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 38 } crc110PSSnapShotCirBin6Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 6th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 39 } crc110PSSnapShotCirBin7Tx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Tx data is within the 7th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 40 } crc110PSSnapShotCirBin0Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 0 Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 41 } crc110PSSnapShotCirBin1Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 1st Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 42 } crc110PSSnapShotCirBin2Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 2nd Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 43 } crc110PSSnapShotCirBin3Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 3rd Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 44 } crc110PSSnapShotCirBin4Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 4th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 45 } crc110PSSnapShotCirBin5Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 5th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 46 } crc110PSSnapShotCirBin6Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 6th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 47 } crc110PSSnapShotCirBin7Rx OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the percentage of Tc that the Rx data is within the 7th Bin range on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 48 } crc110PSSnapShotConsecutiveFrLossPktsLost OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the total number of consecutive frame loss packets that were lost on this PVC during the previous Snap Shot interval." ::= { crc110PSSnapShotStats 49 } crc110PSSnapShotTxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 50 } crc110PSSnapShotTxMeasDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets transmitted by the originator on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 51 } crc110PSSnapShotTxMeasNniOneNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #1 on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 52 } crc110PSSnapShotTxMeasNniOneDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #1 on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 53 } crc110PSSnapShotTxMeasNniTwoNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by NNI #2 on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 54 } crc110PSSnapShotTxMeasNniTwoDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by NNI #2 on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 55 } crc110PSSnapShotTxMeasNonDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets received by the terminating unit on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 56 } crc110PSSnapShotTxMeasDeRxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of DE packets received by the terminating unit on this PVC during the previous Snap Shot interval in the transmit direction." ::= { crc110PSSnapShotStats 57 } crc110PSSnapShotRxMeasNonDeTxPkts OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the number of NonDE packets transmitted by the originator on this PVC during the previous Snap Shot interval in the receive direction." ::= { crc110PSSnapShotStats 58 } crc110PSSnapShotRxMeasDeTxPkts 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." ::= { crc110PSSnapShotStats 59 } crc110PSSnapShotRxMeasNniOneNonDeRxPkts 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." ::= { crc110PSSnapShotStats 60 } crc110PSSnapShotRxMeasNniOneDeRxPkts 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." ::= { crc110PSSnapShotStats 61 } crc110PSSnapShotRxMeasNniTwoNonDeRxPkts 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." ::= { crc110PSSnapShotStats 62 } crc110PSSnapShotRxMeasNniTwoDeRxPkts 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." ::= { crc110PSSnapShotStats 63 } crc110PSSnapShotRxMeasNonDeRxPkts 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." ::= { crc110PSSnapShotStats 64 } crc110PSSnapShotRxMeasDeRxPkts 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." ::= { crc110PSSnapShotStats 65 } crc110PSSnapShotTxOrigDeviceReset 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." ::= { crc110PSSnapShotStats 66 } crc110PSSnapShotTxNniOneReset 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." ::= { crc110PSSnapShotStats 67 } crc110PSSnapShotTxNniTwoReset 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." ::= { crc110PSSnapShotStats 68 } crc110PSSnapShotTxTerminatingDeviceReset 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." ::= { crc110PSSnapShotStats 69 } crc110PSSnapShotRxOrigDeviceReset 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." ::= { crc110PSSnapShotStats 70 } crc110PSSnapShotRxNniOneReset 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." ::= { crc110PSSnapShotStats 71 } crc110PSSnapShotRxNniTwoReset 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." ::= { crc110PSSnapShotStats 72 } crc110PSSnapShotRxTerminatingDeviceReset 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." ::= { crc110PSSnapShotStats 73 } -- -- The CRC NetPath 110 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) -- crc110Config OBJECT IDENTIFIER ::= { crcNetPath110 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) crc110CGBasicDevConfig OBJECT IDENTIFIER ::= { crc110Config 1 } crc110BDCAnswerCallStr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..60)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the basic and option initialization string." ::= { crc110CGBasicDevConfig 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 crc110CGDevConfig OBJECT IDENTIFIER ::= { crc110Config 2 } crc110DCAnswerAux1String OBJECT-TYPE SYNTAX DisplayString (SIZE (0..60)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Aux1 initialization string." ::= { crc110CGDevConfig 1 } crc110DCAnswerAux2String OBJECT-TYPE SYNTAX DisplayString (SIZE (0..60)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Aux2 initialization string." ::= { crc110CGDevConfig 2 } crc110DCDialString OBJECT-TYPE SYNTAX DisplayString (SIZE (0..60)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the trap phone number and initialization string." ::= { crc110CGDevConfig 3 } crc110DCOperatorPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS write-only STATUS mandatory DESCRIPTION "This object identifies the operator password." ::= { crc110CGDevConfig 4 } crc110DCViewPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS write-only STATUS mandatory DESCRIPTION "This object identifies the view password." ::= { crc110CGDevConfig 5 } crc110DCTestPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS write-only STATUS mandatory DESCRIPTION "This object identifies the test password." ::= { crc110CGDevConfig 6 } crc110DCMyIpAddress 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" ::= { crc110CGDevConfig 7 } crc110DCRetryCount OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the number of retries for modem dial out." ::= { crc110CGDevConfig 8 } crc110DCRetryHoldoff OBJECT-TYPE SYNTAX INTEGER (1..60) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the delay between retries in seconds." ::= { crc110CGDevConfig 9 } crc110DCModemTestStatus OBJECT-TYPE SYNTAX INTEGER{ noTest(1), test(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the modem dial line test enable/ disable." ::= { crc110CGDevConfig 10 } crc110DCInactivityLogout OBJECT-TYPE SYNTAX INTEGER (1..30) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the inactivity timeout in minutes." ::= { crc110CGDevConfig 11 } crc110DCIpEncapsFormat 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." ::= { crc110CGDevConfig 12 } crc110DCUsrIpEncapsFormat 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." ::= { crc110CGDevConfig 13 } crc110DCUsrIpAddress 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" ::= { crc110CGDevConfig 14 } crc110DCFrMgtMode OBJECT-TYPE SYNTAX INTEGER{ frameRelay(255), clearChannel(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Frame Manager Mode." ::= { crc110CGDevConfig 15 } crc110DCChapKey OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the key used for CHAP access verification." ::= { crc110CGDevConfig 16 } crc110DCChapName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS write-only STATUS mandatory DESCRIPTION "This object identifies the name used for CHAP access verification." ::= { crc110CGDevConfig 17 } crc110DCMtuSize OBJECT-TYPE SYNTAX INTEGER (88..4000) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the MTU size in Octets." ::= { crc110CGDevConfig 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 crc110CGDs1ExtentConfig OBJECT IDENTIFIER ::= { crc110Config 3 } crc110CCDs0AssignmentTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110CCDs0AssignmentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the..." ::= { crc110CGDs1ExtentConfig 1 } crc110CCDs0AssignmentEntry OBJECT-TYPE SYNTAX Crc110CCDs0AssignmentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the..." INDEX { crc110CCDs0Index } ::= { crc110CCDs0AssignmentTable 1 } Crc110CCDs0AssignmentEntry ::= SEQUENCE { crc110CCDs0Index INTEGER, crc110CCDs0Assignment INTEGER } crc110CCDs0Index OBJECT-TYPE SYNTAX INTEGER (1..24) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the..." ::= { crc110CCDs0AssignmentEntry 1 } crc110CCDs0Assignment OBJECT-TYPE SYNTAX INTEGER{ notAssigned(1), user(2), dsxRbs(3), dsxClr(4), drop(5) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the..." ::= { crc110CCDs0AssignmentEntry 2 } crc110CCNwkFacilityId OBJECT-TYPE SYNTAX DisplayString (SIZE (0..13)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the tranmission vendor's circuit identifier, for the purpose of facilitating troubleshooting." ::= { crc110CGDs1ExtentConfig 2 } crc110CCNwkBuildOut 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." ::= { crc110CGDs1ExtentConfig 3 } crc110CCNwkFraming OBJECT-TYPE SYNTAX INTEGER{ ansi(1), att(2), sf(3) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the framing type of the DS1 interface." ::= { crc110CGDs1ExtentConfig 4 } crc110CCNwkOnesDens OBJECT-TYPE SYNTAX INTEGER{ b8zs(2), ami(5) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the ones density type of the DS1 interface." ::= { crc110CGDs1ExtentConfig 5 } crc110CCNwkClockSource OBJECT-TYPE SYNTAX INTEGER{ network(1), internal(2), dsxPort(3) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the clock source of the DS1 interface." ::= { crc110CGDs1ExtentConfig 6 } crc110CCNwkEsUasThreshold OBJECT-TYPE SYNTAX INTEGER (0..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the CSU error threshold, error is declared if the number of ES+UAS meets or exceeds this threshold on the DS1 interface." ::= { crc110CGDs1ExtentConfig 7 } crc110CCUsrDs0Format OBJECT-TYPE SYNTAX INTEGER{ nX56kbs(1), nX64kbs(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the DS0 format of the user port." ::= { crc110CGDs1ExtentConfig 8 } crc110CCUsrTxDClockSource OBJECT-TYPE SYNTAX INTEGER{ dce(1), dte(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the transmit clock source of the user port." ::= { crc110CGDs1ExtentConfig 9 } crc110CCDrpDs0Format OBJECT-TYPE SYNTAX INTEGER{ nX56kbs(1), nX64kbs(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the DS0 format of the drop port. NOTE: The accessibility of the object is dependant on the presence of the drop and insert option board." ::= { crc110CGDs1ExtentConfig 10 } crc110CCDrpTxDClockSource OBJECT-TYPE SYNTAX INTEGER{ dce(1), dte(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the transmit clock source of the drop port. NOTE: The accessibility of the object is dependant on the presence of the drop and insert option board." ::= { crc110CGDs1ExtentConfig 11 } crc110CCDsxBuildOut OBJECT-TYPE SYNTAX INTEGER{ T10(1), T17(2), T115(3), T122(4), DX133(5), DX266(6), DX399(7), DX533(8), DX655(9) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the build out of the DSX interface. NOTE: The accessibility of the object is dependant on the presence of the drop and insert option board." ::= { crc110CGDs1ExtentConfig 12 } crc110CCDsxFraming OBJECT-TYPE SYNTAX INTEGER{ ansi(1), att(2), sf(3), none(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the framing type of the DSX interface. NOTE: The accessibility of the object is dependant on the presence of the drop and insert option board." ::= { crc110CGDs1ExtentConfig 13 } crc110CCDsxOnesDens OBJECT-TYPE SYNTAX INTEGER{ b8zs(2), ami(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the ones density type of the DSX interface. NOTE: The accessibility of the object is dependant on the presence of the drop and insert option board." ::= { crc110CGDs1ExtentConfig 14 } crc110CCDsxEsUasThreshold OBJECT-TYPE SYNTAX INTEGER (0..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the CSU error threshold, error is declared if the number of ES+UAS meets or exceeds this threshold on the DSX interface. NOTE: The accessibility of the object is dependant on the presence of the drop and insert option board." ::= { crc110CGDs1ExtentConfig 15 } -- -- The Frame Manager Configuration Group contains the following 15 scalar objects, -- which are all frame relay related configuration parameters. -- -- Frame Manager Configuration Group (FC) crc110CGFrmMgrConfig OBJECT IDENTIFIER ::= { crc110Config 4 } crc110FCDlci OBJECT-TYPE SYNTAX INTEGER (0..1023) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the frame relay WAN DLCI." ::= { crc110CGFrmMgrConfig 1 } crc110FCLmiProtocol 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." ::= { crc110CGFrmMgrConfig 2 } crc110FCVcSigUsrT391 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." ::= { crc110CGFrmMgrConfig 3 } crc110FCVcSigUsrN392 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." ::= { crc110CGFrmMgrConfig 4 } crc110FCVcSigUsrN393 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." ::= { crc110CGFrmMgrConfig 5 } crc110FCVcSigUsrN391 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." ::= { crc110CGFrmMgrConfig 6 } crc110FCVcSigUsrLinkRelErrors 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)." ::= { crc110CGFrmMgrConfig 7 } crc110FCVcSigNwkT392 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." ::= { crc110CGFrmMgrConfig 8 } crc110FCVcSigNwkN392 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." ::= { crc110CGFrmMgrConfig 9 } crc110FCVcSigNwkN393 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." ::= { crc110CGFrmMgrConfig 10 } crc110FCVcSigNwkLinkRelErrors 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." ::= { crc110CGFrmMgrConfig 11 } crc110FCForceFullStatus 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." ::= { crc110CGFrmMgrConfig 12 } crc110FCPayloadCpeFlag OBJECT-TYPE SYNTAX INTEGER{ payload(1), cpe(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the payload or CPE management access." ::= { crc110CGFrmMgrConfig 13 } crc110FCBecnFecnThres OBJECT-TYPE SYNTAX INTEGER (0..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the BECN/FECN second threshold." ::= { crc110CGFrmMgrConfig 14 } crc110FCUsrDlci OBJECT-TYPE SYNTAX INTEGER (0..1023) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Payload/CPE management DLCI." ::= { crc110CGFrmMgrConfig 15 } crc110FCTunneledDlciFlag 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." ::= { crc110CGFrmMgrConfig 16 } crc110FCDynamicIpLearning 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." ::= { crc110CGFrmMgrConfig 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) crc110CGTrapConfig OBJECT IDENTIFIER ::= { crc110Config 5 } crc110SCTrapMgmtTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110SCTrapMgmtEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SNMP trap manager table, it can contain 6 trap managers at most." ::= { crc110CGTrapConfig 1 } crc110SCTrapMgmtEntry OBJECT-TYPE SYNTAX Crc110SCTrapMgmtEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the SNMP trap manager table." INDEX { crc110SCTrapMgmtIndex } ::= { crc110SCTrapMgmtTable 1 } Crc110SCTrapMgmtEntry ::= SEQUENCE { crc110SCTrapMgmtIndex INTEGER, crc110SCTrapMgmtIpAddress IpAddress, crc110SCTrapMgmtCommunityName DisplayString, crc110SCTrapMgmtNwkFlag INTEGER } crc110SCTrapMgmtIndex 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." ::= { crc110SCTrapMgmtEntry 1 } crc110SCTrapMgmtIpAddress 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" ::= { crc110SCTrapMgmtEntry 2 } crc110SCTrapMgmtCommunityName OBJECT-TYPE SYNTAX DisplayString(SIZE (0..32)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the community name expected by station." ::= { crc110SCTrapMgmtEntry 3 } crc110SCTrapMgmtNwkFlag OBJECT-TYPE SYNTAX INTEGER{ wan(1), payloadCpe(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the management path to the management station." ::= { crc110SCTrapMgmtEntry 4 } crc110SCOobTrapTerminateDelay OBJECT-TYPE SYNTAX INTEGER (1..120) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the OOB trap terminate delay in seconds." ::= { crc110CGTrapConfig 2 } crc110SCTrapClearHoldoff OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the trap clear holdoff in minutes." ::= { crc110CGTrapConfig 3 } crc110SCDisabledTrapsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110SCDisabledTrapsEntry 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." ::= { crc110CGTrapConfig 4 } crc110SCDisabledTrapsEntry OBJECT-TYPE SYNTAX Crc110SCDisabledTrapsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the enable/disable trap table." INDEX { crc110SCDisabledTrapsIndex } ::= { crc110SCDisabledTrapsTable 1 } Crc110SCDisabledTrapsEntry ::= SEQUENCE { crc110SCDisabledTrapsIndex INTEGER, crc110SCDisabledTrapsControl INTEGER } crc110SCDisabledTrapsIndex 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), dsxLineFail(26), dsxThreshold(27) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies a Trap that is being enabled or disabled." ::= { crc110SCDisabledTrapsEntry 1 } crc110SCDisabledTrapsControl 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." ::= { crc110SCDisabledTrapsEntry 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) crc110CGPvcPerformConfig OBJECT IDENTIFIER ::= { crc110Config 6 } crc110PCMonPktsRate OBJECT-TYPE SYNTAX INTEGER (0..240) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the desired packet rate in seconds for latency test." ::= { crc110CGPvcPerformConfig 1 } crc110PCMinPktsForDelayAlarm OBJECT-TYPE SYNTAX INTEGER (3..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the min packets for average delay alarm." ::= { crc110CGPvcPerformConfig 2 } crc110PCDrpdMonPktThres OBJECT-TYPE SYNTAX INTEGER (0..895) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the latency test packet lost threshold." ::= { crc110CGPvcPerformConfig 3 } crc110PCDelayThreshold OBJECT-TYPE SYNTAX INTEGER (0..9000) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the average latency delay threshold." ::= { crc110CGPvcPerformConfig 4 } crc110PCStatsHistoryInterval OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the number of minutes per interval for PVC Statistics." ::= { crc110CGPvcPerformConfig 5 } crc110PCPvcPerfMonTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110PCPvcPerfMonEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " " ::= { crc110CGPvcPerformConfig 6 } crc110PCPvcPerfMonEntry OBJECT-TYPE SYNTAX PvcPerfMonEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the PVC performance monitor bit map table." INDEX { crc110PCPvcPerfMonIndex } ::= { crc110PCPvcPerfMonTable 1 } Crc110PCPvcPerfMonEntry ::= SEQUENCE { crc110PCPvcPerfMonIndex INTEGER, crc110PCPvcPerfMonType INTEGER, crc110PCPvcPerfMonTxCir INTEGER, crc110PCPvcPerfMonTxBc INTEGER, crc110PCPvcPerfMonTxBe INTEGER, crc110PCPvcPerfMonRxCir INTEGER, crc110PCPvcPerfMonRxBc INTEGER, crc110PCPvcPerfMonRxBe INTEGER } crc110PCPvcPerfMonIndex 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." ::= { crc110PCPvcPerfMonEntry 1 } crc110PCPvcPerfMonType 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." ::= { crc110PCPvcPerfMonEntry 2 } crc110PCPvcPerfMonTxCir OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Tx Cir setting of the PVC." ::= { crc110PCPvcPerfMonEntry 3 } crc110PCPvcPerfMonTxBc OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Tx Bc setting of the PVC." ::= { crc110PCPvcPerfMonEntry 4 } crc110PCPvcPerfMonTxBe OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Tx Be setting of the PVC." ::= { crc110PCPvcPerfMonEntry 5 } crc110PCPvcPerfMonRxCir OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Rx Cir setting of the PVC." ::= { crc110PCPvcPerfMonEntry 6 } crc110PCPvcPerfMonRxBc OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Rx Bc setting of the PVC." ::= { crc110PCPvcPerfMonEntry 7 } crc110PCPvcPerfMonRxBe OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Rx Be setting of the PVC." ::= { crc110PCPvcPerfMonEntry 8 } crc110PCFrameLostMonitorRate 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." ::= { crc110CGPvcPerformConfig 7 } crc110PCDlvdPktThres 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." ::= { crc110CGPvcPerformConfig 8 } crc110PCCirFromLmi 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." ::= { crc110CGPvcPerformConfig 9 } crc110PCCirBin1 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." ::= { crc110CGPvcPerformConfig 10 } crc110PCCirBin2 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." ::= { crc110CGPvcPerformConfig 11 } crc110PCCirBin3 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." ::= { crc110CGPvcPerformConfig 12 } crc110PCCirBin4 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." ::= { crc110CGPvcPerformConfig 13 } crc110PCCirBin5 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." ::= { crc110CGPvcPerformConfig 14 } crc110PCCirBin6 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." ::= { crc110CGPvcPerformConfig 15 } crc110PCAutoTxCir 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." ::= { crc110CGPvcPerformConfig 16 } crc110PCAutoTxBc 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." ::= { crc110CGPvcPerformConfig 17 } crc110PCAutoTxBe 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." ::= { crc110CGPvcPerformConfig 18 } crc110PCAutoRxCir 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." ::= { crc110CGPvcPerformConfig 19 } crc110PCAutoRxBc 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." ::= { crc110CGPvcPerformConfig 20 } crc110PCAutoRxBe 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." ::= { crc110CGPvcPerformConfig 21 } crc110PCAutoMonType 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." ::= { crc110CGPvcPerformConfig 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) crc110CGProtocolMonitorConfig OBJECT IDENTIFIER ::= { crc110Config 7 } crc110MCIdentifiedProtocolTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110MCIdentifiedProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PVC Identified protocol table." ::= { crc110CGProtocolMonitorConfig 1 } crc110MCIdentifiedProtocolEntry OBJECT-TYPE SYNTAX Crc110MCIdentifiedProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the PVC identified protocol Table." INDEX { crc110MCIdentifiedProtocolId } ::= { crc110MCIdentifiedProtocolTable 1 } Crc110MCIdentifiedProtocolEntry ::= SEQUENCE { crc110MCIdentifiedProtocolId INTEGER, crc110MCIdentifiedProtocolName DisplayString } crc110MCIdentifiedProtocolId 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 crc110MCIdentifiedProtocolTable." ::= { crc110MCIdentifiedProtocolEntry 1 } crc110MCIdentifiedProtocolName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the protocol name string." ::= { crc110MCIdentifiedProtocolEntry 2 } crc110MCMonitoredProtocolTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110MCMonitoredProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the monitored protocol table." ::= { crc110CGProtocolMonitorConfig 2 } crc110MCMonitoredProtocolEntry OBJECT-TYPE SYNTAX Crc110MCMonitoredProtocolEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the protocol monitoring Table." INDEX { crc110MCMonitoredProtocolIndex } ::= { crc110MCMonitoredProtocolTable 1 } Crc110MCMonitoredProtocolEntry ::= SEQUENCE { crc110MCMonitoredProtocolIndex INTEGER, crc110MCMonitoredProtocolId INTEGER } crc110MCMonitoredProtocolIndex OBJECT-TYPE SYNTAX INTEGER (1..7) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies an index in the protocol monitoring table." ::= { crc110MCMonitoredProtocolEntry 1 } crc110MCMonitoredProtocolId 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." ::= { crc110MCMonitoredProtocolEntry 2 } crc110MCTopStatsMode 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." ::= { crc110CGProtocolMonitorConfig 3 } crc110MCRankTopBy 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." ::= { crc110CGProtocolMonitorConfig 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) crc110CGIsdnCommonConfig OBJECT IDENTIFIER ::= { crc110Config 8 } crc110ICSwitchType 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110CGIsdnCommonConfig 1 } crc110ICIsdnBChDirTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110ICIsdnBChDirEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the ISDN B channel Directory table. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110CGIsdnCommonConfig 2 } crc110ICIsdnBChDirEntry OBJECT-TYPE SYNTAX Crc110ICIsdnBChDirEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the ISDN B channel directory Configure Table. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." INDEX { crc110ICIsdnBChDirIndex } ::= { crc110ICIsdnBChDirTable 1 } Crc110ICIsdnBChDirEntry ::= SEQUENCE { crc110ICIsdnBChDirIndex INTEGER, crc110ICIsdnBChDirSpid DisplayString, crc110ICIsdnBChDirNum DisplayString } crc110ICIsdnBChDirIndex OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies an index in the B channel Directory Table. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110ICIsdnBChDirEntry 1 } crc110ICIsdnBChDirSpid OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Service Profile ID. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110ICIsdnBChDirEntry 2 } crc110ICIsdnBChDirNum OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the directory number for a given port. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110ICIsdnBChDirEntry 3 } -- ISDN Backup and Demand Configuration Group (BC) crc110CGIsdnBackupDemandConfig OBJECT IDENTIFIER ::= { crc110Config 9 } -- -- The ISDN backup and demand configuration Group consists of three sub-groups: -- o crc110BCIsdnBackupConfig -- o crc110BCIsdnDemandConfig -- o crc110BCBChConfigTable -- -- crc110BCIsdnBackupConfig group contains Backup Configuration for ISDN Adapter card, -- 9 scalar objects in total. crc110BCIsdnBackupConfig OBJECT IDENTIFIER ::= { crc110CGIsdnBackupDemandConfig 1 } crc110BCBackupDataRate 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBackupConfig 1 } crc110BCBackupMode 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBackupConfig 2 } crc110BCBackupDwnSpd OBJECT-TYPE SYNTAX INTEGER{ enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the backup downspeed authorization. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBackupConfig 3 } crc110BCBackupActiveDelay OBJECT-TYPE SYNTAX INTEGER (0..240) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Backup delay for initiation of backup in minutes. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBackupConfig 4 } crc110BCBackupRetries OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Number of retries for backup. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBackupConfig 5 } crc110BCBackupHoldoff OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Backup Holdoff period between retries in minutes. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBackupConfig 6 } crc110BCBackupIpAddress1 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 NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBackupConfig 7 } crc110BCBackupIpAddress2 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 NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBackupConfig 8 } crc110BCBackupRelearnMode OBJECT-TYPE SYNTAX INTEGER{ eachConnect(1), whenZero(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Learning Mode for IP Addresses. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBackupConfig 9 } crc110BCBackupDownspeedMin 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." ::= { crc110BCIsdnBackupConfig 10 } -- isdnDemandConfig group contains Demand Configuration for ISDN Adapter card, -- 6 scalar objects in total. crc110BCIsdnDemandConfig OBJECT IDENTIFIER ::= { crc110CGIsdnBackupDemandConfig 2 } crc110BCDemandDataRate 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnDemandConfig 1 } crc110BCDemandMode 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnDemandConfig 2 } crc110BCDemandDwnSpd OBJECT-TYPE SYNTAX INTEGER{ enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the demand downspeed authorization. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnDemandConfig 3 } crc110BCDemandTxClk OBJECT-TYPE SYNTAX INTEGER{ dce(1), dte(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Demand Port TX Clock Source. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnDemandConfig 4 } crc110BCDemandRetries OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Number of retries for demand. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnDemandConfig 5 } crc110BCDemandHoldoff OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the demand Holdoff period between retries in minutes. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnDemandConfig 6 } crc110BCDemandDownspeedMin 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." ::= { crc110BCIsdnDemandConfig 7 } crc110BCDemandLmiHoldoff 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." ::= { crc110BCIsdnDemandConfig 8 } -- isdnBChConfig group contains B channel configuration parameters for ISDN -- Adapter card, 1 tabular object. crc110BCIsdnBChConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110BCIsdnBChConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the ISDN B channel set up table. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110CGIsdnBackupDemandConfig 3 } crc110BCIsdnBChConfigEntry OBJECT-TYPE SYNTAX Crc110BCIsdnBChConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the ISDN B channel Set up Table. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." INDEX { crc110BCIsdnBChConfigIndex } ::= { crc110BCIsdnBChConfigTable 1 } Crc110BCIsdnBChConfigEntry ::= SEQUENCE { crc110BCIsdnBChConfigIndex INTEGER, crc110BCBChMode INTEGER, crc110BCBChPrimaryNum DisplayString, crc110BCBChSecondaryNum DisplayString } crc110BCIsdnBChConfigIndex OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the index in the ISDN B Channel setup table. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBChConfigEntry 1 } crc110BCBChMode OBJECT-TYPE SYNTAX INTEGER{ unused(1), backup(2), demand(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the B Channel Mode. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBChConfigEntry 2 } crc110BCBChPrimaryNum 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBChConfigEntry 3 } crc110BCBChSecondaryNum 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110BCIsdnBChConfigEntry 4 } -- -- The Management Tunneling Hub configuration Group -- -- Management Tunneling Hub Configuration Group (HC) crc110CGMgmtTunnelingHubConfig OBJECT IDENTIFIER ::= { crc110Config 10 } crc110HCMgmtHubDlci 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." ::= { crc110CGMgmtTunnelingHubConfig 1 } crc110HCMgmtHubIpEncapsFormat 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." ::= { crc110CGMgmtTunnelingHubConfig 2 } crc110HCMgmtTunnelConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110HCMgmtTunnelConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Management Tunneling Hub Configuration Table." ::= { crc110CGMgmtTunnelingHubConfig 3 } crc110HCMgmtTunnelConfigEntry OBJECT-TYPE SYNTAX Crc110HCMgmtTunnelConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Management Tunneling Hub Configuration Table." INDEX { crc110HCMgmtTunnelConfigIndex } ::= { crc110HCMgmtTunnelConfigTable 1 } Crc110MgmtTunnelConfigEntry ::= SEQUENCE { crc110HCMgmtTunnelConfigIndex INTEGER, crc110HCMgmtTunnelDlci INTEGER, crc110HCMgmtTunnelIpAddr IpAddress } crc110HCMgmtTunnelConfigIndex 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." ::= { crc110HCMgmtTunnelConfigEntry 1 } crc110HCMgmtTunnelDlci OBJECT-TYPE SYNTAX INTEGER (16..991) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies on which PVC the remote unit is located." ::= { crc110HCMgmtTunnelConfigEntry 2 } crc110HCMgmtTunnelIpAddr 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." ::= { crc110HCMgmtTunnelConfigEntry 3 } -- -- The CRC NetPath 110 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 crc110Status OBJECT IDENTIFIER ::= { crcNetPath110 5 } -- System Status Group crc110SGSysStatus OBJECT IDENTIFIER ::= { crc110Status 1 } -- sysStatus group contains system status parameters, it also contains those -- status not covered in DS1 configuration MIB group. crc110SSLineFailure 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." ::= { crc110SGSysStatus 1 } crc110SSNwkExcessEsUasErrors 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." ::= { crc110SGSysStatus 2 } crc110SSUnitFault OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object indicates the status of the unit." ::= { crc110SGSysStatus 3 } crc110SSLocalInitiatedTest OBJECT-TYPE SYNTAX INTEGER{ clear(1), nwkLineLoopToNwk(2), nwkPayldLoopToNwk(3), nwkSendingLineLoopUp(4), nwkSendingLineLoopDown(5), nwkQrssToNwk(6), nwkAltOnesToNwk(7), nwk2047ToNwk(8), nwkZeroToNwk(9), nwkLineLoopToCpe(10), userLoopToNwk(11), user2047ToNwk(12), userZeroToNwk(13), userLoopToUser(14), user2047ToUser(15), userTestPktsToNwk(16), dsxLoopToNwk(17), dsx2047ToNwk(18), dsxZeroToNwk(19), dsxLineLoopToDsx(20), dsxPayldLoopToDsx(21), dsxQrssToDsx(22), dsx2047ToDsx(23), dropLoopToNwk(24), drop2047ToNwk(25), dropZeroToNwk(26), dropLoopToDrop(27), drop2047ToDrop(28) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies which locally initiated test is active." ::= { crc110SGSysStatus 4 } crc110SSNwkRemoteInitiatedTest OBJECT-TYPE SYNTAX INTEGER{ clear(1), lineLoopToNwk(2), payldLoopToNwk(3) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies which Network Remote initiated test is active" ::= { crc110SGSysStatus 5 } crc110SSUsrDtr 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 User Port parameter." ::= { crc110SGSysStatus 6 } crc110SSUsrPowerStatus 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 User Port parameter." ::= { crc110SGSysStatus 7 } crc110SSUsrRts 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 User Port parameter." ::= { crc110SGSysStatus 8 } crc110SSModemFault OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies modem self test status." ::= { crc110SGSysStatus 9 } crc110SSDialLineFault OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies dial line test status." ::= { crc110SGSysStatus 10 } crc110SSAux1Dtr OBJECT-TYPE SYNTAX INTEGER{ on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies AUX 1 DTR Status." ::= { crc110SGSysStatus 11 } crc110SSAux2Dtr OBJECT-TYPE SYNTAX INTEGER{ on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies AUX 2 DTR Status." ::= { crc110SGSysStatus 12 } crc110SSNwkLmiFailure OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies Network LMI status." ::= { crc110SGSysStatus 13 } crc110SSUserLmiFailure OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the User LMI status." ::= { crc110SGSysStatus 14 } crc110SSExcessNwkFrmErrorsStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Network Frame error status." ::= { crc110SGSysStatus 15 } crc110SSExcessUsrFrmErrorsStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the User Frame error status." ::= { crc110SGSysStatus 16 } crc110SSExcessFecnBecnSec OBJECT-TYPE SYNTAX INTEGER{ ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the status of excess FECN/BECN secs." ::= { crc110SGSysStatus 17 } crc110SSExcessAvgLatency OBJECT-TYPE SYNTAX INTEGER{ ok(1), error(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the status of excess Average Latency." ::= { crc110SGSysStatus 18 } crc110SSExcessPvcPktDrpdThres 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." ::= { crc110SGSysStatus 19 } crc110SSExcessPvcPktDlvdThres 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." ::= { crc110SGSysStatus 20 } crc110SSBaseSerialNumber OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This is the Base Serial Number of the Unit." ::= { crc110SGSysStatus 21 } crc110SSActiveSwRevision OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "This is the Active Software Revision of the operational code." ::= { crc110SGSysStatus 22 } crc110SSBootloaderSwRevision OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "This is the Bootloader Software Revision." ::= { crc110SGSysStatus 23 } crc110SSNvmStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the NVM write status." ::= { crc110SGSysStatus 24 } crc110SSUnitPowerStatus 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." ::= { crc110SGSysStatus 25 } crc110SSLoginSecurityViolationStatus 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." ::= { crc110SGSysStatus 26 } crc110SSActiveFlashDevice OBJECT-TYPE SYNTAX INTEGER{ flashA(171), flashB(188) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the active flash." ::= { crc110SGSysStatus 27 } crc110SSFlashASwRevision OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "This is the Flash A Software Revision." ::= { crc110SGSysStatus 28 } crc110SSFlashBSwRevision OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "This is the Flash B Software Revision." ::= { crc110SGSysStatus 29 } crc110SSFlashAStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Flash A status." ::= { crc110SGSysStatus 30 } crc110SSFlashBStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Flash B status." ::= { crc110SGSysStatus 31 } crc110SSBaseBrdIdSeepromStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The object identifies the Based Board SEEPROM Status." ::= { crc110SGSysStatus 32 } crc110SSUserPortDataRate OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the calculated User Port data rate in Kbps." ::= { crc110SGSysStatus 33 } crc110SSDropPortDataRate OBJECT-TYPE SYNTAX INTEGER (0..1536) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the calculated User Port data rate in Kbps." ::= { crc110SGSysStatus 34 } crc110SSDsxLineFailure OBJECT-TYPE SYNTAX INTEGER{ none(1), cfaOrRed(2), remoteOrYellow(3), aisOrBlue(4), errorLimit(5) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the DSX interface line conditions." ::= { crc110SGSysStatus 35 } crc110SSDsxExcessEsUasErrors 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." ::= { crc110SGSysStatus 36 } crc110SSUserLLStatus OBJECT-TYPE SYNTAX INTEGER{ off(1), on(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies User LL Status." ::= { crc110SGSysStatus 37 } crc110SSDropDtrStatus OBJECT-TYPE SYNTAX INTEGER{ on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies Drop DTR Status." ::= { crc110SGSysStatus 38 } crc110SSDropRtsStatus OBJECT-TYPE SYNTAX INTEGER{ on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies Drop RTS Status." ::= { crc110SGSysStatus 39 } crc110SSDropLLStatus OBJECT-TYPE SYNTAX INTEGER{ off(1), on(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies Drop LL Status." ::= { crc110SGSysStatus 40 } crc110SSDropPortRemoteInitiatedTest OBJECT-TYPE SYNTAX INTEGER{ clear(1), v54PortLoopback(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies which Drop Port Remote initiated test is active" ::= { crc110SGSysStatus 41 } crc110SSUserPortRemoteInitiatedTest OBJECT-TYPE SYNTAX INTEGER{ clear(1), v54PortLoopback(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies which User Port Remote initiated test is active" ::= { crc110SGSysStatus 42 } crc110SSIsDs0AssignedToUser OBJECT-TYPE SYNTAX INTEGER{ no(1), yes(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies if a DS0 is assigned to the User." ::= { crc110SGSysStatus 43 } crc110SSIsDs0AssignedToDsx OBJECT-TYPE SYNTAX INTEGER{ no(1), yes(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies if a DS0 is assigned to the DSX." ::= { crc110SGSysStatus 44 } crc110SSIsDs0AssignedToDrop OBJECT-TYPE SYNTAX INTEGER{ no(1), yes(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies if a DS0 is assigned to the Drop." ::= { crc110SGSysStatus 45 } crc110SSDsxFramingMode OBJECT-TYPE SYNTAX INTEGER{ NONE(1), ANSI(2), ATT(3), SF(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the DSX Framing mode." ::= { crc110SGSysStatus 46 } crc110SSOptionCardsInstalled OBJECT-TYPE SYNTAX INTEGER{ noOption(1), isdnOption(2), dsu2Option(3), dsxOption(5), dsxAndIsdnOption(6) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the option cards installed." ::= { crc110SGSysStatus 47 } crc110SSSnmpEnterpriseId OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the SNMP Enterprise ID." ::= { crc110SGSysStatus 48 } crc110SSIsdnSerialNumber OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This is the ISDN Serial Number of the Unit." ::= { crc110SGSysStatus 49 } crc110SSIsdnSeepromStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The object identifies the ISDN Board SEEPROM Status." ::= { crc110SGSysStatus 50 } crc110SSDropAndInsertSerialNumber OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This is the Drop and Insert Serial Number of the Unit." ::= { crc110SGSysStatus 51 } crc110SSDropAndInsertSeepromStatus OBJECT-TYPE SYNTAX INTEGER{ ok(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The object identifies the Drop and Insert Board SEEPROM Status." ::= { crc110SGSysStatus 52 } -- -- System Test Group -- -- sysTest group contains system test parameters. This group is -- specially created to support link test for NetPath110. -- crc110SGSysTest OBJECT IDENTIFIER ::= { crc110Status 2 } crc110STModeStatus OBJECT-TYPE SYNTAX INTEGER{ clear(1), nwkLineLoopToNwk(2), nwkPayldLoopToNwk(3), nwkSendingLineLoopUp(4), nwkSendingLineLoopDown(5), nwkQrssToNwk(6), nwkAltOnesToNwk(7), nwk2047ToNwk(8), nwkZeroToNwk(9), nwkLineLoopToCpe(10), userLoopToNwk(11), user2047ToNwk(12), userZeroToNwk(13), userLoopToUser(14), user2047ToUser(15), userTestPktsToNwk(16), dsxLoopToNwk(17), dsx2047ToNwk(18), dsxZeroToNwk(19), dsxLineLoopToDsx(20), dsxPayldLoopToDsx(21), dsxQrssToDsx(22), dsx2047ToDsx(23), dropLoopToNwk(24), drop2047ToNwk(25), dropZeroToNwk(26), dropLoopToDrop(27), drop2047ToDrop(28) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies if and which test is being performed." ::= { crc110SGSysTest 1 } crc110STPvcLinkTestDlci OBJECT-TYPE SYNTAX INTEGER (16..991) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the DLCI on which link test is being performed." ::= { crc110SGSysTest 2 } crc110STTestFramesSent OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of Link test frames sent." ::= { crc110SGSysTest 3 } crc110STTestFramesDrpd OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of Link test frames dropped." ::= { crc110SGSysTest 4 } crc110STAvgDelay OBJECT-TYPE SYNTAX INTEGER (0..9999) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the average delay in millisecond." ::= { crc110SGSysTest 5 } crc110STMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..9999) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the max delay in millisecond." ::= { crc110SGSysTest 6 } crc110STLinkPktSize OBJECT-TYPE SYNTAX INTEGER (32..1590) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the size of the link packets sent." ::= { crc110SGSysTest 7 } crc110STBlocksSent OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of BERT blocks sent." ::= { crc110SGSysTest 8 } crc110STBlockErrors OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the number of BERT block errors." ::= { crc110SGSysTest 9 } crc110STTestDuration 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'." ::= { crc110SGSysTest 10 } crc110STFirstNwkAvgDelay 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." ::= { crc110SGSysTest 11 } crc110STFirstNwkMaxDelay 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." ::= { crc110SGSysTest 12 } crc110STSecondNwkAvgDelay 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." ::= { crc110SGSysTest 13 } crc110STSecondNwkMaxDelay 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." ::= { crc110SGSysTest 14 } crc110STThirdNwkAvgDelay 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." ::= { crc110SGSysTest 15 } crc110STThirdNwkMaxDelay 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." ::= { crc110SGSysTest 16 } crc110STFirstNwkNoCongestionAvgDelay 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." ::= { crc110SGSysTest 17 } crc110STFirstNwkNoCongestionMaxDelay 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." ::= { crc110SGSysTest 18 } crc110STSecondNwkNoCongestionAvgDelay 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." ::= { crc110SGSysTest 19 } crc110STSecondNwkNoCongestionMaxDelay 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." ::= { crc110SGSysTest 20 } crc110STThirdNwkNoCongestionAvgDelay 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." ::= { crc110SGSysTest 21 } crc110STThirdNwkNoCongestionMaxDelay 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." ::= { crc110SGSysTest 22 } crc110STNoCongestionAvgDelay 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." ::= { crc110SGSysTest 23 } crc110STNoCongestionMaxDelay 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." ::= { crc110SGSysTest 24 } -- -- ISDN Status Group (IS) -- -- isdnStatus group contains following objects. -- crc110SGIsdnStatus OBJECT IDENTIFIER ::= { crc110Status 3 } crc110ISIsdnBackupSetup 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110SGIsdnStatus 1 } crc110ISIsdnTimeDisableDuration 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'. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110SGIsdnStatus 2 } crc110ISIsdnBackupStatus 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110SGIsdnStatus 3 } crc110ISIsdnDemandSetup OBJECT-TYPE SYNTAX INTEGER{ none(1), resetOrArm(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the ISDN Demand Setup. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110SGIsdnStatus 4 } crc110ISIsdnDemandStatus 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110SGIsdnStatus 5 } crc110ISIsdnDemandCalledNum OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the ISDN Demand Called Number. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110SGIsdnStatus 6 } crc110ISIsdnOnDemandStatusDtr 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110SGIsdnStatus 7 } crc110ISIsdnOnDemandStatusRts 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110SGIsdnStatus 8 } crc110ISBChStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110ISBChStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies the ISDN B Ch status table. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110SGIsdnStatus 9 } crc110ISBChStatusEntry OBJECT-TYPE SYNTAX Crc110ISBChStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object identifies an entry in the ISDN B Ch status table. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." INDEX { crc110ISBChStatusIndex } ::= { crc110ISBChStatusTable 1 } Crc110ISBChStatusEntry ::= SEQUENCE { crc110ISBChStatusIndex INTEGER, crc110ISBChState INTEGER, crc110ISBChISDNAttempts INTEGER, crc110ISBChISDNFailures INTEGER, crc110ISBChLCPAttempts INTEGER, crc110ISBChLCPFailures INTEGER, crc110ISBChAuthAttempts INTEGER, crc110ISBChAuthFailures INTEGER, crc110ISBChNCPAttempts INTEGER, crc110ISBChNCPFailures INTEGER, crc110ISBChElapsedTime DisplayString (SIZE (0..12)) } crc110ISBChStatusIndex OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies an Index in B Channel status table. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110ISBChStatusEntry 1 } crc110ISBChState 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. NOTE: The accessibility of this object is dependant on the presence of the ISDN option card." ::= { crc110ISBChStatusEntry 2 } crc110ISBChISDNAttempts 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." ::= { crc110ISBChStatusEntry 3 } crc110ISBChISDNFailures 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." ::= { crc110ISBChStatusEntry 4 } crc110ISBChLCPAttempts 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." ::= { crc110ISBChStatusEntry 5 } crc110ISBChLCPFailures 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." ::= { crc110ISBChStatusEntry 6 } crc110ISBChAuthAttempts 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." ::= { crc110ISBChStatusEntry 7 } crc110ISBChAuthFailures 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." ::= { crc110ISBChStatusEntry 8 } crc110ISBChNCPAttempts 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." ::= { crc110ISBChStatusEntry 9 } crc110ISBChNCPFailures 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." ::= { crc110ISBChStatusEntry 10 } crc110ISBChElapsedTime 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." ::= { crc110ISBChStatusEntry 11 } crc110ISBackupPrimaryAttempts 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." ::= { crc110SGIsdnStatus 10 } crc110ISBackupPrimaryFailures 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." ::= { crc110SGIsdnStatus 11 } crc110ISBackupPrimaryElapsedTime 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." ::= { crc110SGIsdnStatus 12 } crc110ISBackupSecondaryAttempts 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." ::= { crc110SGIsdnStatus 13 } crc110ISBackupSecondaryFailures 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." ::= { crc110SGIsdnStatus 14 } crc110ISBackupSecondaryElapsedTime 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." ::= { crc110SGIsdnStatus 15 } crc110ISDemandPrimaryAttempts 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." ::= { crc110SGIsdnStatus 16 } crc110ISDemandPrimaryFailures 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." ::= { crc110SGIsdnStatus 17 } crc110ISDemandPrimaryElapsedTime 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." ::= { crc110SGIsdnStatus 18 } crc110ISDemandSecondaryAttempts 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." ::= { crc110SGIsdnStatus 19 } crc110ISDemandSecondaryFailures 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." ::= { crc110SGIsdnStatus 20 } crc110ISDemandSecondaryElapsedTime 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." ::= { crc110SGIsdnStatus 21 } -- -- The CRC NetPath 110 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 NetPath110 System. -- -- The SNMP Set Control MIB Group crc110SnmpSetCtl OBJECT IDENTIFIER ::= { crcNetPath110 6 } crc110SSCSetExecution 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." ::= { crc110SnmpSetCtl 1 } crc110SSCSetExecutionStatus OBJECT-TYPE SYNTAX DisplayString (SIZE (0..80)) ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the status of the last SNMP SET execution." ::= { crc110SnmpSetCtl 2 } crc110SSCSetStatus OBJECT-TYPE SYNTAX INTEGER{ active(1), passive(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the SNMP SET active or inactive." ::= { crc110SnmpSetCtl 3 } crc110SSCLoggedNmsIpAddress 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" ::= { crc110SnmpSetCtl 4 } crc110SSCSetInactivity OBJECT-TYPE SYNTAX INTEGER (0..300) ACCESS read-only STATUS mandatory DESCRIPTION "This object tracks the inactivity time for SNMP SET in seconds." ::= { crc110SnmpSetCtl 5 } crc110SSCSystemAccessPassword 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." ::= { crc110SnmpSetCtl 6 } crc110SSCUsrAccessPassword 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." ::= { crc110SnmpSetCtl 7 } crc110SSCOperatorId OBJECT-TYPE SYNTAX DisplayString (SIZE (0..46)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the operator ID used for the SNMP session." ::= { crc110SnmpSetCtl 8 } -- -- The CRC NetPath 110 Reset Statistics group -- Implementation of this group is mandatory for all systems. -- This group contains control objects allowing for resetting -- of statistics in NetPath110 System. -- -- The Reset Statistics MIB Group crc110ResetStats OBJECT IDENTIFIER ::= { crcNetPath110 7 } crc110RSCsuStats OBJECT-TYPE SYNTAX INTEGER{ collect(1), reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the CSU reset statistics mode." ::= { crc110ResetStats 1 } crc110RSFrmMgrStats OBJECT-TYPE SYNTAX INTEGER{ collect(1), reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Frame Manager reset statistics mode." ::= { crc110ResetStats 2 } crc110RSPvcAndProtocolStats OBJECT-TYPE SYNTAX INTEGER{ collect(1), reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the PVC and Protocol reset statistics mode." ::= { crc110ResetStats 3 } crc110RSIsdnStats OBJECT-TYPE SYNTAX INTEGER{ collect(1), reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the reset ISDN Statistics mode." ::= { crc110ResetStats 4 } -- -- The CRC NetPath 110 Time Event Command group -- Implementation of this group is mandatory for all systems. -- This group contains control objects allowing for time -- event command in NetPath110 System. -- -- The Time Event Command MIB Group crc110TimeEventCmd OBJECT IDENTIFIER ::= { crcNetPath110 8 } crc110TEExtBoxRebootTime 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." ::= { crc110TimeEventCmd 1 } crc110TEExtBoxReboot OBJECT-TYPE SYNTAX INTEGER{ noAction(1), reboot(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the external box reboot mode." ::= { crc110TimeEventCmd 2 } crc110TEInjErrorTime 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." ::= { crc110TimeEventCmd 3 } crc110TEInjError OBJECT-TYPE SYNTAX INTEGER{ noAction (1), injectError(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the inject error mode." ::= { crc110TimeEventCmd 4 } -- The CRC NetPath 110 Top Statistics Group -- Implementation of this group is mandatory for all systems. -- This group contains Top Statistics objects. crc110TopStats OBJECT IDENTIFIER ::= { crcNetPath110 9 } -- The scalar objects of the Top Statistics Group crc110TOPSTopStatsMode 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." ::= { crc110TopStats 1 } crc110TOPSRankTopBy 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." ::= { crc110TopStats 2 } crc110TOPSNumberOfIntervals 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." ::= { crc110TopStats 3 } -- The Top Transmit Statistics Table crc110TOPSTxIntervalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110TOPSTxIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Top Transmit Statistics Table." ::= { crc110TopStats 4 } crc110TOPSTxIntervalStatsEntry OBJECT-TYPE SYNTAX Crc110TOPSTxIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Top Transmit Statistics Table." INDEX { crc110TOPSTxIntervalNumber, crc110TOPSTxRank } ::= { crc110TOPSTxIntervalStatsTable 1 } Crc110TOPSTxIntervalStatsEntry ::= SEQUENCE { crc110TOPSTxIntervalNumber INTEGER, crc110TOPSTxRank INTEGER, crc110TOPSTxSourceIpAddress IpAddress, crc110TOPSTxDestinationIpAddress IpAddress, crc110TOPSTxCount INTEGER } crc110TOPSTxIntervalNumber 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." ::= { crc110TOPSTxIntervalStatsEntry 1 } crc110TOPSTxRank 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." ::= { crc110TOPSTxIntervalStatsEntry 2 } crc110TOPSTxSourceIpAddress 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." ::= { crc110TOPSTxIntervalStatsEntry 3 } crc110TOPSTxDestinationIpAddress 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." ::= { crc110TOPSTxIntervalStatsEntry 4 } crc110TOPSTxCount 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." ::= { crc110TOPSTxIntervalStatsEntry 5 } -- The Top Receive Statistics Table crc110TOPSRxIntervalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110TOPSRxIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Top Receive Statistics Table." ::= { crc110TopStats 5 } crc110TOPSRxIntervalStatsEntry OBJECT-TYPE SYNTAX Crc110TOPSRxIntervalStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Top Statistics Table." INDEX { crc110TOPSRxIntervalNumber, crc110TOPSRxRank } ::= { crc110TOPSRxIntervalStatsTable 1 } Crc110TOPSRxIntervalStatsEntry ::= SEQUENCE { crc110TOPSRxIntervalNumber INTEGER, crc110TOPSRxRank INTEGER, crc110TOPSRxSourceIpAddress IpAddress, crc110TOPSRxDestinationIpAddress IpAddress, crc110TOPSRxCount INTEGER } crc110TOPSRxIntervalNumber 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." ::= { crc110TOPSRxIntervalStatsEntry 1 } crc110TOPSRxRank 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." ::= { crc110TOPSRxIntervalStatsEntry 2 } crc110TOPSRxSourceIpAddress 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." ::= { crc110TOPSRxIntervalStatsEntry 3 } crc110TOPSRxDestinationIpAddress 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." ::= { crc110TOPSRxIntervalStatsEntry 4 } crc110TOPSRxCount 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." ::= { crc110TOPSRxIntervalStatsEntry 5 } -- -- The CRC NetPath 110 Event Log Group -- Implementation of this group is mandatory for all systems. This -- Group contains objects used to retrieve the trap history. -- crc110EventLog OBJECT IDENTIFIER ::= { crcNetPath110 10 } -- -- The CRC NetPath 110 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. crc110ELValidEvents 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." ::= { crc110EventLog 1 } -- -- Event Log Table, a list of events that have been logged. crc110ELEventLogTable OBJECT-TYPE SYNTAX SEQUENCE OF Crc110ELEventLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of events that have been logged." ::= { crc110EventLog 2 } crc110ELEventLogEntry OBJECT-TYPE SYNTAX Crc110ELEventLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Event Log Table." INDEX {crc110ELEventLogIndex} ::= { crc110ELEventLogTable 1 } Crc110ELEventLogEntry ::= SEQUENCE { crc110ELEventLogIndex INTEGER, crc110ELEventLogDescription DisplayString (SIZE(0..255)) } crc110ELEventLogIndex 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)." ::= { crc110ELEventLogEntry 1 } crc110ELEventLogDescription 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." ::= { crc110ELEventLogEntry 2 } -- -- The CRC NetPath 110 Specific Trap group -- Implementation of this group is mandatory for all systems. -- crc110NwkLmiErrors TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSNwkLmiErrors } DESCRIPTION "The crc110NwkLmiErrors trap is sent whenever the number of errored LMI responses exceeds the Frame Relay N392/393 counters." ::= 1 crc110CsuLineFailure TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSCsuLineFailure } DESCRIPTION "The crc110CsuLineFailure trap is sent whenever a DS1 alarm is detected." ::= 2 crc110NwkExcessEsUasErrors TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSNwkExcessEsUasErrors } DESCRIPTION "The crc110NwkExcessEsUasErrors trap is sent whenever an excessive number of ES/UAS errors are encountered." ::= 3 crc110ExcessNwkErrors TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSExcessNwkErrors } DESCRIPTION "The crc110ExcessNwkErrors trap is sent whenever an excessive number of network errors are encountered." ::= 4 crc110CsuFault TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSCsuFault } DESCRIPTION "The crc110CsuFault trap is sent when the results of the self test diagnostic performed by the unit indicate a fault." ::= 5 crc110ModemFault TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSModemFault } DESCRIPTION "The crc110ModemFault trap is sent when the results of the periodic self test diagnostic performed by the unit on the modem indicate a fault." ::= 6 crc110DialLineFault TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSDialLineFault } DESCRIPTION "The crc110DialLineFault trap is sent when the results of the periodic self test diagnostic performed by the unit on the dial line indicate a fault." ::= 7 crc110UnitPowerStatus TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSUnitPowerStatus } DESCRIPTION "The crc110UnitPowerStatus trap is sent when the unit detects that the AC power supply has failed." ::= 8 crc110UsrLmiErrors TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSUsrLmiErrors } DESCRIPTION "The crc110UsrLmiErrors 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 crc110ExcessUsrErrors TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSExcessUsrErrors } DESCRIPTION "The crc110ExcessUsrErrors trap is sent when the count of errored seconds encountered indicates a failure condition on the user side." ::= 10 crc110UsrDtrStatus TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSUsrDtrStatus } DESCRIPTION "The crc110UsrDtrStatus trap is sent when the user equipment DTR signal changes state (on/off)." ::= 11 crc110UsrPowerStatus TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSUsrPowerStatus } DESCRIPTION "The crc110UsrPowerStatus trap is sent when the current status of the user equipment power changes." ::= 12 crc110IsdnStatus TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSIsdnStatus } DESCRIPTION "The crc110IsdnStatus 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 crc110UInterfaceStatus TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSUInterfaceStatus } DESCRIPTION "The crc110UInterfaceStatus trap is sent whenever the ISDN Adapter card has loss of connectivity with CO Switch." ::= 14 crc110ExcessFecnBecnSec TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSExcessFecnBecnSec } DESCRIPTION "The crc110ExcessFecnBecnSec trap is sent whenever there is excessive number of FECN/BECN seconds." ::= 15 crc110ExternalAlarm TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSExternalAlarm } DESCRIPTION "The crc110ExcessFecnBecn trap is sent whenever there is External Alarm indication." ::= 16 crc110ExcessAvgLatency TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSExcessAvgLatency } DESCRIPTION "The crc110ExcessAvgLatency trap is sent whenever there is excessive Average Latency in milliseconds." ::= 17 crc110LoginSecurityViolation TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSLoginSecurityViolation } DESCRIPTION "The crc110LoginSecurityViolation trap is sent whenever there is a login security violation." ::= 18 crc110IsdnBackup TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSIsdnBackup } DESCRIPTION "The crc110IsdnBackup trap is sent whenever the system enters the idle, online or failed states and every 2 hours when the system is in backup." ::= 19 crc110IsdnDemand TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSIsdnDemand } DESCRIPTION "The crc110IsdnDemand trap is sent whenever the system enters the idle, online or failed states and every 2 hours when the system is in demand." ::= 20 crc110PvcPktDrpdThres TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSPvcPktDrpdThres } DESCRIPTION "The crc110PvcPktDrpdThres trap is sent whenever the threshold is met or exceeded." ::= 21 crc110PvcPktDlvdThres TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSPvcPktDlvdThres } DESCRIPTION "The crc110PvcPktDlvdThres trap is sent whenever the threshold is not met." ::= 22 crc110PvcAvailable TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSPvcAvailable } DESCRIPTION "The crc110PvcAvailable trap is sent whenever a PVC becomes available." ::= 23 crc110PvcUnavailable TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSPvcUnavailable } DESCRIPTION "The crc110PvcUnavailable trap is sent whenever a PVC becomes unavaialable." ::= 24 crc110DsxLineFailure TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSDsxLineFailure } DESCRIPTION "The crc110DsxLineFailure trap is sent the DSX Line Fails." ::= 25 crc110DsxExcessEsUasErrors TRAP-TYPE ENTERPRISE crcNetPath110 VARIABLES { crc110TSDsxExcessEsUasErrors } DESCRIPTION "The crc110DsxExcessEsUasErrors trap is sent excess errored seconds exceeds threshold." ::= 26 END