-- /* @(#) dl200_.mib 1.6 05 Apr 1995 */ -- /* $Header$ */ DL200-MIB -- V1.07 March 20, 1995 Support for DL200 -- This MIB has not been officially released to the N.I.C. DEFINITIONS ::= BEGIN IMPORTS enterprises, Counter FROM RFC1155-SMI; digital-link OBJECT IDENTIFIER ::= { enterprises 300 } dl200 OBJECT IDENTIFIER ::= { digital-link 103 } -- The Configuration Level Group -- Contains Configuration-level and DL200-specific configuration items. config OBJECT IDENTIFIER ::= { dl200 1 } -- Unit Level Configuration unitLevelConfig OBJECT IDENTIFIER ::= { config 1 } unitNum OBJECT-TYPE SYNTAX INTEGER (1..9999) ACCESS read-write STATUS mandatory DESCRIPTION "A value that uniquely identifies a DL200 unit." ::= { unitLevelConfig 1 } unitName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "A descriptive name that identifies the DL200 unit. Use of this parameter is optional, but recommended to aid management." ::= { unitLevelConfig 2 } unitHwRev OBJECT-TYPE SYNTAX DisplayString (SIZE (1..2)) ACCESS read-only STATUS mandatory DESCRIPTION "The DL200 hardware revision." ::= { unitLevelConfig 3 } unitSwRev OBJECT-TYPE SYNTAX DisplayString (SIZE (1..7)) ACCESS read-only STATUS mandatory DESCRIPTION "The DL200 software revision." ::= { unitLevelConfig 4 } unitMibRev OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-only STATUS mandatory DESCRIPTION "The DL200 MIB revision." ::= { unitLevelConfig 5 } unitAlarm OBJECT-TYPE SYNTAX INTEGER { AlarmOFF(1), AlarmON(2) } ACCESS read-write STATUS mandatory DESCRIPTION "The Alarm Cutoff function mutes audible indicators caused by alarm conditions on the unit. Writing any value to this object activates the alarm cutoff. A read from this variable returns the current ACO state." ::= { unitLevelConfig 6 } unitAutoBkUp OBJECT-TYPE SYNTAX INTEGER { AutoBackUpOFF(1), AutoBackUpImmediate(2), AutoBackUp15Secs(3), AutoBackUp30Secs(4), AutoBackUp1Min(5), AutoBackUp5Mins(6) } ACCESS read-write STATUS mandatory DESCRIPTION "This feature allows the user to backup the database to the EEPROM automatically at certain intervals or manually." ::= { unitLevelConfig 7 } unitFrontPnl OBJECT-TYPE SYNTAX INTEGER { FrontPanelOFF(1), FrontPanelON(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This feature enables (ON) or disables (OFF) the users ability to make changes in the configuration or run tests from the front panel display and buttons." ::= { unitLevelConfig 8 } unitDateMonth OBJECT-TYPE SYNTAX INTEGER (1..12) ACCESS read-write STATUS mandatory DESCRIPTION "The DL200's date: Month." ::= { unitLevelConfig 9 } unitDateDay OBJECT-TYPE SYNTAX INTEGER (1..31) ACCESS read-write STATUS mandatory DESCRIPTION "The DL200's date: Day." ::= { unitLevelConfig 10 } unitDateYear OBJECT-TYPE SYNTAX INTEGER (0..99) ACCESS read-write STATUS mandatory DESCRIPTION "The DL200's date: Year." ::= { unitLevelConfig 11 } unitTimeHour OBJECT-TYPE SYNTAX INTEGER (0..23) ACCESS read-write STATUS mandatory DESCRIPTION "The DL200's time: Hour." ::= { unitLevelConfig 12 } unitTimeMinute OBJECT-TYPE SYNTAX INTEGER (0..59) ACCESS read-write STATUS mandatory DESCRIPTION "The DL200's time: Minute." ::= { unitLevelConfig 13 } unitTimeSecond OBJECT-TYPE SYNTAX INTEGER (0..59) ACCESS read-write STATUS mandatory DESCRIPTION "The DL200's time: Second." ::= { unitLevelConfig 14 } 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 DL200's terminal port baud rate." ::= { unitLevelConfig 15 } terminalPortParity OBJECT-TYPE SYNTAX INTEGER { ParityNone(1), ParityOdd(2), ParityEven(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The DL200's terminal port parity." ::= { unitLevelConfig 16 } terminalPortStopBits OBJECT-TYPE SYNTAX INTEGER { StopBits1(1), StopBits15(2), StopBits2(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The DL200's terminal port stop bits: 1, 1.5 or 2." ::= { unitLevelConfig 17 } -- Network Configuration networkConfig OBJECT IDENTIFIER ::= { config 2 } netFramingFormat OBJECT-TYPE SYNTAX INTEGER { -- E1 CCS(1) -- ESF only applied to T1 ESF(1) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable describes the Framing Format option for the Network Interface." ::= { networkConfig 1 } netLineCode OBJECT-TYPE SYNTAX INTEGER { -- E1 HDB3(1) -- B8ZS only applied to T1 B8ZS(1) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable describes the Line Code option for the Network Interface." ::= { networkConfig 2 } netClockType OBJECT-TYPE SYNTAX INTEGER { InternalClock(1), NetworkClock(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the clock source for the network interface." ::= { networkConfig 3 } -- LBO is T1 specific netLBO OBJECT-TYPE SYNTAX INTEGER { Lbo0db(1), Lbo7db(2), Lbo15db(3) } ACCESS read-write STATUS mandatory DESCRIPTION "LBP for the Network Interface. " ::= { networkConfig 4 } -- The rest of these network configuration only applied to E1 -- e1Impedance OBJECT-TYPE -- SYNTAX INTEGER { -- Ohms75(1), -- Ohms120(2) -- } -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "Impedance for the E1 Network Interface. " -- ::= { networkConfig 4 } -- e1Crc4CodeEnable OBJECT-TYPE -- SYNTAX INTEGER { -- Disabled(1), -- Enabled(2) -- } -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "This parameter enables CRC4 Coding." -- ::= { networkConfig 5 } -- -- e1NationalBit1 OBJECT-TYPE -- SYNTAX INTEGER { -- NationalBitOff(1), -- NationalBitOn(2) -- } -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "This variable describes the National Bit 1 -- option for the E1 Interface." -- ::= { networkConfig 6 } -- -- e1NationalBit2 OBJECT-TYPE -- SYNTAX INTEGER { -- NationalBitOff(1), -- NationalBitOn(2) -- } -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "This variable describes the National Bit 2 -- option for the E1 Interface." -- ::= { networkConfig 7 } -- -- e1NationalBit3 OBJECT-TYPE -- SYNTAX INTEGER { -- NationalBitOff(1), -- NationalBitOn(2) -- } -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "This variable describes the National Bit 3 -- option for the E1 Interface." -- ::= { networkConfig 8 } -- -- e1NationalBit4 OBJECT-TYPE -- SYNTAX INTEGER { -- NationalBitOff(1), -- NationalBitOn(2) -- } -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "This variable describes the National Bit 4 -- option for the E1 Interface." -- ::= { networkConfig 9 } -- -- e1NationalBit5 OBJECT-TYPE -- SYNTAX INTEGER { -- NationalBitOff(1), -- NationalBitOn(2) -- } -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "This variable describes the National Bit 5 -- option for the E1 Interface." -- ::= { networkConfig 10 } -- netClearStx OBJECT-TYPE SYNTAX INTEGER { ResetCounters(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Clear the Network port statistics." ::= { networkConfig 5 } netSRInv OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter enables detection of Inverted SET or Reset code." ::= { networkConfig 6 } netLoopbackOption OBJECT-TYPE SYNTAX INTEGER { ANSI(1), BELLCORE(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter selects ANSI or BELLCORE ESF data link loop activation/deactivation." ::= { networkConfig 7 } -- E1 ::= { networkConfig 11 } -- Network Threshold Configurations netThrshld OBJECT IDENTIFIER ::= { config 3 } netConsecCRCS OBJECT-TYPE SYNTAX INTEGER (1..100) ACCESS read-write STATUS mandatory DESCRIPTION "The number of consecutive CRC seconds Alarm Threshold." ::= { netThrshld 1 } netConsecSES OBJECT-TYPE SYNTAX INTEGER (1..100) ACCESS read-write STATUS mandatory DESCRIPTION "The number of consecutive SES Alarm Threshold." ::= { netThrshld 2 } netConsecUAS OBJECT-TYPE SYNTAX INTEGER (1..100) ACCESS read-write STATUS mandatory DESCRIPTION "The number of consecutive UAS Alarm Threshold." ::= { netThrshld 3 } net15MiBPVS OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-write STATUS mandatory DESCRIPTION "Minor 15 Minutes BPV errored seconds" ::= { netThrshld 4 } net15MjBPVS OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-write STATUS mandatory DESCRIPTION "Major 15 Minutes BPV errored seconds" ::= { netThrshld 5 } net15MiCRCS OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-write STATUS mandatory DESCRIPTION "Minor 15 Minutes CRC errored seconds" ::= { netThrshld 6 } net15MjCRCS OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-write STATUS mandatory DESCRIPTION "Major 15 Minutes CRC errored seconds" ::= { netThrshld 7 } net15MiES OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-write STATUS mandatory DESCRIPTION "Minor 15 Minutes ES." ::= { netThrshld 8 } net15MjES OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-write STATUS mandatory DESCRIPTION "Major 15 Minutes ES." ::= { netThrshld 9 } net15MiSES OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-write STATUS mandatory DESCRIPTION "Minor 15 Minutes SES." ::= { netThrshld 10 } net15MjSES OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-write STATUS mandatory DESCRIPTION "Major 15 Minutes SES." ::= { netThrshld 11 } net15MiUAS OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-write STATUS mandatory DESCRIPTION "Minor 15 Minutes UAS." ::= { netThrshld 12 } net15MjUAS OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-write STATUS mandatory DESCRIPTION "Major 15 Minutes UAS." ::= { netThrshld 13 } net24MiBPVS OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-write STATUS mandatory DESCRIPTION "Minor 24 Hours BPV errored seconds" ::= { netThrshld 14 } net24MjBPVS OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-write STATUS mandatory DESCRIPTION "Major 24 Hours BPV errored seconds" ::= { netThrshld 15 } net24MiCRCS OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-write STATUS mandatory DESCRIPTION "Minor 24 Hours CRC errored seconds" ::= { netThrshld 16 } net24MjCRCS OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-write STATUS mandatory DESCRIPTION "Major 24 Hours CRC errored seconds" ::= { netThrshld 17 } net24MiES OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-write STATUS mandatory DESCRIPTION "Minor 24 Hours ES." ::= { netThrshld 18 } net24MjES OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-write STATUS mandatory DESCRIPTION "Major 24 Hours ES." ::= { netThrshld 19 } net24MiSES OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-write STATUS mandatory DESCRIPTION "Minor 24 Hours SES." ::= { netThrshld 20 } net24MjSES OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-write STATUS mandatory DESCRIPTION "Major 24 Hours SES." ::= { netThrshld 21 } net24MiUAS OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-write STATUS mandatory DESCRIPTION "Minor 24 Hours UAS." ::= { netThrshld 22 } net24MjUAS OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-write STATUS mandatory DESCRIPTION "Major 24 Hours UAS." ::= { netThrshld 23 } -- smds Configuration smdsConfig OBJECT IDENTIFIER ::= { config 4 } smdsInterface OBJECT-TYPE SYNTAX INTEGER { RS449(1), V35(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Interface type for Segmentation And Reassembly Processor." ::= { smdsConfig 1 } smdsDteLoss OBJECT-TYPE SYNTAX INTEGER { RTS(1), DTR(2), NONE(3) } ACCESS read-write STATUS mandatory DESCRIPTION "Interface type for Segmentation And Reassembly Processor." ::= { smdsConfig 2 } smdsTdClkSCTE OBJECT-TYPE SYNTAX INTEGER { SCT(1), SCTE(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Transmit Clock source for Segmentation And Reassembly Processor." ::= { smdsConfig 3 } smdsTdClkSus OBJECT-TYPE SYNTAX INTEGER { SmoothTdClk(1), SuspendedTdClk(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Suspend the Transmit Clock for Segmentation And Reassembly Processor." ::= { smdsConfig 4 } smdsOpMode 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 Segmentation And Reassembly Processor." ::= { smdsConfig 5 } smdsReassTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Reassambly Timer for Segmentation And Reassembly Processor, value expressed in milliseconds." ::= { smdsConfig 6 } smdsPipelineMode OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Pipeline Mode for Segmentation And Reassembly Processor, for minimum delay in the transmit direction." ::= { smdsConfig 7 } smdsDSUtoDSUmode OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DSUtoDSU Mode for Segmentation And Reassembly Processor. This will cause L3PDU packets to be processed one at a time, used when two DSU's are connected back-to-back." ::= { smdsConfig 8 } smdsSMDSsource OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "SMDS Source address for Segmentation And Reassembly Processor. This is expressed as 16 hexadecimal characters which represent a 64-bit value." ::= { smdsConfig 9 } smdsSMDSdest OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "SMDS Destination address for Segmentation And Reassembly Processor. This is expressed as 16 hexadecimal characters which represent a 64-bit value." ::= { smdsConfig 10 } smdsClearCounts OBJECT-TYPE SYNTAX INTEGER { ResetCounters(1) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter clears all counters of the Segmentation And Reassembly Processor." ::= { smdsConfig 11 } -- smdsSaValidate OBJECT-TYPE -- SYNTAX INTEGER { -- Disabled(1), -- Enabled(2) -- } -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "This parameter enables Source Address Validation." -- ::= { smdsConfig 12 } -- SMDS VSA (Valid Source Address Array) -- -- smdsVsa OBJECT-TYPE -- SYNTAX SEQUENCE OF VsaEntry -- ACCESS not-accessible -- STATUS mandatory -- DESCRIPTION -- "The SMDS's address Vsa (Valid Source Address Array)." -- ::= { smdsConfig 13 } -- -- smdsVsaEntry OBJECT-TYPE -- SYNTAX VsaEntry -- ACCESS not-accessible -- STATUS mandatory -- DESCRIPTION -- "An entry in the table the SMDS's -- table of Valid Source Addresses." -- INDEX { smdsVsaNdx } -- ::= { smdsVsa 1 } -- -- VsaEntry ::= -- SEQUENCE { -- smdsVsaNdx -- INTEGER, -- smdsVsaAddr -- DisplayString (SIZE (0..20)) -- } -- -- -- smdsVsaNdx OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-only -- STATUS mandatory -- DESCRIPTION -- "An index that uniquely identifies an entry in the -- SMDS's table of Valid Source Addresses." -- ::= { smdsVsaEntry 1 } -- -- -- smdsVsaAddr OBJECT-TYPE -- SYNTAX DisplayString (SIZE (0..20)) -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "The SMDS address field in an entry in the SMDS's -- table of Valid Source Addresses." -- ::= { smdsVsaEntry 2 } -- -- -- SMDS Map -- -- smdsMap OBJECT-TYPE -- SYNTAX SEQUENCE OF MapEntry -- ACCESS not-accessible -- STATUS mandatory -- DESCRIPTION -- "The SMDS's address Map." -- ::= { smdsConfig 14 } -- -- smdsMapEntry OBJECT-TYPE -- SYNTAX MapEntry -- ACCESS not-accessible -- STATUS mandatory -- DESCRIPTION -- "An entry in the table the SMDS's address Map." -- INDEX { smdsMapNdx } -- ::= { smdsMap 1 } -- -- MapEntry ::= -- SEQUENCE { -- smdsMapNdx -- INTEGER, -- smdsMapVpiVci -- Counter, -- smdsMapSMDSAddr -- DisplayString (SIZE (0..20)) -- } -- -- -- smdsMapNdx OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-only -- STATUS mandatory -- DESCRIPTION -- "An index that uniquely identifies an entry in -- SMDS Address Map. " -- ::= { smdsMapEntry 1 } -- -- -- smdsMapVpiVci OBJECT-TYPE -- SYNTAX Counter -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "The ATM VPI/VCI field in an entry in the SMDS Map." -- ::= { smdsMapEntry 2 } -- -- -- smdsMapSMDSAddr OBJECT-TYPE -- SYNTAX DisplayString (SIZE (0..20)) -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "The SMDS address field in an entry in the SMDS Map." -- ::= { smdsMapEntry 3 } -- -- Alarms and Status alarmStatus OBJECT IDENTIFIER ::= { dl200 2 } netAlarmStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF NetAlarmStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Unit and Net Level alarms and status table." ::= { alarmStatus 1 } netAlarmStatusEntry OBJECT-TYPE SYNTAX NetAlarmStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An alarm or status entry in the Unit or Network Level alarms and status table." INDEX { netAlarmIndex } ::= { netAlarmStatusTable 1 } NetAlarmStatusEntry ::= SEQUENCE { netAlarmIndex INTEGER, netAlarmSeverity INTEGER, netAlarmType INTEGER } netAlarmIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a Unit or Network Level alarm entry." ::= { netAlarmStatusEntry 1 } netAlarmSeverity 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 may indicate that the data is status only." ::= { netAlarmStatusEntry 2 } netAlarmType OBJECT-TYPE SYNTAX INTEGER { NetEvLOSdet(1), NetEvLOS(2), NetEvOOF(3), NetEvLOF(4), NetEvAISdet(5), NetEvAIS(6), NetEvRed(7), NetEvYellowdet(8), NetEvYellow(9), NetEvRxSetCode(10), NetEvRxResetCode(11), NetEvCrcThrshld(12), NetEvSesThrshld(13), NetEvUasThrshld(14), NetEvBpvMi(15), NetEvBpvMj(16), NetEvOofMi(17), NetEvOofMj(18), NetEvBpvs15Mi(19), NetEvBpvs15Mj(20), NetEvCrcs15Mi(21), NetEvCrcs15Mj(22), NetEvEs15Mi(23), NetEvEs15Mj(24), NetEvSes15Mi(25), NetEvSes15Mj(26), NetEvUas15Mi(27), NetEvUas15Mj(28), NetEvBpvs24Mi(29), NetEvBpvs24Mj(30), NetEvCrcs24Mi(31), NetEvCrcs24Mj(32), NetEvEs24Mi(33), NetEvEs24Mj(34), NetEvSes24Mi(35), NetEvSes24Mj(36), NetEvUas24Mi(37), NetEvUas24Mj(38), NetEvPlcpOof(39), NetEvPlcpLof(40), NetEvPlcpRed(41), NetEvPlcpYeldet(42), NetEvPlcpYel(43), NetEvPlcpLss0(44), NetEvPlcpLss1(45), NetEvPlcpLss2(46), NetEvPlcpLss3(47), NetEvPlcpLss4(48), NetEvPlcpLss5(49), NetEvPlcpLss6(50), NetEvPlcpLss7(51), NetEvUserLineLp(52), NetEvUserPayloadLp(53), NetEvHwLineLp(54), NetEvHwPayloadLp(55), NetEvRxSetInvCode(56), NetEvRxResetInvCode(57), NetEvTxSetCode(58), NetEvTxResetCode(59), NetEvTxSetInvCode(60), NetEvTxResetInvCode(61), CEEvRam(62), CEEvRom(63), CEEvReset(64), CEEvExtAlm(65), SarpEvReset(66), SarpEvFail(67), SarpEvUserDteLp(68), SarpEvUserDteNetLp(69), SarpEvLtLp(70), SarpEvDTR(71), SarpEvRTS(72), SarpEvLT(73), SarpEvDSR(74), SarpEvCTS(75), SarpEvRLSD(76), SarpEvTM(77), SarpEvLOSS(78), SarpEvDsuToDsu(79), SarpEvTxMID(80), SarpEvTxGEN(81) } 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." ::= { netAlarmStatusEntry 3 } -- Dte Alarm Status dteAlarmStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF DteAlarmStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DTE Level alarms and status table." ::= { alarmStatus 2 } dteAlarmStatusEntry OBJECT-TYPE SYNTAX DteAlarmStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An alarm or status entry in the Unit Level alarms and status table." INDEX { dteAlarmIndex } ::= { dteAlarmStatusTable 1 } DteAlarmStatusEntry ::= SEQUENCE { dteAlarmIndex INTEGER, dteAlarmSeverity INTEGER, dteAlarmType INTEGER } dteAlarmIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a Unit Level alarm entry." ::= { dteAlarmStatusEntry 1 } dteAlarmSeverity 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 may indicate that the data is status only." ::= { dteAlarmStatusEntry 2 } dteAlarmType OBJECT-TYPE SYNTAX INTEGER { NetEvLOSdet(1), NetEvLOS(2), NetEvOOF(3), NetEvLOF(4), NetEvAISdet(5), NetEvAIS(6), NetEvRed(7), NetEvYellowdet(8), NetEvYellow(9), NetEvRxSetCode(10), NetEvRxResetCode(11), NetEvCrcThrshld(12), NetEvSesThrshld(13), NetEvUasThrshld(14), NetEvBpvMi(15), NetEvBpvMj(16), NetEvOofMi(17), NetEvOofMj(18), NetEvBpvs15Mi(19), NetEvBpvs15Mj(20), NetEvCrcs15Mi(21), NetEvCrcs15Mj(22), NetEvEs15Mi(23), NetEvEs15Mj(24), NetEvSes15Mi(25), NetEvSes15Mj(26), NetEvUas15Mi(27), NetEvUas15Mj(28), NetEvBpvs24Mi(29), NetEvBpvs24Mj(30), NetEvCrcs24Mi(31), NetEvCrcs24Mj(32), NetEvEs24Mi(33), NetEvEs24Mj(34), NetEvSes24Mi(35), NetEvSes24Mj(36), NetEvUas24Mi(37), NetEvUas24Mj(38), NetEvPlcpOof(39), NetEvPlcpLof(40), NetEvPlcpRed(41), NetEvPlcpYeldet(42), NetEvPlcpYel(43), NetEvPlcpLss0(44), NetEvPlcpLss1(45), NetEvPlcpLss2(46), NetEvPlcpLss3(47), NetEvPlcpLss4(48), NetEvPlcpLss5(49), NetEvPlcpLss6(50), NetEvPlcpLss7(51), NetEvUserLineLp(52), NetEvUserPayloadLp(53), NetEvHwLineLp(54), NetEvHwPayloadLp(55), NetEvRxSetInvCode(56), NetEvRxResetInvCode(57), NetEvTxSetCode(58), NetEvTxResetCode(59), NetEvTxSetInvCode(60), NetEvTxResetInvCode(61), CEEvRam(62), CEEvRom(63), CEEvReset(64), CEEvExtAlm(65), SarpEvReset(66), SarpEvFail(67), SarpEvUserDteLp(68), SarpEvUserDteNetLp(69), SarpEvLtLp(70), SarpEvDTR(71), SarpEvRTS(72), SarpEvLT(73), SarpEvDSR(74), SarpEvCTS(75), SarpEvRLSD(76), SarpEvTM(77), SarpEvLOSS(78), SarpEvDsuToDsu(79), SarpEvTxMID(80), SarpEvTxGEN(81) } 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." ::= { dteAlarmStatusEntry 3 } -- Unit Event History events OBJECT IDENTIFIER ::= { dl200 3 } unitEventTable OBJECT-TYPE SYNTAX SEQUENCE OF UnitEventEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Unit Level event history table." ::= { events 1 } unitEventEntry OBJECT-TYPE SYNTAX UnitEventEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Unit Level event history table." INDEX { unitEventIndex } ::= { unitEventTable 1 } UnitEventEntry ::= SEQUENCE { unitEventIndex INTEGER, unitEventSeverity INTEGER, unitEventHour INTEGER, unitEventMinute INTEGER, unitEventSecond INTEGER, unitEventMonth INTEGER, unitEventDay INTEGER, unitEventYear INTEGER, unitEventType INTEGER, unitEventUnitNumber INTEGER } unitEventIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies a Unit Level event entry." ::= { unitEventEntry 1 } unitEventSeverity OBJECT-TYPE SYNTAX INTEGER { Status(1), Minor(2), Major(3), Idled(4), test(5) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter indicates whether an entry is status-only or the severity of an alarm entry." ::= { unitEventEntry 2 } unitEventHour OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The hour that the event occurred." ::= { unitEventEntry 3 } unitEventMinute OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The minute that the event occurred." ::= { unitEventEntry 4 } unitEventSecond OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The second that the event occurred." ::= { unitEventEntry 5 } unitEventMonth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The month that the event occurred." ::= { unitEventEntry 6 } unitEventDay OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The day that the event occurred." ::= { unitEventEntry 7 } unitEventYear OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The year that the event occurred." ::= { unitEventEntry 8 } unitEventType OBJECT-TYPE SYNTAX INTEGER { NetEvLOSdet(1), NetEvLOS(2), NetEvOOF(3), NetEvLOF(4), NetEvAISdet(5), NetEvAIS(6), NetEvRed(7), NetEvYellowdet(8), NetEvYellow(9), NetEvRxSetCode(10), NetEvRxResetCode(11), NetEvCrcThrshld(12), NetEvSesThrshld(13), NetEvUasThrshld(14), NetEvBpvMi(15), NetEvBpvMj(16), NetEvOofMi(17), NetEvOofMj(18), NetEvBpvs15Mi(19), NetEvBpvs15Mj(20), NetEvCrcs15Mi(21), NetEvCrcs15Mj(22), NetEvEs15Mi(23), NetEvEs15Mj(24), NetEvSes15Mi(25), NetEvSes15Mj(26), NetEvUas15Mi(27), NetEvUas15Mj(28), NetEvBpvs24Mi(29), NetEvBpvs24Mj(30), NetEvCrcs24Mi(31), NetEvCrcs24Mj(32), NetEvEs24Mi(33), NetEvEs24Mj(34), NetEvSes24Mi(35), NetEvSes24Mj(36), NetEvUas24Mi(37), NetEvUas24Mj(38), NetEvPlcpOof(39), NetEvPlcpLof(40), NetEvPlcpRed(41), NetEvPlcpYeldet(42), NetEvPlcpYel(43), NetEvPlcpLss0(44), NetEvPlcpLss1(45), NetEvPlcpLss2(46), NetEvPlcpLss3(47), NetEvPlcpLss4(48), NetEvPlcpLss5(49), NetEvPlcpLss6(50), NetEvPlcpLss7(51), NetEvUserLineLp(52), NetEvUserPayloadLp(53), NetEvHwLineLp(54), NetEvHwPayloadLp(55), NetEvRxSetInvCode(56), NetEvRxResetInvCode(57), NetEvTxSetCode(58), NetEvTxResetCode(59), NetEvTxSetInvCode(60), NetEvTxResetInvCode(61), CEEvRam(62), CEEvRom(63), CEEvReset(64), CEEvExtAlm(65), SarpEvReset(66), SarpEvFail(67), SarpEvUserDteLp(68), SarpEvUserDteNetLp(69), SarpEvLtLp(70), SarpEvDTR(71), SarpEvRTS(72), SarpEvLT(73), SarpEvDSR(74), SarpEvCTS(75), SarpEvRLSD(76), SarpEvTM(77), SarpEvLOSS(78), SarpEvDsuToDsu(79), SarpEvTxMID(80), SarpEvTxGEN(81) } 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." ::= { unitEventEntry 9 } unitEventUnitNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The unit number of the device originating the event." ::= { unitEventEntry 10 } -- statistics statistics OBJECT IDENTIFIER ::= { dl200 4 } bellDs1 OBJECT IDENTIFIER ::= { statistics 1 } netCurrStxTable OBJECT-TYPE SYNTAX SEQUENCE OF NetCurrStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Network statistics current table." ::= { bellDs1 1 } netCurrStxEntry OBJECT-TYPE SYNTAX NetCurrStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Network current table." INDEX { netCurrStxIndex } ::= { netCurrStxTable 1 } NetCurrStxEntry ::= SEQUENCE { netCurrStxIndex INTEGER, netCurrStxLCV Gauge, netCurrStxLES Gauge, netCurrStxLSES Gauge, netCurrStxCV Gauge, netCurrStxES Gauge, netCurrStxSES Gauge, netCurrStxSEFS Gauge, netCurrStxAISS Gauge, netCurrStxUAS Gauge } netCurrStxIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index in the netPortTable that identifies the network port whose statistics are being queried." ::= { netCurrStxEntry 1 } netCurrStxLCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Line Code Violations encountered by the Network port in the current 15-minute interval." ::= { netCurrStxEntry 2 } netCurrStxLES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of LES encountered by the Network port in the current 15-minute interval." ::= { netCurrStxEntry 3 } netCurrStxLSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of LSES encountered by the Network port in the current 15-minute interval." ::= { netCurrStxEntry 4 } netCurrStxCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of CV encountered by the Network port in the current 15-minute interval." ::= { netCurrStxEntry 5 } netCurrStxES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of ES encountered by the Network port in the current 15-minute interval." ::= { netCurrStxEntry 6 } netCurrStxSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SES encountered by the Network port in the current 15-minute interval." ::= { netCurrStxEntry 7 } netCurrStxSEFS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SEFS encountered by the Network port in the current 15-minute interval." ::= { netCurrStxEntry 8 } netCurrStxAISS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of AISS encountered by the Network port in the current 15-minute interval." ::= { netCurrStxEntry 9 } netCurrStxUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of UAS encountered by the Network port in the current 15-minute interval." ::= { netCurrStxEntry 10 } -- Network Statistics: Interval Group netIntrvlStxTable OBJECT-TYPE SYNTAX SEQUENCE OF NetIntrvlStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Network statistics interval table." ::= { bellDs1 2 } netIntrvlStxEntry OBJECT-TYPE SYNTAX NetIntrvlStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Network statistics interval table." INDEX { netIntrvlStxNum } ::= { netIntrvlStxTable 1 } NetIntrvlStxEntry ::= SEQUENCE { netIntrvlStxNum INTEGER (1..96), netIntrvlStxLCV Gauge, netIntrvlStxLES Gauge, netIntrvlStxLSES Gauge, netIntrvlStxCV Gauge, netIntrvlStxES Gauge, netIntrvlStxSES Gauge, netIntrvlStxSEFS Gauge, netIntrvlStxAISS Gauge, netIntrvlStxUAS Gauge } netIntrvlStxNum 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)." ::= { netIntrvlStxEntry 1 } netIntrvlStxLCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Line Code Violations encountered by the network port in one of the previous 96 individual 15-minute intervals." ::= { netIntrvlStxEntry 2 } netIntrvlStxLES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of LES encountered by the network port in one of the previous 96 individual 15-minute intervals." ::= { netIntrvlStxEntry 3 } netIntrvlStxLSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of LSES encountered by the network port in one of the previous 96 individual 15-minute intervals." ::= { netIntrvlStxEntry 4 } netIntrvlStxCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of CV encountered by the network port in one of the previous 96 individual 15-minute intervals." ::= { netIntrvlStxEntry 5 } netIntrvlStxES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of ES encountered by the network port in one of the previous 96 individual 15-minute intervals." ::= { netIntrvlStxEntry 6 } netIntrvlStxSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SES encountered by the network port in one of the previous 96 individual 15-minute intervals." ::= { netIntrvlStxEntry 7 } netIntrvlStxSEFS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SEFS encountered by the network port in one of the previous 96 individual 15-minute intervals." ::= { netIntrvlStxEntry 8 } netIntrvlStxAISS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of AISS encountered by the network port in one of the previous 96 individual 15-minute intervals." ::= { netIntrvlStxEntry 9 } netIntrvlStxUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of UAS encountered by the network port in one of the previous 96 individual 15-minute intervals." ::= { netIntrvlStxEntry 10 } -- Network Statistics: Current Total Group netCurrTotalStxTable OBJECT-TYPE SYNTAX SEQUENCE OF NetCurrTotalStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Network statistics total table." ::= { bellDs1 3 } netCurrTotalStxEntry OBJECT-TYPE SYNTAX NetCurrTotalStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Network statistics total table." INDEX { netCurrTotalStxIndex } ::= { netCurrTotalStxTable 1 } NetCurrTotalStxEntry ::= SEQUENCE { netCurrTotalStxIndex INTEGER, netCurrTotalStxLCV Gauge, netCurrTotalStxLES Gauge, netCurrTotalStxLSES Gauge, netCurrTotalStxCV Gauge, netCurrTotalStxES Gauge, netCurrTotalStxSES Gauge, netCurrTotalStxSEFS Gauge, netCurrTotalStxAISS Gauge, netCurrTotalStxUAS Gauge } netCurrTotalStxIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index in the netCardTable that identifies the network port whose statistics are being queried." ::= { netCurrTotalStxEntry 1 } netCurrTotalStxLCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Line Code Violations encountered by the Network in the last 24-hour period." ::= { netCurrTotalStxEntry 2 } netCurrTotalStxLES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of LES encountered by the Network in the last 24-hour period." ::= { netCurrTotalStxEntry 3 } netCurrTotalStxLSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of LSES encountered by the Network in the last 24-hour period." ::= { netCurrTotalStxEntry 4 } netCurrTotalStxCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of CV encountered by the Network in the last 24-hour period." ::= { netCurrTotalStxEntry 5 } netCurrTotalStxES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of ES encountered by the Network in the last 24-hour period." ::= { netCurrTotalStxEntry 6 } netCurrTotalStxSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SES encountered by the Network in the last 24-hour period." ::= { netCurrTotalStxEntry 7 } netCurrTotalStxSEFS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SEFS encountered by the Network in the last 24-hour period." ::= { netCurrTotalStxEntry 8 } netCurrTotalStxAISS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of AISS encountered by the Network in the last 24-hour period." ::= { netCurrTotalStxEntry 9 } netCurrTotalStxUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of UAS encountered by the Network in the last 24-hour period." ::= { netCurrTotalStxEntry 10 } -- Network Statistics: Previous Total Group netPrevTotalStxTable OBJECT-TYPE SYNTAX SEQUENCE OF NetPrevTotalStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Network statistics total table." ::= { bellDs1 4 } netPrevTotalStxEntry OBJECT-TYPE SYNTAX NetPrevTotalStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Network statistics total table." INDEX { netPrevTotalStxIndex } ::= { netPrevTotalStxTable 1 } NetPrevTotalStxEntry ::= SEQUENCE { netPrevTotalStxIndex INTEGER, netPrevTotalStxLCV Gauge, netPrevTotalStxLES Gauge, netPrevTotalStxLSES Gauge, netPrevTotalStxCV Gauge, netPrevTotalStxES Gauge, netPrevTotalStxSES Gauge, netPrevTotalStxSEFS Gauge, netPrevTotalStxAISS Gauge, netPrevTotalStxUAS Gauge } netPrevTotalStxIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index in the netCardTable that identifies the network port whose statistics are being queried." ::= { netPrevTotalStxEntry 1 } netPrevTotalStxLCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Line Code Violations encountered by the Network in the last 24-hour period." ::= { netPrevTotalStxEntry 2 } netPrevTotalStxLES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of LES encountered by the Network in the last 24-hour period." ::= { netPrevTotalStxEntry 3 } netPrevTotalStxLSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of LSES encountered by the Network in the last 24-hour period." ::= { netPrevTotalStxEntry 4 } netPrevTotalStxCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of CV encountered by the Network in the last 24-hour period." ::= { netPrevTotalStxEntry 5 } netPrevTotalStxES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of ES encountered by the Network in the last 24-hour period." ::= { netPrevTotalStxEntry 6 } netPrevTotalStxSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SES encountered by the Network in the last 24-hour period." ::= { netPrevTotalStxEntry 7 } netPrevTotalStxSEFS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SEFS encountered by the Network in the last 24-hour period." ::= { netPrevTotalStxEntry 8 } netPrevTotalStxAISS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of AISS encountered by the Network in the last 24-hour period." ::= { netPrevTotalStxEntry 9 } netPrevTotalStxUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of UAS encountered by the Network in the last 24-hour period." ::= { netPrevTotalStxEntry 10 } -- PLCP Statistics bellPlcp OBJECT IDENTIFIER ::= { statistics 2 } plcpCurrStxTable OBJECT-TYPE SYNTAX SEQUENCE OF PlcpCurrStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The PLCP statistics current table." ::= { bellPlcp 1 } plcpCurrStxEntry OBJECT-TYPE SYNTAX PlcpCurrStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the plcp current table." INDEX { plcpCurrStxIndex } ::= { plcpCurrStxTable 1 } PlcpCurrStxEntry ::= SEQUENCE { plcpCurrStxIndex INTEGER, plcpCurrStxFEBE Gauge, plcpCurrStxCV Gauge, plcpCurrStxES Gauge, plcpCurrStxSES Gauge, plcpCurrStxSEFS Gauge, plcpCurrStxUAS Gauge } plcpCurrStxIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An entry in the PLCP current table." ::= { plcpCurrStxEntry 1 } plcpCurrStxFEBE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of FEBE encountered by the plcp port in the current 15-minute interval." ::= { plcpCurrStxEntry 2 } plcpCurrStxCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of CV encountered by the plcp in the current 15-minute interval." ::= { plcpCurrStxEntry 3 } plcpCurrStxES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of ES encountered by the plcp in the current 15-minute interval." ::= { plcpCurrStxEntry 4 } plcpCurrStxSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SES encountered by the plcp in the current 15-minute interval." ::= { plcpCurrStxEntry 5 } plcpCurrStxSEFS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SEFS encountered by the plcp port in the current 15-minute interval." ::= { plcpCurrStxEntry 6 } plcpCurrStxUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of UAS encountered by the plcp in the current 15-minute interval." ::= { plcpCurrStxEntry 7 } -- PLCP Statistics: Interval Group plcpIntrvlStxTable OBJECT-TYPE SYNTAX SEQUENCE OF PlcpIntrvlStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The PLCP statistics interval table." ::= { bellPlcp 2 } plcpIntrvlStxEntry OBJECT-TYPE SYNTAX PlcpIntrvlStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the plcp statistics interval table." INDEX { plcpIntrvlStxNum } ::= { plcpIntrvlStxTable 1 } PlcpIntrvlStxEntry ::= SEQUENCE { plcpIntrvlStxNum INTEGER (1..96), plcpIntrvlStxFEBE Gauge, plcpIntrvlStxCV Gauge, plcpIntrvlStxES Gauge, plcpIntrvlStxSES Gauge, plcpIntrvlStxSEFS Gauge, plcpIntrvlStxUAS Gauge } plcpIntrvlStxNum 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)." ::= { plcpIntrvlStxEntry 1 } plcpIntrvlStxFEBE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of FEBE encountered by the plcp in one of the previous 96 individual 15-minute intervals." ::= { plcpIntrvlStxEntry 2 } plcpIntrvlStxCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of CV encountered by the plcp in one of the previous 96 individual 15-minute intervals." ::= { plcpIntrvlStxEntry 3 } plcpIntrvlStxES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of ES encountered by the plcp in one of the previous 96 individual 15-minute intervals." ::= { plcpIntrvlStxEntry 4 } plcpIntrvlStxSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SES encountered by the plcp in one of the previous 96 individual 15-minute intervals." ::= { plcpIntrvlStxEntry 5 } plcpIntrvlStxSEFS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SEFS encountered by the plcp in one of the previous 96 individual 15-minute intervals." ::= { plcpIntrvlStxEntry 6 } plcpIntrvlStxUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of UAS encountered by the plcp in one of the previous 96 individual 15-minute intervals." ::= { plcpIntrvlStxEntry 7 } -- PLCP Statistics: Current Total Group plcpCurrTotalStxTable OBJECT-TYPE SYNTAX SEQUENCE OF PlcpCurrTotalStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The plcp statistics total table." ::= { bellPlcp 3 } plcpCurrTotalStxEntry OBJECT-TYPE SYNTAX PlcpCurrTotalStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the plcp statistics total table." INDEX { plcpCurrTotalStxIndex } ::= { plcpCurrTotalStxTable 1 } PlcpCurrTotalStxEntry ::= SEQUENCE { plcpCurrTotalStxIndex INTEGER, plcpCurrTotalStxFEBE Gauge, plcpCurrTotalStxCV Gauge, plcpCurrTotalStxES Gauge, plcpCurrTotalStxSES Gauge, plcpCurrTotalStxSEFS Gauge, plcpCurrTotalStxUAS Gauge } plcpCurrTotalStxIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies an entry in the PLCP Total Statistics Table." ::= { plcpCurrTotalStxEntry 1 } plcpCurrTotalStxFEBE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of FEBE encountered by the plcp layer in the last 24-hour period." ::= { plcpCurrTotalStxEntry 2 } plcpCurrTotalStxCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of CV encountered by the plcp in the last 24-hour period." ::= { plcpCurrTotalStxEntry 3 } plcpCurrTotalStxES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of ES encountered by the plcp in the last 24-hour period." ::= { plcpCurrTotalStxEntry 4 } plcpCurrTotalStxSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SES encountered by the plcp in the last 24-hour period." ::= { plcpCurrTotalStxEntry 5 } plcpCurrTotalStxSEFS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SEFS encountered by the plcp in the last 24-hour period." ::= { plcpCurrTotalStxEntry 6 } plcpCurrTotalStxUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of UAS encountered by the plcp in the last 24-hour period." ::= { plcpCurrTotalStxEntry 7 } -- PLCP Statistics: Previous Total Group plcpPrevTotalStxTable OBJECT-TYPE SYNTAX SEQUENCE OF PlcpPrevTotalStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The plcp statistics total table." ::= { bellPlcp 4 } plcpPrevTotalStxEntry OBJECT-TYPE SYNTAX PlcpPrevTotalStxEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the plcp statistics total table." INDEX { plcpPrevTotalStxIndex } ::= { plcpPrevTotalStxTable 1 } PlcpPrevTotalStxEntry ::= SEQUENCE { plcpPrevTotalStxIndex INTEGER, plcpPrevTotalStxCV Gauge, plcpPrevTotalStxES Gauge, plcpPrevTotalStxSES Gauge, plcpPrevTotalStxSEFS Gauge, plcpPrevTotalStxUAS Gauge } plcpPrevTotalStxIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies an entry in the PLCP previous Total Statistics Table." ::= { plcpPrevTotalStxEntry 1 } plcpPrevTotalStxFEBE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of FEBE encountered by the plcp in the last 24-hour period." ::= { plcpPrevTotalStxEntry 2 } plcpPrevTotalStxCV OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of CV encountered by the plcp in the last 24-hour period." ::= { plcpPrevTotalStxEntry 3 } plcpPrevTotalStxES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of ES encountered by the plcp in the last 24-hour period." ::= { plcpPrevTotalStxEntry 4 } plcpPrevTotalStxSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SES encountered by the plcp in the last 24-hour period." ::= { plcpPrevTotalStxEntry 5 } plcpPrevTotalStxSEFS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of SEFS encountered by the plcp in the last 24-hour period." ::= { plcpPrevTotalStxEntry 6 } plcpPrevTotalStxUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of UAS encountered by the plcp in the last 24-hour period." ::= { plcpPrevTotalStxEntry 7 } -- SMDS statistics: Tx group smdsStxTx OBJECT IDENTIFIER ::= { statistics 3 } smdsStxTxSeconds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS Seconds elapsed." ::= { smdsStxTx 1 } smdsStxTxRestart OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS Tx processor restarts." ::= { smdsStxTx 2 } smdsStxTxL2Null OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS Null L2/Cells transmitted." ::= { smdsStxTx 3 } smdsStxTxL2Pdu OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS (Non-Null) L2/Cells transmitted." ::= { smdsStxTx 4 } smdsStxTxFrCrc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS HDLC frames with CRC (FCS) errors." ::= { smdsStxTx 5 } smdsStxTxFrAbort OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS HDLC frames aborted." ::= { smdsStxTx 6 } smdsStxTxFrNOA OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS number of HDLC frames non-octet aligned." ::= { smdsStxTx 7 } smdsStxTxFrOvr OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS number of HDLC FIFO overruns." ::= { smdsStxTx 8 } smdsStxTxFrSmall OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS number of HDLC frames too small." ::= { smdsStxTx 9 } smdsStxTxFrBig OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS number of HDLC frames too big." ::= { smdsStxTx 10 } smdsStxTxFrDisc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS number of HDLC frames dropped (lack of resources)." ::= { smdsStxTx 11 } smdsStxTxFrHdr OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS number of HDLC frames with header errors." ::= { smdsStxTx 12 } smdsStxTxL3Pdu OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L3/CS_PDUs segmented (and transmitted)." ::= { smdsStxTx 13 } smdsStxTxL3Len OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L3/CS_PDUs length error (odd size)." ::= { smdsStxTx 14 } smdsStxTxTestMsg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS Test Messages received from DTE. " ::= { smdsStxTx 15 } smdsStxTxLmiMsg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS LMI Messages received from DTE. " ::= { smdsStxTx 16 } smdsStxTxNmsMsg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM messages received from DTE." ::= { smdsStxTx 17 } -- SMDS statistics: Rx group smdsStxRx OBJECT IDENTIFIER ::= { statistics 4 } smdsStxRxSeconds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS Seconds elapsed." ::= { smdsStxRx 1 } smdsStxRxRestart OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS Rx processor restarts." ::= { smdsStxRx 2 } smdsStxRxTestMsg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS Test Messages sent to DTE. " ::= { smdsStxRx 3 } smdsStxRxLmiMsg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS LMI Messages sent to DTE. " ::= { smdsStxRx 4 } smdsStxRxL3Pdu OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L3/CS_PDUs assembled (and transmitted)." ::= { smdsStxRx 5 } smdsStxRxL3Tmr OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L3/CS_PDUs timed out." ::= { smdsStxRx 6 } smdsStxRxL3Big OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L3/CS_PDUs too big." ::= { smdsStxRx 7 } smdsStxRxL3Disc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L3/CS_PDUs dropped (lack of resources)." ::= { smdsStxRx 8 } smdsStxRxL3InvSA OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L3/CS_PDUs with invalid SA field." ::= { smdsStxRx 9 } smdsStxRxL2Null OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS Null L2/Cells received." ::= { smdsStxRx 10 } smdsStxRxL2Pdu OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L2/Cells received without error." ::= { smdsStxRx 11 } smdsStxRxL2HEC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L2/Cells with HEC or SMDS NCF error." ::= { smdsStxRx 12 } smdsStxRxL2Vci OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L2/Cells with invalid VCI." ::= { smdsStxRx 13 } smdsStxRxL2Crc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L2/Cells with CRC10 error." ::= { smdsStxRx 14 } smdsStxRxL2MidBS OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS BOMs & SSMs with invalid MIDs." ::= { smdsStxRx 15 } smdsStxRxL2MidE OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS EOMs with invalid MIDs." ::= { smdsStxRx 16 } smdsStxRxL2MidC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS COMs with invalid MIDs." ::= { smdsStxRx 17 } smdsStxRxL2BOM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS BOMs & SSMs with active reassembly proc." ::= { smdsStxRx 18 } smdsStxRxL2COM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS COMs without an active reassembly proc." ::= { smdsStxRx 19 } smdsStxRxL2EOM OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS EOMs without an active reassembly proc." ::= { smdsStxRx 20 } smdsStxRxL2Len OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L2/Cells with invalid length field." ::= { smdsStxRx 21 } smdsStxRxL2Seq OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS COMs & EOMs with invalid sequence number." ::= { smdsStxRx 22 } smdsStxRxL2Disc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L2/Cells dropped (lack of resources)." ::= { smdsStxRx 23 } smdsStxRxL2Fifo OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS L2 LCA FIFO overflow (software not keeping up)." ::= { smdsStxRx 24 } smdsStxRxNmRxDC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS NM messages discarded by SMDS uP (from E3 port) ." ::= { smdsStxRx 25 } smdsStxRxNmTxDC OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS NM messages discarded by SMDS uP (to DTE port) ." ::= { smdsStxRx 26 } smdsStxRxNmsMsg OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM messages sent to DTE." ::= { smdsStxRx 27 } -- SMDS statistics: Network Manager group smdsStxNm OBJECT IDENTIFIER ::= { statistics 5 } smdsStxNmSeconds OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the SMDS Seconds elapsed." ::= { smdsStxNm 1 } smdsStxNmOptSMDS 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." ::= { smdsStxNm 2 } smdsStxNmFormat 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." ::= { smdsStxNm 3 } smdsStxNmSrcIP 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." ::= { smdsStxNm 4 } smdsStxNmDstIP OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " The counter associated with the NM msgs discarded by IBIP: Dest. " ::= { smdsStxNm 5 } -- test Configuration testConfig OBJECT IDENTIFIER ::= { dl200 5 } networkLoopback OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter specifies the test mode of the network interface." ::= { testConfig 1 } payloadLoopback OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter specifies the test mode of the network interface." ::= { testConfig 2 } dteLoopback OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter specifies the test mode of the network interface." ::= { testConfig 3 } dteNetLoopback OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter specifies the test mode of the network interface." ::= { testConfig 4 } txMidOverride OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter enables the Tx MID Override test mode of the Segmentation And Reassembly Processor." ::= { testConfig 5 } testMID OBJECT-TYPE SYNTAX INTEGER (1..1023) ACCESS read-write STATUS mandatory DESCRIPTION "This parameter specifies the test MID value of the Segmentation And Reassembly Processor." ::= { testConfig 6 } txGen OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter enables the Packet Generator Test mode of the Segmentation And Reassembly Processor." ::= { testConfig 7 } txGenSa OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "SMDS Source address for the Segmentation And Reassembly Processor's Packet Test mode. This is expressed as ASCII characters which represent a 64-bit value. " ::= { testConfig 8 } txGenDa OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "SMDS Destination address for the Segmentation And Reassembly Processor's Packet Test mode. This is expressed as ASCII characters which represent a 64-bit value. " ::= { testConfig 9 } txGenIpSa OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "SMDS IP Source address for the Segmentation And Reassembly Processor's Packet Test mode. This is expressed as ASCII characters which represent a 64-bit value. " ::= { testConfig 10 } txGenIpDa OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-write STATUS mandatory DESCRIPTION "SMDS IP Destination address for the Segmentation And Reassembly Processor's Packet Test mode. This is expressed as ASCII characters which represent a 64-bit value. " ::= { testConfig 11 } txGenBytes OBJECT-TYPE SYNTAX INTEGER (0..9188) ACCESS read-write STATUS mandatory DESCRIPTION "This parameter describes the number of bytes per packet for the Packets Test mode of the Segmentation And Reassembly Processor." ::= { testConfig 12 } txGenRate OBJECT-TYPE SYNTAX INTEGER (0..5000) ACCESS read-write STATUS mandatory DESCRIPTION "This parameter describes the inter-packet delay for the Packets Test mode of the Segmentation And Reassembly Processor." ::= { testConfig 13 } txSetCode OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter enables or disables the transmission SET codes." ::= { testConfig 14 } txResetCode OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter enables or disables the transmission RESET codes." ::= { testConfig 15 } txSetInvCode OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter enables or disables the transmission inverted SET codes." ::= { testConfig 16 } txResetInvCode OBJECT-TYPE SYNTAX INTEGER { Disabled(1), Enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This parameter enables or disables the transmission inverted RESET codes." ::= { testConfig 17 } END