DL3200E-MIB -- %Z% %M% %I% %G% -- $Header$ -- This MIB has not been officially released to the N.I.C. -- This MIB will only work for DL3200E Selectable MIB firmware SR 3.12 -- and above. DEFINITIONS ::= BEGIN IMPORTS enterprises, Counter FROM RFC1155-SMI; digital-link OBJECT IDENTIFIER ::= { enterprises 300 } dl3200e OBJECT IDENTIFIER ::= { digital-link 53 } -- The DL3200 E3/Controller group e3Ctlr OBJECT IDENTIFIER ::= { dl3200e 1 } -- E3/Controller Configuration e3CtlrConfig OBJECT IDENTIFIER ::= { e3Ctlr 1 } dl32NodeNumber OBJECT-TYPE SYNTAX INTEGER (1..9999) ACCESS read-write STATUS mandatory DESCRIPTION "A value that uniquely identifies a DL3200 unit. " ::= { e3CtlrConfig 1 } dl32NodeName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "A descriptive name that identifies the DL3200 unit. Use of this parameter is optional, but recommended to aid management. " ::= { e3CtlrConfig 2 } e3CtlrHwRev OBJECT-TYPE SYNTAX DisplayString (SIZE (1..2)) ACCESS read-only STATUS mandatory DESCRIPTION "The Motherboard (E3/Controller) hardware revision." ::= { e3CtlrConfig 3 } e3CtlrSwRev OBJECT-TYPE SYNTAX DisplayString (SIZE (1..7)) ACCESS read-only STATUS mandatory DESCRIPTION "The Motherboard (E3/Controller) software revision." ::= { e3CtlrConfig 4 } e3CtlrBandwidthUsage OBJECT-TYPE SYNTAX INTEGER (0..1000) ACCESS read-only STATUS mandatory DESCRIPTION "The percentage usage of the total bandwidth resources available on the unit. Represented as a scaled integer, 0. " ::= { e3CtlrConfig 5 } e3CtlrInService OBJECT-TYPE SYNTAX INTEGER { NotInService(1), InService(2) } ACCESS read-write STATUS mandatory DESCRIPTION "The in-service flag for DL3200 Motherboard (E3/Controller). " ::= { e3CtlrConfig 6 } e3CtlrDateMonth OBJECT-TYPE SYNTAX INTEGER (1..12) ACCESS read-write STATUS mandatory DESCRIPTION "The E3/Controller's date: Month." ::= { e3CtlrConfig 7 } e3CtlrDateDay OBJECT-TYPE SYNTAX INTEGER (1..31) ACCESS read-write STATUS mandatory DESCRIPTION "The E3/Controller's date: Day." ::= { e3CtlrConfig 8 } e3CtlrDateYear OBJECT-TYPE SYNTAX INTEGER (0..99) ACCESS read-write STATUS mandatory DESCRIPTION "The E3/Controller's date: Year." ::= { e3CtlrConfig 9 } e3CtlrTimeHour OBJECT-TYPE SYNTAX INTEGER (0..23) ACCESS read-write STATUS mandatory DESCRIPTION "The E3/Controller's time: Hour." ::= { e3CtlrConfig 10 } e3CtlrTimeMinute OBJECT-TYPE SYNTAX INTEGER (0..59) ACCESS read-write STATUS mandatory DESCRIPTION "The E3/Controller's time: Minute." ::= { e3CtlrConfig 11 } e3CtlrTimeSecond OBJECT-TYPE SYNTAX INTEGER (0..59) ACCESS read-write STATUS mandatory DESCRIPTION "The E3/Controller's time: Second." ::= { e3CtlrConfig 12 } terminalPortBaudRate OBJECT-TYPE SYNTAX INTEGER { baud300(1), baud600(2), baud1200(3), baud2400(4), baud4800(5), baud9600(6), baud19200(7), baud38400(8) } ACCESS read-write STATUS mandatory DESCRIPTION "The E3/Controller's terminal port baud rate." ::= { e3CtlrConfig 13 } terminalPortParity OBJECT-TYPE SYNTAX INTEGER { parityNone(1), parityOdd(2), parityEven(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The E3/Controller's terminal port parity." ::= { e3CtlrConfig 14 } terminalPortStopBits OBJECT-TYPE SYNTAX INTEGER { stopBits1(1), stopBits15(2), stopBits2(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The E3/Controller's terminal port stop bits: 1, 1.5, or 2. " ::= { e3CtlrConfig 15 } e3NationalBit OBJECT-TYPE SYNTAX INTEGER { NationalBitOff(1), NationalBitOn(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the National Bit option for the E3 Interface. " ::= { e3CtlrConfig 16 } e3ClockType OBJECT-TYPE SYNTAX INTEGER { InternalClock(1), NetworkRxClock(2), ExternalClock(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the external clock source for the E3 interface. " ::= { e3CtlrConfig 17 } e3TestMode OBJECT-TYPE SYNTAX INTEGER { NoTest(1), NetworkLoopback(2), DteLoopback(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter specifies the test mode of the E3 interface. " ::= { e3CtlrConfig 18 } downloadableRam OBJECT-TYPE SYNTAX INTEGER { NotPresent(1), Present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter specifies whether the unit has RAM available for downloadable code. " ::= { e3CtlrConfig 19 } serviceAccess OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-write STATUS mandatory DESCRIPTION "This parameter allows qualified service access to unit internals." ::= { e3CtlrConfig 20 } e3CtlrAlarmStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF E3CtlrAlarmStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The E3/Controller alarms and status table." ::= { e3Ctlr 2 } e3CtlrAlarmStatusEntry OBJECT-TYPE SYNTAX E3CtlrAlarmStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An alarm or status entry in the E3/Controller alarms and status table. " INDEX { e3CtlrAlarmIndex } ::= { e3CtlrAlarmStatusTable 1 } E3CtlrAlarmStatusEntry ::= SEQUENCE { e3CtlrAlarmIndex INTEGER, e3CtlrAlarmSeverity INTEGER, e3CtlrAlarmType INTEGER } e3CtlrAlarmIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a E3/Controller alarm entry. " ::= { e3CtlrAlarmStatusEntry 1 } e3CtlrAlarmSeverity OBJECT-TYPE SYNTAX INTEGER { status(1), minor(2), major(3) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter indicates the severity of the alarm, or indicates that the data is status only. " ::= { e3CtlrAlarmStatusEntry 2 } e3CtlrAlarmType OBJECT-TYPE SYNTAX INTEGER { E3EvLOS(1), E3EvOOF(2), E3EvAISdet(3), E3EvAIS(4), E3EvRed(5), E3EvYellowdet(6), E3EvYellow(7), E3EvIdledet(8), E3EvIdle(9), E3EvFailedsig(10), E3EvBpvmin(11), E3EvBpvmaj(12), E3EvFemin(13), E3EvFemaj(14), E3EvPpemin(15), E3EvPpemaj(16), E3EvCppemin(17), E3EvCppemajr(18), E3EvEsmin(19), E3EvEsmaj(20), E3EvSesmin(21), E3EvSesmaj(22), E3EvFsmin(23), E3EvFsmaj(24), E3EvLosmin(25), E3EvLosmaj(26), E3EvOofmin(27), E3EvOofmaj(28), E3EvAismin(29), E3EvAismaj(30), E3EvPfebemin(31), E3EvPfebemaj(32), E3EvPfbemin(33), E3EvPfbemaj(34), E3EvPbip8min(35), E3EvPbip8maj(36), E3EvPlcpoof(37), E3EvPlcpred(38), E3EvPlcpyeldet(39), E3EvPlcpyel(40), E3EvPlcplss0(41), E3EvPlcplss1(42), E3EvPlcplss2(43), E3EvPlcplss3(44), E3EvPlcplss4(45), E3EvPlcplss5(46), E3EvPlcplss6(47), E3EvPlcplss7(48), E3EvXmtlos(49), E3EvRxclk(50), E3EvPll(51), E3EvRam(52), E3EvRom(53), E3EvLca(54), E3EvAddrram(55), E3EvScc1(56), E3EvScc2(57), E3EvScc3(58), E3EvScp(59), E3EvSelftestfail(60), E3EvDteLoop(61), E3EvNetLoop(62), E3EvRestart(63), E3EvWdog(64), E3EvClkswitch(65), CEEvCntrlbusfail(66), CEEvCntrlbuserr(67), CEEvRam(68), CEEvRom(69), CEEvReset(70), CEEvDatabase(71), CEEvPwr(72), CEEvFan(73), CEEvTime(74), CEEvExtalm(75), CEEvTemperature(76), CpdbEvControl(77), CpdbEvMissing(78), CpdbEvFailure(79), CpdbEvReset(80), CpdbEvRxReset(81), CpdbEvTxReset(82), CpdbEvLcaCpuExt(83), CpdbEvLcaL2Ext(84), CpdbEvLcaHdlcExt(85), CpdbEvLcaSegExt(86), CpdbEvLcaCpu(87), CpdbEvLcaL2(88), CpdbEvLcaHdlc(89), CpdbEvLcaSeg(90), CpdbEvRxFail(91), CpdbEvTxFail(92), CpdbEvUserLp(93), CpdbEvDteLp1(94), CpdbEvRemLp1(95), CpdbEvRemLp2(96), CpdbEvLtLp(97), CpdbEvLtRtsLp(98), CpdbEvDTR(99), CpdbEvRTS(100), CpdbEvLT(101), CpdbEvTA(102), CpdbEvLA(103), CpdbEvLB(104), CpdbEvDSR(105), CpdbEvCTS(106), CpdbEvRLSD(107), CpdbEvCA(108), CpdbEvLC(109), CpdbEvDsuToDsu(110), CpdbEvTxMID(111), CpdbEvThruMode(112), CpdbEvTxGen(113) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter is the code for the alarm or status type. This code is used to index into an array of text strings to present a message to the human operator. " ::= { e3CtlrAlarmStatusEntry 3 } -- E3/Controller Event History e3CtlrEventTable OBJECT-TYPE SYNTAX SEQUENCE OF E3CtlrEventEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The E3/Controller event history table." ::= { e3Ctlr 3 } e3CtlrEventEntry OBJECT-TYPE SYNTAX E3CtlrEventEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the E3/Controller event history table." INDEX { e3CtlrEventIndex } ::= { e3CtlrEventTable 1 } E3CtlrEventEntry ::= SEQUENCE { e3CtlrEventIndex INTEGER, e3CtlrEventSeverity INTEGER, e3CtlrEventHour INTEGER, e3CtlrEventMinute INTEGER, e3CtlrEventSecond INTEGER, e3CtlrEventMonth INTEGER, e3CtlrEventDay INTEGER, e3CtlrEventYear INTEGER, e3CtlrEventOriginNodeNumber INTEGER, e3CtlrEventOriginSlotNumber INTEGER, e3CtlrEventOriginPortNumber INTEGER, e3CtlrEventType INTEGER } e3CtlrEventIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies a E3/Controller event entry. " ::= { e3CtlrEventEntry 1 } e3CtlrEventSeverity OBJECT-TYPE SYNTAX INTEGER { status(1), minor(2), major(3), idled(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter indicates whether an entry is status-only or the severity of an alarm entry. " ::= { e3CtlrEventEntry 2 } e3CtlrEventHour OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The hour that the event occurred." ::= { e3CtlrEventEntry 3 } e3CtlrEventMinute OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The minute that the event occurred." ::= { e3CtlrEventEntry 4 } e3CtlrEventSecond OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The second that the event occurred." ::= { e3CtlrEventEntry 5 } e3CtlrEventMonth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The month that the event occurred." ::= { e3CtlrEventEntry 6 } e3CtlrEventDay OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The day that the event occurred." ::= { e3CtlrEventEntry 7 } e3CtlrEventYear OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The year that the event occurred." ::= { e3CtlrEventEntry 8 } e3CtlrEventOriginNodeNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The node number of the device originating the event. " ::= { e3CtlrEventEntry 9 } e3CtlrEventOriginSlotNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The slot number of the device originating the event. " ::= { e3CtlrEventEntry 10 } e3CtlrEventOriginPortNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The port number of the device originating the event. " ::= { e3CtlrEventEntry 11 } e3CtlrEventType OBJECT-TYPE SYNTAX INTEGER { E3EvLOS(1), E3EvOOF(2), E3EvAISdet(3), E3EvAIS(4), E3EvRed(5), E3EvYellowdet(6), E3EvYellow(7), E3EvIdledet(8), E3EvIdle(9), E3EvFailedsig(10), E3EvBpvmin(11), E3EvBpvmaj(12), E3EvFemin(13), E3EvFemaj(14), E3EvPpemin(15), E3EvPpemaj(16), E3EvCppemin(17), E3EvCppemajr(18), E3EvEsmin(19), E3EvEsmaj(20), E3EvSesmin(21), E3EvSesmaj(22), E3EvFsmin(23), E3EvFsmaj(24), E3EvLosmin(25), E3EvLosmaj(26), E3EvOofmin(27), E3EvOofmaj(28), E3EvAismin(29), E3EvAismaj(30), E3EvPfebemin(31), E3EvPfebemaj(32), E3EvPfbemin(33), E3EvPfbemaj(34), E3EvPbip8min(35), E3EvPbip8maj(36), E3EvPlcpoof(37), E3EvPlcpred(38), E3EvPlcpyeldet(39), E3EvPlcpyel(40), E3EvPlcplss0(41), E3EvPlcplss1(42), E3EvPlcplss2(43), E3EvPlcplss3(44), E3EvPlcplss4(45), E3EvPlcplss5(46), E3EvPlcplss6(47), E3EvPlcplss7(48), E3EvXmtlos(49), E3EvRxclk(50), E3EvPll(51), E3EvRam(52), E3EvRom(53), E3EvLca(54), E3EvAddrram(55), E3EvScc1(56), E3EvScc2(57), E3EvScc3(58), E3EvScp(59), E3EvSelftestfail(60), E3EvDteLoop(61), E3EvNetLoop(62), E3EvRestart(63), E3EvWdog(64), E3EvClkswitch(65), CEEvCntrlbusfail(66), CEEvCntrlbuserr(67), CEEvRam(68), CEEvRom(69), CEEvReset(70), CEEvDatabase(71), CEEvPwr(72), CEEvFan(73), CEEvTime(74), CEEvExtalm(75), CEEvTemperature(76), CpdbEvControl(77), CpdbEvMissing(78), CpdbEvFailure(79), CpdbEvReset(80), CpdbEvRxReset(81), CpdbEvTxReset(82), CpdbEvLcaCpuExt(83), CpdbEvLcaL2Ext(84), CpdbEvLcaHdlcExt(85), CpdbEvLcaSegExt(86), CpdbEvLcaCpu(87), CpdbEvLcaL2(88), CpdbEvLcaHdlc(89), CpdbEvLcaSeg(90), CpdbEvRxFail(91), CpdbEvTxFail(92), CpdbEvUserLp(93), CpdbEvDteLp1(94), CpdbEvRemLp1(95), CpdbEvRemLp2(96), CpdbEvLtLp(97), CpdbEvLtRtsLp(98), CpdbEvDTR(99), CpdbEvRTS(100), CpdbEvLT(101), CpdbEvTA(102), CpdbEvLA(103), CpdbEvLB(104), CpdbEvDSR(105), CpdbEvCTS(106), CpdbEvRLSD(107), CpdbEvCA(108), CpdbEvLC(109), CpdbEvDsuToDsu(110), CpdbEvTxMID(111), CpdbEvThruMode(112), CpdbEvTxGen(113) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter is the code for the event type. This code is used to index into an array of text strings to present a message to the human operator. " ::= { e3CtlrEventEntry 12 } -- E3/Controller Alarm Thresholds e3AlarmThresholds OBJECT IDENTIFIER ::= { e3Ctlr 4 } e3BPVthreshMajorMant OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Major BPV alarm threshold mantissa." ::= { e3AlarmThresholds 1 } e3BPVthreshMajorExp OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Major BPV alarm threshold exponent." ::= { e3AlarmThresholds 2 } e3BPVthreshMinorMant OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Minor BPV alarm threshold mantissa." ::= { e3AlarmThresholds 3 } e3BPVthreshMinorExp OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Minor BPV alarm threshold exponent." ::= { e3AlarmThresholds 4 } e3FEthreshMajorMant OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Major BFE alarm threshold mantissa." ::= { e3AlarmThresholds 5 } e3FEthreshMajorExp OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Major BFE alarm threshold exponent." ::= { e3AlarmThresholds 6 } e3FEthreshMinorMant OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Minor BFE alarm threshold mantissa." ::= { e3AlarmThresholds 7 } e3FEthreshMinorExp OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Minor BFE alarm threshold exponent." ::= { e3AlarmThresholds 8 } e3IntervalStatxTable OBJECT-TYPE SYNTAX SEQUENCE OF E3IntervalStatxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The E3 statistics interval table." ::= { e3Ctlr 5 } e3IntervalStatxEntry OBJECT-TYPE SYNTAX E3IntervalStatxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the E3 statistics interval table." INDEX { e3IntervalStatxNumber } ::= { e3IntervalStatxTable 1 } E3IntervalStatxEntry ::= SEQUENCE { e3IntervalStatxNumber INTEGER (1..96), e3IntervalStatxOOF Counter, e3IntervalStatxAIS Counter, e3IntervalStatxFE Counter, e3IntervalStatxPFBE Counter, e3IntervalStatxBIP8 Counter, e3IntervalStatxPFEBE Counter } e3IntervalStatxNumber OBJECT-TYPE SYNTAX INTEGER 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). " ::= { e3IntervalStatxEntry 1 } e3IntervalStatxOOF OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Out Of Frame errors encountered by the E3 interface in one of the previous 96 individual 15-minute intervals. " ::= { e3IntervalStatxEntry 2 } e3IntervalStatxAIS OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Alarm Indication Second errors encountered by the E3 interface in one of the previous 96 individual 15-minute intervals. " ::= { e3IntervalStatxEntry 3 } e3IntervalStatxFE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Framing Bit errors encountered by the E3 interface in one of the previous 96 individual 15-minute intervals. " ::= { e3IntervalStatxEntry 4 } e3IntervalStatxPFBE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Framing Bit errors that have occurred in the Physical Layer Conversion Protocol (PLCP) in one of the previous 96 individual 15-minute intervals. " ::= { e3IntervalStatxEntry 5 } e3IntervalStatxBIP8 OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Bit Interleaf Parity errors that have occurred in one of the previous 96 individual 15-minute intervals. " ::= { e3IntervalStatxEntry 6 } e3IntervalStatxPFEBE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of FEBE errors that have occurred in the PLCP bits in one of the previous 96 individual 15-minute intervals. " ::= { e3IntervalStatxEntry 7 } -- E3 Statistics: Current Group e3CurrentStatxTable OBJECT-TYPE SYNTAX SEQUENCE OF E3CurrentStatxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The E3 statistics current table." ::= { e3Ctlr 6 } e3CurrentStatxEntry OBJECT-TYPE SYNTAX E3CurrentStatxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the E3 current table." INDEX { e3CurrentStatxIndex } ::= { e3CurrentStatxTable 1 } E3CurrentStatxEntry ::= SEQUENCE { e3CurrentStatxIndex INTEGER, e3CurrentStatxFE Counter, e3CurrentStatxPFBE Counter, e3CurrentStatxBIP8 Counter, e3CurrentStatxPFEBE Counter } e3CurrentStatxIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies an entry in the E3/Controller Current Statistics Table. " ::= { e3CurrentStatxEntry 1 } e3CurrentStatxOOF OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Out Of Frame errors encountered by the E3 interface in the current 15-minute interval. " ::= { e3CurrentStatxEntry 2 } e3CurrentStatxAIS OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Alarm Indication Second errors encountered by the E3 interface in the current 15-minute interval. " ::= { e3CurrentStatxEntry 3 } e3CurrentStatxFE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Framing Bit errors encountered by the E3 interface in the current 15-minute interval. " ::= { e3CurrentStatxEntry 4 } e3CurrentStatxPFBE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Framing Bit errors that have occurred in the Physical Layer Conversion Protocol (PLCP) in the current 15-minute interval. " ::= { e3CurrentStatxEntry 5 } e3CurrentStatxBIP8 OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Bit Interleaf Parity errors that have occurred in the current 15-minute interval. " ::= { e3CurrentStatxEntry 6 } e3CurrentStatxPFEBE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of FEBE errors that have occurred in the PLCP bits in the current 15-minute interval. " ::= { e3CurrentStatxEntry 7 } -- E3 Statistics: Total Group e3TotalStatxTable OBJECT-TYPE SYNTAX SEQUENCE OF E3TotalStatxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The E3 statistics total table." ::= { e3Ctlr 7 } e3TotalStatxEntry OBJECT-TYPE SYNTAX E3TotalStatxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the E3 statistics total table." INDEX { e3TotalStatxIndex } ::= { e3TotalStatxTable 1 } E3TotalStatxEntry ::= SEQUENCE { e3TotalStatxIndex INTEGER, e3TotalStatxFE Counter, e3TotalStatxPFBE Counter, e3TotalStatxBIP8 Counter, e3TotalStatxPFEBE Counter } e3TotalStatxIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies an entry in the E3/Controller Total Statistics Table. " ::= { e3TotalStatxEntry 1 } e3TotalStatxOOF OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Out Of Frame errors encountered by the E3 interface in the last 24-hour period. " ::= { e3TotalStatxEntry 2 } e3TotalStatxAIS OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Alarm Indication Second errors encountered by the E3 interface in the last 24-hour period." ::= { e3TotalStatxEntry 3 } e3TotalStatxFE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Framing Bit errors encountered by the E3 interface in the last 24-hour period. " ::= { e3TotalStatxEntry 4 } e3TotalStatxPFBE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Framing Bit errors that have occurred in the Physical Layer Conversion Protocol (PLCP) in the last 24-hour period. " ::= { e3TotalStatxEntry 5 } e3TotalStatxBIP8 OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Bit Interleaf Parity errors that have occurred in the last 24-hour period. " ::= { e3TotalStatxEntry 6 } e3TotalStatxPFEBE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of FEBE errors that have occurred in the PLCP bits in the last 24-hour period. " ::= { e3TotalStatxEntry 7 } slotTable OBJECT-TYPE SYNTAX SEQUENCE OF SlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " Table of slots in the unit. " ::= { dl3200e 2 } slotEntry OBJECT-TYPE SYNTAX SlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A slot entry containing information about the card plugged into the slot. " INDEX { slotIndex } ::= { slotTable 1 } SlotEntry ::= SEQUENCE { slotIndex INTEGER, slotCardType INTEGER, slotCardSpecific OBJECT IDENTIFIER } slotIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of this slot." ::= { slotEntry 1 } slotCardType OBJECT-TYPE SYNTAX INTEGER { CPDB(1), EMPTY(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of card plugged into this slot." ::= { slotEntry 2 } slotCardSpecific OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-only STATUS mandatory DESCRIPTION "The object identifier of the first object in the MIB specific to the card plugged into this slot. If no card is plugged into this slot, then 0. " ::= { slotEntry 3 } cpdb OBJECT IDENTIFIER ::= { dl3200e 3 } -- CPDB Configuration cpdbCardTable OBJECT-TYPE SYNTAX SEQUENCE OF CpdbCardEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " Table of all Cell Processor Daughter Boards in the system. " ::= { cpdb 1 } cpdbCardEntry OBJECT-TYPE SYNTAX CpdbCardEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A cpdbCardTable entry containing information about a specific Cell Processor Daughter Board." INDEX { cpdbCardIndex } ::= { cpdbCardTable 1 } CpdbCardEntry ::= SEQUENCE { cpdbCardIndex INTEGER, cpdbCardSlot INTEGER, cpdbDeviceName DisplayString (SIZE (0..20)), cpdbHwRev DisplayString (SIZE (1..2)), cpdbInService INTEGER, cpdbInterface INTEGER, cpdbTdClkSCTE INTEGER, cpdbTdClkInv INTEGER, cpdbTdClkGap INTEGER, cpdbDataRate INTEGER, cpdbOpMode INTEGER, lmiReporting INTEGER, cpdbDSUtoDSUmode INTEGER, cpdbHeartbeat INTEGER, cpdbPipelineMode INTEGER, cpdbSMDSsource DisplayString (SIZE (0..20)), cpdbSMDSdest DisplayString (SIZE (0..20)), cpdbReassTimer INTEGER (1..65535), cpdbAccessClass INTEGER (1..4), cpdbTestLoop INTEGER, cpdbHwLoopEnable INTEGER, cpdbTestMID INTEGER (1..1023), cpdbTxOver INTEGER, cpdbThruMode INTEGER, cpdbPktsTest INTEGER, cpdbtxGenDa DisplayString (SIZE (0..20)), cpdbtxGenSa DisplayString (SIZE (0..20)), cpdbtxGenBytes INTEGER (0..9188), cpdbtxGenMsgDelay INTEGER (0..10000), cpdbClearCounts INTEGER, cpdbTxMID INTEGER (0..1023) } cpdbCardIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of this card in the cpdbCardTable." ::= { cpdbCardEntry 1 } cpdbCardSlot OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The index of the slot this card is in, in the slotTable. " ::= { cpdbCardEntry 2 } cpdbDeviceName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "A descriptive name that identifies the DTE card. Optional, but usage is recommended to aid management. " ::= { cpdbCardEntry 3 } cpdbHwRev OBJECT-TYPE SYNTAX DisplayString (SIZE (1..2)) ACCESS read-only STATUS mandatory DESCRIPTION "The Cell Processor Daughter Board hardware revision. " ::= { cpdbCardEntry 4 } cpdbInService OBJECT-TYPE SYNTAX INTEGER { NotInService(1), InService(2) } ACCESS read-write STATUS mandatory DESCRIPTION "In-Service flag for Cell Processor Daughter Board. " ::= { cpdbCardEntry 5 } cpdbInterface OBJECT-TYPE SYNTAX INTEGER { HSSI(1), V35(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Interface type for Cell Processor Daughter Board. " ::= { cpdbCardEntry 6 } cpdbTdClkSCTE OBJECT-TYPE SYNTAX INTEGER { SCT(1), SCTE(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Transmit Clock source for Cell Processor Daughter Board. " ::= { cpdbCardEntry 7 } cpdbTdClkInv OBJECT-TYPE SYNTAX INTEGER { Normal(1), Inverted(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Transmit Clock Inversion for Cell Processor Daughter Board. " ::= { cpdbCardEntry 8 } cpdbTdClkGap OBJECT-TYPE SYNTAX INTEGER { Normal(1), Gapped(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Use a Gapped Transmit Clock for Cell Processor Daughter Board. " ::= { cpdbCardEntry 9 } cpdbDataRate OBJECT-TYPE SYNTAX INTEGER { Khz2500(1), Khz3125(2), Khz4000(3), Khz5000(4), Khz5592(5), Khz6250(6), Khz8000(7), Khz10000(8), Khz11184(9), Khz12500(10), Khz16000(11), Khz20000(12), Khz22368(13), Khz25000(14), Khz32000(15), Khz44736(16) } ACCESS read-write STATUS mandatory DESCRIPTION "DTE Data Rate for Cell Processor Daughter Board. " ::= { cpdbCardEntry 10 } cpdbOpMode OBJECT-TYPE SYNTAX INTEGER { FRMRELAY4ATM(1), ALTERNATE12(2), CEXCRC16(3), CEXCRC32(4), DXI21CRC16(5), DXI21CRC32(6), DXI32CRC16(7), DXI32CRC32(8), FRMRELAY2ATM(9), FRMRELAY3ATM(10), DXI32CRC16ATM(11), DXI32CRC32ATM(12), DXI32CRC16SS(13), DXI32CRC32SS(14) } ACCESS read-write STATUS mandatory DESCRIPTION "Operating Mode for Cell Processor Daughter Board. " ::= { cpdbCardEntry 11 } lmiReporting OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter will enable or disable the response to DXI LMI reporting." ::= { cpdbCardEntry 12 } cpdbDSUtoDSUmode OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DSUtoDSU Mode for Cell Processor Daughter Board. This will cause L3PDU packets to be processed one at a time, used when two DSU's are connected back-to-back. " ::= { cpdbCardEntry 13 } cpdbHeartbeat OBJECT-TYPE SYNTAX INTEGER { ALTERNATE(1), DXI32(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter will enable or disable the response to DXI3.2 heartbeat poll test messsages when the E3 signal is bad." ::= { cpdbCardEntry 14 } cpdbPipelineMode OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Pipeline Mode for Cell Processor Daughter Board, for minimum delay in the transmit direction. " ::= { cpdbCardEntry 15 } cpdbSMDSdest OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "SMDS Destination address for Cell Processor DaughterBoard. This is expressed as ASCII characters which represent a 64-bit value. " ::= { cpdbCardEntry 16 } cpdbSMDSsource OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "SMDS Source address for Cell Processor DaughterBoard. This is expressed as ASCII characters which represent a 64-bit value. " ::= { cpdbCardEntry 17 } cpdbReassTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Reassambly Timer for Cell Processor Daughter Board, value expressed in milliseconds. " ::= { cpdbCardEntry 18 } cpdbAccessClass OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "SMDS Access Class for Cell Processor Daughter Board. " ::= { cpdbCardEntry 19 } cpdbTestLoop OBJECT-TYPE SYNTAX INTEGER { NoTest(1), DteAndNetworkLoopback(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter specifies the Loopback test mode of the Cell Processor Daughter Board. " ::= { cpdbCardEntry 20 } cpdbHwLoopEnable OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter will enable or disable the control of loopback test modes via the hardware interface. " ::= { cpdbCardEntry 21 } cpdbTestMID OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This parameter specifies the test MID value of the Cell Processor Daughter Board. " ::= { cpdbCardEntry 22 } cpdbTxOver OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter enables the test ThruMode of the Cell Processor Daughter Board. " ::= { cpdbCardEntry 23 } cpdbThruMode OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter enables the test ThruMode of the Cell Processor Daughter Board. " ::= { cpdbCardEntry 24 } cpdbPktsTest OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter enables the L3 Packet Generating Test on the Cell Processor Daughter Board. " ::= { cpdbCardEntry 25 } cpdbtxGenDa OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "SMDS Destination address for Cell Processor Daughter Board's Packet Test mode. This is expressed as ASCII characters which represent a 64-bit value. " ::= { cpdbCardEntry 26 } cpdbtxGenSa OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "SMDS Destination address for Cell Processor Daughter Board's Packet Test mode. This is expressed as ASCII characters which represent a 64-bit value. " ::= { cpdbCardEntry 27 } cpdbtxGenBytes OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This parameter describes the number of bytes per packet for the Packets Test mode of the Cell Processor Daughter Board. " ::= { cpdbCardEntry 28 } cpdbtxGenMsgDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This parameter describes the delay between packets for the Packets Test mode of the Cell Processor Daughter Board. " ::= { cpdbCardEntry 29 } cpdbClearCounts OBJECT-TYPE SYNTAX INTEGER { ResetCounters(1) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter clears all counters of the Cell Processor Daughter Board. " ::= { cpdbCardEntry 30 } cpdbTxMID OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This parameter specifies the selectable TX MID value of the Cell Processor Daughter Board. " ::= { cpdbCardEntry 31 } cpdbAlarmStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF CpdbAlarmStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The E3/Controller alarms and status table." ::= { cpdb 2 } cpdbAlarmStatusEntry OBJECT-TYPE SYNTAX CpdbAlarmStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An alarm or status entry in the Cell Processor Daughter Board alarms and status table. " INDEX { cpdbAlarmStatusCardIndex, cpdbAlarmStatusIndex } ::= { cpdbAlarmStatusTable 1 } CpdbAlarmStatusEntry ::= SEQUENCE { cpdbAlarmStatusCardIndex INTEGER, cpdbAlarmStatusIndex INTEGER, cpdbAlarmStatusSeverity INTEGER, cpdbAlarmStatusType INTEGER } cpAlarmStatusCardIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index in the cpdbCardTable that identifies the Cell Processor Daughter Board that is being queried. " ::= { cpdbAlarmStatusEntry 1 } cpdbAlarmStatusIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies an entry in the CPDB Alarm Status Table. " ::= { cpdbAlarmStatusEntry 2 } cpdbAlarmSeverity OBJECT-TYPE SYNTAX INTEGER { status(1), minor(2), major(3) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter indicates the severity of the alarm, or indicates that the data is status only. " ::= { cpdbAlarmStatusEntry 3 } cpdbAlarmType OBJECT-TYPE SYNTAX INTEGER { E3EvLOS(1), E3EvOOF(2), E3EvAISdet(3), E3EvAIS(4), E3EvRed(5), E3EvYellowdet(6), E3EvYellow(7), E3EvIdledet(8), E3EvIdle(9), E3EvFailedsig(10), E3EvBpvmin(11), E3EvBpvmaj(12), E3EvFemin(13), E3EvFemaj(14), E3EvPpemin(15), E3EvPpemaj(16), E3EvCppemin(17), E3EvCppemajr(18), E3EvEsmin(19), E3EvEsmaj(20), E3EvSesmin(21), E3EvSesmaj(22), E3EvFsmin(23), E3EvFsmaj(24), E3EvLosmin(25), E3EvLosmaj(26), E3EvOofmin(27), E3EvOofmaj(28), E3EvAismin(29), E3EvAismaj(30), E3EvPfebemin(31), E3EvPfebemaj(32), E3EvPfbemin(33), E3EvPfbemaj(34), E3EvPbip8min(35), E3EvPbip8maj(36), E3EvPlcpoof(37), E3EvPlcpred(38), E3EvPlcpyeldet(39), E3EvPlcpyel(40), E3EvPlcplss0(41), E3EvPlcplss1(42), E3EvPlcplss2(43), E3EvPlcplss3(44), E3EvPlcplss4(45), E3EvPlcplss5(46), E3EvPlcplss6(47), E3EvPlcplss7(48), E3EvXmtlos(49), E3EvRxclk(50), E3EvPll(51), E3EvRam(52), E3EvRom(53), E3EvLca(54), E3EvAddrram(55), E3EvScc1(56), E3EvScc2(57), E3EvScc3(58), E3EvScp(59), E3EvSelftestfail(60), E3EvDteLoop(61), E3EvNetLoop(62), E3EvRestart(63), E3EvWdog(64), E3EvClkswitch(65), CEEvCntrlbusfail(66), CEEvCntrlbuserr(67), CEEvRam(68), CEEvRom(69), CEEvReset(70), CEEvDatabase(71), CEEvPwr(72), CEEvFan(73), CEEvTime(74), CEEvExtalm(75), CEEvTemperature(76), CpdbEvControl(77), CpdbEvMissing(78), CpdbEvFailure(79), CpdbEvReset(80), CpdbEvRxReset(81), CpdbEvTxReset(82), CpdbEvLcaCpuExt(83), CpdbEvLcaL2Ext(84), CpdbEvLcaHdlcExt(85), CpdbEvLcaSegExt(86), CpdbEvLcaCpu(87), CpdbEvLcaL2(88), CpdbEvLcaHdlc(89), CpdbEvLcaSeg(90), CpdbEvRxFail(91), CpdbEvTxFail(92), CpdbEvUserLp(93), CpdbEvDteLp1(94), CpdbEvRemLp1(95), CpdbEvRemLp2(96), CpdbEvLtLp(97), CpdbEvLtRtsLp(98), CpdbEvDTR(99), CpdbEvRTS(100), CpdbEvLT(101), CpdbEvTA(102), CpdbEvLA(103), CpdbEvLB(104), CpdbEvDSR(105), CpdbEvCTS(106), CpdbEvRLSD(107), CpdbEvCA(108), CpdbEvLC(109), CpdbEvDsuToDsu(110), CpdbEvTxMID(111), CpdbEvThruMode(112), CpdbEvTxGen(113) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter is the code for the alarm or status type. This code is used to index into an array of text strings to present a message to the human operator. " ::= { cpdbAlarmStatusEntry 4 } cpdbStxTxTable OBJECT-TYPE SYNTAX SEQUENCE OF CpdbStxTxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The CPDB statistics table for the Tx direction." ::= { cpdb 3 } cpdbStxTxEntry OBJECT-TYPE SYNTAX CpdbStxTxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the CPDB Tx statistics table." INDEX {cpdbStxTxCardIndex} ::= { cpdbStxTxTable 1 } CpdbStxTxEntry ::= SEQUENCE { cpdbStxTxCardIndex INTEGER, cpdbStxTxSeconds Counter, cpdbStxTxTicks Counter, cpdbStxTxRestart Counter, cpdbStxTxL2Null Counter, cpdbStxTxL2Pdu Counter, cpdbStxTxFrCrc Counter, cpdbStxTxFrAbort Counter, cpdbStxTxFrNOA Counter, cpdbStxTxFrOvr Counter, cpdbStxTxFrOvr1 Counter, cpdbStxTxFrSmall Counter, cpdbStxTxFrBig Counter, cpdbStxTxFrDisc Counter, cpdbStxTxFrHdr Counter, cpdbStxTxL3Pdu Counter, cpdbStxTxL3Len Counter, cpdbStxTxL3Null Counter, cpdbStxTxL3NoMatch Counter, cpdbStxTxTestMsg Counter, cpdbStxTxLmiMsg Counter, cpdbStxTxSegErr Counter, cpdbStxTxNmRxDC Counter, cpdbStxTxNmRxDM Counter, cpdbStxTxNmRxOk Counter, cpdbStxTxNmTxDC Counter, cpdbStxTxNmTxDM Counter, cpdbStxTxNmTxOk Counter } cpdbStxTxCardIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index in the cpdbCardTable that identifies the Cell Processor Interface card whose statistics are being queried. " ::= { cpdbStxTxEntry 1 } cpdbStxTxSeconds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Seconds elapsed." ::= { cpdbStxTxEntry 2 } cpdbStxTxTicks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Ticks (100 millisecond intervals) elapsed." ::= { cpdbStxTxEntry 3 } cpdbStxTxRestart OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Tx processor restarts." ::= { cpdbStxTxEntry 4 } cpdbStxTxL2Null OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Null L2/Cells transmitted." ::= { cpdbStxTxEntry 5 } cpdbStxTxL2Pdu OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board (Non-Null) L2/Cells transmitted." ::= { cpdbStxTxEntry 6 } cpdbStxTxFrCrc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board HDLC frames with CRC (FCS) errors." ::= { cpdbStxTxEntry 7 } cpdbStxTxFrAbort OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board HDLC frames aborted." ::= { cpdbStxTxEntry 8 } cpdbStxTxFrNOA OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board number of HDLC frames non-octet aligned." ::= { cpdbStxTxEntry 9 } cpdbStxTxFrOvr OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board number of HDLC FIFO overruns." ::= { cpdbStxTxEntry 10 } cpdbStxTxFrOvr1 OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board number of HDLC frames errored due to FIFO overrun." ::= { cpdbStxTxEntry 11 } cpdbStxTxFrSmall OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board number of HDLC frames too small." ::= { cpdbStxTxEntry 12 } cpdbStxTxFrBig OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board number of HDLC frames too big." ::= { cpdbStxTxEntry 13 } cpdbStxTxFrDisc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board number of HDLC frames dropped (lack of resources)." ::= { cpdbStxTxEntry 14 } cpdbStxTxFrHdr OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board number of HDLC frames with header errors." ::= { cpdbStxTxEntry 15 } cpdbStxTxL3Pdu OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDUs segmented (and transmitted)." ::= { cpdbStxTxEntry 16 } cpdbStxTxL3Len OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDUs length error (odd size)." ::= { cpdbStxTxEntry 17 } cpdbStxTxL3Null OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDUs null." ::= { cpdbStxTxEntry 18 } cpdbStxTxL3NoMatch OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3 Dest Address not matched." ::= { cpdbStxTxEntry 19 } cpdbStxTxTestMsg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Test Messages received from DTE. " ::= { cpdbStxTxEntry 20 } cpdbStxTxLmiMsg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board LMI Messages received from DTE. " ::= { cpdbStxTxEntry 21 } cpdbStxTxSegErr OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Segmentation LCA error. " ::= { cpdbStxTxEntry 22 } cpdbStxTxNmRxDC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM messages discarded by CPDB uP (from DTE port)." ::= { cpdbStxTxEntry 23 } cpdbStxTxNmRxDM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM messages discarded by MainBd (from DTE port)." ::= { cpdbStxTxEntry 24 } cpdbStxTxNmRxOk OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM messages received by MainBd (from DTE port)." ::= { cpdbStxTxEntry 25 } cpdbStxTxNmTxDC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM messages discarded by CPDB uP (to E3 port)." ::= { cpdbStxTxEntry 26 } cpdbStxTxNmTxDM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM messages discarded by MainBd (to E3 port)." ::= { cpdbStxTxEntry 27 } cpdbStxTxNmTxOk OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM messages sent by MainBd (to E3 port)." ::= { cpdbStxTxEntry 28 } cpdbStxRxTable OBJECT-TYPE SYNTAX SEQUENCE OF CpdbStxRxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The CPDB statistics table for the Rx direction." ::= { cpdb 4 } cpdbStxRxEntry OBJECT-TYPE SYNTAX CpdbStxRxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the CPDB Rx statistics table." INDEX {cpdbStxRxCardIndex} ::= { cpdbStxRxTable 1 } CpdbStxRxEntry ::= SEQUENCE { cpdbStxRxCardIndex INTEGER, cpdbStxRxSeconds Counter, cpdbStxRxTicks Counter, cpdbStxRxRestart Counter, cpdbStxRxTestMsg Counter, cpdbStxRxLmiMsg Counter, cpdbStxRxL3BAsize Counter, cpdbStxRxL3BEM Counter, cpdbStxRxL3Pdu Counter, cpdbStxRxL3Tmr Counter, cpdbStxRxL3Len Counter, cpdbStxRxL3Big Counter, cpdbStxRxL3Disc Counter, cpdbStxRxL3InvSA Counter, cpdbStxRxL3Mgr Counter, cpdbStxRxL2Null Counter, cpdbStxRxL2Pdu Counter, cpdbStxRxL2HEC Counter, cpdbStxRxL2CHEC Counter, cpdbStxRxL2Vci Counter, cpdbStxRxL2Crc Counter, cpdbStxRxL2MidBS Counter, cpdbStxRxL2MidE Counter, cpdbStxRxL2MidC Counter, cpdbStxRxL2BOM Counter, cpdbStxRxL2COM Counter, cpdbStxRxL2EOM Counter, cpdbStxRxL2Len Counter, cpdbStxRxL2Seq Counter, cpdbStxRxL2Disc Counter, cpdbStxRxL2Fifo Counter, cpdbStxRxNmRxDC Counter, cpdbStxRxNmRxDM Counter, cpdbStxRxNmRxOk Counter, cpdbStxRxNmTxDC Counter, cpdbStxRxNmTxDM Counter, cpdbStxRxNmTxOk Counter } cpdbStxRxCardIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index in the cpdbCardTable that identifies the Cell Processor Interface card whose statistics are being queried. " ::= { cpdbStxRxEntry 1 } cpdbStxRxSeconds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Seconds elapsed." ::= { cpdbStxRxEntry 2 } cpdbStxRxTicks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Ticks (100 millisecond intervals) elapsed." ::= { cpdbStxRxEntry 3 } cpdbStxRxRestart OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Rx processor restarts." ::= { cpdbStxRxEntry 4 } cpdbStxRxTestMsg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Test Messages sent to DTE. " ::= { cpdbStxRxEntry 5 } cpdbStxRxLmiMsg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board LMI Messages sent to DTE. " ::= { cpdbStxRxEntry 6 } cpdbStxRxL3BAsize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDU BAsize too big errors." ::= { cpdbStxRxEntry 7 } cpdbStxRxL3BEM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDU BEtag mismatch errors." ::= { cpdbStxRxEntry 8 } cpdbStxRxL3Pdu OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDUs assembled (and transmitted)." ::= { cpdbStxRxEntry 9 } cpdbStxRxL3Tmr OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDUs timed out." ::= { cpdbStxRxEntry 10 } cpdbStxRxL3Len OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDUs length error (odd size)." ::= { cpdbStxRxEntry 11 } cpdbStxRxL3Big OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDUs too big." ::= { cpdbStxRxEntry 12 } cpdbStxRxL3Disc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDUs dropped (lack of resources)." ::= { cpdbStxRxEntry 13 } cpdbStxRxL3InvSA OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDUs with invalid SA field." ::= { cpdbStxRxEntry 14 } cpdbStxRxL3Mgr OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L3/CS_PDUs dropped (Access Class enforcement)." ::= { cpdbStxRxEntry 15 } cpdbStxRxL2Null OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Null L2/Cells received." ::= { cpdbStxRxEntry 16 } cpdbStxRxL2Pdu OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L2/Cells received without error." ::= { cpdbStxRxEntry 17 } cpdbStxRxL2HEC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L2/Cells with HEC or SMDS NCF error." ::= { cpdbStxRxEntry 18 } cpdbStxRxL2CHEC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board ATM Cell Corrected Header Checksum Errors. " ::= { cpdbStxRxEntry 19 } cpdbStxRxL2Vci OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L2/Cells with invalid VCI." ::= { cpdbStxRxEntry 20 } cpdbStxRxL2Crc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L2/Cells with CRC10 error." ::= { cpdbStxRxEntry 21 } cpdbStxRxL2MidBS OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board BOMs & SSMs with invalid MIDs." ::= { cpdbStxRxEntry 22 } cpdbStxRxL2MidE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board EOMs with invalid MIDs." ::= { cpdbStxRxEntry 23 } cpdbStxRxL2MidC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board COMs with invalid MIDs." ::= { cpdbStxRxEntry 24 } cpdbStxRxL2BOM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board BOMs & SSMs with active reassembly proc." ::= { cpdbStxRxEntry 25 } cpdbStxRxL2COM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board COMs without an active reassembly proc." ::= { cpdbStxRxEntry 26 } cpdbStxRxL2EOM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board EOMs without an active reassembly proc." ::= { cpdbStxRxEntry 27 } cpdbStxRxL2Len OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L2/Cells with invalid length field." ::= { cpdbStxRxEntry 28 } cpdbStxRxL2Seq OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board COMs & EOMs with invalid sequence number." ::= { cpdbStxRxEntry 29 } cpdbStxRxL2Disc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L2/Cells dropped (lack of resources)." ::= { cpdbStxRxEntry 30 } cpdbStxRxL2Fifo OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board L2 LCA FIFO overflow (software not keeping up)." ::= { cpdbStxRxEntry 31 } cpdbStxRxNmRxDC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board NM messages discarded by CPDB uP (from E3 port) ." ::= { cpdbStxRxEntry 32 } cpdbStxRxNmRxDM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board NM messages discarded by MainBd (from E3 port) ." ::= { cpdbStxRxEntry 33 } cpdbStxRxNmRxOk OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board NM messages received by MainBd (from E3 port) ." ::= { cpdbStxRxEntry 34 } cpdbStxRxNmTxDC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board NM messages discarded by CPDB uP (to DTE port) ." ::= { cpdbStxRxEntry 35 } cpdbStxRxNmTxDM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board NM messages discarded by MainBd (to DTE port) ." ::= { cpdbStxRxEntry 36 } cpdbStxRxNmTxOk OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board NM messages sent by MainBd (to DTE port) ." ::= { cpdbStxRxEntry 37 } cpdbStxNmTable OBJECT-TYPE SYNTAX SEQUENCE OF CpdbStxNmEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The CPDB statistics statistics table for the Network Manager interface. " ::= { cpdb 5 } cpdbStxNmEntry OBJECT-TYPE SYNTAX CpdbStxNmEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the CPDB Network Manager interface statistics table. " INDEX {cpdbStxNmCardIndex} ::= { cpdbStxNmTable 1 } CpdbStxNmEntry ::= SEQUENCE { cpdbStxNmCardIndex INTEGER, cpdbStxNmSeconds Counter, cpdbStxNmTicks Counter, cpdbStxNmOptSMDS Counter, cpdbStxNmFormat Counter, cpdbStxNmSrcIP Counter, cpdbStxNmDstIP Counter } cpdbStxNmCardIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index in the cpdbCardTable that identifies the Cell Processor Interface card whose statistics are being queried. " ::= { cpdbStxNmEntry 1 } cpdbStxNmSeconds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Seconds elapsed." ::= { cpdbStxNmEntry 2 } cpdbStxNmTicks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the CellProcessor Board Ticks (100 millisecond intervals) elapsed." ::= { cpdbStxNmEntry 3 } cpdbStxNmOptSMDS OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM msgs discarded by IBIP: no OPT SMDS addr match." ::= { cpdbStxNmEntry 4 } cpdbStxNmFormat OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM msgs discarded by IBIP: L3/LLC/SNAP format error." ::= { cpdbStxNmEntry 5 } cpdbStxNmSrcIP OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM msgs discarded by IBIP: Source IP addr not NMS addr." ::= { cpdbStxNmEntry 6 } cpdbStxNmDstIP OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM msgs discarded by IBIP: Dest. " ::= { cpdbStxNmEntry 7 } -- CPDB Vsa cpdbVsa OBJECT-TYPE SYNTAX SEQUENCE OF ConnEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Cell Processor Board's address Vsa." ::= { cpdb 6 } cpdbVsaEntry OBJECT-TYPE SYNTAX ConnEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the table the Cell Processor Board's table of Valid Source Addresses. " INDEX { cpdbVsaCardNdx, cpdbVsaNdx } ::= { cpdbVsa 1 } ConnEntry ::= SEQUENCE { cpdbVsaCardNdx INTEGER, cpdbVsaNdx INTEGER, cpdbVsaAddr DisplayString (SIZE (0..20)) } cpdbVsaCardNdx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index in the cpdbVsa that identifies the Cell Processor Board that is being referenced. " ::= { cpdbVsaEntry 1 } cpdbVsaNdx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies an entry in the Cell Processor Board's table of Valid Source Addresses. " ::= { cpdbVsaEntry 2 } cpdbVsaAddr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "The SMDS address field in an entry in the Cell Processor Board's table of Valid Source Addresses. " ::= { cpdbVsaEntry 3 } -- CPDB Map cpdbMap OBJECT-TYPE SYNTAX SEQUENCE OF MapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Cell Processor Board's address Map." ::= { cpdb 7 } cpdbMapEntry OBJECT-TYPE SYNTAX MapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the table the Cell Processor Board's address Map. " INDEX { cpdbMapCardNdx, cpdbMapNdx } ::= { cpdbMap 1 } MapEntry ::= SEQUENCE { cpdbMapCardNdx INTEGER, cpdbMapNdx INTEGER, cpdbMapVpiVci Counter, cpdbMapSMDSAddr DisplayString (SIZE (0..20)) } cpdbMapCardNdx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index in the cpdbMap that identifies the Cell Processor Board that is being referenced. " ::= { cpdbMapEntry 1 } cpdbMapNdx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies an entry in the Cell Processor Board Address Map. " ::= { cpdbMapEntry 2 } cpdbMapVpiVci OBJECT-TYPE SYNTAX Counter ACCESS read-write STATUS mandatory DESCRIPTION "The ATM VPI/VCI field in an entry in the Cell Processor Board Map. " ::= { cpdbMapEntry 3 } cpdbMapSMDSAddr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "The SMDS address field in an entry in the Cell Processor Board Map. " ::= { cpdbMapEntry 4 } END