SNMP MIB Search

   Sample: altiga stat   Advanced Search
Donate your MIB  
Search:   
   
 
Return to vendor list
View objects
Download mib file
Vendor: Stratacom
Mib: CISCO-MGX82XX-DSX3-MIB
Version: 1


Mib source:
-- *****************************************************************
-- CISCO-MGX82XX-DSX3-MIB: DS3/E3 interface MIB for MGX82xx products.
--
-- January 2003, Jyotsna Gummaraju
-- December 2002, Subra Hegde
--
-- Copyright (c) 2002 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************

CISCO-MGX82XX-DSX3-MIB  DEFINITIONS ::= BEGIN
IMPORTS
        MODULE-IDENTITY,
        OBJECT-TYPE, 
        Counter32,
        Integer32          FROM    SNMPv2-SMI
        MODULE-COMPLIANCE,
        OBJECT-GROUP       FROM    SNMPv2-CONF
        DisplayString      FROM    SNMPv2-TC
        dsx3Line,dsx3Framing        FROM BASIS-MIB
        ciscoWan           FROM    CISCOWAN-SMI;

ciscoMgx82xxDsx3MIB MODULE-IDENTITY
        LAST-UPDATED    "200301110000Z"
        ORGANIZATION    "Cisco Systems, Inc."
        CONTACT-INFO
                "       Cisco Systems
                        Customer Service

                Postal: 170 W Tasman Drive
                        San Jose, CA  95134
                        USA

                        Tel: +1 800 553-NETS

                E-mail: cs-wanatm@cisco.com"
    DESCRIPTION
       "The MIB Module for DS3/E3 interface 
       configuration , statistics and Alarm 
       configuration.

       This MIB is supported in T3/E3 service modules
       in MGX products. 
       Some of the T3/E3 service modules(Cards) are:

        PXM1     : Processor Switch Module.
        CESM-T3E3: Circuit Emulation Service Module
        FRSM-VHS : Frame Relay Service Module. Includes
                   T3 and Channelized T3 categories.
        FRSM-2CT3: Channelized FRSM Module
        SRM-3T3  : Service Resource Module

       Terminologies Used :

         SDH     : SONET Digital Hierarchy
         PLCP    : Physical Layer Convergence Procedure.
         BERT    : Bit Error Rate Testing.
         FEAC    : Far End Alarm Code.
         OOF     : Out Of Frame.
         AIS     : Alarm Indication Signal.
         LOF     : Loss Of Frame.
         RAI     : Remote Alarm Indication.
         
         HCS     : Header Check Sequence
         HEC     : Header Error Control

         MA byte : Maintenance and Adaptation byte

         Tx MA Byte: This is explained in ITU-T G.832
                     This Byte contains following fields:
                       Payload type
                       Payload dependent bits
                       Timing maker bit
              
         Rx MA Byte: This is explained in ITU-T G.832
                     This Byte contains following fields:
                       Payload type
                       Timing maker bit
       "

    REVISION    "200301110000Z"
    DESCRIPTION
        "Initial version of the MIB.

        The content of this MIB was originally available
        in CISCO-WAN-AXIPOP-MIB defined using SMIv1.
        The applicable objects from CISCO-WAN-AXIPOP-MIB
        are defined using SMIv2 in this MIB. Also the
        descriptions of some of the objects have been 
        modified."
    ::= { ciscoWan 59 }
 

dsx3Config           OBJECT IDENTIFIER ::= { dsx3Line 1 }
dsx3AlarmConfig      OBJECT IDENTIFIER ::= { dsx3Line 2 }
dsx3Alarm            OBJECT IDENTIFIER ::= { dsx3Line 3 }
dsx3Counter          OBJECT IDENTIFIER ::= { dsx3Line 4 }


dsx3PlcpConfig      OBJECT IDENTIFIER ::= { dsx3Framing 1 }
dsx3PlcpAlarmConfig OBJECT IDENTIFIER ::= { dsx3Framing 2 }
dsx3PlcpAlarm       OBJECT IDENTIFIER ::= { dsx3Framing 3 }
dsx3PlcpCounter     OBJECT IDENTIFIER ::= { dsx3Framing 4 }

-- --------------------------------------------------------------
-- 
-- dsx3Config group
-- This group contains dsx3 line configuration table
-- 
-- --------------------------------------------------------------
cwDsx3ConfigTable OBJECT-TYPE
    SYNTAX     SEQUENCE OF CwDsx3ConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
        "The DS3/E3 Configuration table. There is one row for each
        DSX3 port in the system. The table size (number of 
        rows) is given by the value of dsx3LineNumOfValidEntries."
    ::= { dsx3Config 1 }

cwDsx3ConfigEntry OBJECT-TYPE
    SYNTAX     CwDsx3ConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
        "An entry in the DSX3 Configuration table."
    INDEX   { dsx3LineNum }
    ::= { cwDsx3ConfigTable 1 }

CwDsx3ConfigEntry ::=
    SEQUENCE {
        dsx3LineNum                 Integer32,
        cwDsx3LineType              INTEGER,
        cwDsx3LineCoding            INTEGER,
        cwDsx3LineLength            INTEGER,
        dsx3LineOOFCriteria         INTEGER,
        dsx3LineAIScBitsCheck       INTEGER,
        dsx3LineLoopbackCommand     INTEGER,
        dsx3LineRcvFEACValidation   INTEGER,
        dsx3LineXmtFEACCode         INTEGER,
        dsx3LineBERTEnable          INTEGER,
        dsx3LineBERTPattern         INTEGER,
        dsx3LineBERTResult          INTEGER,
        dsx3BERTResultClrButton     INTEGER,
        dsx3TrailTraceOption        INTEGER,
        dsx3TxTrailTrace            DisplayString,
        dsx3RxTrailTrace            DisplayString,
        dsx3TxTimingMarker          INTEGER,
        dsx3RxTimingMarker          INTEGER,
        dsx3TxPayloadType           INTEGER,
        dsx3RxPayloadType           INTEGER,
        dsx3TxTumf                  Integer32,
        dsx3RxTumf                  Integer32,
        dsx3LineEnable              INTEGER,
        dsx3FarEndLoopbkLineNum     INTEGER,
        dsx3LineXmtClockSrc         INTEGER,
        dsx3FarEndLoopbkLineStatus  Integer32,
        dsx3LineEqualizer           INTEGER,
        dsx3NearEndLoopbkLineStatus Integer32,
        dsx3SubRateEnable           INTEGER,
        dsx3DsuSelect               INTEGER,
        dsx3LineRate                Integer32,
        dsx3LineScrambleEnable      INTEGER
     }

