-- -- Copyright 1994-1998 ADC Telecommunications, Inc. All rights reserved. -- -- ADC Telecommunications, Inc. Confidential and Proprietary -- This work contains valuable confidential and proprietary information. -- Disclosure, use or reproduction without the written authorization of ADC -- Telecommunications, Inc. is prohibited. This unpublished work by ADC -- Telecommunications, Inc. is protected by the laws of the United States and -- other countries. -- DSMAX-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, Gauge, IpAddress, Counter FROM RFC1155-SMI -- DisplayString -- FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212; -- This type was added so that sunnet manager would display strings -- as strings instead of their ascii value. DisplayString ::= OCTET STRING -------------------------------------------------------------------------- -- Indexes to tables. -------------------------------------------------------------------------- adcKentrox OBJECT IDENTIFIER ::= { enterprises 181 } ktxMibs OBJECT IDENTIFIER ::= { adcKentrox 2 } -- -- NOTE: The following line must say "OBJECT IDENTIFIER" to compile -- for HP OpenView and Sun Net Manager. However, it must say "OBJECT-TYPE" -- to compile with Epilogue. -- dsMax OBJECT-TYPE -- Following lines set defaults for this node and all nodes below it. ::= { ktxMibs 1 } dsMSs OBJECT IDENTIFIER ::= { dsMax 1 } dsMRp OBJECT IDENTIFIER ::= { dsMax 2 } dsMLm OBJECT IDENTIFIER ::= { dsMax 3 } dsMRm OBJECT IDENTIFIER ::= { dsMax 4 } dsMAc OBJECT IDENTIFIER ::= { dsMax 5 } dsMCc OBJECT IDENTIFIER ::= { dsMax 6 } dsMDc OBJECT IDENTIFIER ::= { dsMax 7 } dsMFc OBJECT IDENTIFIER ::= { dsMax 8 } dsMMc OBJECT IDENTIFIER ::= { dsMax 9 } dsMNc OBJECT IDENTIFIER ::= { dsMax 10 } dsMPc OBJECT IDENTIFIER ::= { dsMax 11 } dsMSc OBJECT IDENTIFIER ::= { dsMax 12 } dsMTc OBJECT IDENTIFIER ::= { dsMax 13 } -------------------------------------------------------------------- -- BEGIN - DataSMART MAX System Status MIB variables -------------------------------------------------------------------- dsMSsAlarmSource OBJECT-TYPE SYNTAX INTEGER { ssSourceNone (1), ssSourceNi (2), ssSourceTi (3), ssSourceDp1 (4), ssSourceDp2 (5), ssSourceDp3 (6), ssSourceDp4 (7), ssSourceSystem (8) } ACCESS read-only STATUS mandatory DESCRIPTION "If the alarm is occuring on a port, this object states which port." ::= { dsMSs 1 } dsMSsAlarmState OBJECT-TYPE SYNTAX INTEGER { ssStateNone (1), ssStateEcf (2), ssStateLos (3), ssStateAis (4), ssStateOof (5), ssStateBer (6), ssStateYel (7), ssStateRfa (8), ssStateRma (9), ssStateOmf (10), ssStateEer (11) } ACCESS read-only STATUS mandatory DESCRIPTION "The alarm state the system is currently in." ::= { dsMSs 2 } dsMSsLoopback OBJECT-TYPE SYNTAX INTEGER { ssLbkNone (1), ssLbkRemLlb (2), ssLbkRemPlb (3), ssLbkRemDp1 (4), ssLbkRemDp2 (5), ssLbkRemDp3 (6), ssLbkRemDp4 (7), ssLbkLlb (8), ssLbkLoc (9), ssLbkPlb (10), ssLbkTlb (11), ssLbkDp1 (12), ssLbkDp2 (13), ssLbkDp3 (14), ssLbkDp4 (15), ssLbkDt1 (16), ssLbkDt2 (17), ssLbkDt3 (18), ssLbkDt4 (19) } ACCESS read-only STATUS mandatory DESCRIPTION "The loopback the system is currently performing." ::= { dsMSs 3 } dsMSsDpLed OBJECT-TYPE SYNTAX INTEGER { ssDpLed1 (1), ssDpLed2 (2), ssDpLed3 (3), ssDpLed4 (4) } ACCESS read-write STATUS mandatory DESCRIPTION "The data port that the front panel LEDs are set to. This object really has no remote monitoring function since you have to be looking at the unit." ::= { dsMSs 4 } -------------------------------------------------------------------- -- END - DataSMART MAX System Status MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Reports MIB variables -------------------------------------------------------------------- dsMRpUsr OBJECT IDENTIFIER ::= { dsMRp 1 } dsMRpCar OBJECT IDENTIFIER ::= { dsMRp 2 } dsMRpStat OBJECT IDENTIFIER ::= { dsMRp 3 } dsMRpPl OBJECT IDENTIFIER ::= { dsMRp 4 } -------------------------------------------------------------------- dsMRpUsrTmCntTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMRpUsrTmCntEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The User Time Counts Table. This table contains information about the number of seconds in the current 15-minute interval, the number of complete 15-minute intervals in the Interval tabl, and the number of days in the Day table." ::= { dsMRpUsr 1 } dsMRpUsrTmCntEntry OBJECT-TYPE SYNTAX DsMRpUsrTmCntEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the User Time Counts Table." INDEX { dsMRpUsrTmCntIndex } ::= { dsMRpUsrTmCntTable 1 } DsMRpUsrTmCntEntry ::= SEQUENCE { dsMRpUsrTmCntIndex INTEGER, dsMRpUsrTmCntSecs INTEGER, dsMRpUsrTmCnt15Mins INTEGER, dsMRpUsrTmCntDays INTEGER } dsMRpUsrTmCntIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index to the User Time Counts Table. The valid indicies are: VALUE DESCRIPTION 1 Network Interface 2 Terminal Interface 3 Far End Network Interface" ::= { dsMRpUsrTmCntEntry 1 } dsMRpUsrTmCntSecs OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds in the current 16-minute interval." ::= { dsMRpUsrTmCntEntry 2 } dsMRpUsrTmCnt15Mins OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of completed 15-minute intervals in the Interval Table." ::= { dsMRpUsrTmCntEntry 3 } dsMRpUsrTmCntDays OBJECT-TYPE SYNTAX INTEGER (0..7) ACCESS read-only STATUS mandatory DESCRIPTION "The number of completed days in the Day Table." ::= { dsMRpUsrTmCntEntry 4 } -------------------------------------------------------------------- dsMRpUsrCurTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMRpUsrCurEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The User Current Table. This table contains performance information from the current 15-minute interval for the Network, Terminal, and Far End Network Interfaces." ::= { dsMRpUsr 2 } dsMRpUsrCurEntry OBJECT-TYPE SYNTAX DsMRpUsrCurEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the User Current Table." INDEX { dsMRpUsrCurIndex } ::= { dsMRpUsrCurTable 1 } DsMRpUsrCurEntry ::= SEQUENCE { dsMRpUsrCurIndex INTEGER, dsMRpUsrCurEE Gauge, dsMRpUsrCurES Gauge, dsMRpUsrCurBES Gauge, dsMRpUsrCurSES Gauge, dsMRpUsrCurUAS Gauge, dsMRpUsrCurCSS Gauge, dsMRpUsrCurDM Gauge, dsMRpUsrCurStatus DisplayString } dsMRpUsrCurIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index for the User Current Table. The valid values for this index are: VALUE DESCRIPTION 1 Network Interface 2 Terminal Interface 3 Far End Network Interface" ::= { dsMRpUsrCurEntry 1 } dsMRpUsrCurEE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Event Errors encountered by a DS1/E1 interface in the current 15-minute interval." ::= { dsMRpUsrCurEntry 2 } dsMRpUsrCurES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1/E1 interface in the current 15-minute interval." ::= { dsMRpUsrCurEntry 3 } dsMRpUsrCurBES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds encountered by a DS1/E1 interface in the current 15-minute interval." ::= { dsMRpUsrCurEntry 4 } dsMRpUsrCurSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Srrored Seconds encountered by a DS1/E1 intervace in the current 15-minute interval." ::= { dsMRpUsrCurEntry 5 } dsMRpUsrCurUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1/E1 interface in the current 15-minute interval." ::= { dsMRpUsrCurEntry 6 } dsMRpUsrCurCSS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1/E1 interface in the current 15-minute interval." ::= { dsMRpUsrCurEntry 7 } dsMRpUsrCurDM OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Degraded Minutes encountered by a DS1/E1 interface in the current 15-minute interval." ::= { dsMRpUsrCurEntry 8 } dsMRpUsrCurStatus OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "The error conditions encountered by a DS1/E1 interface in the current 15-minute interval. The error conditions are signified by a single character. The possible values are: VALUE DESCRIPTION C A CRC error has been detected on the received T1/E1 signal B A bipolar (line) violation has occured on the received T1/E1 signal L A LOS condition (but not necessarily an alarm) has occurred on the received T1/E1 signal O An OOF condition (but not necessarily an alarm) has occurred on the received T1/E1 E An EER condition (but not necessarily an alarm) has occurred on the received T1/E1 signal A An AIS condition (but not necessarily an alarm) has occurred on the received T1/E1 signal Y A Yellow alarm has occurred on the received T1/E1 signal S A controlled slip has occurred on the received T1/E1 signal @ There is an active alarm T There is a loop back, code generation, or BERT active N The unit was without power" ::= { dsMRpUsrCurEntry 9 } -------------------------------------------------------------------- dsMRpUsrIntvlTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMRpUsrIntvlEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The User Interval Table. This table contains performance information for the past 24 hours, broken down by 15-minute intervals for the Network, Terminal, and Far End Network Interfaces." ::= { dsMRpUsr 3 } dsMRpUsrIntvlEntry OBJECT-TYPE SYNTAX DsMRpUsrIntvlEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the User Interval Table." INDEX { dsMRpUsrIntvlIndex, dsMRpUsrIntvlNum } ::= { dsMRpUsrIntvlTable 1 } DsMRpUsrIntvlEntry ::= SEQUENCE { dsMRpUsrIntvlIndex INTEGER, dsMRpUsrIntvlNum INTEGER, dsMRpUsrIntvlEE Gauge, dsMRpUsrIntvlES Gauge, dsMRpUsrIntvlBES Gauge, dsMRpUsrIntvlSES Gauge, dsMRpUsrIntvlUAS Gauge, dsMRpUsrIntvlCSS Gauge, dsMRpUsrIntvlDM Gauge, dsMRpUsrIntvlStatus DisplayString } dsMRpUsrIntvlIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index for the User Interval Table. The valid values for this index are: VALUE DESCRIPTION 1 Network Interface 2 Terminal Interface 3 Far End Network Interface" ::= { dsMRpUsrIntvlEntry 1 } dsMRpUsrIntvlNum OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "This is the interval number of the User Interval Table. It will be the number of completed 15-minute intervals since the unit has been powered up. After 24 hours, this value remains constant at 96 intervals." ::= { dsMRpUsrIntvlEntry 2 } dsMRpUsrIntvlEE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Event Errors encountered by a DS1/E1 interface in one of the previous 96 15-minute intervals." ::= { dsMRpUsrIntvlEntry 3 } dsMRpUsrIntvlES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1/E1 interface in one of the previous 96 15-minute intervals." ::= { dsMRpUsrIntvlEntry 4 } dsMRpUsrIntvlBES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds encountered by a DS1/E1 interface in one of the pervious 96 15-minute intervals." ::= { dsMRpUsrIntvlEntry 5 } dsMRpUsrIntvlSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1/E1 interface in one of the previous 96 15-minute intervals." ::= { dsMRpUsrIntvlEntry 6 } dsMRpUsrIntvlUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1/E1 interface in one of the previous 96 15-minute intervals." ::= { dsMRpUsrIntvlEntry 7 } dsMRpUsrIntvlCSS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1/E1 interface in one of the previous 96 15-minute intervals." ::= { dsMRpUsrIntvlEntry 8 } dsMRpUsrIntvlDM OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Degraded Minutes encountered by a DS1/E1 interface in one of the previous 96 15-minute intervals." ::= { dsMRpUsrIntvlEntry 9 } dsMRpUsrIntvlStatus OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "The error conditions encountered by a DS1/E1 interface in one of the pervious 96 15-minute intervals. The error conditions are signified by a single character. The possible values are: VALUE DESCRIPTION C A CRC error has been detected on the received T1/E1 signal B A bipolar (line) violation has occured on the received T1/E1 signal L A LOS condition (but not necessarily an alarm) has occurred on the received T1/E1 signal O An OOF condition (but not necessarily an alarm) has occurred on the received T1/E1 E An EER condition (but not necessarily an alarm) has occurred on the received T1/E1 signal A An AIS condition (but not necessarily an alarm) has occurred on the received T1/E1 signal Y A Yellow alarm has occurred on the received T1/E1 signal S A controlled slip has occurred on the received T1/E1 signal @ There is an active alarm T There is a loop back, code generation, or BERT active N The unit was without power" ::= { dsMRpUsrIntvlEntry 10 } -------------------------------------------------------------------- dsMRpUsrTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMRpUsrTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The User Total Table. This table contains performance information for the past 24-hours, for the Network, Terminal, and Far End Network Interfaces. This is a rolling count. When the current 15-minute interval is up, the last entry in the interval table will be removed and the completed 15-minute interval added. At this point the Total Table will be re-calculated." ::= { dsMRpUsr 4 } dsMRpUsrTotalEntry OBJECT-TYPE SYNTAX DsMRpUsrTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the User Total Table." INDEX { dsMRpUsrTotalIndex } ::= { dsMRpUsrTotalTable 1 } DsMRpUsrTotalEntry ::= SEQUENCE { dsMRpUsrTotalIndex INTEGER, dsMRpUsrTotalEE Gauge, dsMRpUsrTotalES Gauge, dsMRpUsrTotalBES Gauge, dsMRpUsrTotalSES Gauge, dsMRpUsrTotalUAS Gauge, dsMRpUsrTotalCSS Gauge, dsMRpUsrTotalDM Gauge, dsMRpUsrTotalStatus DisplayString } dsMRpUsrTotalIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index for the User Total Table. The valid indicies are: VALUE DESCRIPTION 1 Network Interface 2 Terminal Interface 3 Far End Network Interface" ::= { dsMRpUsrTotalEntry 1 } dsMRpUsrTotalEE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Event Errors encountered by a DS1/E1 interface in the past 24-hours." ::= { dsMRpUsrTotalEntry 2 } dsMRpUsrTotalES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1/E1 interface in the past 24-hours." ::= { dsMRpUsrTotalEntry 3 } dsMRpUsrTotalBES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds encountered by a DS1/E1 interface in the past 24-hours." ::= { dsMRpUsrTotalEntry 4 } dsMRpUsrTotalSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1/E1 interface in the past 24-hours." ::= { dsMRpUsrTotalEntry 5 } dsMRpUsrTotalUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1/E1 interface in the past 24-hours." ::= { dsMRpUsrTotalEntry 6 } dsMRpUsrTotalCSS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1/E1 interface in the past 24-hours." ::= { dsMRpUsrTotalEntry 7 } dsMRpUsrTotalDM OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Degraded Minutes encountered by a DS1/E1 interface in the past 24-hours." ::= { dsMRpUsrTotalEntry 8 } dsMRpUsrTotalStatus OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "The error conditions encountered by a DS1/E1 interface in the past 24-hours. The error conditions are signified by a single character. The possible values are: VALUE DESCRIPTION C A CRC error has been detected on the received T1/E1 signal B A bipolar (line) violation has occured on the received T1/E1 signal L A LOS condition (but not necessarily an alarm) has occurred on the received T1/E1 signal O An OOF condition (but not necessarily an alarm) has occurred on the received T1/E1 E An EER condition (but not necessarily an alarm) has occurred on the received T1/E1 signal A An AIS condition (but not necessarily an alarm) has occurred on the received T1/E1 signal Y A Yellow alarm has occurred on the received T1/E1 signal S A controlled slip has occurred on the received T1/E1 signal @ There is an active alarm T There is a loop back, code generation, or BERT active N The unit was without power" ::= { dsMRpUsrTotalEntry 9 } -------------------------------------------------------------------- dsMRpUsrDayTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMRpUsrDayEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "After the unit has been powered up for 24 hours, the values from the User Total Table are moved into the first slot in the User Day Table. There are seven entries in the User Day Table, so an entire week's history is maintained. The previous day is always in slot 1." ::= { dsMRpUsr 5 } dsMRpUsrDayEntry OBJECT-TYPE SYNTAX DsMRpUsrDayEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This is an entry in the User Day Table." INDEX { dsMRpUsrDayIndex, dsMRpUsrDayNum } ::= { dsMRpUsrDayTable 1 } DsMRpUsrDayEntry ::= SEQUENCE { dsMRpUsrDayIndex INTEGER, dsMRpUsrDayNum INTEGER, dsMRpUsrDayEE Gauge, dsMRpUsrDayES Gauge, dsMRpUsrDayBES Gauge, dsMRpUsrDaySES Gauge, dsMRpUsrDayUAS Gauge, dsMRpUsrDayCSS Gauge, dsMRpUsrDayDM Gauge, dsMRpUsrDayStatus DisplayString } dsMRpUsrDayIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The User Day Table interface index. The valid indicies are: VALUE DESCRIPTION 1 Network Interface 2 Terminal Interface 3 Far End Network Interface" ::= { dsMRpUsrDayEntry 1 } dsMRpUsrDayNum OBJECT-TYPE SYNTAX INTEGER (1..7) ACCESS read-only STATUS mandatory DESCRIPTION "The User Day Table day index. The valid values are 1 day to 7 days." ::= { dsMRpUsrDayEntry 2 } dsMRpUsrDayEE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Event Errors encountered by a DS1/E1 interface in one of the previous days." ::= { dsMRpUsrDayEntry 3 } dsMRpUsrDayES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1/E1 interface in one of the previous days." ::= { dsMRpUsrDayEntry 4 } dsMRpUsrDayBES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds encountered by a DS1/E1 interface in one of the previous days." ::= { dsMRpUsrDayEntry 5 } dsMRpUsrDaySES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1/E1 interface in one of the previous days." ::= { dsMRpUsrDayEntry 6 } dsMRpUsrDayUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1/E1 interface in one of the previous days." ::= { dsMRpUsrDayEntry 7 } dsMRpUsrDayCSS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1/E1 interface in one of the previous days." ::= { dsMRpUsrDayEntry 8 } dsMRpUsrDayDM OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Degraded Minutes encountered by a DS1/E1 interface in one of the previous days." ::= { dsMRpUsrDayEntry 9 } dsMRpUsrDayStatus OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "The error conditions encountered by a DS1/E1 interface in one of the previous days. The error conditions are signified by a single character. The possible values are: VALUE DESCRIPTION C A CRC error has been detected on the received T1/E1 signal B A bipolar (line) violation has occured on the received T1/E1 signal L A LOS condition (but not necessarily an alarm) has occurred on the received T1/E1 signal O An OOF condition (but not necessarily an alarm) has occurred on the received T1/E1 E An EER condition (but not necessarily an alarm) has occurred on the received T1/E1 signal A An AIS condition (but not necessarily an alarm) has occurred on the received T1/E1 signal Y A Yellow alarm has occurred on the received T1/E1 signal S A controlled slip has occurred on the received T1/E1 signal @ There is an active alarm T There is a loop back, code generation, or BERT active N The unit was without power" ::= { dsMRpUsrDayEntry 10 } -------------------------------------------------------------------- dsMRpCarCntSecs OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed in the current interval." ::= { dsMRpCar 1 } dsMRpCarCnt15Mins OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of 16-minute intervals that have elapsed in the current 24-hours." ::= { dsMRpCar 2 } dsMRpCarCur OBJECT IDENTIFIER ::= { dsMRpCar 3 } dsMRpCarCurEE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Event Errors encountered by the Network Interface in the current 15-minute interval." ::= { dsMRpCarCur 1 } dsMRpCarCurES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by the Network Interface in the current 15-minute interval." ::= { dsMRpCarCur 2 } dsMRpCarCurBES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds encountered by the Network Interface in the current 15-minute interval." ::= { dsMRpCarCur 3 } dsMRpCarCurSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by the Network Interface in the current 15-minute interval." ::= { dsMRpCarCur 4 } dsMRpCarCurUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by the Network Interface in the current 15-minute interval." ::= { dsMRpCarCur 5 } dsMRpCarCurCSS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by the Network Interface in the current 15-minute interval." ::= { dsMRpCarCur 6 } dsMRpCarCurLOFC OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The Loss of Frame Count for the Network Interface in the current 15-minute interval." ::= { dsMRpCarCur 7 } -------------------------------------------------------------------- dsMRpCarIntvlTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMRpCarIntvlEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This is the Carrier Interval Table. This table contains performance information about the Network Interface." ::= { dsMRpCar 4 } dsMRpCarIntvlEntry OBJECT-TYPE SYNTAX DsMRpCarIntvlEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This is an entry in the Carrier Interval Table." INDEX { dsMRpCarIntvlNum } ::= { dsMRpCarIntvlTable 1 } DsMRpCarIntvlEntry ::= SEQUENCE { dsMRpCarIntvlNum INTEGER, dsMRpCarIntvlEE Gauge, dsMRpCarIntvlES Gauge, dsMRpCarIntvlBES Gauge, dsMRpCarIntvlSES Gauge, dsMRpCarIntvlUAS Gauge, dsMRpCarIntvlCSS Gauge, dsMRpCarIntvlLOFC Gauge } dsMRpCarIntvlNum OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of the 15-minute interval (1-96) from the previous 24-hour period. 1 is the most recent." ::= { dsMRpCarIntvlEntry 1 } dsMRpCarIntvlEE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Event Errors encountered by the Network Interface in one of the previous 96 15-minute intervals." ::= { dsMRpCarIntvlEntry 2 } dsMRpCarIntvlES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by the Network Interface in one of the previous 96 15-minute intervals." ::= { dsMRpCarIntvlEntry 3 } dsMRpCarIntvlBES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds encountered by the Network Interface in one of the previous 96 15-minute intervals." ::= { dsMRpCarIntvlEntry 4 } dsMRpCarIntvlSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by the Network Interface in one of the previous 96 15-minute intervals." ::= { dsMRpCarIntvlEntry 5 } dsMRpCarIntvlUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by the Network Interface in one of the previous 96 15-minute intervals." ::= { dsMRpCarIntvlEntry 6 } dsMRpCarIntvlCSS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by the Network Interface in one of the previous 96 15-minute intervals." ::= { dsMRpCarIntvlEntry 7 } dsMRpCarIntvlLOFC OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The Loss of Frame Count fo the Network Interface for one of the previous 96 15-minute intervals." ::= { dsMRpCarIntvlEntry 8 } -------------------------------------------------------------------- dsMRpCarTotal OBJECT IDENTIFIER ::= { dsMRpCar 5 } dsMRpCarTotalEE OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The Carrier Total Table. This table contains performance information about the Network Interface for the past 24-hours." ::= { dsMRpCarTotal 1 } dsMRpCarTotalES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by the Network Interface in the past 24-hours." ::= { dsMRpCarTotal 2 } dsMRpCarTotalBES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds encountered by the Network Interface in the past 24-hours." ::= { dsMRpCarTotal 3 } dsMRpCarTotalSES OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by the Network Interface in the past 24-hours." ::= { dsMRpCarTotal 4 } dsMRpCarTotalUAS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by the Network Interface in the past 24-hours." ::= { dsMRpCarTotal 5 } dsMRpCarTotalCSS OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by the Network Interface in the past 24-hours." ::= { dsMRpCarTotal 6 } dsMRpCarTotalLOFC OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The Loss of Frame Count for the Network Interface for one of the previous 96 15-minute intervals." ::= { dsMRpCarTotal 7 } -------------------------------------------------------------------- dsMRpStTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMRpStEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Statistics Table. This table consists of statistical error counts of various DS1/E1 line conditions. These counts are maintained between power-cycles." ::= { dsMRpStat 1 } dsMRpStEntry OBJECT-TYPE SYNTAX DsMRpStEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Statistics Table." INDEX { dsMRpStIndex } ::= { dsMRpStTable 1 } DsMRpStEntry ::= SEQUENCE { dsMRpStIndex INTEGER, dsMRpStEsfErrors Counter, dsMRpStCrcErrors Counter, dsMRpStOofErrors Counter, dsMRpStFrameBitErrors Counter, dsMRpStBPVs Counter, dsMRpStControlledSlips Counter, dsMRpStYellowEvents Counter, dsMRpStAISEvents Counter, dsMRpStLOFEvents Counter, dsMRpStLOSEvents Counter, dsMRpStLOPowerEvents Counter, dsMRpStFarEndBlkErrors Counter, dsMRpStRemFrameAlmEvts Counter, dsMRpStRemMFrameAlmEvts Counter, dsMRpStLOTS16MFrameEvts Counter, dsMRpStZeroCounters INTEGER } dsMRpStIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Statistics Table. The valid indicies are: VALUE DESCRIPTION 1 Network Interface 2 Terminal Interface 3 Far End Network Interface" ::= { dsMRpStEntry 1 } dsMRpStEsfErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Error Free Seconds since the counters have last been cleared." ::= { dsMRpStEntry 2 } dsMRpStCrcErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of CRC errors since the counters have last been cleared." ::= { dsMRpStEntry 3 } dsMRpStOofErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Out Of Frame errors since the counters have last been cleared." ::= { dsMRpStEntry 4 } dsMRpStFrameBitErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Frame Bit errors since the counters have last been cleared." ::= { dsMRpStEntry 5 } dsMRpStBPVs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Bipolar Violations since the counters have last been cleared." ::= { dsMRpStEntry 6 } dsMRpStControlledSlips OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Controlled Slips since the counters have last been cleared." ::= { dsMRpStEntry 7 } dsMRpStYellowEvents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Yellow Events since the counters have last been cleared." ::= { dsMRpStEntry 8 } dsMRpStAISEvents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Alarm Indication Siganl events since the counters have last been cleared." ::= { dsMRpStEntry 9 } dsMRpStLOFEvents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Loss of Frame events since the counters have last been cleared." ::= { dsMRpStEntry 10 } dsMRpStLOSEvents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Loss of Frame events since the counters have last been cleared." ::= { dsMRpStEntry 11 } dsMRpStLOPowerEvents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Loss of Power events since the counters have last been cleared." ::= { dsMRpStEntry 12 } dsMRpStFarEndBlkErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Far End Block Errors since the counters were last cleared." ::= { dsMRpStEntry 13 } dsMRpStRemFrameAlmEvts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Remote Frame Alarm events since the counters were last cleared." ::= { dsMRpStEntry 14 } dsMRpStRemMFrameAlmEvts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Remote MultiFrame Alarm events since the counters were last cleared." ::= { dsMRpStEntry 15 } dsMRpStLOTS16MFrameEvts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Loss of TS16MultiFrame events since the counters have been cleared." ::= { dsMRpStEntry 16 } dsMRpStZeroCounters OBJECT-TYPE SYNTAX INTEGER { rpStZeroCountersIdle (1), rpStZeroCountersStart (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object will clear the Statistics Table counters when it is set to rpStZeroCounterStart(2). Once the counters have been cleraed, it will return to its normal state of rpStZeroCountersIdle(1)." ::= { dsMRpStEntry 17 } -------------------------------------------------------------------- dsMPlBreak OBJECT-TYPE SYNTAX INTEGER { rpPlLineFeed (1), rpPlMorePrompt (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object determines if the user interface uses page breaks or 'more' prompts when displaying information which is longer than the defined page length (e.g., output from UNLR or SCV). A page length of 0 will disable both page breaks and 'more' prompts. VALUE DESCRIPTION rpPlLineFeed(1) Use linefeeds for page breaks rpPlMorePrompt(2) Use 'more' prompts for page breaks" ::= { dsMRpPl 1 } dsMPlLen OBJECT-TYPE SYNTAX INTEGER ( 0 .. 70 ) ACCESS read-write STATUS mandatory DESCRIPTION "The length of a 'page' of information. When the set number of lines have been displayed, a 'more' prompt or linefeed will be inserted (defined by dsMPlBreak). A page length of 0 causes output to scroll continuously without page breaks or 'more' prompts." ::= { dsMRpPl 2 } -------------------------------------------------------------------- dsMRpAhrTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMRpAhrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This is the Alarm History Table. It contains the text messages of the last 20 alarms." ::= { dsMRp 5 } dsMRpAhrEntry OBJECT-TYPE SYNTAX DsMRpAhrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Alarm History Table." INDEX { dsMRpAhrIndex } ::= { dsMRpAhrTable 1 } DsMRpAhrEntry ::= SEQUENCE { dsMRpAhrIndex INTEGER, dsMRpAhrStr DisplayString } dsMRpAhrIndex OBJECT-TYPE SYNTAX INTEGER (1..20) ACCESS read-only STATUS mandatory DESCRIPTION "The Alarm History Table index. Index 1 is the most recent alarm." ::= { dsMRpAhrEntry 1 } dsMRpAhrStr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..80)) ACCESS read-only STATUS mandatory DESCRIPTION "The alarm message in USER format." ::= { dsMRpAhrEntry 2 } -------------------------------------------------------------------- dsMRpBes OBJECT-TYPE SYNTAX INTEGER (2..63999) ACCESS read-write STATUS mandatory DESCRIPTION "The error threshold for Bursty Errored Seconds." ::= { dsMRp 6 } dsMRpSes OBJECT-TYPE SYNTAX INTEGER (3..64000) ACCESS read-write STATUS mandatory DESCRIPTION "The threshold for Severely Errored Seconds." ::= { dsMRp 7 } dsMRpDm OBJECT-TYPE SYNTAX INTEGER (1..64000) ACCESS read-write STATUS mandatory DESCRIPTION "The threshold for Degraded Minutes." ::= { dsMRp 8 } -------------------------------------------------------------------- -- End - DataSMART MAX Reports MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Local Maintenance MIB variables -------------------------------------------------------------------- dsMLmLoopback OBJECT-TYPE SYNTAX INTEGER { lmLbkNone (1), lmLbkLine (2), lmLbkPayload (3), lmLbkLocal (4), lmLbkTiTest (5), lmLbkDp1 (6), lmLbkDp2 (7), lmLbkDp3 (8), lmLbkDp4 (9), lmLbkDt1 (10), lmLbkDt2 (11), lmLbkDt3 (12), lmLbkDt4 (13) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the type of loopback that is currently active. The values have the following meanings: VALUE DESCRIPTION lmLbkNone(1) No loopback is set lmLbkLine(2) Line loopback is set lmLbkPayload(3) Payload loopback is set lmLbkLocal(4) Local loopback is set lmLbkTiTest(5) TI looback is set lmLbkDp1(6) Data port 1 loopback is set lmLbkDp2(7) Data port 2 loopback is set lmLbkDp3(8) Data port 3 loopback is set lmLbkDp4(9) Data port 4 loopback is set lmLbkDt1(10) Data terminal loopback on data port 1 is set lmLbkDt2(11) Data terminal loopback on data port 2 is set lmLbkDt3(12) Data terminal loopback on data port 3 is set lmLbkDt4(13) Data terminal loopback on data port 4 is set" ::= { dsMLm 1 } dsMLmSelfTestState OBJECT-TYPE SYNTAX INTEGER { lmSelfTestIdle (1), lmSelfTestStart (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object will start a self test operation when set to lmSelfTestStart(2). At the completion of the test, it will return to its normal state of lmSelfTestIdle(1)." ::= { dsMLm 2 } dsMLmSelfTestResults OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255 )) ACCESS read-only STATUS mandatory DESCRIPTION "The results of the last self test operation." ::= { dsMLm 3 } -------------------------------------------------------------------- -- End - DataSMART MAX Local Maintenance MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Remote Maintenance MIB variables -------------------------------------------------------------------- dsMRmLbkCode OBJECT-TYPE SYNTAX INTEGER { rmRNone (1), rmRst1 (2), rmRLine (3), rmRPayload (4), rmRDp1 (5), rmRDp2 (6), rmRDp3 (7), rmRDp4 (8) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of remote loopback that is currently set. The possible values are: VALUE DESCRIPTION rmRNone(1) No loopback is set rmRst1(2) A remote loopback reset code is currenlty being sent rmRLine(3) A remote Line loopback is set rmRPayload(4) A remote Payload loopback is set rmRDp1(5) A remote Data Port 1 loopback is set rmRDp2(6) A remote Data Port 2 loopback is set rmRDp3(7) A remote Data Port 3 loopback is set rmRDp4(8) A remote Data Port 4 loopback is set" ::= { dsMRm 1 } dsMRmTestCode OBJECT-TYPE SYNTAX INTEGER { rmTestNone (1), rmTestQrs (2), rmTest324 (3), rmTestOnes (4), rmTestZeros (5), rmTest511Dp1 (6), rmTest511Dp2 (7), rmTest511Dp3 (8), rmTest511Dp4 (9), rmTest2047Dp1 (10), rmTest2047Dp2 (11), rmTest2047Dp3 (12), rmTest2047Dp4 (13), rmTest2-23 (14), rmTest2-15 (15) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of remote test code that is currently being sent. The possible values are: VALUE DESCRIPTION rmTestNone(1) No test code is being sent rmTestQrs(2) QRS is being sent rmTest324(3) 3-in-24 is being sent rmTestOnes(4) All ones is being sent rmTestZeros(5) All zeros is being sent rmTest511Dp1(6) 511 is being sent out data port 1 rmTest511Dp2(7) 511 is being sent out data port 2 rmTest511Dp3(8) 511 is being sent out data port 3 rmTest511Dp4(9) 511 is being sent out data port 4 rmTest2047Dp1(10) 2047 is being sent out data port 1 rmTest2047Dp2(11) 2047 is being sent out data port 2 rmTest2047Dp3(12) 2047 is being sent out data port 3 rmTest2047Dp4(13) 2047 is being sent out data port 4 rmTest2-23(14) 2-in-23 is being sent rmTest2-15(15) 2-in-15 is being sent" ::= { dsMRm 2 } dsMRmBertState OBJECT-TYPE SYNTAX INTEGER { rmBertIdle (1), rmBertOtherStart (2), rmBertSearching (3), rmBertFound (4) } ACCESS read-only STATUS mandatory DESCRIPTION "The current BERT state. The possible values are: VALUE DESCRIPTION rmBertIdle(1) No BERT test is active rmBertOtherStart(2) BERT was started from the control port, front panel, or Telnet rmBertSearching(3) BERT was started from the agent and has not yet detected the code rmBertFound(4) BERT was started from the agent and has detected the code" ::= { dsMRm 3 } dsMRmBertCode OBJECT-TYPE SYNTAX INTEGER { rmBertNone (1), rmBertQrs (2), rmBert324 (3), rmBertOnes (4), rmBertZeros (5), rmBert511Dp1 (6), rmBert511Dp2 (7), rmBert511Dp3 (8), rmBert511Dp4 (9), rmBert2047Dp1 (10), rmBert2047Dp2 (11), rmBert2047Dp3 (12), rmBert2047Dp4 (13), rmTest2-23 (14), rmTest2-15 (15) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls the activation of BERT tests. The possible values are: VALUE DESCRIPTION rmBertNone(1) No BERT test is active rmBertQrs(2) BERT for QRS rmBert324(3) BERT for 3-in-24 rmBertOnes(4) BERT for all ones rmBertZeros(5) BERT for all zeros rmBert511Dp1(6) BERT for 511 on data port 1 rmBert511Dp2(7) BERT for 511 on data port 2 rmBert511Dp3(8) BERT for 511 on data port 3 rmBert511Dp4(9) BERT for 511 on data port 4 rmBert2047Dp1(10) BERT for 2047 on data port 1 rmBert2047Dp2(11) BERT for 2047 on data port 2 rmBert2047Dp3(12) BERT for 2047 on data port 3 rmBert2047Dp4(13) BERT for 2047 on data port 4 rmTest2-23(14) BERT for 2-in-23 rmTest2-15(15) BERT for 2-in-15" ::= { dsMRm 4 } dsMRmBertTestSecs OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds the requested test code has been detected since the start of the BERT." ::= { dsMRm 5 } dsMRmBertBitErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "The number of bit errors detected since the start of the BERT." ::= { dsMRm 6 } dsMRmBertErrdSecs OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "The number of errored seconds detected since the start of the BERT." ::= { dsMRm 7 } dsMRmBertTotalErrors OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "The number of total errors detected since the start of the BERT." ::= { dsMRm 8 } dsMRmBertReSync OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "The number of times BERT has lost and re-aquired the pattern." ::= { dsMRm 9 } -------------------------------------------------------------------- -- End - DataSMART MAX Remote Maintenance MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Alarm Configuration MIB variables -------------------------------------------------------------------- dsMAcAlmMsg OBJECT-TYPE SYNTAX INTEGER { acAlmMsgEnable (1), acAlmMsgDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls the displaying/sending of alarm messages. Alarm messages will be sent in the format determined by dsMAcAlmFormat if dsMACAlmMsg is set to acAlmMsgEnable(1). Alarm messages will not be sent if this object is set to acAlmMsgDisable(2)." ::= { dsMAc 1 } dsMAcAlmFormat OBJECT-TYPE SYNTAX INTEGER { acAlmFormatUser (1), acAlmFormatSNMP (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object determines what format alarm messages are sent in. ASCII alarm strings will be sent if this object is set to acAlmFormatUser(1) and SNMP traps will be sent if set to acAlmFormatSNMP(2)." ::= { dsMAc 2 } dsMAcYelAlm OBJECT-TYPE SYNTAX INTEGER { acYelAlmEnable (1), acYelAlmDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object determines if incoming Yellow Alarm will cause an alarm message to be sent. Setting this object to acYelAlmEnable(1) causes an alarm to be sent when Yellow Alarm is received on the Network or Terminal Interface. Setting this object to acYelAlmDisable(2) will not send an alarm when Yellow Alarm is received." ::= { dsMAc 3 } dsMAcDeact OBJECT-TYPE SYNTAX INTEGER ( 0..15 ) ACCESS read-write STATUS mandatory DESCRIPTION "This object controls the number of seconds an alarm condition must remain clear before the unit declares it cleared. The range is from 0 to 15 seconds." ::= { dsMAc 4 } dsMAcEst OBJECT-TYPE SYNTAX INTEGER ( 0..900 ) ACCESS read-write STATUS mandatory DESCRIPTION "This object determines the threshold of errored seconds that triggers an Excessive Error Rate (EER) alarm. Setting this object to zero disables errored seconds causing an EER alarm." ::= { dsMAc 5 } dsMAcUst OBJECT-TYPE SYNTAX INTEGER ( 0..900 ) ACCESS read-write STATUS mandatory DESCRIPTION "This object determines the threshold of uavailable seconds that triggers an Excessive Error Rate (EER) alarm. Setting this object to zero disables unavailable seconds causing an EER alarm." ::= { dsMAc 6 } dsMAcSt OBJECT-TYPE SYNTAX INTEGER { acSt15 (1), acSt60 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object determines the window used to calculate whether an Excessive Error Rate (EER) alarm should be generated from errored seconds or unavailable seconds. Setting this object to acSt15(1) establishes a 15-minute sliding window. Setting this object to acSt60(2) establishes a 60-minute sliding window." ::= { dsMAc 7 } dsMAcBerAlm OBJECT-TYPE SYNTAX INTEGER { acBerAlmEnable (1), acBerAlmDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls the sending of a Bit Error Rate (BER) alarm. The possible values are: VALUE DESCRIPTION acBerAlmEnable(1) Enable sending BER alarms acBerAlmDisable(2) Disable sending BER alarms" ::= { dsMAc 8 } dsMAcRfaAlm OBJECT-TYPE SYNTAX INTEGER { acRfaAlmEnable (1), acRfaAlmDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls the sending of a Remote Frame Alarm (RFA). The possible values are: VALUE DESCRIPTION acRfaAlmEnable(1) Enable sending RFA alarms acRfaAlmDisable(2) Disable sending RFA alarms" ::= { dsMAc 9 } dsMAcAisAlm OBJECT-TYPE SYNTAX INTEGER { acAisAlmEnable (1), acAisAlmDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls the sending of Alarm Indication Signal (AIS) alarms. The possible values are: VALUE DESCRIPTION acAisAlmEnable(1) Enable sending AIS alarms acAisAlmDisable(2) Disable sending AIS alarms" ::= { dsMAc 10 } -------------------------------------------------------------------- -- End - DataSMART MAX Alarm Configuration MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Control Port Configuration MIB variables -------------------------------------------------------------------- dsMCcEcho OBJECT-TYPE SYNTAX INTEGER { ccEchoEnable (1), ccEchoDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls character echo on the control port. The possible values are: VALUE DESCRIPTION ccEchoEnable(1) Enable control port echo ccEchoDisable(2) Disable control port echo" ::= { dsMCc 1 } dsMCcControlPort OBJECT-TYPE SYNTAX INTEGER { ccDce (1), ccDte (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object determines whether the control port is the DCE or DTE port. The possible values are: VALUE DESCRIPTION ccDce(1) The control port is the DCE port ccDte(2) The control port is the DTE port" ::= { dsMCc 2 } dsMCcBaud OBJECT-TYPE SYNTAX INTEGER { cc1200 (1), cc2400 (2), cc4800 (3), cc9600 (4), cc19200 (5), cc38400 (6) } ACCESS read-only STATUS mandatory DESCRIPTION "The baud rate of the control port. The possible values are: VALUE DESCRIPTION cc1200(1) 1200 baud cc2400(2) 2400 baud cc4800(3) 4800 baud cc9600(4) 9600 baud cc19200(5) 19200 baud cc38400(6) 38400 baud" ::= { dsMCc 3 } dsMCcParity OBJECT-TYPE SYNTAX INTEGER { ccNone (1), ccEven (2), ccOdd (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The parity of the control port. The possible values are: VALUE DESCRIPTIOn ccNone(1) No parity ccEven(2) Even parity ccOdd(3) Odd parity" ::= { dsMCc 4 } dsMCcDataBits OBJECT-TYPE SYNTAX INTEGER { cc7Bit (1), cc8Bit (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The number of data bits for the control port. The possible values are: VALUES DESCRIPTION cc7Bit(1) 7 data bits cc8Bit(2) 8 data bits" ::= { dsMCc 5 } dsMCcStopBits OBJECT-TYPE SYNTAX INTEGER { cc1Bit (1), cc2Bit (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The number of stop bits for the control port. The possible values are: VALUE DESCRIPTION cc1Bit(1) 1 stop bit cc2Bit(2) 2 stop bits" ::= { dsMCc 6 } dsMCcDceIn OBJECT-TYPE SYNTAX INTEGER { ccBothOff (1), ccRtsOnDtrOff (2), ccRtsOffDtrOn (3), ccBothOn (4) } ACCESS read-only STATUS mandatory DESCRIPTION "The input status of the DCE signals RTS and DTR. The possible valuesa re: VALUE DESCRIPTION ccBothOff(1) RTS off, DTR off ccRtsOnDtrOff(2) RTS on, DTR off ccRtsOffDtrOn(3) RTS off, DTR on ccBothOn(4) RTS on, DTR on" ::= { dsMCc 7 } dsMCcDteIn OBJECT-TYPE SYNTAX INTEGER { ccBothOff (1), ccCtsOnDcdOff (2), ccCtsOffDcdOn (3), ccBothOn (4) } ACCESS read-only STATUS mandatory DESCRIPTION "The input status of the DTE signals CTS and DCD. The possible values are: VALUE DESCRIPTION ccBothOff(1) CTS off, DCD off ccCtsOnDcdOff(2) CTS on, DCD off ccCTSoffDCDon(3) CTS off, DCD on ccBothOn(4) CTS on, DCD on" ::= { dsMCc 8 } -------------------------------------------------------------------- -- End - DataSMART MAX Control Port Configuration MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Data Port Configuration MIB variables -------------------------------------------------------------------- dsMDcTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMDcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Data Port Configuration Table. This table contains information on the configuration of each of the unit's data ports." ::= { dsMDc 1 } dsMDcEntry OBJECT-TYPE SYNTAX DsMDcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Data Port Configuration Table." INDEX { dsMDcIndex } ::= { dsMDcTable 1 } DsMDcEntry ::= SEQUENCE { dsMDcIndex INTEGER, dsMDcDataInvert INTEGER, dsMDcInterface INTEGER, dsMDcClockSource INTEGER, dsMDcXmtClkInvert INTEGER, dsMDcRcvClkInvert INTEGER, dsMDcIdleChar INTEGER, dsMDcLOSInput INTEGER } dsMDcIndex OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-only STATUS mandatory DESCRIPTION "The index to the Data Port Configuration Table. The possible values are 1 through 4." ::= { dsMDcEntry 1 } dsMDcDataInvert OBJECT-TYPE SYNTAX INTEGER { dcDataInvertEnable (1), dcDataInvertDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The data inversion of the data port. The possible values are: VALUE DESCRIPTION dcDataInvertEnable(1) Invert the data port signal dcDataInvertDisable(2) Don't invert the data port signal" ::= { dsMDcEntry 2 } dsMDcInterface OBJECT-TYPE SYNTAX INTEGER { dcV35Interface (1), dcEia530Interface (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of electrical interface the data port is using. The possible values are: VALUE DESCRIPTION dcV35Interface(1) V.35 dcEia530Interface(2) EIA-530" ::= { dsMDcEntry 3 } dsMDcClockSource OBJECT-TYPE SYNTAX INTEGER { dcInternalClock (1), dcExternalClock (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The clock source for the data port. The possible values are: VALUE DESCRIPTION dcInternalClock(1) Use the internal clock dcExternalClock(2) Use the external clock" ::= { dsMDcEntry 4 } dsMDcXmtClkInvert OBJECT-TYPE SYNTAX INTEGER { dcXClkInvertEnable (1), dcXClkInvertDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The inversion status of the transmit clock signal for the data port. The possible values are: VALUE DESCRIPTION dcXClkInvertEnable(1) Invert the transmit clock signal dcXClkInvertDisable(2) Don't invert the transmit clock signal" ::= { dsMDcEntry 5 } dsMDcRcvClkInvert OBJECT-TYPE SYNTAX INTEGER { dcRClkInvertEnable (1), dcRClkInvertDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The inversion status of the received clock signal for the data port. The possible values are: VALUE DESCRIPTION dcRClkInvertEnable(1) Invert the received clock signal dcRClkInvertDisable(2) Don't invert the received clock signal" ::= { dsMDcEntry 6 } dsMDcIdleChar OBJECT-TYPE SYNTAX INTEGER { dc7eIdleChar (1), dc7fIdleChar (2), dcffIdleChar (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The idle character to use for the data port. The possible values are: VALUE DESCRIPTION dc7eIdleChar(1) The idle character is hex 7E dc7fIdleChar(1) The idle character is hex 7F dcffIdleChar(3) The idle character is hex FF" ::= { dsMDcEntry 7 } dsMDcLOSInput OBJECT-TYPE SYNTAX INTEGER { dcLosNone (1), dcLosRTS (2), dcLosDTR (3), dcLosBoth (4) } ACCESS read-write STATUS mandatory DESCRIPTION "The combination of RTS and DTR that will cause a data port Loss of Signal alarm. The possible values are: VALUE DESCRIPTION dcLosNone(1) Data port LOS is disabled dcLosRts(2) LOS is declared when RTS is lost dcLosDtr(3) LOS is declared when DTR is lost dcLosBoth(4) LOS is declared when both RTS and DTR are lost." ::= { dsMDcEntry 8 } -------------------------------------------------------------------- -- End - DataSMART MAX Data Port Configuration MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Fractional T1 Configuration MIB variables -------------------------------------------------------------------- dsMFcLoadXcute OBJECT-TYPE SYNTAX INTEGER { fcLoadXcuteIdle (1), fcLoadXcuteStartA (2), fcLoadXcuteStartB (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The Fractional Table that is active. The possible values are: VALUE DESCRIPTION fcLoadXcuteIdle(1) The normal state fcLoadXcuteStartA(2) Load and execute table A fcLoadXcuteStartB(3) Load and execute table B" ::= { dsMFc 1 } dsMFcTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMFcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This is the DS1/E1 Fractional Table. This table consists of configuration information about DS1/E1 fractional services." ::= { dsMFc 2 } dsMFcEntry OBJECT-TYPE SYNTAX DsMFcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This is an entry in the Fractional Table." INDEX { dsMFcTableIndex, dsMFcChanIndex } ::= { dsMFcTable 1 } DsMFcEntry ::= SEQUENCE { dsMFcTableIndex INTEGER, dsMFcChanIndex INTEGER, dsMFcChanMap INTEGER } dsMFcTableIndex OBJECT-TYPE SYNTAX INTEGER (1..3) ACCESS read-only STATUS mandatory DESCRIPTION "This is the index into the Fractional Table. The possible values are: VALUE DESCRIPTION 1 Stored configuration A 2 Stored configuration B 3 Currently executing fractional table" ::= { dsMFcEntry 1 } dsMFcChanIndex OBJECT-TYPE SYNTAX INTEGER (1..31) ACCESS read-only STATUS mandatory DESCRIPTION "This is the index of the fractional channel. DS1 has 24 channels and E1 has 32." ::= { dsMFcEntry 2 } dsMFcChanMap OBJECT-TYPE SYNTAX INTEGER { fcChanIdle (1), fcChanTiData (2), fcChanTiVoice (3), fcChan56Dp1 (4), fcChan64Dp1 (5), fcChan56Dp2 (6), fcChan64Dp2 (7), fcChan56Dp3 (8), fcChan64Dp3 (9), fcChan56Dp4 (10), fcChan64Dp4 (11), fcChanUnav (12) } ACCESS read-write STATUS mandatory DESCRIPTION "The destination and data rate of the channel. The possible values are: VALUE DESCRIPTION fcChanIdle(1) The channel is idle fcChanTiData(2) The channel carries data and is mapped to a TI channel fcChanTiVoice(3) The channel carries voice and is mapped to a TI channel fcChan56Dp1(4) The cahnnel is set for 56K and is mapped to data port 1 fcChan64Dp1(5) The channel is set for 64K and is mapped to data port 1 fcChan56Dp2(6) The channel is set for 56K and is mapped to data port 2 fcChan64Dp2(7) The channel is set for 64K and is mapped to data port 2 fcChan56Dp3(8) The cahnnel is set for 56K and is mapped to data port 3 fcChan64Dp3(9) The channel is set for 64K and is mapped to data port 3 fcChan56Dp4(10) The channel is set for 56K and is mapped to data port 4 fcChan64Dp4(11) The channel is set for 64K and is mapped to data port 4 fCchanUanv(12) The channel is unavailable" ::= { dsMFcEntry 3 } dsMFcMap16 OBJECT-TYPE SYNTAX INTEGER { fcMap16Used (1), fcMap16Unused (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object determines if channel 16 is available for user payload data. This is only possible if the unit is configured for Common Channel Signalling. The possible values are: VALUE DESCRIPTION fcMap16Used(1) Channel 16 cannot be used for user payload data fcMap16Unused(2) Channel 16 is available for user payload data" ::= { dsMFc 3 } -------------------------------------------------------------------- -- End - DataSMART MAX Fractional T1 Configuration MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Management Configuration MIB variables -------------------------------------------------------------------- dsMMcAgent OBJECT-TYPE SYNTAX INTEGER { mcAgentEnable (1), mcAgentDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The operational status of the SMMP agent. The possible values are: VALUE DESCRIPTION mcAgentEnable(1) The SNMP agent is enabled mcAgentDisable(2) The SNMP agent is disabled" ::= { dsMMc 1 } dsMMcTrapCommStr OBJECT-TYPE SYNTAX DisplayString (SIZE (1..15)) ACCESS read-write STATUS mandatory DESCRIPTION "The SNMP trap community string. For security reasons, this variable is not available." ::= { dsMMc 2 } dsMMcReadCommStr OBJECT-TYPE SYNTAX DisplayString (SIZE (1..15)) ACCESS read-write STATUS mandatory DESCRIPTION "The SNMP read community string. For security reasons, this variable is not available." ::= { dsMMc 3 } dsMMcWriteCommStr OBJECT-TYPE SYNTAX DisplayString (SIZE (1..15)) ACCESS read-write STATUS mandatory DESCRIPTION "The SNMP write community string. For security reasons, this variable is not available." ::= { dsMMc 4 } dsMMcTelnetPsswd OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) ACCESS read-write STATUS mandatory DESCRIPTION "The Telnet password. For security reasons, this variable is not available." ::= { dsMMc 5 } dsMMcSourceScreen OBJECT-TYPE SYNTAX INTEGER { mcIpScreen (1), mcNoScreen (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of the IP source address screening security. The possible values are: VALUE DESCRIPTION mcIpScreen(1) The screening security is enabled mcNoScreen(2) The screening security is disabled" ::= { dsMMc 6 } dsMMcNetif OBJECT-TYPE SYNTAX INTEGER { mcNetNone (1), mcNetEther (2), mcNetSlip (3), mcNetBoth (4) } ACCESS read-write STATUS mandatory DESCRIPTION "The management access port(s) for Telnet and SNMP. The possible values are: VALUE DESCRIPTION mcNetNone(1) No network management port is active mcNetEther(2) The network management port is the optional PCMCIA Ethernet card mcNetSlip(3) The network management port is the control port running SLIP mcNetBoth(4) The network management port is the optional PCMCIA Ethernet card with the control port (running SLIP) providing access to the daisy chain via IP forwarding. This feature is new." ::= { dsMMc 7 } dsMMcIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The unit's IP address." ::= { dsMMc 8 } dsMMcIpMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The units' IP subnet mask." ::= { dsMMc 9 } dsMMcDefRoute OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The unit's default IP router." ::= { dsMMc 10 } dsMMcScrnTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMMcScrnEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Source Address Screening Table. The entries in this table are the IP addresses which are allowed to access this unit." ::= { dsMMc 11 } dsMMcScrnEntry OBJECT-TYPE SYNTAX DsMMcScrnEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Source Address Screening Table." INDEX { dsMMcScrnIndex } ::= { dsMMcScrnTable 1 } DsMMcScrnEntry ::= SEQUENCE { dsMMcScrnIndex INTEGER, dsMMcScrnIpAddr IpAddress } dsMMcScrnIndex OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-only STATUS mandatory DESCRIPTION "The index to the Source Address Screening Table. Ten entries are possible." ::= { dsMMcScrnEntry 1 } dsMMcScrnIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "An IP address which will be allowed to access this unit." ::= { dsMMcScrnEntry 2 } dsMMcTrapTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMMcTrapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SNMP Trap Destinations Table. This table lists up to 10 IP addresses to send SNMP traps to when alarm conditions occur." ::= { dsMMc 12 } dsMMcTrapEntry OBJECT-TYPE SYNTAX DsMMcTrapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SNMP Trap Destinations Table." INDEX { dsMMcTrapIndex } ::= { dsMMcTrapTable 1 } DsMMcTrapEntry ::= SEQUENCE { dsMMcTrapIndex INTEGER, dsMMcTrapIpAddr IpAddress } dsMMcTrapIndex OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-only STATUS mandatory DESCRIPTION "The index to the SNMP Trap Destinations Table." ::= { dsMMcTrapEntry 1 } dsMMcTrapIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "An IP address to send SNMP traps to." ::= { dsMMcTrapEntry 2 } dsMMcSIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The unit's Slip IP address." ::= { dsMMc 13 } dsMMcSIpMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The units' Slip IP subnet mask." ::= { dsMMc 14 } dsMMcEIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The unit's Ethernet IP address." ::= { dsMMc 15 } dsMMcEIpMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The units' Ethernet IP subnet mask." ::= { dsMMc 16 } -------------------------------------------------------------------- -- End - DataSMART MAX Management Configuration MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Network Interface Configuration MIB variables -------------------------------------------------------------------- dsMNcFraming OBJECT-TYPE SYNTAX INTEGER { ncSF (1), ncESF (2), ncEricsson (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of framing being used on the Network Interface. The possible values are: VALUE DESCRIPTION ncSF(1) SF (D4) framing ncESF(2) ESF framing ncEricsson(3) Ericsson framing" ::= { dsMNc 1 } dsMNcCoding OBJECT-TYPE SYNTAX INTEGER { ncAmi (1), ncB8zs (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of line coding being used on the Network Interface. The possible values are: VALUE DESCRIPTION ncAmi(1) AMI line coding ncB8zs(2) B8ZS line coding." ::= { dsMNc 2 } dsMNcT1403 OBJECT-TYPE SYNTAX INTEGER { ncT1403Enable (1), ncT1403Disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables the sending of T1.403 PRM messages. The possible values are: VALUE DESCRIPTION ncT1403Enable(1) Enable T1.403 messages ncT1403Disable(2) Disabled T1.403 messages" ::= { dsMNc 3 } dsMNcYellow OBJECT-TYPE SYNTAX INTEGER { ncYelEnable (1), ncYelDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables sending Yellow alarm out the Network Interface upon receipt of an alarm on the Network Interface. The possible values are: VALUE DESCRIPTION ncYelEnable(1) Enable sending Yellow alarm ncYelDisable(1) Disable sending Yellow alarm" ::= { dsMNc 4 } dsMNcAddr54 OBJECT-TYPE SYNTAX INTEGER { ncAddrCsu (1), ncAddrDsu (2), ncAddrBoth (3) } ACCESS read-write STATUS mandatory DESCRIPTION "If 54016 addressing is enabled, this object determines what type of addressing the unit responds to. The possible values are: VALUE DESCRIPTION ncAddrCsu(1) CSU addressing mode ncAddrDsu(2) DSU addressing mode ncAddrBoth(3) Both CSU and DSU addressing modes" ::= { dsMNc 5 } dsMNc54016 OBJECT-TYPE SYNTAX INTEGER { nc54016Enable (1), nc54016Disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object determines whether the unit responds to 54016 addressing modes. The possible values are: VALUE DESCRIPTION nc54016Enable(1) Enabled 54016 addressing nc54016Disable(2) Disable 54016 addressing" ::= { dsMNc 6 } dsMNcLbo OBJECT-TYPE SYNTAX INTEGER { ncLbo0 (1), ncLbo1 (2), ncLbo2 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The Network Interface Line Build Out setting. The possible values are: VALUE DESCRIPTION ncLbo0(1) 0.0dB line attenuation ncLbo1(2) 7.5dB line attenuation ncLbo2(3) 15.0 dB line attenuation" ::= { dsMNc 7} dsMNcMF16 OBJECT-TYPE SYNTAX INTEGER { ncMF16Enable (1), ncMF16Disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The E1 network interface Time Slot 16 MultiFrame alignment signal setting. The possible values are: VALUE DESCRIPTION ncMF16Enable(1) Enable the Time Slot 16 MultiFrame alignment signal ncMF16Disable(2) Disabled the Time Slot 16 MultiFrame alignment signal" ::= { dsMNc 8 } dsMNcCRC OBJECT-TYPE SYNTAX INTEGER { ncCrcEnable (1), ncCrcDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The E1 network interface CRC generation/checking setting. The possible values are: VALUE DESCRIPTION ncCrcEnable(1) Enable CRC generation/checking ncCrcDisable(2) Disable CRC generation/checking" ::= { dsMNc 9 } dsMNcFasAlign OBJECT-TYPE SYNTAX INTEGER { ncFasWord (1), ncNonFasWord (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The E1 network interface Time Slot 0 NOT-FAS Word setting. The possible values are: VALUE DESCRIPTION ncFasWord(1) Use the NOT-FAS word ncNonFasWord(2) Do not use the NOT-FAS word" ::= { dsMNc 10 } dsMNcSaBit OBJECT-TYPE SYNTAX INTEGER { ncSaNone (1), ncSaBit4 (2), ncSaBit5 (3), ncSaBit6 (4), ncSaBit7 (5), ncSaBit8 (6), ncTS1 (7), ncTS2 (8), ncTS3 (9), ncTS4 (10), ncTS5 (11), ncTS6 (12), ncTS7 (13), ncTS8 (14), ncTS9 (15), ncTS10 (16), ncTS11 (17), ncTS12 (18), ncTS13 (19), ncTS14 (20), ncTS15 (21), ncTS16 (22), ncTS17 (23), ncTS18 (24), ncTS19 (25), ncTS20 (26), ncTS21 (27), ncTS22 (28), ncTS23 (29), ncTS24 (30), ncTS25 (31), ncTS26 (32), ncTS27 (33), ncTS28 (34), ncTS29 (35), ncTS30 (36), ncTS31 (37) } ACCESS read-write STATUS mandatory DESCRIPTION "The E1 network interface Sa bit usage. If Sa bits are being used for data link communicatoins, both the near and far end units must agree on which Sa bit to use. Possible value are: VALUE DESCRIPTION ncSaNone(1) No Sa bits are being used for data link communications ncSaBit4(2) Use Sa bit 4 for data link communications ncSaBit5(3) Use Sa bit 5 for data link communications ncSaBit6(4) Use Sa bit 6 for data link communications ncSaBit7(5) Use Sa bit 7 for data link communications ncSaBit8(6) Use Sa bit 8 for data link communications ncTSn Use TimeSlot n for data link communications. These are only available for E1 units with In-Band Link hardware." ::= { dsMNc 11 } dsMNcGenRfa OBJECT-TYPE SYNTAX INTEGER { ncGenRfaEnable (1), ncGenRfaDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of sending E1 remote Frame Alarm into the NI during alarms. The Possible values are: VALUE DESCRIPTION ncGenRfaEnable(1) Enable RFA insertion ncGenRfaDisable(2) Disabled RFA insertion" ::= { dsMNc 12 } dsMNcPassTiRfa OBJECT-TYPE SYNTAX INTEGER { ncPassTiRfaEnable (1), ncPassTiRfaDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of sending the RFA received on the network interface out the terminal interface. This function is not possible on a DSU only, it must be an add/drop. This function only works if at least one channel is assigned to the TI. The Possible values are: VALUE DESCRIPTION ncPassTiRfaEnable(1) Enable RFA re-generation ncPassTiRfaDisable(2) Disabled RFA re-generation" ::= { dsMNc 13 } dsMNcIdle OBJECT-TYPE SYNTAX INTEGER ( 0..255) ACCESS read-write STATUS mandatory DESCRIPTION "The idle code to be transmiteed in the idle NI and TI channels. This code is also sent in all TI channels when the TI is experiencing an OOF." ::= { dsMNc 14 } -------------------------------------------------------------------- -- End - DataSMART MAX Network Interface Configuration MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Password Entry and Configuration MIB variables -------------------------------------------------------------------- dsMPcTable OBJECT-TYPE SYNTAX SEQUENCE OF DsMPcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Password Configuration Table. This table contains password configuration information." ::= { dsMPc 1 } dsMPcEntry OBJECT-TYPE SYNTAX DsMPcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Password Configuration table." INDEX { dsMPcIndex } ::= { dsMPcTable 1 } DsMPcEntry ::= SEQUENCE { dsMPcIndex INTEGER, dsMPcPasswd DisplayString, dsMPcPriv INTEGER, dsMPcDelete INTEGER } dsMPcIndex OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-only STATUS mandatory DESCRIPTION "The index to the password configuration table." ::= { dsMPcEntry 1 } dsMPcPasswd OBJECT-TYPE SYNTAX DisplayString (SIZE (6..12)) ACCESS read-write STATUS mandatory DESCRIPTION "The textual password. For security reasons, asterisks are shown vice the actual password. Also, this variable is read-only." ::= { dsMPcEntry 2 } dsMPcPriv OBJECT-TYPE SYNTAX INTEGER { pcSAPriv (1), pcCAPriv (2), pcMAPriv (3), pcNAPriv (4) } ACCESS read-write STATUS mandatory DESCRIPTION "The privilage level of the password. The various options are: VALUE DESCRIPTION pcSApriv(1) Super User password pcCAPriv(2) Configuration password pcMAPriv(3) Maintenance password pcNAPriv(4) Normal Access password" ::= { dsMPcEntry 3 } dsMPcDelete OBJECT-TYPE SYNTAX INTEGER { pcIdle (1), pcDelete (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Setting this object to pcDelete(2) will delete the password specified by the dsMPcIndex value. After the password is deleted, this value will return to its normal value of pcIdle(1)." ::= { dsMPcEntry 4 } -------------------------------------------------------------------- -- End - DataSMART MAX Password Entry and Configuration MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX System Configuration MIB variables -------------------------------------------------------------------- dsMScMonth OBJECT-TYPE SYNTAX INTEGER (1..12) ACCESS read-write STATUS mandatory DESCRIPTION "The calendar number of the current month. 1 is January." ::= { dsMSc 1 } dsMScDay OBJECT-TYPE SYNTAX INTEGER (1..31) ACCESS read-write STATUS mandatory DESCRIPTION "The number of the current day." ::= { dsMSc 2 } dsMScYear OBJECT-TYPE SYNTAX INTEGER (0..99) ACCESS read-write STATUS mandatory DESCRIPTION "The number of the current year. 95 is 1995." ::= { dsMSc 3 } dsMScHour OBJECT-TYPE SYNTAX INTEGER (0..23) ACCESS read-write STATUS mandatory DESCRIPTION "The number of the current hour. 0 is 12:00am." ::= { dsMSc 4 } dsMScMinutes OBJECT-TYPE SYNTAX INTEGER (0..59) ACCESS read-write STATUS mandatory DESCRIPTION "The number of the current minute." ::= { dsMSc 5 } dsMScName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) ACCESS read-write STATUS mandatory DESCRIPTION "The Site Name of the unit." ::= { dsMSc 6 } dsMScSlotAddr OBJECT-TYPE SYNTAX INTEGER (0..15) ACCESS read-write STATUS mandatory DESCRIPTION "The Kentrox-specific slot address. The 01 in the address 01:02:003." ::= { dsMSc 7 } dsMScShelfAddr OBJECT-TYPE SYNTAX INTEGER (0..15) ACCESS read-write STATUS mandatory DESCRIPTION "The Kentrox-specific shelf address. The 02 in the address 01:02:003." ::= { dsMSc 8 } dsMScGroupAddr OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "The Kentrox-specific group address. The 003 in the address 01:02:003." ::= { dsMSc 9 } dsMScFrontPanel OBJECT-TYPE SYNTAX INTEGER { scFpEnable (1), scFpDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of the front panel buttons. The possible values are: VALUE DESCRIPTION scFpEnable(1) Enable the front panel buttons scFpDisable(2) Disable the front panel buttons" ::= { dsMSc 10 } dsMScDSCompatible OBJECT-TYPE SYNTAX INTEGER { scDSEnable (1), scDSDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of the DataSMART compatibility function. This should be set to scDSEnabled(1) when the far end unit is a eariler model DataSMART, not a DataSMART Max. The possible values are: VALUE DESCRIPTION scDSEnable(1) Enable the DataSMART compatibility function scDSDisable(2) Disable the DataSMART compatibility funcation" ::= { dsMSc 11 } dsMScClockSource OBJECT-TYPE SYNTAX INTEGER { scLoopTiming (1), scInternalTiming (2), scExternalTiming (3), scTiTiming (4), scDP1Timing (5), scDP2Timing (6), scDP3Timing (7), scDP4Timing (8) } ACCESS read-write STATUS mandatory DESCRIPTION "The source of the timing clock. The various options are: VALUE DESCRIPTION scLoopTiming(1) Use the clock from the network scInternalTiming(2) Use the internal clock scExternalTiming(3) Use the clock from the external clock input scTiTiming(4) Use the clock coming in on the Terminal Interface scDP1Timing(5) Use the clock coming in on data port 1 scDP2Timing(6) Use the clock coming in on data port 2 scDP3Timing(7) Use the clock coming in on data port 3 scDP4Timing(8) Use the clock coming in on data port 4" ::= { dsMSc 12 } dsMScAutologout OBJECT-TYPE SYNTAX INTEGER (0..60) ACCESS read-write STATUS mandatory DESCRIPTION "The time (in minutes) to wait for a keypress before logging the current user out. If this object is set to 0, autologout is disabled." ::= { dsMSc 13} dsMScZeroPerData OBJECT-TYPE SYNTAX INTEGER { scZallIdle (1), scZallStart (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object will zero all performance report counters if it is set to scZallStart(2)." ::= { dsMSc 14 } dsMScWyv OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The string returned by the user interface command WYV, What's Your Version." ::= { dsMSc 15 } dsMScResetDeflts OBJECT-TYPE SYNTAX INTEGER { scRSDIdle (1), scRSDStart (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object will restore all the default settings of the unit if it is set to scRSDstart(2)." ::= { dsMSc 16 } dsMScAutoCfg OBJECT-TYPE SYNTAX INTEGER { scAcEnable (1), scAcDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables the Auto-Configuration feature, which allows units in a daisy chain to be automatically configured by the Daisy Chain Controller. This feature is only available in the Single Port versions of DataSMART Max." ::= { dsMSc 17 } -------------------------------------------------------------------- -- End - DataSMART MAX System Configuration MIB variables -------------------------------------------------------------------- -------------------------------------------------------------------- -- BEGIN - DataSMART MAX Terminal Configuration MIB variables -------------------------------------------------------------------- dsMTcFraming OBJECT-TYPE SYNTAX INTEGER { tcSF (1), tcESF (2), tcEricsson (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The line framing for the Terminal Interface. The possible values are: VALUE DESCRIPTION tcSF(1) SF (D4) framing tcESF(2) ESF framing tcEricsson(3) Ericsson framing" ::= { dsMTc 1 } dsMTcCoding OBJECT-TYPE SYNTAX INTEGER { tcAmi (1), tcB8zs (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The line coding for the Terminal Interface. The possible values are: VALUE DESCRIPTION tcAmi(1) AMI line coding tcB8zs(2) B8ZS line coding" ::= { dsMTc 2 } dsMTcIdle OBJECT-TYPE SYNTAX INTEGER ( 0..255) ACCESS read-write STATUS mandatory DESCRIPTION "The code that is sent out the idle DS0 channels of the terminal interface." ::= { dsMTc 3 } dsMTcEqual OBJECT-TYPE SYNTAX INTEGER { tcTe0 (1), tcTe1 (2), tcTe2 (3), tcTe3 (4), tcTe4 (5) } ACCESS read-write STATUS mandatory DESCRIPTION "The line equalization for the Terminal Interface. The possible values are: VALUE DESCRIPTION tcTe0(1) 0-133 feet tcTe1(2) 133-266 feet tcTe2(3) 266-399 feet tcTe3(4) 399-533 feet tcTe4(5) 533-655 feet" ::= { dsMTc 4 } dsMTcMF16 OBJECT-TYPE SYNTAX INTEGER { tcMF16Enable (1), tcMF16Disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The E1 terminal interface Time Slot 16 MultiFrame alignment signal setting. The possible values are: VALUE DESCRIPTION tcMF16Enable(1) Enable the Time Slot 16 MultiFrame alignment signal tcMF16Disable(2) Disabled the Time Slot 16 MultiFrame alignment signal" ::= { dsMTc 5 } dsMTcCRC OBJECT-TYPE SYNTAX INTEGER { tcCrcEnable (1), tcCrcDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The E1 terminal interface CRC generation/checking setting. The possible values are: VALUE DESCRIPTION tcCrcEnable(1) Enable CRC generation/checking tcCrcDisable(2) Disable CRC generation/checking" ::= { dsMTc 6 } dsMTcFasAlign OBJECT-TYPE SYNTAX INTEGER { tcFasWord (1), tcNonFasWord (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The E1 terminal interface Time Slot 0 NOT-FAS Word setting. The possible values are: VALUE DESCRIPTION tcFasWord(1) Use the NOT-FAS word tcNonFasWord(2) Do not use the NOT-FAS word" ::= { dsMTc 7 } dsMTcAis OBJECT-TYPE SYNTAX INTEGER { tcAisEnable (1), tcAisDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls the sending of Alarm Indication Signal (AIS) alarms. The possible values are: VALUE DESCRIPTION tcAisEnable(1) Enable sending AIS alarms tcAisDisable(2) Disable sending AIS alarms" ::= { dsMTc 8 } dsMTcGenRfa OBJECT-TYPE SYNTAX INTEGER { tcGenRfaEnable (1), tcGenRfaDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of sending E1 remote Frame Alarm into the TI during alarms. The Possible values are: VALUE DESCRIPTION tcGenRfaEnable(1) Enable RFA insertion tcGenRfaDisable(2) Disabled RFA insertion" ::= { dsMTc 9 } dsMTcPassTiRfa OBJECT-TYPE SYNTAX INTEGER { tcPassTiRfaEnable (1), tcPassTiRfaDisable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of sending the RFA received on the terminal interface out the network interface. This function is not possible on a DSU only, it must be an add/drop. This function only works if at least one channel is assigned to the TI. The Possible values are: VALUE DESCRIPTION tcPassTiRfaEnable(1) Enable RFA re-generation tcPassTiRfaDisable(2) Disabled RFA re-generation" ::= { dsMTc 10 } -------------------------------------------------------------------- -- End - DataSMART MAX Network Interface Configuration MIB variables -------------------------------------------------------------------- END