dsx3LineNum OBJECT-TYPE
    SYNTAX     Integer32 (1..2147483647)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
        "This object is the identifier of a DS3/E3
        Interface on a managed device.

        The range supported depends upon the type of
        the card(controller card, service module).

        For 1 port Card :  Range is 1..1
           Example : CESM-T3E3

        For 2 Port Card :  Range is 1..2
           Example : PXM1-2T3E3.

        For 3 Port Card : Range is 1..3
           Example: SRM-3T3"

    ::= { cwDsx3ConfigEntry 1 }

cwDsx3LineType OBJECT-TYPE
    SYNTAX  INTEGER {
                dsx3CbitParity (1),
                g832-g804      (2),
                dsx3M23        (3),
                g751           (4),
                dsx3Unframed   (5),
                e3Unframed     (6)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This variable indicates the variety of DS3 C-bit
        or E3 application implementing this interface.
        The type of interface affects the interpretation
        of the usage and error statistics. The rate of DS3
        is 44.736 Mbps and E3 is 34.368 Mbps.

        The values, in sequence, describe:

        TITLE:                     SPECIFICATION:

        dsx3CbitParity            ANSI T1.107a-1990   [9a]
        g832-g804                 ITU-T  G.832, G.804
        dsx3M23                   ANSI T1.107-1988    [9]
        g751                      ITU-T G.751
        CESM-T3 supports only ds3Unframed linetype.
        CESM-E3 supports only e3Unframed linetype."
    ::= { cwDsx3ConfigEntry 2 }

cwDsx3LineCoding OBJECT-TYPE
    SYNTAX  INTEGER {
                dsx3B3ZS (1),
                e3HDB3   (2)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This variable describes the variety of Zero Code
        Suppression used on this interface, which in turn
        affects a number of its characteristics.

        dsx3B3ZS and e3HDB3 refer to the use of specified
        patterns of normal bits and bipolar violations
        which are used to replace sequences of zero bits
        of a specified length.

        dsx3B3ZS(1) : Bipolar 3-Zero Substitution(B3ZS) suppression.
        e3HDB3  (2) : High-Density Bipolar 3(HDB3) suppression."
    ::= { cwDsx3ConfigEntry 3 }

cwDsx3LineLength OBJECT-TYPE
    SYNTAX  INTEGER {
                lessThan225(1),
                moreThan225(2)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This object specifies the length of the 
        DS3 Line. This object provides information
        for line build out circuitry if it exists
        and can use this object to adjust the 
        line build out."
    ::= { cwDsx3ConfigEntry 4 }

dsx3LineOOFCriteria OBJECT-TYPE
    SYNTAX  INTEGER {
                fBits3Of8 (1),
                fBits3Of16 (2),
                notApplicable(3)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This object specifies the out of frame decision 
        criteria. 
        OOF is declared when errors are detected in  the 
        framing octets for four consecuitive frames.

        fBits3Of8(1) : an OOF condition is declared if at 
                       least 3 of 8 framing bits are in error.

        fBits3Of16(2): an OOF is declared if 3 of 16 framing 
                       bits are found to be in error.
        notApplicable(3) : used in case where it is not
                           applicable. This value can not be set.

        This object is not applicable when cwDsx3LineType is
        set to g832-g804(2) or g751(4).
        This object is not applicable for CESM-T3/E3"
    ::= { cwDsx3ConfigEntry 5 }

dsx3LineAIScBitsCheck OBJECT-TYPE
    SYNTAX  INTEGER {
                checkCbits(1),
                ignorebits(2),
                notApplicable(3)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "If check C-Bits options is chosen then AIS is declared
        when 1010 pattern is found and C-Bits are all zero. 
        In the other case an AIS condition is declared when the
        AIS pattern 1010... is detected irrespective of the state
        of the C Bits.
        This object does not apply to the E3 interface.
        The value notApplicable(3) is used in case of interfaces
        where this object is not applicable.

        This object is not applicable for CESM-T3/E3."
    ::= { cwDsx3ConfigEntry 6 }

dsx3LineLoopbackCommand OBJECT-TYPE
    SYNTAX  INTEGER {
                dsx3NoLoop(1),
                dsx3RemoteLineLoop(2),
                dsx3LocalLineLoop(3),
                dsx3InbndLocalLoopback(4)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This variable represents the loopback configuration
        of the DS3/E3 interface.
        The values mean:
            dsx3NoLoop
                Not in the loopback state.  A device that is
                not capable of performing a loopback on
                the interface shall always return this as
                it's value.
            dsx3RemoteLineLoop
                Near End loops back Remote data
            dsx3LocalLineLoop
                Near End loops back Local data(outbound).
            dsx3InboundLoopback
                Near End in bound loopback Local data(inbound)."
    ::= { cwDsx3ConfigEntry 7 }

dsx3LineRcvFEACValidation OBJECT-TYPE
    SYNTAX INTEGER{
               fFEACCodes4Of5    (1),
               fFEACCodes8Of10   (2),
               fFEACCodesDisable (3)
          }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This entry specifies the FEAC code validation criteria.
        fFEACCodes4Of5(1) : a valid FEAC code is declared if
                            4 of 5 codes match.
        fFEACCodes8Of10(2): a valid FEAC code is declared if 
                            8 of 10 codes match.

        fFEACCodesDisable(3) : Do not respond to any valid FEAC code.
        This object is not applicable to E3 interface.

        This object is not supported in CESM-T3/E3."
    ::= { cwDsx3ConfigEntry 8 }

dsx3LineXmtFEACCode OBJECT-TYPE
    SYNTAX  INTEGER {
                dsx3SendNoCode(1),
                dsx3SendLineCode(2),
                dsx3SendPayloadCode(3),
                dsx3SendResetCode(4),
                dsx3SendDS1LoopCode(5),
                dsx3SendTestPattern(6)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This variable indicates what bit-oriented code to transmit
        over the far-end alarm and control (FEAC) channel.

        The values mean:

        dsx3SendNoCode
            sending looped or normal data
        dsx3SendLineCode
            sending a request for a line loopback
        dsx3SendPayloadCode
            sending a request for a payload loopback
        (i.e., all DS1/E1s in a DS3/E3 frame)
        dsx3SendResetCode
            sending a loopback deactivation request.
        dsx3SendDS1LoopCode
            sending a request to put part of DS1/E1 within
            T3/E3 respectively into loopback.
        dsx3SendTestPattern
            sending a test pattern.
        This object is not applicable for CESM-T3/E3"
::= { cwDsx3ConfigEntry 9 }

dsx3LineBERTEnable OBJECT-TYPE
    SYNTAX  INTEGER {
                disabled(1),
                enabled(2)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This object enables/disables the BERT function on
        an interface.

        The possible values are :
           disabled(1): disables port BERT functionality
           enabled (2): enables port BERT functionality.
                        value specified in dsx3LineBERTPattern
                        is transmitted over the interface.
                        The far end may be looped back and the 
                        test pattern verified."
    ::= { cwDsx3ConfigEntry 10 }

dsx3LineBERTPattern OBJECT-TYPE
    SYNTAX  INTEGER {
                allZero(1),
                allOnes(2),
                alternateOneZero(3),
                doubleOneZero(4),
                userOneWord(5),
                userTwoWords(6),
                userThreeWords(7),
                userFourWords(8),
                pattern2p15minus1(9),
                pattern2p20minus1(10),
                pattern2p23minus1(11)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This object defines the test bit pattern to be
        used for BERT.
     
        The possible values are :

          Repetitive Patterns

        allZero(1): All Zeroes(Continuous spaces).  This is 
                repeating pattern of zeros(...000...). 
                The use of this pattern is to test and verify 
                that the ones density policing mechanism is 
                functioning properly.  This pattern must be 
                used in circuits optioned for B8ZS.

        allOnes(2): All Ones(Continuous Marks).  This is repeating
                pattern of ones(...1111...).  This provides 
                testing of maximum power level requirements.
                The all one pattern test causes the repeater 
                to consume the maximum amount of power. 
                If there is insufficient DC span power then the
                repeater may begin to fail.
                Typically this pattern is used for a simple
                continuity check.  It may also be used to detect
                the presence of unwanted loop in the network.

        alternateOneZero(3): Alternate one/zero pattern(..1010..).  This
                pattern produces a 50% ones density.  It is
                used to stress the repeater's DC power
                consumption.

        doubleOneZero(4): Double alternate one/zero(..1100..).

         userOneWord(5),
         userTwoWords(6),
         userThreeWords(7),
         userFourWords(8),
         pattern2p15minus1(9) :
           This is the 2^15-1(32767 bit length)
           pattern as specified in ITU O.151.
           It has the maximum of 15(inverted) sequential zeros.
           This sequence is primarily intended for
           error and jitter measurements at bit
           rates of 1544, 2048, 6312, 8448,
           32064 and 44736 kbit/s.

         pattern2p20minus1(10): 
           This is the 2^20-1(1048575 bits in length)
           pattern specified in ITU O.153.It has
           the maximum of 19(non-inverted) sequential
           zeros.  This pattern is primarily intended 
           for error measurements at bit rates up to 
           73kbit/s.  This pattern stresses the 
           equalization and timing recovery circuitry 
           of line repeaters.

          pattern2p23minus1(11):
             This is the 2^23-1(1048575 bits in length) pattern."
    ::= { cwDsx3ConfigEntry 11 }

dsx3LineBERTResult OBJECT-TYPE
    SYNTAX  INTEGER {
                bertFailed(1),
                bertPassed(2)
            }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
        "Result of BERT Test. The value in this object
        is not applicable if dsx3LineBERTEnable is set to
        disabled(1)."
    ::= { cwDsx3ConfigEntry 12 }

dsx3BERTResultClrButton OBJECT-TYPE
    SYNTAX INTEGER {
                noAction(1),
                clear(2)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "Setting this object to clear(2) causes the BERT
        result field to get cleared."
    ::= { cwDsx3ConfigEntry 13 }

-- 
--  The following are the E3 specific configuration parameters
--

dsx3TrailTraceOption  OBJECT-TYPE
    SYNTAX INTEGER {
               disable(1),
               enable(2)
           }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This object is used for enabling/disabling 
        G.832 Trail Trace. The trail trace is used to 
        repetitively transmit a trail access point identifier
        so that a trail receiving terminal can verify its 
        continued connection to the intended transmitter.
        It uses a 16-byte numbering format (see Rec E.164).
        The first byte of the string is a frame start marker 
        and includes the result of a CRC-7 calculation over 
        the previous frame. 

        The value of this object is set to disable(1) in case
        of cards where this feature is not supported.

        This object is not applicable for FRSM-VHS and
        CESM-T3/E3."
    REFERENCE
        "ITU-T G.832"
    ::= { cwDsx3ConfigEntry 14 }     

dsx3TxTrailTrace OBJECT-TYPE
    SYNTAX     DisplayString (SIZE (1..15))
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This object is used for specifying the 
        data to be used for G.832 Trail Trace ID/String.
        This object is applicable only for E3 interfaces
        with G.832 framing.

        The trail trace ID is a 16 octet field that
        contains 1 octet of CRC-7(first octet) and 15
        octets of data.

        The CRC-7 is automatically calculated by the
        system(card supporting this feature).
        
        The format of the value is:
          Frame Start Marker Error(HEX): CRC-7
          Bytes 2-6   (ASCII) [Byte 1-5 of this object]
          Bytes 7-11  (ASCII) [Byte 6-10 of this object]
          Bytes 12-16 (ASCII) [Byte 11-15 of this object]
 
       This object is not applicable for FRSM-VHS and
       CESM-T3/E3."
    REFERENCE
        "ITU-T G.832"
    ::= { cwDsx3ConfigEntry 15 }

dsx3RxTrailTrace OBJECT-TYPE
    SYNTAX     DisplayString (SIZE (1..15))
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
        "Received G.832 Trail Trace string. 
        The format of the value is:
          First byte indicates CRC-7(frame start marker).
          Bytes 2-6   (ASCII) [Byte 1-5 of this object]
          Bytes 7-11  (ASCII) [Byte 6-10 of this object]
          Bytes 12-16 (ASCII) [Byte 11-15 of this object]
          The value of all zeroes indicates bad CRC-7.

       This object is not applicable for FRSM-VHS and
       CESM-T3/E3."
    REFERENCE
        "ITU-T G.832"
    ::= { cwDsx3ConfigEntry 16 }

dsx3TxTimingMarker OBJECT-TYPE
    SYNTAX INTEGER {
               traceable   (1),
               untraceable (2)
           }
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "Transmitted timing marker bit in G.832 MA byte.
        This object can be set to traceable(1) to indicate 
        that the timing source is traceable to a primary
        reference clock and is otherwise set to untraceable(2).

        This is always set to untraceable(2) in case of
        card where this feature is not supported.

        This feature is not supported in FRSM-VHS and
        CESM-T3/E3."
    REFERENCE
        "ITU-T G.832"
    ::= { cwDsx3ConfigEntry 17 }

dsx3RxTimingMarker OBJECT-TYPE
    SYNTAX INTEGER {
               traceable   (1),
               untraceable (2)
           }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "Received timing marker bit in G.832 MA byte.
        This object can be set to traceable(1) to indicate 
        that the timing source is tracable to a primary
        reference clock and is otherwise set to untraceable(2).

        This is always set to untraceable(2) in case of
        card where this feature is not supported.

        This feature is not supported in FRSM-VHS and
        CESM-T3/E3."
    REFERENCE
        "ITU-T G.832"
    ::= { cwDsx3ConfigEntry 18 }

dsx3TxPayloadType OBJECT-TYPE
    SYNTAX INTEGER {
                unequipped (1),
                equipped   (2),
                atm        (3),
                sdhtu12s   (4)
           }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This object specifies the G.832 payload type
        for transmit data.

        The possible values are :
           
         unequipped (1): not carrying any payload
         equipped   (2): Equipped,non-specific
         atm        (3): ATM
         sdhtu12s   (4): SDH Elements mapping

        It is recommended that this object is not instantiated 
        in case of cards which does not support G.832 functionality.

        This is not supported in FRSM-VHS and CESM-T3/E3"
    REFERENCE
        "ITU-T G.832 section 2.1.2."
    DEFVAL { unequipped }
    ::= { cwDsx3ConfigEntry 19 }

dsx3RxPayloadType OBJECT-TYPE
    SYNTAX INTEGER {
                unequipped (1),
                equipped   (2),
                atm        (3),
                sdhtu12s   (4)
            }
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
        "Received payload type field in G.832 byte

        The possible values are :
           
         unequipped (1): not carrying any payload
         equipped   (2): Equipped,non-specific
         atm        (3): ATM
         sdhtu12s   (4): SDH Elements mapping

        It is recommended that this object is not instantiated 
        in case of cards which does not support G.832 functionality.

        This is not supported in FRSM-VHS and CESM-T3/E3"
    REFERENCE
        "ITU-T G.832 section 2.1.2."
    ::= { cwDsx3ConfigEntry 20 }

dsx3TxTumf OBJECT-TYPE
    SYNTAX     Integer32 (0..3)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
        "This object contains the value of 
        Tributary Multiframe Indicator(bits 6 and 7 of MA byte)
        in case of TU-1xs mapping.

        This is not supported in FRSM-VHS and CESM-T3/E3."
    REFERENCE
        "ITU-T G.832, section 3.4.3"
    ::= { cwDsx3ConfigEntry 21 }

dsx3RxTumf OBJECT-TYPE
    SYNTAX     Integer32 (0..3)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
        "This object contains the value of 
        Tributary Multiframe Indicator(bits 6 and 7 of MA byte)
        in case of TU-1xs mapping.

        This object is not supported in FRSM-VHS 
        and CESM-T3/E3."
    REFERENCE
        "ITU-T G.832, section 3.4.3"
    ::= { cwDsx3ConfigEntry 22 }

dsx3LineEnable OBJECT-TYPE
    SYNTAX  INTEGER {
                disable (1),
                enable  (2),
                modify  (3)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This object is used for enabling/disabling an interface
        and modifying the interface configuration.
 
        The possible values are:

          disable (1): Interface is administratively down
          enable  (2): Interface is administratively up.
          modify  (3): Used for modifying the parameters
                       of an interface that has been already
                       enabled(administratively up).
          To modify the parameters of this table, the value
          of this object must be set to enable(2) or modify(3)."
    ::= { cwDsx3ConfigEntry 23 }

dsx3FarEndLoopbkLineNum OBJECT-TYPE
        SYNTAX  INTEGER {
                  ds1line1(1),
                  ds1line2(2),
                  ds1line3(3),
                  ds1line4(4),
                  ds1line5(5),
                  ds1line6(6),
                  ds1line7(7),
                  ds1line8(8),
                  ds1line9(9),
                  ds1line10(10),
                  ds1line11(11),
                  ds1line12(12),
                  ds1line13(13),
                  ds1line14(14),
                  ds1line15(15),
                  ds1line16(16),
                  ds1line17(17),
                  ds1line18(18),
                  ds1line19(19),
                  ds1line20(20),
                  ds1line21(21),
                  ds1line22(22),
                  ds1line23(23),
                  ds1line24(24),
                  ds1line25(25),
                  ds1line26(26),
                  ds1line27(27),
                  ds1line28(28),
                  ds1line29(29),
                  ds3line(30)
                  }
        MAX-ACCESS read-write
        STATUS     current
        DESCRIPTION
            "Specify which DS1 or DS3 line in the far-end for the 
            loopback testing.
            For CESM-T3/E3, only ds3line(30) is valid."
        ::= { cwDsx3ConfigEntry 24 }

dsx3LineXmtClockSrc  OBJECT-TYPE
        SYNTAX  INTEGER {
                    backplaneClk (1),
                    recoverClk   (2),
                    localClk     (3)
                }
        MAX-ACCESS read-write
        STATUS     current
        DESCRIPTION
             "The source of the transmit clock.

               backplaneClk(2) : clock source is from the backplane.
               recoverClk  (3) : clock source is derived from another
                                 t3 interface.
               localClk    (4) : clock source is from a local 
                                 oscillator on the card"
        ::= { cwDsx3ConfigEntry 25 }

dsx3FarEndLoopbkLineStatus OBJECT-TYPE
        SYNTAX     Integer32 (0..2147483647)
        MAX-ACCESS read-only
        STATUS     current
        DESCRIPTION
             "This is a bitmap of the DSX3 FarEnd line 
              loopback status bits 

          Bit Position    Loopback indicator 
          -----------    -----
          1              DS1 Line 1
          2              DS1 Line 2
          3              DS1 Line 3
          4              DS1 Line 4
          5              DS1 Line 5
          6              DS1 Line 6
          7              DS1 Line 7
          8              DS1 Line 8
          9              DS1 Line 9
          10             DS1 Line 10
          11             DS1 Line 11
          12             DS1 Line 12
          ...
          ...
          ...
          28             DS1 Line 28
          29             all DS1 Lines
          30             DSX3    
         For CESM-T3/E3, only DSX3 bit (bit 30) is valid."
       ::= { cwDsx3ConfigEntry 26 }


dsx3LineEqualizer  OBJECT-TYPE
    SYNTAX  INTEGER {
                intrnlequalizer(1),
                extequalizer(2)
            }
    MAX-ACCESS  read-write
    STATUS  current
    DESCRIPTION
        "This object indicates whether the internal equalizer
        is being used or bypassed. Set this value depending on
        the line equipment to which the receiver is attached.

        intrnlequalizer(1): Use internal line equalizer
        extequalizer(2)   : Use External equalizer or bypass internal
                            equalizer."
        ::= { cwDsx3ConfigEntry 27 }

dsx3NearEndLoopbkLineStatus OBJECT-TYPE
    SYNTAX     Integer32 (0..2147483647)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
        "This is a bitmap of the DSX3 NearEnd line
          loopback status bits
          BitPosition    Loopback indicator
          -----------    -----
          1              DS1 Line 1
          2              DS1 Line 2
          3              DS1 Line 3
          4              DS1 Line 4
          5              DS1 Line 5
          6              DS1 Line 6
          7              DS1 Line 7
          8              DS1 Line 8
          9              DS1 Line 9
          10             DS1 Line 10
          11             DS1 Line 11
          12             DS1 Line 12
          ...
          ...
          ...
          28             DS1 Line 28
          29             DS1 Line 29
          30             DSX3     

        For CESM-T3/E3, only DSX3 bit (bit 30) is valid."
       ::= { cwDsx3ConfigEntry 28 }

dsx3SubRateEnable OBJECT-TYPE
    SYNTAX  INTEGER {
                disable (1),
                enable  (2)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This variable controls whether the DS3 subrates are
        enabled or not. The DS3 subrate is part of
        DSU functionality.
        This object is currently supported only in FRSM-VHS
        cards.

        It is recommended that this object is not instantiated 
        in case of cards which does not support DSU functionality."
    DEFVAL { disable }
    ::= { cwDsx3ConfigEntry 29 }

dsx3DsuSelect OBJECT-TYPE
    SYNTAX INTEGER {
                dl3100Mode(1),
                adcKentroxMode(2),
                larsCom(3),
                clearChannel(4),
                dsuAlgorithm2(5),
                dsuAlgorithm3(6),
                dsuAlgorithm4(7),
                dsuAlgorithm5(8)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "The dsx3DsuSelect variable controls the type of DSU mode
        to be selected. The 'dsx3SubRateEnable' has to be set to 
        'enable' before selecting the mode in 'dsx3DsuSelect'.

        The possible values for this are :

        dl3100Mode     - Indicates compatibility with Digital Link Inc's
                         DL3100 DSU mode of operation. This mode permits
                         line rates to be in multiples of 300 Kbps.
        adcKentroxMode - Indicates compatibility with ADC Kentrox's DSU.
                         This mode permits line rates to be in multiples
                         of 500 Kbps.
        larsCom        - Indicates compatability with LarsCom DSU.
        clearChannel   - Indicates the standard G.751 framing format
                         (12 overhead bits and 1524 data bits in an E3
                         frame).This option is supported only in FRSM-2E3.
        dsuAlgorithm1  - dsuAlgorith4  - Presently this is not used in any of
                         the cards.
        This object is supported only in FRSM-VHS cards.

        It is recommended that this object is not instantiated 
        in case of cards which does not support DSU functionality."
    DEFVAL { dl3100Mode }
    ::= { cwDsx3ConfigEntry 30 }

dsx3LineRate OBJECT-TYPE
    SYNTAX     Integer32 (300..44736)
    UNITS      "kbps"
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "The desired line rate when 'dsx3SubRateEnable' is enabled.
        If dsx3DsuSelect is set to 'dl3100Mode', the line rate can
        be configured in steps of 300 Kbps.
        If dsx3DsuSelect is set to  'adcKentroxMode', the line rate can
        be configured in steps of 500 Kbps.

        This object is supported only in FRSM-VHS cards.

        It is recommended that this object is not instantiated 
        in case of cards which does not support DSU functionality."
    ::= { cwDsx3ConfigEntry 31 }

dsx3LineScrambleEnable OBJECT-TYPE
    SYNTAX  INTEGER {
                disabled (1),
                enabled  (2)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This variable turns the scrambling feature ON/OFF
        The scrambling is a technique that enables framing
        to be maintained on certain medium-speed edge and 
        trunk interfaces.

        This object is ONLY applicable for FRSM-2T3/E3."
        ::= { cwDsx3ConfigEntry 32 }
    
dsx3LineNumOfValidEntries OBJECT-TYPE
    SYNTAX     Integer32(0..2147483647)
    MAX-ACCESS read-only
    STATUS     current
    DESCRIPTION
        "The number of DSX3 configuration entries (regardless
        of their current configuration) in the cwDsx3ConfigTable."
    ::= { dsx3Config 2 }

-- --------------------------------------------------------------
--
-- dsx3AlarmConfig group
--
-- --------------------------------------------------------------
dsx3AlarmConfigTable OBJECT-TYPE
    SYNTAX  SEQUENCE OF Dsx3AlarmConfigEntry
    MAX-ACCESS  not-accessible
    STATUS  current
    DESCRIPTION
        "The DSX3 interface alarm configuration table. This table contains
        the parameters associated with detecting and declaring alarms for
        the interface. The parameters include severity of alarm, alarm
        integration parameters and 15 minute and 24 hour thresholds. 
        The number of rows is given by dsx3LineNumOfValidEntries."
    ::= { dsx3AlarmConfig 1 }

dsx3AlarmConfigEntry OBJECT-TYPE
    SYNTAX     Dsx3AlarmConfigEntry
    MAX-ACCESS not-accessible
    STATUS     current
    DESCRIPTION
        "An entry in the DSX3 Alarm Configuration table.

        Thresholds may be configured for:

            Line Code Violations          (LCV), 
            LineErrored Seconds           (LES),
            Line Severely Errored Seconds (LSES), 
            P-bit Coding Violations       (PCV), 
            P-bit Errored Seconds         (PES), 
            P-bit Severely Errored Seconds(PSES), 
            Severely Errored Seconds      (SES), 
            Severely Errored Framing Seconds(SEFS), 
            Unavailable Seconds            (UAS),
            C-bit coding violations        (CCV),
            C-bit errored seconds          (CES),
            C-bit errored seconds          (CSES).
        Once these thresholds are exceeded, minor or major alarms
        are raised. Please refer to RFC2496 for descriptions of these
        errors."
    INDEX   { dsx3LineNum }
    ::= { dsx3AlarmConfigTable 1 }

Dsx3AlarmConfigEntry ::=
      SEQUENCE {
            dsx3RedSeverity                     INTEGER,
            dsx3RAISeverity                     INTEGER,
            dsx3NEAlarmUpCount                  Integer32,
            dsx3NEAlarmDownCount                Integer32,
            dsx3NEAlarmThreshold                Integer32,
            dsx3FEAlarmUpCount                  Integer32,
            dsx3FEAlarmDownCount                Integer32,
            dsx3FEAlarmThreshold                Integer32,
            dsx3StatisticalAlarmSeverity        INTEGER,
            dsx3LCV15MinThreshold               Integer32,
            dsx3LCV24HrThreshold                Integer32,
            dsx3LES15MinThreshold               Integer32,
            dsx3LES24HrThreshold                Integer32,
            dsx3LSES15MinThreshold              Integer32,
            dsx3LSES24HrThreshold               Integer32,
            dsx3PCV15MinThreshold               Integer32,
            dsx3PCV24HrThreshold                Integer32,
            dsx3PES15MinThreshold               Integer32,
            dsx3PES24HrThreshold                Integer32,
            dsx3PSES15MinThreshold              Integer32,
            dsx3PSES24HrThreshold               Integer32,
            dsx3SEFS15MinThreshold              Integer32,
            dsx3SEFS24HrThreshold               Integer32,
            dsx3AISS15MinThreshold              Integer32,
            dsx3AISS24HrThreshold               Integer32,
            dsx3UAS15MinThreshold               Integer32,
            dsx3UAS24HrThreshold                Integer32,
            dsx3E3BIP8CV15MinThreshold          Integer32,
            dsx3E3BIP8CV24HrThreshold           Integer32,
            dsx3E3BIP8ES15MinThreshold          Integer32,
            dsx3E3BIP8ES24HrThreshold           Integer32,
            dsx3E3BIP8SES15MinThreshold         Integer32,
            dsx3E3BIP8SES24HrThreshold          Integer32,
            dsx3CCV15MinThreshold               Integer32,
            dsx3CCV24HrThreshold                Integer32,
            dsx3CES15MinThreshold               Integer32,
            dsx3CES24HrThreshold                Integer32,
            dsx3CSES15MinThreshold              Integer32,
            dsx3CSES24HrThreshold               Integer32
         }

dsx3RedSeverity OBJECT-TYPE
    SYNTAX  INTEGER {
                minor(1),
                major(2)
            }
    MAX-ACCESS  read-write
    STATUS  current
    DESCRIPTION
        "This variable is used to setup the severity of RED
        alarm. So when LOS/LOF alarm is detected the card will
        send the alarm with appropriate severity status.
        A major alarm will cause audible notification
        and the MAJOR ALARM LED will be turned ON.
        A minor alarm will just turn on the MINOR ALARM LED.
        LOF detection is not applicable for CESM-8T3/E3.
    "
    ::= { dsx3AlarmConfigEntry 1 }

dsx3RAISeverity OBJECT-TYPE
    SYNTAX  INTEGER {
                minor(1),
                major(2)
            }
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This variable is used to setup the severity of RAI
        alarm. So when RAI alarm is detected the card will
        send the alarm with appropriate severity status.
        A major alarm will cause the audible notification
        and the MAJOR ALARM LED will be turned ON.
        A minor alarm will just turn on the MINOR ALARM LED.
        This is not applicable for CESM-T3/E3.
        "
    ::= { dsx3AlarmConfigEntry 2 }

dsx3NEAlarmUpCount OBJECT-TYPE
    SYNTAX     Integer32 (0..2147483647)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This parameter specifies the increment to the
        Near End alarm integration counters. The local 
        alarms are LOS and LOF. The Default value is 6
        and the integration counter is incremented by
        this value every 10 ms while the alarm persists. 
        The counter is decremented by the value of 
        dsx3NEAlarmDnCount while there is no alarm 
        (the counter does not decrement below zero). 
        When the integration counter exceeds 
        dsx3NEAlarmThreshold an Alarm of the severity 
        specified for the particular NE alarm is declared.

        LOF detection is not applicable for CESM-T3/E3"
    ::= { dsx3AlarmConfigEntry 3 }

dsx3NEAlarmDownCount OBJECT-TYPE
    SYNTAX     Integer32 (0..2147483647)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This parameter specifies the decrement to the 
        Near End alarm integration counters. The local 
        alarms are LOS and LOF. The Default value is 1 and 
        the integration counter is decremented by this value 
        every 10 ms while no alarm persists. The counter is 
        incremented by the value of dsx3NEAlarmUpCount
        while there is no alarm (the counter does not decrement below
        zero). When the integration counter reaches zero any Alarm
        previously declared is removed.

        LOF detection is not applicable for CESM-T3/E3"
    ::= { dsx3AlarmConfigEntry 4 }

dsx3NEAlarmThreshold OBJECT-TYPE
    SYNTAX     Integer32 (0..2147483647)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION   
        "The value set in this object determines the value that
        the alarm integration counter must reach for an near end
        Alarm to be declared. If the up count is 6, the down count
        is 1 and the threshold 1500, an Alarm is integrated in 
        2.5 sec and removed in 15 seconds."
    ::= { dsx3AlarmConfigEntry 5 }

dsx3FEAlarmUpCount OBJECT-TYPE
    SYNTAX     Integer32 (0..2147483647)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This parameter specifies the increment to the 
        Far End alarm integration counters. The local alarms 
        are RAI and AIS. The Default value is 6 and the 
        integration counter is incremented by this value every 
        10 ms while the alarm persists. The counter is decremented 
        by the value of dsx3FEAlarmDnCount while there is no alarm 
        (the counter does not decrement below zero). 
        When the integration counter exceeds dsx3FEAlarmThreshold
        an Alarm of the severity specified for the particular far end
        alarm is declared. 

        This object is not applicable for CESM-T3/E3. "
    ::= { dsx3AlarmConfigEntry 6 }

dsx3FEAlarmDownCount OBJECT-TYPE
    SYNTAX     Integer32 (0..2147483647)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "This parameter specifies the decrement to the 
        Far End alarm integration counters. The local alarms 
        are AIS and RAI. The Default value is 1. The integration 
        counter is decremented by this value every 10 ms 
        (till zero), while no alarm persists. The counter is 
        incremented by the value of dsx3FEAlarmUpCount
        while there is no alarm.  When the integration counter
        decrements to zero any previously declared Alarm is removed.

        This object is not applicable for CESM-T3/E3. "
    ::= { dsx3AlarmConfigEntry 7 }

dsx3FEAlarmThreshold OBJECT-TYPE
    SYNTAX     Integer32 (0..2147483647)
    MAX-ACCESS read-write
    STATUS     current
    DESCRIPTION
        "The value set in this object determines the value that
        the alarm integration counter must reach for an far end
        Alarm to be declared. If the up count is 6, the down count
        is 1 and the threshold 1500, an Alarm is integrated in 
        2.5 sec and removed in 15 seconds.
    This object is not applicable for CESM-T3/E3. "
    ::= { dsx3AlarmConfigEntry 8 }

dsx3StatisticalAlarmSeverity OBJECT-TYPE
        SYNTAX  INTEGER {
                minor(1),
                major(2)
            }
        MAX-ACCESS  read-write
        STATUS  current
        DESCRIPTION
            "This variable is used to setup the severity of 
            any of the Statistical alarms. So when a 
            Statistical Counter exceeds its specified threshold 
            the card will send the alarm with appropriate
            severity. A major alarm will cause the audible notification
            and the MAJOR ALARM LED will be turned ON.
            A minor alarm will just turn on the MINOR ALARM LED."
        ::= { dsx3AlarmConfigEntry 9 }

dsx3LCV15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
            "The value set in this object determines the value
             which when exceeded in a 15 minute window causes
          a statistical alarm to be declared."
        ::= { dsx3AlarmConfigEntry 10 }

dsx3LCV24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
            "The value set in this object determines the value
             which when exceeded in a sliding 24 hour window causes
          a statistical alarm to be declared. The threshold is
          checked every 15 minutes for the preceding 24 hour interval"
        ::= { dsx3AlarmConfigEntry 11 }

dsx3LES15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a 15 minute window causes
          a statistical alarm to be declared."
        ::= { dsx3AlarmConfigEntry 12 }

dsx3LES24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a sliding 24 hour window causes
          a statistical alarm to be declared. The threshold is
          checked every 15 minutes for the preceding 24 hour interval"
        ::= { dsx3AlarmConfigEntry 13 }

dsx3LSES15MinThreshold OBJECT-TYPE
        SYNTAX     Integer32 (0..2147483647)
        MAX-ACCESS read-write
        STATUS     current
        DESCRIPTION
            "The value set in this object determines the value
            which when exceeded in a 15 minute window causes
            a statistical alarm to be declared."
        ::= { dsx3AlarmConfigEntry 14 }

dsx3LSES24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a sliding 24 hour window causes
          a statistical alarm to be declared. The threshold is
          checked every 15 minutes for the preceding 24 hour interval"
        ::= { dsx3AlarmConfigEntry 15 }

dsx3PCV15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the 
          value which when exceeded in a 15 minute window 
          causes a statistical alarm to be declared.
          This object is not supported in CESM-T3/E3.
          This object is not applicable for E3 interface."
        ::= { dsx3AlarmConfigEntry 16 }

dsx3PCV24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the 
          value which when exceeded in a sliding 24 hour 
          window causes a statistical alarm to be declared.
          The threshold is checked every 15 minutes for the 
          preceding 24 hour interval
          This object is not supported in CESM-T3/E3.
          This object is not applicable for E3 interface."
        ::= { dsx3AlarmConfigEntry 17 }

dsx3PES15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the 
          value which when exceeded in a 15 minute window 
          causes a statistical alarm to be declared.
          This object is not supported in CESM-T3/E3.
          This object is not applicable for E3 interface."
        ::= { dsx3AlarmConfigEntry 18 }

dsx3PES24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the 
          value which when exceeded in a sliding 24 hour 
          window causes a statistical alarm to be declared.
          The threshold is checked every 15 minutes for the 
          preceding 24 hour interval.
          This object is not supported in CESM-T3/E3
          This object is not applicable for E3 interface."
        ::= { dsx3AlarmConfigEntry 19 }

dsx3PSES15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
            "The value set in this object determines the value
             which when exceeded in a 15 minute window causes
             a statistical alarm to be declared.

             This object does not apply to the E3 interface.

             This object is not supported in CESM-T3/E3."
        ::= { dsx3AlarmConfigEntry 20 }

dsx3PSES24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the 
          value which when exceeded in a sliding 24 hour 
          window causes a statistical alarm to be declared. 
          The threshold is checked every 15 minutes for the 
          preceding 24 hour interval.

          This object is not applicable for E3 interface.

          This object is not supported in CESM-T3/E3."
        ::= { dsx3AlarmConfigEntry 21 }

dsx3SEFS15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a 15 minute window causes
          a statistical alarm to be declared.
          This object is not supported in CESM-T3/E3"
        ::= { dsx3AlarmConfigEntry 22 }

dsx3SEFS24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a sliding 24 hour window causes
          a statistical alarm to be declared. The threshold is
          checked every 15 minutes for the preceding 24 hour interval.

          This object is not supported in CESM-T3/E3"
        ::= { dsx3AlarmConfigEntry 23 }

dsx3AISS15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a 15 minute window causes
          a statistical alarm to be declared.
          This object is not supported in CESM-T3/E3"
        ::= { dsx3AlarmConfigEntry 24 }

dsx3AISS24HrThreshold OBJECT-TYPE
      SYNTAX      Integer32 (0..2147483647)
      MAX-ACCESS  read-write
      STATUS      current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a sliding 24 hour window causes
          a statistical alarm to be declared. The threshold is
          checked every 15 minutes for the preceding 24 hour interval
          This object is not supported in CESM-T3/E3"
        ::= { dsx3AlarmConfigEntry 25 }

dsx3UAS15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a 15 minute window causes
          a statistical alarm to be declared."
        ::= { dsx3AlarmConfigEntry 26 }

dsx3UAS24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a sliding 24 hour window causes
          a statistical alarm to be declared. The threshold is
          checked every 15 minutes for the preceding 24 hour interval"
        ::= { dsx3AlarmConfigEntry 27 }

dsx3E3BIP8CV15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "G.832 BIP-8 error monitoring byte. 15 minute
          threshold value.
          This has no significance to E3 with G.751 framing
          which is used in FRSM-VHS
          This object is not supported in CESM-T3/E3."
        ::= { dsx3AlarmConfigEntry 28 }

dsx3E3BIP8CV24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
            "G.832 BIP-8 error monitoring byte. 24 hour
             threshold value.

             This has no significance to E3 with G.751 framing
             which is used in FRSM-VHS.

             This object is not supported in CESM-T3/E3."
        ::= { dsx3AlarmConfigEntry 29 } 

dsx3E3BIP8ES15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
            "G.832 BIP-8 error monitoring byte. 15 minute
             threshold value.

             This has no significance to E3 with G.751 framing
             which is used in FRSM-VHS.

             This object is not supported in CESM-T3/E3."
        ::= { dsx3AlarmConfigEntry 30 }

dsx3E3BIP8ES24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
            "G.832 BIP-8 error monitoring byte. 24 hour
             threshold value.
             This has no significance to E3 with G.751 framing
             which is used in FRSM-VHS
             This object is not supported in CESM-T3/E3
            "
        ::= { dsx3AlarmConfigEntry 31 } 

dsx3E3BIP8SES15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
            "G.832 BIP-8 error monitoring byte. 15 minute
             threshold value.
             This has no significance to E3 with G.751 framing
             which is used in FRSM-VHS
             This object is not supported in CESM-T3/E3
            "
        ::= { dsx3AlarmConfigEntry 32 }

dsx3E3BIP8SES24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
            "G.832 BIP-8 error monitoring byte. 24 hour
             threshold value.
             This has no significance to E3 with G.751 framing
             which is used in FRSM-VHS
             This object is not supported in CESM-T3/E3
            "
        ::= { dsx3AlarmConfigEntry 33 } 

dsx3CCV15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the 
          value which when exceeded in a 15 minute window 
          causes a statistical alarm to be declared.

          This object is not applicable for E3 interface.

          This object is not supported in CESM-T3/E3."
      ::= { dsx3AlarmConfigEntry 34 }
 
dsx3CCV24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the 
          value which when exceeded in a sliding 24 hour 
          window causes a statistical alarm to be declared.
          The threshold is checked every 15 minutes for the 
          preceding 24 hour interval

          This object is not applicable for E3 interface.

          This object is not supported in CESM-T3/E3."
      ::= { dsx3AlarmConfigEntry 35 }
 
dsx3CES15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the 
          value which when exceeded in a 15 minute window 
          causes a statistical alarm to be declared.

          This object is not applicable for E3 interface.

          This object is not supported in CESM-T3/E3."
      ::= { dsx3AlarmConfigEntry 36 }
 
   dsx3CES24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the 
          value which when exceeded in a sliding 24 hour 
          window causes a statistical alarm to be declared.

          This object is not applicable for E3 interface.

          This object is not supported in CESM-T3/E3."
      ::= { dsx3AlarmConfigEntry 37 }

dsx3CSES15MinThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a 15 minute window causes
          a statistical alarm to be declared.

          This object is not applicable for E3 interface.

          This object is not supported in CESM-T3/E3."
         ::= { dsx3AlarmConfigEntry 38 }
 
dsx3CSES24HrThreshold OBJECT-TYPE
      SYNTAX     Integer32 (0..2147483647)
      MAX-ACCESS read-write
      STATUS     current
      DESCRIPTION
          "The value set in this object determines the value
          which when exceeded in a sliding 24 hour window causes
          a statistical alarm to be declared.

          This objec