Blame mibs/ietf/OPT-IF-MIB

Packit 022b05
OPT-IF-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    MODULE-IDENTITY, OBJECT-TYPE, Gauge32, Integer32,
Packit 022b05
      Unsigned32, transmission
Packit 022b05
          FROM SNMPv2-SMI
Packit 022b05
    TEXTUAL-CONVENTION, RowPointer, RowStatus, TruthValue
Packit 022b05
          FROM SNMPv2-TC
Packit 022b05
    SnmpAdminString
Packit 022b05
          FROM SNMP-FRAMEWORK-MIB
Packit 022b05
    MODULE-COMPLIANCE, OBJECT-GROUP
Packit 022b05
          FROM SNMPv2-CONF
Packit 022b05
    ifIndex
Packit 022b05
          FROM IF-MIB;
Packit 022b05
Packit 022b05
--  This is the MIB module for the OTN Interface objects.
Packit 022b05
Packit 022b05
optIfMibModule MODULE-IDENTITY
Packit 022b05
    LAST-UPDATED "200308130000Z"
Packit 022b05
    ORGANIZATION "IETF AToM MIB Working Group"
Packit 022b05
    CONTACT-INFO
Packit 022b05
       "WG charter:
Packit 022b05
          http://www.ietf.org/html.charters/atommib-charter.html
Packit 022b05
Packit 022b05
        Mailing Lists:
Packit 022b05
           General Discussion: atommib@research.telcordia.com
Packit 022b05
           To Subscribe: atommib-request@research.telcordia.com
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        Editor: Hing-Kam Lam
Packit 022b05
        Postal: Lucent Technologies, Room 4C-616
Packit 022b05
                101 Crawfords Corner Road
Packit 022b05
                Holmdel, NJ 07733
Packit 022b05
           Tel: +1 732 949 8338
Packit 022b05
         Email: hklam@lucent.com"
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The MIB module to describe pre-OTN and OTN interfaces.
Packit 022b05
Packit 022b05
        Copyright (C) The Internet Society (2003).  This version
Packit 022b05
        of this MIB module is part of RFC 3591;  see the RFC
Packit 022b05
        itself for full legal notices."
Packit 022b05
    REVISION  "200308130000Z"
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Initial version, published as RFC 3591."
Packit 022b05
    ::={ transmission 133 }
Packit 022b05
Packit 022b05
-- textual conventions
Packit 022b05
Packit 022b05
OptIfAcTI ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The trace identifier (TI) accepted at the receiver."
Packit 022b05
  SYNTAX  OCTET STRING (SIZE(64))
Packit 022b05
Packit 022b05
OptIfBitRateK ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the index 'k' that is used to
Packit 022b05
     represent a supported bit rate and the different
Packit 022b05
     versions of OPUk, ODUk and OTUk.
Packit 022b05
     Allowed values of k are defined in ITU-T G.709.
Packit 022b05
     Currently allowed values in G.709 are:
Packit 022b05
        k=1 represents an approximate bit rate of 2.5 Gbit/s,
Packit 022b05
        k=2 represents an approximate bit rate of 10 Gbit/s,
Packit 022b05
        k=3 represents an approximate bit rate of 40 Gbit/s."
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
Packit 022b05
OptIfDEGM ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a Degraded Signal
Packit 022b05
     defect (dDEG).  A dDEG shall be declared if OptIfDEGM
Packit 022b05
     consecutive bad PM Seconds are detected."
Packit 022b05
  SYNTAX  Unsigned32 (2..10)
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
OptIfDEGThr ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a performance
Packit 022b05
     monitoring (PM) Second to be bad.  A PM Second is declared bad if
Packit 022b05
     the percentage of detected errored blocks in that second is
Packit 022b05
     greater than or equal to OptIfDEGThr."
Packit 022b05
  SYNTAX  Unsigned32 (1..100)
Packit 022b05
Packit 022b05
OptIfDirectionality ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of an entity."
Packit 022b05
  SYNTAX  INTEGER {
Packit 022b05
    sink(1),
Packit 022b05
    source(2),
Packit 022b05
    bidirectional(3)
Packit 022b05
    }
Packit 022b05
Packit 022b05
OptIfSinkOrSource ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of an entity
Packit 022b05
     that is allowed only to be a source or sink."
Packit 022b05
  SYNTAX  INTEGER {
Packit 022b05
    sink(1),
Packit 022b05
    source(2)
Packit 022b05
    }
Packit 022b05
Packit 022b05
OptIfExDAPI ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The Destination Access Point Identifier (DAPI)
Packit 022b05
     expected by the receiver."
Packit 022b05
  SYNTAX  OCTET STRING (SIZE(16))
Packit 022b05
Packit 022b05
OptIfExSAPI ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The Source Access Point Identifier (SAPI)
Packit 022b05
     expected by the receiver."
Packit 022b05
  SYNTAX  OCTET STRING (SIZE(16))
Packit 022b05
Packit 022b05
OptIfIntervalNumber ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Uniquely identifies a 15-minute interval.  The interval
Packit 022b05
     identified by 1 is the most recently completed interval, and
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     the interval identified by n is the interval immediately
Packit 022b05
     preceding the one identified by n-1."
Packit 022b05
  SYNTAX  Unsigned32 (1..96)
Packit 022b05
Packit 022b05
OptIfTIMDetMode ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the mode of the Trace Identifier Mismatch (TIM)
Packit 022b05
     Detection function."
Packit 022b05
  SYNTAX  INTEGER {
Packit 022b05
    off(1),
Packit 022b05
    dapi(2),
Packit 022b05
    sapi(3),
Packit 022b05
    both(4)
Packit 022b05
    }
Packit 022b05
Packit 022b05
OptIfTxTI ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The trace identifier (TI) transmitted."
Packit 022b05
  SYNTAX  OCTET STRING (SIZE(64))
Packit 022b05
Packit 022b05
-- object groups
Packit 022b05
Packit 022b05
optIfObjects OBJECT IDENTIFIER ::= { optIfMibModule 1 }
Packit 022b05
optIfConfs OBJECT IDENTIFIER ::= { optIfMibModule 2 }
Packit 022b05
Packit 022b05
optIfOTMn OBJECT IDENTIFIER ::= { optIfObjects 1 }
Packit 022b05
optIfPerfMon OBJECT IDENTIFIER ::= { optIfObjects 2 }
Packit 022b05
optIfOTSn OBJECT IDENTIFIER ::= { optIfObjects 3 }
Packit 022b05
optIfOMSn OBJECT IDENTIFIER ::= { optIfObjects 4 }
Packit 022b05
optIfOChGroup OBJECT IDENTIFIER ::= { optIfObjects 5 }
Packit 022b05
optIfOCh OBJECT IDENTIFIER ::= { optIfObjects 6 }
Packit 022b05
Packit 022b05
optIfOTUk OBJECT IDENTIFIER ::= { optIfObjects 7 }
Packit 022b05
optIfODUk OBJECT IDENTIFIER ::= { optIfObjects 8 }
Packit 022b05
optIfODUkT OBJECT IDENTIFIER ::= { optIfObjects 9 }
Packit 022b05
Packit 022b05
optIfGroups OBJECT IDENTIFIER ::= { optIfConfs 1 }
Packit 022b05
optIfCompl OBJECT IDENTIFIER ::= { optIfConfs 2 }
Packit 022b05
Packit 022b05
-- the optIfOTMn group
Packit 022b05
-- This group defines the OTM structure information of an
Packit 022b05
-- optical interface.
Packit 022b05
Packit 022b05
-- OTMn Table
Packit 022b05
Packit 022b05
optIfOTMnTable OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTMnEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OTMn structure information."
Packit 022b05
  ::= { optIfOTMn 1 }
Packit 022b05
Packit 022b05
optIfOTMnEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTMnEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains the OTMn structure
Packit 022b05
     information of an optical interface."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOTMnTable 1 }
Packit 022b05
Packit 022b05
OptIfOTMnEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTMnOrder         Unsigned32,
Packit 022b05
    optIfOTMnReduced       TruthValue,
Packit 022b05
    optIfOTMnBitRates      BITS,
Packit 022b05
    optIfOTMnInterfaceType SnmpAdminString,
Packit 022b05
    optIfOTMnTcmMax        Unsigned32,
Packit 022b05
    optIfOTMnOpticalReach  INTEGER
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTMnOrder OBJECT-TYPE
Packit 022b05
  SYNTAX  Unsigned32 (1..900)
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This object indicates the order of the OTM, which
Packit 022b05
     represents the maximum number of wavelengths that can be
Packit 022b05
     supported at the bit rate(s) supported on the interface."
Packit 022b05
  ::= { optIfOTMnEntry 1 }
Packit 022b05
Packit 022b05
optIfOTMnReduced OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This object indicates whether a reduced or full
Packit 022b05
     functionality is supported at the interface.  A value of
Packit 022b05
     true means reduced.  A value of false means full."
Packit 022b05
  ::= { optIfOTMnEntry 2 }
Packit 022b05
Packit 022b05
optIfOTMnBitRates OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SYNTAX  BITS { bitRateK1(0), bitRateK2(1), bitRateK3(2) }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This attribute is a bit map representing the bit
Packit 022b05
     rate or set of bit rates supported on the interface.
Packit 022b05
     The meaning of each bit position is as follows:
Packit 022b05
       bitRateK1(0) is set if the 2.5 Gbit/s rate is supported
Packit 022b05
       bitRateK2(1) is set if the 10 Gbit/s rate is supported
Packit 022b05
       bitRateK3(2) is set if the 40 Gbit/s rate is supported
Packit 022b05
     Note that each bit position corresponds to one possible
Packit 022b05
     value of the type OptIfBitRateK.
Packit 022b05
     The default value of this attribute is system specific."
Packit 022b05
  ::= { optIfOTMnEntry 3 }
Packit 022b05
Packit 022b05
optIfOTMnInterfaceType OBJECT-TYPE
Packit 022b05
  SYNTAX  SnmpAdminString
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This object identifies the type of interface.  The value of
Packit 022b05
     this attribute will affect the behavior of the OTM with
Packit 022b05
     respect to presence/absence of OTM Overhead Signal (OOS)
Packit 022b05
     processing and TCM activation.  For an IrDI interface,
Packit 022b05
     there is no OOS processing and TCM activation is limited
Packit 022b05
     to n levels as specified by a TCM level threshold.
Packit 022b05
Packit 022b05
     This object contains two fields that are separated by
Packit 022b05
     whitespace.  The possible values are:
Packit 022b05
          field 1: one of the 4-character ASCII strings
Packit 022b05
                    'IrDI' or 'IaDI'
Packit 022b05
          field 2: free-form text consisting of printable
Packit 022b05
                   UTF-8 encoded characters
Packit 022b05
Packit 022b05
     Note that field 2 is optional.  If it is not present then there
Packit 022b05
     is no requirement for trailing whitespace after field 1.
Packit 022b05
Packit 022b05
     The default values are as follows:
Packit 022b05
          field 1:  'IaDI'
Packit 022b05
          field 2: an empty string."
Packit 022b05
Packit 022b05
  ::= { optIfOTMnEntry 4 }
Packit 022b05
Packit 022b05
optIfOTMnTcmMax OBJECT-TYPE
Packit 022b05
  SYNTAX  Unsigned32 (0..6)
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "This object identifies the maximum number of TCM
Packit 022b05
     levels allowed for any Optical Channel contained
Packit 022b05
     in this OTM.  A new TCM activation will be rejected
Packit 022b05
     if the requested level is greater than the threshold.
Packit 022b05
     If InterfaceType object specifies a type of 'IaDI'
Packit 022b05
     for this OTM, then this attribute is irrelevant.
Packit 022b05
Packit 022b05
     Possible values:  unsigned integers in the range
Packit 022b05
                       from 0 to 6 inclusive.
Packit 022b05
     Default value:    3."
Packit 022b05
Packit 022b05
  ::= { optIfOTMnEntry 5 }
Packit 022b05
Packit 022b05
optIfOTMnOpticalReach OBJECT-TYPE
Packit 022b05
  SYNTAX  INTEGER { intraOffice(1), shortHaul(2), longHaul(3),
Packit 022b05
                    veryLongHaul(4), ultraLongHaul(5) }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This object indicates the length the optical signal
Packit 022b05
     may travel before requiring termination or regeneration.
Packit 022b05
     The meaning of the enumeration are:
Packit 022b05
       intraOffice(1)  - intra-office (as defined in ITU-T G.957)
Packit 022b05
       shortHaul(2)    - short haul (as defined in ITU-T G.957)
Packit 022b05
       longHaul(3)     - long haul (as defined in ITU-T G.957)
Packit 022b05
       veryLongHaul(4) - very long haul (as defined in ITU-T G.691)
Packit 022b05
       ultraLongHaul(5)- ultra long haul (as defined in ITU-T G.691)"
Packit 022b05
  ::= { optIfOTMnEntry 6 }
Packit 022b05
Packit 022b05
-- the optIfPerfMon group
Packit 022b05
-- This group defines performance monitoring objects for all
Packit 022b05
-- layers.
Packit 022b05
Packit 022b05
-- PM interval table
Packit 022b05
Packit 022b05
optIfPerfMonIntervalTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfPerfMonIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of 15-minute performance monitoring interval
Packit 022b05
     information."
Packit 022b05
  ::= { optIfPerfMon 1 }
Packit 022b05
Packit 022b05
optIfPerfMonIntervalEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfPerfMonIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains 15-minute performance
Packit 022b05
     monitoring interval information of an interface."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfPerfMonIntervalTable 1 }
Packit 022b05
Packit 022b05
OptIfPerfMonIntervalEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfPerfMonCurrentTimeElapsed   Gauge32,
Packit 022b05
    optIfPerfMonCurDayTimeElapsed    Gauge32,
Packit 022b05
    optIfPerfMonIntervalNumIntervals         Unsigned32,
Packit 022b05
    optIfPerfMonIntervalNumInvalidIntervals  Unsigned32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfPerfMonCurrentTimeElapsed OBJECT-TYPE
Packit 022b05
  SYNTAX  Gauge32 (0..900)
Packit 022b05
  UNITS  "seconds"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Number of seconds elapsed in the current 15-minute
Packit 022b05
     performance monitoring interval.
Packit 022b05
     If, for some reason, such as an adjustment in the NE's
Packit 022b05
     time-of-day clock, the number of seconds elapsed exceeds
Packit 022b05
     the maximum value, then the maximum value will be returned."
Packit 022b05
  ::= { optIfPerfMonIntervalEntry 1 }
Packit 022b05
Packit 022b05
optIfPerfMonCurDayTimeElapsed OBJECT-TYPE
Packit 022b05
  SYNTAX  Gauge32 (0..86400)
Packit 022b05
  UNITS  "seconds"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Number of seconds elapsed in the current 24-hour interval
Packit 022b05
     performance monitoring period.
Packit 022b05
     If, for some reason, such as an adjustment in the NE's
Packit 022b05
     time-of-day clock, the number of seconds elapsed exceeds
Packit 022b05
     the maximum value, then the maximum value will be returned."
Packit 022b05
  ::= { optIfPerfMonIntervalEntry 2 }
Packit 022b05
Packit 022b05
optIfPerfMonIntervalNumIntervals OBJECT-TYPE
Packit 022b05
  SYNTAX  Unsigned32 (0..96)
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The number of 15-minute intervals for which performance
Packit 022b05
     monitoring data is available.  The number is the same for all
Packit 022b05
     the associated sub layers of the interface.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     An optical interface must be capable of supporting at least
Packit 022b05
     n intervals, where n is defined as follows:
Packit 022b05
         The minimum value of n is 4.
Packit 022b05
         The default of n is 32.
Packit 022b05
         The maximum value of n is 96.
Packit 022b05
Packit 022b05
     The value of this object will be n unless performance
Packit 022b05
     monitoring was (re-)started for the interface within the last
Packit 022b05
     (n*15) minutes, in which case the value will be the number of
Packit 022b05
     complete 15-minute intervals since measurement was
Packit 022b05
     (re-)started."
Packit 022b05
  ::= { optIfPerfMonIntervalEntry 3 }
Packit 022b05
Packit 022b05
optIfPerfMonIntervalNumInvalidIntervals OBJECT-TYPE
Packit 022b05
  SYNTAX  Unsigned32 (0..96)
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The number of intervals in the range from 0 to
Packit 022b05
     optIfPerfMonIntervalNumIntervals for which no performance
Packit 022b05
     monitoring data is available and/or the data is invalid."
Packit 022b05
  ::= { optIfPerfMonIntervalEntry 4 }
Packit 022b05
Packit 022b05
-- the optIfOTSn group
Packit 022b05
-- This group handles the configuration and performance
Packit 022b05
-- monitoring objects for OTS layers.
Packit 022b05
Packit 022b05
-- OTSn config table
Packit 022b05
Packit 022b05
optIfOTSnConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTSnConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OTSn configuration information."
Packit 022b05
  ::= { optIfOTSn 1 }
Packit 022b05
Packit 022b05
optIfOTSnConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTSnConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OTSn configuration
Packit 022b05
     information of an interface."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOTSnConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfOTSnConfigEntry ::=
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTSnDirectionality              OptIfDirectionality,
Packit 022b05
    optIfOTSnAprStatus                   SnmpAdminString,
Packit 022b05
    optIfOTSnAprControl                  SnmpAdminString,
Packit 022b05
    optIfOTSnTraceIdentifierTransmitted  OptIfTxTI,
Packit 022b05
    optIfOTSnDAPIExpected                OptIfExDAPI,
Packit 022b05
    optIfOTSnSAPIExpected                OptIfExSAPI,
Packit 022b05
    optIfOTSnTraceIdentifierAccepted     OptIfAcTI,
Packit 022b05
    optIfOTSnTIMDetMode                  OptIfTIMDetMode,
Packit 022b05
    optIfOTSnTIMActEnabled               TruthValue,
Packit 022b05
    optIfOTSnCurrentStatus               BITS
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTSnDirectionality OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDirectionality
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of the entity."
Packit 022b05
  ::= { optIfOTSnConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfOTSnAprStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  SnmpAdminString
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This attribute indicates the status of the Automatic
Packit 022b05
     Power Reduction (APR) function of the entity.  Valid
Packit 022b05
     values are 'on' and 'off'."
Packit 022b05
  ::= { optIfOTSnConfigEntry 2 }
Packit 022b05
Packit 022b05
optIfOTSnAprControl OBJECT-TYPE
Packit 022b05
  SYNTAX  SnmpAdminString
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This object is a UTF-8 encoded string that specifies Automatic
Packit 022b05
     Power Reduction (APR) control actions requested of this entity
Packit 022b05
     (when written) and that returns the current APR control state
Packit 022b05
     of this entity (when read).  The values are implementation-defined.
Packit 022b05
     Any implementation that instantiates this object must document the
Packit 022b05
     set of values that it allows to be written, the set of values
Packit 022b05
     that it will return, and what each of those values means."
Packit 022b05
  ::= { optIfOTSnConfigEntry 3 }
Packit 022b05
Packit 022b05
optIfOTSnTraceIdentifierTransmitted OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfTxTI
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The trace identifier transmitted.
Packit 022b05
     This object is applicable when optIfOTSnDirectionality has the
Packit 022b05
     value source(2) or bidirectional(3).
Packit 022b05
     This object does not apply to reduced-capability systems (i.e.,
Packit 022b05
     those for which optIfOTMnReduced has the value true(1)) or
Packit 022b05
     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1
Packit 022b05
     has the value 'IrDI').
Packit 022b05
     If no value is ever set by a management entity for the object
Packit 022b05
     optIfOTSnTraceIdentifierTransmitted, system-specific default
Packit 022b05
     value will be used.  Any implementation that instantiates this
Packit 022b05
     object must document the system-specific default value or how it
Packit 022b05
     is derived."
Packit 022b05
  ::= { optIfOTSnConfigEntry 4 }
Packit 022b05
Packit 022b05
optIfOTSnDAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExDAPI
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The DAPI expected by the receiver.
Packit 022b05
     This object is applicable when optIfOTSnDirectionality has the
Packit 022b05
     value sink(1) or bidirectional(3).  It has no effect if
Packit 022b05
     optIfOTSnTIMDetMode has the value off(1) or sapi(3).
Packit 022b05
     This object does not apply to reduced-capability systems (i.e.,
Packit 022b05
     those for which optIfOTMnReduced has the value true(1)) or
Packit 022b05
     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1
Packit 022b05
     has the value 'IrDI')."
Packit 022b05
  ::= { optIfOTSnConfigEntry 5 }
Packit 022b05
Packit 022b05
optIfOTSnSAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExSAPI
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The SAPI expected by the receiver.
Packit 022b05
     This object is applicable when optIfOTSnDirectionality has the
Packit 022b05
     value sink(1) or bidirectional(3).  It has no effect if
Packit 022b05
     optIfOTSnTIMDetMode has the value off(1) or dapi(2).
Packit 022b05
     This object does not apply to reduced-capability systems (i.e.,
Packit 022b05
     those for which optIfOTMnReduced has the value true(1)) or
Packit 022b05
     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1
Packit 022b05
     has the value 'IrDI')."
Packit 022b05
  ::= { optIfOTSnConfigEntry 6 }
Packit 022b05
Packit 022b05
optIfOTSnTraceIdentifierAccepted OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfAcTI
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The actual trace identifier received.
Packit 022b05
     This object is applicable when optIfOTSnDirectionality has the
Packit 022b05
     value sink(1) or bidirectional(3).  Its value is unspecified
Packit 022b05
     if optIfOTSnCurrentStatus has either or both of the
Packit 022b05
     losO(5) and los(6) bits set.
Packit 022b05
     This object does not apply to reduced-capability systems (i.e.,
Packit 022b05
     those for which optIfOTMnReduced has the value true(1)) or
Packit 022b05
     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1
Packit 022b05
     has the value 'IrDI')."
Packit 022b05
  ::= { optIfOTSnConfigEntry 7 }
Packit 022b05
Packit 022b05
optIfOTSnTIMDetMode OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfTIMDetMode
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the mode of the Trace Identifier Mismatch (TIM)
Packit 022b05
     Detection function.  This object is applicable
Packit 022b05
     when optIfOTSnDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  The default value is off(1).
Packit 022b05
     This object does not apply to reduced-capability systems (i.e.,
Packit 022b05
     those for which optIfOTMnReduced has the value true(1)) or
Packit 022b05
     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1
Packit 022b05
     has the value 'IrDI').
Packit 022b05
     The default value of this object is off(1)."
Packit 022b05
  ::= { optIfOTSnConfigEntry 8 }
Packit 022b05
Packit 022b05
optIfOTSnTIMActEnabled OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates whether the Trace Identifier Mismatch (TIM)
Packit 022b05
     Consequent Action function is enabled.  This object
Packit 022b05
     is applicable when optIfOTSnDirectionality has the
Packit 022b05
     value sink(1) or bidirectional(3).  It has no effect
Packit 022b05
     when the value of optIfOTSnTIMDetMode is off(1).
Packit 022b05
     This object does not apply to reduced-capability systems (i.e.,
Packit 022b05
     those for which optIfOTMnReduced has the value true(1)) or
Packit 022b05
     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1
Packit 022b05
     has the value 'IrDI').
Packit 022b05
     The default value of this object is false(2)."
Packit 022b05
  ::= { optIfOTSnConfigEntry 9 }
Packit 022b05
Packit 022b05
optIfOTSnCurrentStatus OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SYNTAX  BITS {
Packit 022b05
    bdiP(0),
Packit 022b05
    bdiO(1),
Packit 022b05
    bdi(2),
Packit 022b05
    tim(3),
Packit 022b05
    losP(4),
Packit 022b05
    losO(5),
Packit 022b05
    los(6)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the defect condition of the entity, if any.
Packit 022b05
     This object is applicable when optIfOTSnDirectionality
Packit 022b05
     has the value sink(1) or bidirectional(3).  In
Packit 022b05
     reduced-capability systems or at IrDI interfaces
Packit 022b05
     the only bit position that may be set is los(6)."
Packit 022b05
  ::= { optIfOTSnConfigEntry 10 }
Packit 022b05
Packit 022b05
-- OTSn sink current table
Packit 022b05
-- Contains data for the current 15-minute performance monitoring
Packit 022b05
-- interval.
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTSnSinkCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OTSn sink performance monitoring information for
Packit 022b05
     the current 15-minute interval."
Packit 022b05
  ::= { optIfOTSn 2 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTSnSinkCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OTSn sink performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     15-minute interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOTSnSinkCurrentTable 1 }
Packit 022b05
Packit 022b05
OptIfOTSnSinkCurrentEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTSnSinkCurrentSuspectedFlag             TruthValue,
Packit 022b05
    optIfOTSnSinkCurrentInputPower                Integer32,
Packit 022b05
    optIfOTSnSinkCurrentLowInputPower             Integer32,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOTSnSinkCurrentHighInputPower            Integer32,
Packit 022b05
    optIfOTSnSinkCurrentLowerInputPowerThreshold  Integer32,
Packit 022b05
    optIfOTSnSinkCurrentUpperInputPowerThreshold  Integer32,
Packit 022b05
    optIfOTSnSinkCurrentOutputPower               Integer32,
Packit 022b05
    optIfOTSnSinkCurrentLowOutputPower            Integer32,
Packit 022b05
    optIfOTSnSinkCurrentHighOutputPower           Integer32,
Packit 022b05
    optIfOTSnSinkCurrentLowerOutputPowerThreshold Integer32,
Packit 022b05
    optIfOTSnSinkCurrentUpperOutputPowerThreshold Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 1 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The optical power monitored at the input."
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 2 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 3 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 4 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentLowerInputPowerThreshold OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on input power.  If
Packit 022b05
     optIfOTSnSinkCurrentInputPower drops to this value or below,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 5 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentUpperInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on input power.  If
Packit 022b05
     optIfOTSnSinkCurrentInputPower reaches or exceeds this value,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 6 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The optical power monitored at the output."
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 7 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 8 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 9 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentLowerOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on output power.  If
Packit 022b05
     optIfOTSnSinkCurrentOutputPower drops to this value or below,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 10 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurrentUpperOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on output power.  If
Packit 022b05
     optIfOTSnSinkCurrentOutputPower reaches or exceeds this value,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOTSnSinkCurrentEntry 11 }
Packit 022b05
Packit 022b05
-- OTSn sink interval table
Packit 022b05
-- Contains data for previous 15-minute performance monitoring
Packit 022b05
-- intervals.
Packit 022b05
Packit 022b05
optIfOTSnSinkIntervalTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTSnSinkIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of historical OTSn sink performance monitoring
Packit 022b05
     information."
Packit 022b05
  ::= { optIfOTSn 3 }
Packit 022b05
Packit 022b05
optIfOTSnSinkIntervalEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTSnSinkIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OTSn sink performance
Packit 022b05
     monitoring information of an interface during a particular
Packit 022b05
     historical interval."
Packit 022b05
  INDEX  { ifIndex, optIfOTSnSinkIntervalNumber }
Packit 022b05
  ::= { optIfOTSnSinkIntervalTable 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
OptIfOTSnSinkIntervalEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTSnSinkIntervalNumber           OptIfIntervalNumber,
Packit 022b05
    optIfOTSnSinkIntervalSuspectedFlag    TruthValue,
Packit 022b05
    optIfOTSnSinkIntervalLastInputPower   Integer32,
Packit 022b05
    optIfOTSnSinkIntervalLowInputPower    Integer32,
Packit 022b05
    optIfOTSnSinkIntervalHighInputPower   Integer32,
Packit 022b05
    optIfOTSnSinkIntervalLastOutputPower  Integer32,
Packit 022b05
    optIfOTSnSinkIntervalLowOutputPower   Integer32,
Packit 022b05
    optIfOTSnSinkIntervalHighOutputPower  Integer32
Packit 022b05
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTSnSinkIntervalNumber OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfIntervalNumber
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Uniquely identifies the interval."
Packit 022b05
  ::= { optIfOTSnSinkIntervalEntry 1 }
Packit 022b05
Packit 022b05
optIfOTSnSinkIntervalSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOTSnSinkIntervalEntry 2 }
Packit 022b05
Packit 022b05
optIfOTSnSinkIntervalLastInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the input during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSinkIntervalEntry 3 }
Packit 022b05
Packit 022b05
optIfOTSnSinkIntervalLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSinkIntervalEntry 4 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOTSnSinkIntervalHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSinkIntervalEntry 5 }
Packit 022b05
Packit 022b05
optIfOTSnSinkIntervalLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSinkIntervalEntry 6 }
Packit 022b05
Packit 022b05
optIfOTSnSinkIntervalLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSinkIntervalEntry 7 }
Packit 022b05
Packit 022b05
optIfOTSnSinkIntervalHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSinkIntervalEntry 8 }
Packit 022b05
Packit 022b05
-- OTSn sink current day table
Packit 022b05
-- Contains data for the current 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOTSnSinkCurDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTSnSinkCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OTSn sink performance monitoring information for
Packit 022b05
     the current 24-hour interval."
Packit 022b05
  ::= { optIfOTSn 4 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTSnSinkCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OTSn sink performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOTSnSinkCurDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOTSnSinkCurDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTSnSinkCurDaySuspectedFlag    TruthValue,
Packit 022b05
    optIfOTSnSinkCurDayLowInputPower    Integer32,
Packit 022b05
    optIfOTSnSinkCurDayHighInputPower   Integer32,
Packit 022b05
    optIfOTSnSinkCurDayLowOutputPower   Integer32,
Packit 022b05
    optIfOTSnSinkCurDayHighOutputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOTSnSinkCurDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurDayLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSinkCurDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurDayHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSinkCurDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSinkCurDayEntry 4 }
Packit 022b05
Packit 022b05
optIfOTSnSinkCurDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSinkCurDayEntry 5 }
Packit 022b05
Packit 022b05
-- OTSn sink previous day table
Packit 022b05
-- Contains data for the previous 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOTSnSinkPrevDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTSnSinkPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OTSn sink performance monitoring information for
Packit 022b05
     the previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSn 5 }
Packit 022b05
Packit 022b05
optIfOTSnSinkPrevDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTSnSinkPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OTSn sink performance
Packit 022b05
     monitoring information of an interface for the previous
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOTSnSinkPrevDayTable 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
OptIfOTSnSinkPrevDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTSnSinkPrevDaySuspectedFlag    TruthValue,
Packit 022b05
    optIfOTSnSinkPrevDayLastInputPower   Integer32,
Packit 022b05
    optIfOTSnSinkPrevDayLowInputPower    Integer32,
Packit 022b05
    optIfOTSnSinkPrevDayHighInputPower   Integer32,
Packit 022b05
    optIfOTSnSinkPrevDayLastOutputPower  Integer32,
Packit 022b05
    optIfOTSnSinkPrevDayLowOutputPower   Integer32,
Packit 022b05
    optIfOTSnSinkPrevDayHighOutputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTSnSinkPrevDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOTSnSinkPrevDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOTSnSinkPrevDayLastInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSinkPrevDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOTSnSinkPrevDayLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSinkPrevDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOTSnSinkPrevDayHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSinkPrevDayEntry 4 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOTSnSinkPrevDayLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSinkPrevDayEntry 5 }
Packit 022b05
Packit 022b05
optIfOTSnSinkPrevDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSinkPrevDayEntry 6 }
Packit 022b05
Packit 022b05
optIfOTSnSinkPrevDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSinkPrevDayEntry 7 }
Packit 022b05
Packit 022b05
-- OTSn source current table
Packit 022b05
-- Contains data for the current 15-minute performance monitoring
Packit 022b05
-- interval.
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTSnSrcCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OTSn source performance monitoring information for
Packit 022b05
     the current 15-minute interval."
Packit 022b05
  ::= { optIfOTSn 6 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTSnSrcCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "A conceptual row that contains OTSn source performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     15-minute interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOTSnSrcCurrentTable 1 }
Packit 022b05
Packit 022b05
OptIfOTSnSrcCurrentEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTSnSrcCurrentSuspectedFlag              TruthValue,
Packit 022b05
    optIfOTSnSrcCurrentOutputPower                Integer32,
Packit 022b05
    optIfOTSnSrcCurrentLowOutputPower             Integer32,
Packit 022b05
    optIfOTSnSrcCurrentHighOutputPower            Integer32,
Packit 022b05
    optIfOTSnSrcCurrentLowerOutputPowerThreshold  Integer32,
Packit 022b05
    optIfOTSnSrcCurrentUpperOutputPowerThreshold  Integer32,
Packit 022b05
    optIfOTSnSrcCurrentInputPower                 Integer32,
Packit 022b05
    optIfOTSnSrcCurrentLowInputPower              Integer32,
Packit 022b05
    optIfOTSnSrcCurrentHighInputPower             Integer32,
Packit 022b05
    optIfOTSnSrcCurrentLowerInputPowerThreshold   Integer32,
Packit 022b05
    optIfOTSnSrcCurrentUpperInputPowerThreshold   Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 1 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The optical power monitored at the output."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 2 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 4 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentLowerOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on output power.  If
Packit 022b05
     optIfOTSnSrcCurrentOutputPower drops to this value or below,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 5 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentUpperOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on output power.  If
Packit 022b05
     optIfOTSnSrcCurrentOutputPower reaches or exceeds this value,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 6 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The optical power monitored at the input."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 7 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 8 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 9 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentLowerInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on input power.  If
Packit 022b05
     optIfOTSnSrcCurrentInputPower drops to this value or below,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 10 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurrentUpperInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on input power.  If
Packit 022b05
     optIfOTSnSrcCurrentInputPower reaches or exceeds this value,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOTSnSrcCurrentEntry 11 }
Packit 022b05
Packit 022b05
-- OTSn source interval table
Packit 022b05
-- Contains data for previous 15-minute performance monitoring
Packit 022b05
-- intervals.
Packit 022b05
Packit 022b05
optIfOTSnSrcIntervalTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTSnSrcIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of historical OTSn source performance monitoring
Packit 022b05
     information."
Packit 022b05
  ::= { optIfOTSn 7 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOTSnSrcIntervalEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTSnSrcIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OTSn source performance
Packit 022b05
     monitoring information of an interface during a particular
Packit 022b05
     historical interval."
Packit 022b05
  INDEX  { ifIndex, optIfOTSnSrcIntervalNumber }
Packit 022b05
  ::= { optIfOTSnSrcIntervalTable 1 }
Packit 022b05
Packit 022b05
OptIfOTSnSrcIntervalEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTSnSrcIntervalNumber           OptIfIntervalNumber,
Packit 022b05
    optIfOTSnSrcIntervalSuspectedFlag    TruthValue,
Packit 022b05
    optIfOTSnSrcIntervalLastOutputPower  Integer32,
Packit 022b05
    optIfOTSnSrcIntervalLowOutputPower   Integer32,
Packit 022b05
    optIfOTSnSrcIntervalHighOutputPower  Integer32,
Packit 022b05
    optIfOTSnSrcIntervalLastInputPower   Integer32,
Packit 022b05
    optIfOTSnSrcIntervalLowInputPower    Integer32,
Packit 022b05
    optIfOTSnSrcIntervalHighInputPower   Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTSnSrcIntervalNumber OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfIntervalNumber
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Uniquely identifies the interval."
Packit 022b05
  ::= { optIfOTSnSrcIntervalEntry 1 }
Packit 022b05
Packit 022b05
optIfOTSnSrcIntervalSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOTSnSrcIntervalEntry 2 }
Packit 022b05
Packit 022b05
optIfOTSnSrcIntervalLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSrcIntervalEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOTSnSrcIntervalLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSrcIntervalEntry 4 }
Packit 022b05
Packit 022b05
optIfOTSnSrcIntervalHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSrcIntervalEntry 5 }
Packit 022b05
Packit 022b05
optIfOTSnSrcIntervalLastInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the input during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSrcIntervalEntry 6 }
Packit 022b05
Packit 022b05
optIfOTSnSrcIntervalLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOTSnSrcIntervalEntry 7 }
Packit 022b05
Packit 022b05
optIfOTSnSrcIntervalHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     interval."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfOTSnSrcIntervalEntry 8 }
Packit 022b05
Packit 022b05
Packit 022b05
-- OTSn source current day table
Packit 022b05
-- Contains data for the current 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOTSnSrcCurDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTSnSrcCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OTSn source performance monitoring information for
Packit 022b05
     the current 24-hour interval."
Packit 022b05
  ::= { optIfOTSn 8 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTSnSrcCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OTSn source performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOTSnSrcCurDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOTSnSrcCurDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTSnSrcCurDaySuspectedFlag    TruthValue,
Packit 022b05
    optIfOTSnSrcCurDayLowOutputPower   Integer32,
Packit 022b05
    optIfOTSnSrcCurDayHighOutputPower  Integer32,
Packit 022b05
    optIfOTSnSrcCurDayLowInputPower    Integer32,
Packit 022b05
    optIfOTSnSrcCurDayHighInputPower   Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOTSnSrcCurDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSrcCurDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSrcCurDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurDayLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSrcCurDayEntry 4 }
Packit 022b05
Packit 022b05
optIfOTSnSrcCurDayHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSrcCurDayEntry 5 }
Packit 022b05
Packit 022b05
-- OTSn source previous day table
Packit 022b05
-- Contains data for the previous 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOTSnSrcPrevDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTSnSrcPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OTSn source performance monitoring information for
Packit 022b05
     the previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSn 9 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOTSnSrcPrevDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTSnSrcPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OTSn source performance
Packit 022b05
     monitoring information of an interface for the previous
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOTSnSrcPrevDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOTSnSrcPrevDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTSnSrcPrevDaySuspectedFlag    TruthValue,
Packit 022b05
    optIfOTSnSrcPrevDayLastOutputPower  Integer32,
Packit 022b05
    optIfOTSnSrcPrevDayLowOutputPower   Integer32,
Packit 022b05
    optIfOTSnSrcPrevDayHighOutputPower  Integer32,
Packit 022b05
    optIfOTSnSrcPrevDayLastInputPower   Integer32,
Packit 022b05
    optIfOTSnSrcPrevDayLowInputPower    Integer32,
Packit 022b05
    optIfOTSnSrcPrevDayHighInputPower   Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTSnSrcPrevDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOTSnSrcPrevDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOTSnSrcPrevDayLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSrcPrevDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOTSnSrcPrevDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfOTSnSrcPrevDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOTSnSrcPrevDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSrcPrevDayEntry 4 }
Packit 022b05
Packit 022b05
optIfOTSnSrcPrevDayLastInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSrcPrevDayEntry 5 }
Packit 022b05
Packit 022b05
optIfOTSnSrcPrevDayLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSrcPrevDayEntry 6 }
Packit 022b05
Packit 022b05
optIfOTSnSrcPrevDayHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOTSnSrcPrevDayEntry 7 }
Packit 022b05
Packit 022b05
Packit 022b05
-- the optIfOMSn group
Packit 022b05
-- This group handles the configuration and performance monitoring
Packit 022b05
-- information for OMS layers.
Packit 022b05
Packit 022b05
-- OMSn config table
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOMSnConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOMSnConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OMSn configuration information."
Packit 022b05
  ::= { optIfOMSn 1 }
Packit 022b05
Packit 022b05
optIfOMSnConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOMSnConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OMSn configuration
Packit 022b05
     information of an interface."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOMSnConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfOMSnConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOMSnDirectionality OptIfDirectionality,
Packit 022b05
    optIfOMSnCurrentStatus  BITS
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOMSnDirectionality OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDirectionality
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of the entity."
Packit 022b05
  ::= { optIfOMSnConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfOMSnCurrentStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  BITS {
Packit 022b05
    ssfP(0),
Packit 022b05
    ssfO(1),
Packit 022b05
    ssf(2),
Packit 022b05
    bdiP(3),
Packit 022b05
    bdiO(4),
Packit 022b05
    bdi(5),
Packit 022b05
    losP(6)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the defect condition of the entity, if any.
Packit 022b05
     This object is applicable only to full capability
Packit 022b05
     systems whose interface type is IaDI and for which
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     optIfOMSnDirectionality has the value sink(1) or
Packit 022b05
     bidirectional(3)."
Packit 022b05
  ::= { optIfOMSnConfigEntry 2 }
Packit 022b05
Packit 022b05
-- OMSn sink current table
Packit 022b05
-- Contains data for the current 15-minute performance monitoring
Packit 022b05
-- interval.
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOMSnSinkCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OMSn sink performance monitoring information for
Packit 022b05
     the current 15-minute interval."
Packit 022b05
  ::= { optIfOMSn 2 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOMSnSinkCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OMSn sink performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     15-minute interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOMSnSinkCurrentTable 1 }
Packit 022b05
Packit 022b05
OptIfOMSnSinkCurrentEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOMSnSinkCurrentSuspectedFlag              TruthValue,
Packit 022b05
    optIfOMSnSinkCurrentAggregatedInputPower       Integer32,
Packit 022b05
    optIfOMSnSinkCurrentLowAggregatedInputPower    Integer32,
Packit 022b05
    optIfOMSnSinkCurrentHighAggregatedInputPower   Integer32,
Packit 022b05
    optIfOMSnSinkCurrentLowerInputPowerThreshold   Integer32,
Packit 022b05
    optIfOMSnSinkCurrentUpperInputPowerThreshold   Integer32,
Packit 022b05
    optIfOMSnSinkCurrentOutputPower                Integer32,
Packit 022b05
    optIfOMSnSinkCurrentLowOutputPower             Integer32,
Packit 022b05
    optIfOMSnSinkCurrentHighOutputPower            Integer32,
Packit 022b05
    optIfOMSnSinkCurrentLowerOutputPowerThreshold  Integer32,
Packit 022b05
    optIfOMSnSinkCurrentUpperOutputPowerThreshold  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 1 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The aggregated optical power of all the DWDM input
Packit 022b05
     channels."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 2 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power of all the DWDM input
Packit 022b05
     channels during the current 15-minute interval."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 3 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power of all the DWDM input
Packit 022b05
     channels during the current 15-minute interval."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 4 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentLowerInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on aggregated input power.  If
Packit 022b05
     optIfOMSnSinkCurrentAggregatedInputPower drops to this value
Packit 022b05
     or below, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 5 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentUpperInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on aggregated input power.  If
Packit 022b05
     optIfOMSnSinkCurrentAggregatedInputPower reaches or exceeds
Packit 022b05
     this value, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 6 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The optical power monitored at the output."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 7 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output
Packit 022b05
     during the current 15-minute interval."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 8 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output
Packit 022b05
     during the current 15-minute interval."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 9 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentLowerOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on output power.  If
Packit 022b05
     optIfOMSnSinkCurrentOutputPower drops to this value
Packit 022b05
     or below, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 10 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurrentUpperOutputPowerThreshold OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on output power.  If
Packit 022b05
     optIfOMSnSinkCurrentOutputPower reaches or exceeds
Packit 022b05
     this value, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOMSnSinkCurrentEntry 11 }
Packit 022b05
Packit 022b05
-- OMSn sink interval table
Packit 022b05
-- Contains data for previous 15-minute performance monitoring
Packit 022b05
-- intervals.
Packit 022b05
Packit 022b05
optIfOMSnSinkIntervalTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOMSnSinkIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of historical OMSn sink performance monitoring
Packit 022b05
     information."
Packit 022b05
  ::= { optIfOMSn 3 }
Packit 022b05
Packit 022b05
optIfOMSnSinkIntervalEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOMSnSinkIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OMSn sink performance
Packit 022b05
     monitoring information of an interface during a particular
Packit 022b05
     historical interval."
Packit 022b05
  INDEX  { ifIndex, optIfOMSnSinkIntervalNumber }
Packit 022b05
  ::= { optIfOMSnSinkIntervalTable 1 }
Packit 022b05
Packit 022b05
OptIfOMSnSinkIntervalEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOMSnSinkIntervalNumber                    OptIfIntervalNumber,
Packit 022b05
    optIfOMSnSinkIntervalSuspectedFlag             TruthValue,
Packit 022b05
    optIfOMSnSinkIntervalLastAggregatedInputPower  Integer32,
Packit 022b05
    optIfOMSnSinkIntervalLowAggregatedInputPower   Integer32,
Packit 022b05
    optIfOMSnSinkIntervalHighAggregatedInputPower  Integer32,
Packit 022b05
    optIfOMSnSinkIntervalLastOutputPower           Integer32,
Packit 022b05
    optIfOMSnSinkIntervalLowOutputPower            Integer32,
Packit 022b05
    optIfOMSnSinkIntervalHighOutputPower           Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOMSnSinkIntervalNumber OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfIntervalNumber
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Uniquely identifies the interval."
Packit 022b05
  ::= { optIfOMSnSinkIntervalEntry 1 }
Packit 022b05
Packit 022b05
optIfOMSnSinkIntervalSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOMSnSinkIntervalEntry 2 }
Packit 022b05
Packit 022b05
optIfOMSnSinkIntervalLastAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last aggregated optical power of all the DWDM input
Packit 022b05
     channels during the interval."
Packit 022b05
  ::= { optIfOMSnSinkIntervalEntry 3 }
Packit 022b05
Packit 022b05
optIfOMSnSinkIntervalLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power of all the DWDM input
Packit 022b05
     channels during the interval."
Packit 022b05
  ::= { optIfOMSnSinkIntervalEntry 4 }
Packit 022b05
Packit 022b05
optIfOMSnSinkIntervalHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power of all the DWDM input
Packit 022b05
     channels during the interval."
Packit 022b05
  ::= { optIfOMSnSinkIntervalEntry 5 }
Packit 022b05
Packit 022b05
optIfOMSnSinkIntervalLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power at the output
Packit 022b05
     during the interval."
Packit 022b05
  ::= { optIfOMSnSinkIntervalEntry 6 }
Packit 022b05
Packit 022b05
optIfOMSnSinkIntervalLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power at the output
Packit 022b05
     during the interval."
Packit 022b05
  ::= { optIfOMSnSinkIntervalEntry 7 }
Packit 022b05
Packit 022b05
optIfOMSnSinkIntervalHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power at the output
Packit 022b05
     during the interval."
Packit 022b05
  ::= { optIfOMSnSinkIntervalEntry 8 }
Packit 022b05
Packit 022b05
-- OMSn sink current day table
Packit 022b05
-- Contains data for the current 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOMSnSinkCurDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOMSnSinkCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OMSn sink performance monitoring information for
Packit 022b05
     the current 24-hour interval."
Packit 022b05
  ::= { optIfOMSn 4 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOMSnSinkCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OMSn sink performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfOMSnSinkCurDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOMSnSinkCurDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOMSnSinkCurDaySuspectedFlag             TruthValue,
Packit 022b05
    optIfOMSnSinkCurDayLowAggregatedInputPower   Integer32,
Packit 022b05
    optIfOMSnSinkCurDayHighAggregatedInputPower  Integer32,
Packit 022b05
    optIfOMSnSinkCurDayLowOutputPower            Integer32,
Packit 022b05
    optIfOMSnSinkCurDayHighOutputPower           Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOMSnSinkCurDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurDayLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power of all the DWDM input
Packit 022b05
     channels during the current 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSinkCurDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurDayHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power of all the DWDM input
Packit 022b05
     channels during the current 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSinkCurDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOMSnSinkCurDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power at the output
Packit 022b05
     during the current 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSinkCurDayEntry 4 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOMSnSinkCurDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest  optical power at the output
Packit 022b05
     during the current 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSinkCurDayEntry 5 }
Packit 022b05
Packit 022b05
-- OMSn sink previous day table
Packit 022b05
-- Contains data for the previous 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOMSnSinkPrevDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOMSnSinkPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OMSn sink performance monitoring information for
Packit 022b05
     the previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSn 5 }
Packit 022b05
Packit 022b05
optIfOMSnSinkPrevDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOMSnSinkPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OMSn sink performance
Packit 022b05
     monitoring information of an interface for the previous
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOMSnSinkPrevDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOMSnSinkPrevDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOMSnSinkPrevDaySuspectedFlag             TruthValue,
Packit 022b05
    optIfOMSnSinkPrevDayLastAggregatedInputPower  Integer32,
Packit 022b05
    optIfOMSnSinkPrevDayLowAggregatedInputPower   Integer32,
Packit 022b05
    optIfOMSnSinkPrevDayHighAggregatedInputPower  Integer32,
Packit 022b05
    optIfOMSnSinkPrevDayLastOutputPower           Integer32,
Packit 022b05
    optIfOMSnSinkPrevDayLowOutputPower            Integer32,
Packit 022b05
    optIfOMSnSinkPrevDayHighOutputPower           Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOMSnSinkPrevDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOMSnSinkPrevDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOMSnSinkPrevDayLastAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last aggregated optical power of all the DWDM input
Packit 022b05
     channels during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSinkPrevDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOMSnSinkPrevDayLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power of all the DWDM input
Packit 022b05
     channels during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSinkPrevDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOMSnSinkPrevDayHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power of all the DWDM input
Packit 022b05
     channels during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSinkPrevDayEntry 4 }
Packit 022b05
Packit 022b05
optIfOMSnSinkPrevDayLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last  optical power at the output
Packit 022b05
     during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSinkPrevDayEntry 5 }
Packit 022b05
Packit 022b05
optIfOMSnSinkPrevDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power at the output
Packit 022b05
     during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSinkPrevDayEntry 6 }
Packit 022b05
Packit 022b05
optIfOMSnSinkPrevDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power at the output
Packit 022b05
     during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSinkPrevDayEntry 7 }
Packit 022b05
Packit 022b05
-- OMSn source current table
Packit 022b05
-- Contains data for the current 15-minute performance monitoring
Packit 022b05
-- interval.
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOMSnSrcCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OMSn source performance monitoring information for
Packit 022b05
     the current 15-minute interval."
Packit 022b05
  ::= { optIfOMSn 6 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOMSnSrcCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OMSn source performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     15-minute interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOMSnSrcCurrentTable 1 }
Packit 022b05
Packit 022b05
OptIfOMSnSrcCurrentEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOMSnSrcCurrentSuspectedFlag              TruthValue,
Packit 022b05
    optIfOMSnSrcCurrentOutputPower                Integer32,
Packit 022b05
    optIfOMSnSrcCurrentLowOutputPower             Integer32,
Packit 022b05
    optIfOMSnSrcCurrentHighOutputPower            Integer32,
Packit 022b05
    optIfOMSnSrcCurrentLowerOutputPowerThreshold  Integer32,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOMSnSrcCurrentUpperOutputPowerThreshold  Integer32,
Packit 022b05
    optIfOMSnSrcCurrentAggregatedInputPower       Integer32,
Packit 022b05
    optIfOMSnSrcCurrentLowAggregatedInputPower    Integer32,
Packit 022b05
    optIfOMSnSrcCurrentHighAggregatedInputPower   Integer32,
Packit 022b05
    optIfOMSnSrcCurrentLowerInputPowerThreshold   Integer32,
Packit 022b05
    optIfOMSnSrcCurrentUpperInputPowerThreshold   Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 1 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The optical power monitored at the output."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 2 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 3 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 4 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentLowerOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on output power.  If
Packit 022b05
     optIfOMSnSrcCurrentOutputPower drops to this value or below,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 5 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentUpperOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on output power.  If
Packit 022b05
     optIfOMSnSrcCurrentOutputPower reaches or exceeds this value,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 6 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The aggregated optical power at the input."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 7 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power at the input
Packit 022b05
     during the current 15-minute interval."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 8 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power at the input
Packit 022b05
     during the current 15-minute interval."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 9 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentLowerInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on aggregated input power.  If
Packit 022b05
     optIfOMSnSrcCurrentAggregatedInputPower drops to this value
Packit 022b05
     or below, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 10 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurrentUpperInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on aggregated input power.  If
Packit 022b05
     optIfOMSnSrcCurrentAggregatedInputPower reaches or exceeds
Packit 022b05
     this value, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOMSnSrcCurrentEntry 11 }
Packit 022b05
Packit 022b05
Packit 022b05
-- OMSn source interval table
Packit 022b05
-- Contains data for previous 15-minute performance monitoring
Packit 022b05
-- intervals.
Packit 022b05
Packit 022b05
optIfOMSnSrcIntervalTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOMSnSrcIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of historical OMSn source performance monitoring
Packit 022b05
     information."
Packit 022b05
  ::= { optIfOMSn 7 }
Packit 022b05
Packit 022b05
optIfOMSnSrcIntervalEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOMSnSrcIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OMSn source performance
Packit 022b05
     monitoring information of an interface during a particular
Packit 022b05
     historical interval."
Packit 022b05
  INDEX  { ifIndex, optIfOMSnSrcIntervalNumber }
Packit 022b05
  ::= { optIfOMSnSrcIntervalTable 1 }
Packit 022b05
Packit 022b05
OptIfOMSnSrcIntervalEntry ::=
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOMSnSrcIntervalNumber                    OptIfIntervalNumber,
Packit 022b05
    optIfOMSnSrcIntervalSuspectedFlag             TruthValue,
Packit 022b05
    optIfOMSnSrcIntervalLastOutputPower           Integer32,
Packit 022b05
    optIfOMSnSrcIntervalLowOutputPower            Integer32,
Packit 022b05
    optIfOMSnSrcIntervalHighOutputPower           Integer32,
Packit 022b05
    optIfOMSnSrcIntervalLastAggregatedInputPower  Integer32,
Packit 022b05
    optIfOMSnSrcIntervalLowAggregatedInputPower   Integer32,
Packit 022b05
    optIfOMSnSrcIntervalHighAggregatedInputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOMSnSrcIntervalNumber OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfIntervalNumber
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Uniquely identifies the interval."
Packit 022b05
  ::= { optIfOMSnSrcIntervalEntry 1 }
Packit 022b05
Packit 022b05
optIfOMSnSrcIntervalSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOMSnSrcIntervalEntry 2 }
Packit 022b05
Packit 022b05
optIfOMSnSrcIntervalLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOMSnSrcIntervalEntry 3 }
Packit 022b05
Packit 022b05
optIfOMSnSrcIntervalLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOMSnSrcIntervalEntry 4 }
Packit 022b05
Packit 022b05
optIfOMSnSrcIntervalHighOutputPower OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOMSnSrcIntervalEntry 5 }
Packit 022b05
Packit 022b05
optIfOMSnSrcIntervalLastAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last aggregated optical power at the input
Packit 022b05
     during the interval."
Packit 022b05
  ::= { optIfOMSnSrcIntervalEntry 6 }
Packit 022b05
Packit 022b05
optIfOMSnSrcIntervalLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power at the input
Packit 022b05
     during the interval."
Packit 022b05
  ::= { optIfOMSnSrcIntervalEntry 7 }
Packit 022b05
Packit 022b05
optIfOMSnSrcIntervalHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power at the input
Packit 022b05
     during the interval."
Packit 022b05
  ::= { optIfOMSnSrcIntervalEntry 8 }
Packit 022b05
Packit 022b05
-- OMSn source current day table
Packit 022b05
-- Contains data for the current 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOMSnSrcCurDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOMSnSrcCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "A table of OMSn source performance monitoring information for
Packit 022b05
     the current 24-hour interval."
Packit 022b05
  ::= { optIfOMSn 8 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOMSnSrcCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OMSn source performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOMSnSrcCurDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOMSnSrcCurDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOMSnSrcCurDaySuspectedFlag             TruthValue,
Packit 022b05
    optIfOMSnSrcCurDayLowOutputPower            Integer32,
Packit 022b05
    optIfOMSnSrcCurDayHighOutputPower           Integer32,
Packit 022b05
    optIfOMSnSrcCurDayLowAggregatedInputPower   Integer32,
Packit 022b05
    optIfOMSnSrcCurDayHighAggregatedInputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOMSnSrcCurDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSrcCurDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSrcCurDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurDayLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power at the input
Packit 022b05
     during the current 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSrcCurDayEntry 4 }
Packit 022b05
Packit 022b05
optIfOMSnSrcCurDayHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power at the input
Packit 022b05
     during the current 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSrcCurDayEntry 5 }
Packit 022b05
Packit 022b05
-- OMSn source previous day table
Packit 022b05
-- Contains data for the previous 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOMSnSrcPrevDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOMSnSrcPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OMSn source performance monitoring information for
Packit 022b05
     the previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSn 9 }
Packit 022b05
Packit 022b05
optIfOMSnSrcPrevDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOMSnSrcPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OMSn source performance
Packit 022b05
     monitoring information of an interface for the previous
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOMSnSrcPrevDayTable 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
OptIfOMSnSrcPrevDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOMSnSrcPrevDaySuspectedFlag             TruthValue,
Packit 022b05
    optIfOMSnSrcPrevDayLastOutputPower           Integer32,
Packit 022b05
    optIfOMSnSrcPrevDayLowOutputPower            Integer32,
Packit 022b05
    optIfOMSnSrcPrevDayHighOutputPower           Integer32,
Packit 022b05
    optIfOMSnSrcPrevDayLastAggregatedInputPower  Integer32,
Packit 022b05
    optIfOMSnSrcPrevDayLowAggregatedInputPower   Integer32,
Packit 022b05
    optIfOMSnSrcPrevDayHighAggregatedInputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOMSnSrcPrevDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOMSnSrcPrevDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOMSnSrcPrevDayLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSrcPrevDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOMSnSrcPrevDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSrcPrevDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOMSnSrcPrevDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSrcPrevDayEntry 4 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOMSnSrcPrevDayLastAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last aggregated optical power at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSrcPrevDayEntry 5 }
Packit 022b05
Packit 022b05
optIfOMSnSrcPrevDayLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSrcPrevDayEntry 6 }
Packit 022b05
Packit 022b05
optIfOMSnSrcPrevDayHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOMSnSrcPrevDayEntry 7 }
Packit 022b05
Packit 022b05
-- the optIfOChGroup group
Packit 022b05
-- This group handles the configuration and performance monitoring
Packit 022b05
-- information for OChGroup layers.
Packit 022b05
Packit 022b05
-- OChGroup config table
Packit 022b05
Packit 022b05
optIfOChGroupConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChGroupConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OChGroup configuration information."
Packit 022b05
  ::= { optIfOChGroup 1 }
Packit 022b05
Packit 022b05
optIfOChGroupConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChGroupConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OChGroup configuration
Packit 022b05
     information of an interface."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChGroupConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfOChGroupConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChGroupDirectionality OptIfDirectionality
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChGroupDirectionality OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDirectionality
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of the entity."
Packit 022b05
  ::= { optIfOChGroupConfigEntry 1 }
Packit 022b05
Packit 022b05
-- OChGroup sink current table
Packit 022b05
-- Contains data for the current 15-minute performance monitoring
Packit 022b05
-- interval.
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChGroupSinkCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OChGroup sink performance monitoring information for
Packit 022b05
     the current 15-minute interval."
Packit 022b05
  ::= { optIfOChGroup 2 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChGroupSinkCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OChGroup sink performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     15-minute interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChGroupSinkCurrentTable 1 }
Packit 022b05
Packit 022b05
OptIfOChGroupSinkCurrentEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChGroupSinkCurrentSuspectedFlag              TruthValue,
Packit 022b05
    optIfOChGroupSinkCurrentAggregatedInputPower       Integer32,
Packit 022b05
    optIfOChGroupSinkCurrentLowAggregatedInputPower    Integer32,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOChGroupSinkCurrentHighAggregatedInputPower   Integer32,
Packit 022b05
    optIfOChGroupSinkCurrentLowerInputPowerThreshold   Integer32,
Packit 022b05
    optIfOChGroupSinkCurrentUpperInputPowerThreshold   Integer32,
Packit 022b05
    optIfOChGroupSinkCurrentOutputPower                Integer32,
Packit 022b05
    optIfOChGroupSinkCurrentLowOutputPower             Integer32,
Packit 022b05
    optIfOChGroupSinkCurrentHighOutputPower            Integer32,
Packit 022b05
    optIfOChGroupSinkCurrentLowerOutputPowerThreshold  Integer32,
Packit 022b05
    optIfOChGroupSinkCurrentUpperOutputPowerThreshold  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 1 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 2 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup during the current 15-minute interval."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 3 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup during the current 15-minute interval."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 4 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentLowerInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on aggregated input power.  If
Packit 022b05
     optIfOChGroupSinkCurrentAggregatedInputPower drops to this value
Packit 022b05
     or below, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 5 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentUpperInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on aggregated input power.  If
Packit 022b05
     optIfOChGroupSinkCurrentAggregatedInputPower reaches or exceeds
Packit 022b05
     this value, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 6 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The optical power monitored at the output
Packit 022b05
     in the OChGroup."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 7 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output
Packit 022b05
     in the OChGroup during the current 15-minute interval."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 8 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "The highest optical power monitored at the output
Packit 022b05
     in the OChGroup during the current 15-minute interval."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 9 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentLowerOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on the output power.  If
Packit 022b05
     optIfOChGroupSinkCurrentOutputPower drops to this value
Packit 022b05
     or below, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 10 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurrentUpperOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on the output power.  If
Packit 022b05
     optIfOChGroupSinkCurrentOutputPower reaches or exceeds
Packit 022b05
     this value, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChGroupSinkCurrentEntry 11 }
Packit 022b05
Packit 022b05
-- OChGroup sink interval table
Packit 022b05
-- Contains data for previous 15-minute performance monitoring
Packit 022b05
-- intervals.
Packit 022b05
Packit 022b05
optIfOChGroupSinkIntervalTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChGroupSinkIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of historical OChGroup sink performance monitoring
Packit 022b05
     information."
Packit 022b05
  ::= { optIfOChGroup 3 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkIntervalEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChGroupSinkIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OChGroup sink performance
Packit 022b05
     monitoring information of an interface during a particular
Packit 022b05
     historical interval."
Packit 022b05
  INDEX  { ifIndex, optIfOChGroupSinkIntervalNumber }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfOChGroupSinkIntervalTable 1 }
Packit 022b05
Packit 022b05
OptIfOChGroupSinkIntervalEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
   optIfOChGroupSinkIntervalNumber                  OptIfIntervalNumber,
Packit 022b05
   optIfOChGroupSinkIntervalSuspectedFlag            TruthValue,
Packit 022b05
   optIfOChGroupSinkIntervalLastAggregatedInputPower Integer32,
Packit 022b05
   optIfOChGroupSinkIntervalLowAggregatedInputPower  Integer32,
Packit 022b05
   optIfOChGroupSinkIntervalHighAggregatedInputPower Integer32,
Packit 022b05
   optIfOChGroupSinkIntervalLastOutputPower          Integer32,
Packit 022b05
   optIfOChGroupSinkIntervalLowOutputPower           Integer32,
Packit 022b05
   optIfOChGroupSinkIntervalHighOutputPower          Integer32
Packit 022b05
   }
Packit 022b05
Packit 022b05
optIfOChGroupSinkIntervalNumber OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfIntervalNumber
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Uniquely identifies the interval."
Packit 022b05
  ::= { optIfOChGroupSinkIntervalEntry 1 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkIntervalSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChGroupSinkIntervalEntry 2 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkIntervalLastAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup during the interval."
Packit 022b05
  ::= { optIfOChGroupSinkIntervalEntry 3 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkIntervalLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup during the interval."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfOChGroupSinkIntervalEntry 4 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkIntervalHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup during the interval."
Packit 022b05
  ::= { optIfOChGroupSinkIntervalEntry 5 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkIntervalLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output
Packit 022b05
     in the OChGroup during the interval."
Packit 022b05
  ::= { optIfOChGroupSinkIntervalEntry 6 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkIntervalLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output
Packit 022b05
     in the OChGroup during the interval."
Packit 022b05
  ::= { optIfOChGroupSinkIntervalEntry 7 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkIntervalHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output
Packit 022b05
     in the OChGroup during the interval."
Packit 022b05
  ::= { optIfOChGroupSinkIntervalEntry 8 }
Packit 022b05
Packit 022b05
-- OChGroup sink current day table
Packit 022b05
-- Contains data for the current 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChGroupSinkCurDayEntry
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OChGroup sink performance monitoring information for
Packit 022b05
     the current 24-hour interval."
Packit 022b05
  ::= { optIfOChGroup 4 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChGroupSinkCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OChGroup sink performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChGroupSinkCurDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOChGroupSinkCurDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChGroupSinkCurDaySuspectedFlag             TruthValue,
Packit 022b05
    optIfOChGroupSinkCurDayLowAggregatedInputPower   Integer32,
Packit 022b05
    optIfOChGroupSinkCurDayHighAggregatedInputPower  Integer32,
Packit 022b05
    optIfOChGroupSinkCurDayLowOutputPower            Integer32,
Packit 022b05
    optIfOChGroupSinkCurDayHighOutputPower           Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChGroupSinkCurDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurDayLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup during the current 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSinkCurDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurDayHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup during the current 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSinkCurDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output
Packit 022b05
     in the OChGroup during the current 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSinkCurDayEntry 4 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkCurDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output
Packit 022b05
     in the OChGroup during the current 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSinkCurDayEntry 5 }
Packit 022b05
Packit 022b05
-- OChGroup sink previous day table
Packit 022b05
-- Contains data for the previous 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOChGroupSinkPrevDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChGroupSinkPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OChGroup sink performance monitoring information for
Packit 022b05
     the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroup 5 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkPrevDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChGroupSinkPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OChGroup sink performance
Packit 022b05
     monitoring information of an interface for the previous
Packit 022b05
     24-hour interval."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChGroupSinkPrevDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOChGroupSinkPrevDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChGroupSinkPrevDaySuspectedFlag             TruthValue,
Packit 022b05
    optIfOChGroupSinkPrevDayLastAggregatedInputPower  Integer32,
Packit 022b05
    optIfOChGroupSinkPrevDayLowAggregatedInputPower   Integer32,
Packit 022b05
    optIfOChGroupSinkPrevDayHighAggregatedInputPower  Integer32,
Packit 022b05
    optIfOChGroupSinkPrevDayLastOutputPower           Integer32,
Packit 022b05
    optIfOChGroupSinkPrevDayLowOutputPower            Integer32,
Packit 022b05
    optIfOChGroupSinkPrevDayHighOutputPower           Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChGroupSinkPrevDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChGroupSinkPrevDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkPrevDayLastAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSinkPrevDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkPrevDayLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSinkPrevDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkPrevDayHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "The highest aggregated optical power of all the DWDM input
Packit 022b05
     channels in the OChGroup during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSinkPrevDayEntry 4 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkPrevDayLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output
Packit 022b05
     in the OChGroup during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSinkPrevDayEntry 5 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkPrevDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output
Packit 022b05
     in the OChGroup during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSinkPrevDayEntry 6 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkPrevDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output
Packit 022b05
     in the OChGroup during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSinkPrevDayEntry 7 }
Packit 022b05
Packit 022b05
-- OChGroup source current table
Packit 022b05
-- Contains data for the current 15-minute performance monitoring
Packit 022b05
-- interval.
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChGroupSrcCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OChGroup source performance monitoring information for
Packit 022b05
     the current 15-minute interval."
Packit 022b05
  ::= { optIfOChGroup 6 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentEntry OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SYNTAX  OptIfOChGroupSrcCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OChGroup source performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     15-minute interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChGroupSrcCurrentTable 1 }
Packit 022b05
Packit 022b05
OptIfOChGroupSrcCurrentEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChGroupSrcCurrentSuspectedFlag              TruthValue,
Packit 022b05
    optIfOChGroupSrcCurrentOutputPower                Integer32,
Packit 022b05
    optIfOChGroupSrcCurrentLowOutputPower             Integer32,
Packit 022b05
    optIfOChGroupSrcCurrentHighOutputPower            Integer32,
Packit 022b05
    optIfOChGroupSrcCurrentLowerOutputPowerThreshold  Integer32,
Packit 022b05
    optIfOChGroupSrcCurrentUpperOutputPowerThreshold  Integer32,
Packit 022b05
    optIfOChGroupSrcCurrentAggregatedInputPower       Integer32,
Packit 022b05
    optIfOChGroupSrcCurrentLowAggregatedInputPower    Integer32,
Packit 022b05
    optIfOChGroupSrcCurrentHighAggregatedInputPower   Integer32,
Packit 022b05
    optIfOChGroupSrcCurrentLowerInputPowerThreshold   Integer32,
Packit 022b05
    optIfOChGroupSrcCurrentUpperInputPowerThreshold   Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 1 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The optical power monitored at the output."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 2 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 3 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 4 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentLowerOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on output power.  If
Packit 022b05
     optIfOChGroupSrcCurrentOutputPower drops to this value or below,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 5 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentUpperOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on output power.  If
Packit 022b05
     optIfOChGroupSrcCurrentOutputPower reaches or exceeds this value,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 6 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The aggregated optical power monitored at the input."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 7 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power monitored at the input
Packit 022b05
     during the current 15-minute interval."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 8 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power monitored at the input
Packit 022b05
     during the current 15-minute interval."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 9 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentLowerInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on input power.  If
Packit 022b05
     optIfOChGroupSrcCurrentAggregatedInputPower drops to this value
Packit 022b05
     or below, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 10 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurrentUpperInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on input power.  If
Packit 022b05
     optIfOChGroupSrcCurrentAggregatedInputPower reaches or exceeds
Packit 022b05
     this value, a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChGroupSrcCurrentEntry 11 }
Packit 022b05
Packit 022b05
-- OChGroup source interval table
Packit 022b05
-- Contains data for previous 15-minute performance monitoring
Packit 022b05
-- intervals.
Packit 022b05
Packit 022b05
optIfOChGroupSrcIntervalTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChGroupSrcIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "A table of historical OChGroup source performance monitoring
Packit 022b05
     information."
Packit 022b05
  ::= { optIfOChGroup 7 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcIntervalEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChGroupSrcIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OChGroup source performance
Packit 022b05
     monitoring information of an interface during a particular
Packit 022b05
     historical interval."
Packit 022b05
  INDEX  { ifIndex, optIfOChGroupSrcIntervalNumber }
Packit 022b05
  ::= { optIfOChGroupSrcIntervalTable 1 }
Packit 022b05
Packit 022b05
OptIfOChGroupSrcIntervalEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
   optIfOChGroupSrcIntervalNumber                   OptIfIntervalNumber,
Packit 022b05
   optIfOChGroupSrcIntervalSuspectedFlag             TruthValue,
Packit 022b05
   optIfOChGroupSrcIntervalLastOutputPower           Integer32,
Packit 022b05
   optIfOChGroupSrcIntervalLowOutputPower            Integer32,
Packit 022b05
   optIfOChGroupSrcIntervalHighOutputPower           Integer32,
Packit 022b05
   optIfOChGroupSrcIntervalLastAggregatedInputPower  Integer32,
Packit 022b05
   optIfOChGroupSrcIntervalLowAggregatedInputPower   Integer32,
Packit 022b05
   optIfOChGroupSrcIntervalHighAggregatedInputPower  Integer32
Packit 022b05
   }
Packit 022b05
Packit 022b05
optIfOChGroupSrcIntervalNumber OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfIntervalNumber
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Uniquely identifies the interval."
Packit 022b05
  ::= { optIfOChGroupSrcIntervalEntry 1 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcIntervalSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChGroupSrcIntervalEntry 2 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcIntervalLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOChGroupSrcIntervalEntry 3 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcIntervalLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOChGroupSrcIntervalEntry 4 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcIntervalHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOChGroupSrcIntervalEntry 5 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcIntervalLastAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last aggregated optical power monitored at the input
Packit 022b05
     during the interval."
Packit 022b05
  ::= { optIfOChGroupSrcIntervalEntry 6 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcIntervalLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power monitored at the input
Packit 022b05
     during the interval."
Packit 022b05
  ::= { optIfOChGroupSrcIntervalEntry 7 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcIntervalHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power monitored at the input
Packit 022b05
     during the interval."
Packit 022b05
  ::= { optIfOChGroupSrcIntervalEntry 8 }
Packit 022b05
Packit 022b05
-- OChGroup source current day table
Packit 022b05
-- Contains data for the current 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChGroupSrcCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OChGroup source performance monitoring information for
Packit 022b05
     the current 24-hour interval."
Packit 022b05
  ::= { optIfOChGroup 8 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChGroupSrcCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OChGroup source performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChGroupSrcCurDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOChGroupSrcCurDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChGroupSrcCurDaySuspectedFlag             TruthValue,
Packit 022b05
    optIfOChGroupSrcCurDayLowOutputPower            Integer32,
Packit 022b05
    optIfOChGroupSrcCurDayHighOutputPower           Integer32,
Packit 022b05
    optIfOChGroupSrcCurDayLowAggregatedInputPower   Integer32,
Packit 022b05
    optIfOChGroupSrcCurDayHighAggregatedInputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChGroupSrcCurDayEntry 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSrcCurDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSrcCurDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurDayLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power monitored at the input
Packit 022b05
     during the current 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSrcCurDayEntry 4 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcCurDayHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power monitored at the input
Packit 022b05
     during the current 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSrcCurDayEntry 5 }
Packit 022b05
Packit 022b05
-- OChGroup source previous day table
Packit 022b05
-- Contains data for the previous 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOChGroupSrcPrevDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChGroupSrcPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OChGroup source performance monitoring information for
Packit 022b05
     the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroup 9 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcPrevDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChGroupSrcPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OChGroup source performance
Packit 022b05
     monitoring information of an interface for the previous
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChGroupSrcPrevDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOChGroupSrcPrevDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChGroupSrcPrevDaySuspectedFlag             TruthValue,
Packit 022b05
    optIfOChGroupSrcPrevDayLastOutputPower           Integer32,
Packit 022b05
    optIfOChGroupSrcPrevDayLowOutputPower            Integer32,
Packit 022b05
    optIfOChGroupSrcPrevDayHighOutputPower           Integer32,
Packit 022b05
    optIfOChGroupSrcPrevDayLastAggregatedInputPower  Integer32,
Packit 022b05
    optIfOChGroupSrcPrevDayLowAggregatedInputPower   Integer32,
Packit 022b05
    optIfOChGroupSrcPrevDayHighAggregatedInputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChGroupSrcPrevDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChGroupSrcPrevDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcPrevDayLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSrcPrevDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcPrevDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSrcPrevDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcPrevDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSrcPrevDayEntry 4 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcPrevDayLastAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last aggregated optical power monitored at the input
Packit 022b05
     during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSrcPrevDayEntry 5 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcPrevDayLowAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest aggregated optical power monitored at the input
Packit 022b05
     during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSrcPrevDayEntry 6 }
Packit 022b05
Packit 022b05
optIfOChGroupSrcPrevDayHighAggregatedInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest aggregated optical power monitored at the input
Packit 022b05
     during the previous 24-hour interval."
Packit 022b05
  ::= { optIfOChGroupSrcPrevDayEntry 7 }
Packit 022b05
Packit 022b05
-- the optIfOCh group
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
-- This group handles the configuration and
Packit 022b05
-- performance monitoring information for OCh layers.
Packit 022b05
Packit 022b05
-- OCh config table
Packit 022b05
Packit 022b05
optIfOChConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OCh configuration information."
Packit 022b05
  ::= { optIfOCh 1 }
Packit 022b05
Packit 022b05
optIfOChConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OCh configuration
Packit 022b05
     information of an interface."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfOChConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChDirectionality     OptIfDirectionality,
Packit 022b05
    optIfOChCurrentStatus      BITS
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChDirectionality OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDirectionality
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of the entity."
Packit 022b05
  ::= { optIfOChConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfOChCurrentStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  BITS {
Packit 022b05
    losP(0),
Packit 022b05
    los(1),
Packit 022b05
    oci(2),
Packit 022b05
    ssfP(3),
Packit 022b05
    ssfO(4),
Packit 022b05
    ssf(5)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the defect condition of the entity, if any.
Packit 022b05
     This object is applicable when optIfOChDirectionality
Packit 022b05
     has the value sink(1) or bidirectional(3).
Packit 022b05
     In full-capability systems the bit position los(1) is not used.
Packit 022b05
     In reduced-capability systems or at IrDI interfaces only
Packit 022b05
     the bit positions los(1) and ssfP(3) are used."
Packit 022b05
  ::= { optIfOChConfigEntry 2 }
Packit 022b05
Packit 022b05
-- OCh sink current table
Packit 022b05
-- Contains data for the current 15-minute performance monitoring
Packit 022b05
-- interval.
Packit 022b05
Packit 022b05
optIfOChSinkCurrentTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChSinkCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OCh sink performance monitoring information for
Packit 022b05
     the current 15-minute interval."
Packit 022b05
  ::= { optIfOCh 2 }
Packit 022b05
Packit 022b05
optIfOChSinkCurrentEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChSinkCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OCh sink performance
Packit 022b05
     monitoring information for an interface for the current
Packit 022b05
     15-minute interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChSinkCurrentTable 1 }
Packit 022b05
Packit 022b05
OptIfOChSinkCurrentEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChSinkCurrentSuspectedFlag             TruthValue,
Packit 022b05
    optIfOChSinkCurrentInputPower                Integer32,
Packit 022b05
    optIfOChSinkCurrentLowInputPower             Integer32,
Packit 022b05
    optIfOChSinkCurrentHighInputPower            Integer32,
Packit 022b05
    optIfOChSinkCurrentLowerInputPowerThreshold  Integer32,
Packit 022b05
    optIfOChSinkCurrentUpperInputPowerThreshold  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChSinkCurrentSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChSinkCurrentEntry 1 }
Packit 022b05
Packit 022b05
optIfOChSinkCurrentInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The optical power monitored at the input."
Packit 022b05
  ::= { optIfOChSinkCurrentEntry 2 }
Packit 022b05
Packit 022b05
optIfOChSinkCurrentLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOChSinkCurrentEntry 3 }
Packit 022b05
Packit 022b05
optIfOChSinkCurrentHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOChSinkCurrentEntry 4 }
Packit 022b05
Packit 022b05
optIfOChSinkCurrentLowerInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on input power.  If
Packit 022b05
     optIfOChSinkCurrentInputPower drops to this value or below,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChSinkCurrentEntry 5 }
Packit 022b05
Packit 022b05
optIfOChSinkCurrentUpperInputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on input power.  If
Packit 022b05
     optIfOChSinkCurrentInputPower reaches or exceeds this value,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChSinkCurrentEntry 6 }
Packit 022b05
Packit 022b05
-- OCh sink interval table
Packit 022b05
-- Contains data for previous 15-minute performance monitoring
Packit 022b05
-- intervals.
Packit 022b05
Packit 022b05
optIfOChSinkIntervalTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChSinkIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of historical OCh sink performance monitoring
Packit 022b05
     information."
Packit 022b05
  ::= { optIfOCh 3 }
Packit 022b05
Packit 022b05
optIfOChSinkIntervalEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChSinkIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OCh sink performance
Packit 022b05
     monitoring information of an interface during a particular
Packit 022b05
     historical interval."
Packit 022b05
  INDEX  { ifIndex, optIfOChSinkIntervalNumber }
Packit 022b05
  ::= { optIfOChSinkIntervalTable 1 }
Packit 022b05
Packit 022b05
OptIfOChSinkIntervalEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChSinkIntervalNumber          OptIfIntervalNumber,
Packit 022b05
    optIfOChSinkIntervalSuspectedFlag   TruthValue,
Packit 022b05
    optIfOChSinkIntervalLastInputPower  Integer32,
Packit 022b05
    optIfOChSinkIntervalLowInputPower   Integer32,
Packit 022b05
    optIfOChSinkIntervalHighInputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChSinkIntervalNumber OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfIntervalNumber
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Uniquely identifies the interval."
Packit 022b05
  ::= { optIfOChSinkIntervalEntry 1 }
Packit 022b05
Packit 022b05
optIfOChSinkIntervalSuspectedFlag OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChSinkIntervalEntry 2 }
Packit 022b05
Packit 022b05
optIfOChSinkIntervalLastInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the input during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOChSinkIntervalEntry 3 }
Packit 022b05
Packit 022b05
optIfOChSinkIntervalLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOChSinkIntervalEntry 4 }
Packit 022b05
Packit 022b05
optIfOChSinkIntervalHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOChSinkIntervalEntry 5 }
Packit 022b05
Packit 022b05
-- OCh sink current day table
Packit 022b05
-- Contains data for the current 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOChSinkCurDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChSinkCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OCh sink performance monitoring information for
Packit 022b05
     the current 24-hour interval."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfOCh 4 }
Packit 022b05
Packit 022b05
optIfOChSinkCurDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChSinkCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OCh sink performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChSinkCurDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOChSinkCurDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChSinkCurDaySuspectedFlag   TruthValue,
Packit 022b05
    optIfOChSinkCurDayLowInputPower   Integer32,
Packit 022b05
    optIfOChSinkCurDayHighInputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChSinkCurDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChSinkCurDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOChSinkCurDayLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOChSinkCurDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOChSinkCurDayHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOChSinkCurDayEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
-- OCh sink previous day table
Packit 022b05
-- Contains data for the previous 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOChSinkPrevDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChSinkPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OCh sink performance monitoring information for
Packit 022b05
     the previous 24-hour interval."
Packit 022b05
  ::= { optIfOCh 5 }
Packit 022b05
Packit 022b05
optIfOChSinkPrevDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChSinkPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OCh sink performance
Packit 022b05
     monitoring information of an interface for the previous
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChSinkPrevDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOChSinkPrevDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChSinkPrevDaySuspectedFlag   TruthValue,
Packit 022b05
    optIfOChSinkPrevDayLastInputPower  Integer32,
Packit 022b05
    optIfOChSinkPrevDayLowInputPower   Integer32,
Packit 022b05
    optIfOChSinkPrevDayHighInputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChSinkPrevDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChSinkPrevDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOChSinkPrevDayLastInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfOChSinkPrevDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOChSinkPrevDayLowInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOChSinkPrevDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOChSinkPrevDayHighInputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the input during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOChSinkPrevDayEntry 4 }
Packit 022b05
Packit 022b05
-- OCh source current table
Packit 022b05
-- Contains data for the current 15-minute performance monitoring
Packit 022b05
-- interval.
Packit 022b05
Packit 022b05
optIfOChSrcCurrentTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChSrcCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OCh source performance monitoring information for
Packit 022b05
     the current 15-minute interval."
Packit 022b05
  ::= { optIfOCh 6 }
Packit 022b05
Packit 022b05
optIfOChSrcCurrentEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChSrcCurrentEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OCh source performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     15-minute interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChSrcCurrentTable 1 }
Packit 022b05
Packit 022b05
OptIfOChSrcCurrentEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOChSrcCurrentSuspectedFlag              TruthValue,
Packit 022b05
    optIfOChSrcCurrentOutputPower                Integer32,
Packit 022b05
    optIfOChSrcCurrentLowOutputPower             Integer32,
Packit 022b05
    optIfOChSrcCurrentHighOutputPower            Integer32,
Packit 022b05
    optIfOChSrcCurrentLowerOutputPowerThreshold  Integer32,
Packit 022b05
    optIfOChSrcCurrentUpperOutputPowerThreshold  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChSrcCurrentSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChSrcCurrentEntry 1 }
Packit 022b05
Packit 022b05
optIfOChSrcCurrentOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The optical power monitored at the output."
Packit 022b05
  ::= { optIfOChSrcCurrentEntry 2 }
Packit 022b05
Packit 022b05
optIfOChSrcCurrentLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOChSrcCurrentEntry 3 }
Packit 022b05
Packit 022b05
optIfOChSrcCurrentHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     current 15-minute interval."
Packit 022b05
  ::= { optIfOChSrcCurrentEntry 4 }
Packit 022b05
Packit 022b05
optIfOChSrcCurrentLowerOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lower limit threshold on output power.  If
Packit 022b05
     optIfOChSrcCurrentOutputPower drops to this value or below,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChSrcCurrentEntry 5 }
Packit 022b05
Packit 022b05
optIfOChSrcCurrentUpperOutputPowerThreshold OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The upper limit threshold on output power.  If
Packit 022b05
     optIfOChSrcCurrentOutputPower reaches or exceeds this value,
Packit 022b05
     a Threshold Crossing Alert (TCA) should be sent."
Packit 022b05
  ::= { optIfOChSrcCurrentEntry 6 }
Packit 022b05
Packit 022b05
-- OCh source interval table
Packit 022b05
-- Contains data for previous 15-minute performance monitoring
Packit 022b05
-- intervals.
Packit 022b05
Packit 022b05
optIfOChSrcIntervalTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChSrcIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of historical OCh source performance monitoring
Packit 022b05
     information."
Packit 022b05
  ::= { optIfOCh 7 }
Packit 022b05
Packit 022b05
optIfOChSrcIntervalEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChSrcIntervalEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OCh source performance
Packit 022b05
     monitoring information of an interface during a particular
Packit 022b05
     historical interval."
Packit 022b05
  INDEX  { ifIndex, optIfOChSrcIntervalNumber }
Packit 022b05
  ::= { optIfOChSrcIntervalTable 1 }
Packit 022b05
Packit 022b05
OptIfOChSrcIntervalEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChSrcIntervalNumber           OptIfIntervalNumber,
Packit 022b05
    optIfOChSrcIntervalSuspectedFlag    TruthValue,
Packit 022b05
    optIfOChSrcIntervalLastOutputPower  Integer32,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOChSrcIntervalLowOutputPower   Integer32,
Packit 022b05
    optIfOChSrcIntervalHighOutputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChSrcIntervalNumber OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfIntervalNumber
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Uniquely identifies the interval."
Packit 022b05
  ::= { optIfOChSrcIntervalEntry 1 }
Packit 022b05
Packit 022b05
optIfOChSrcIntervalSuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChSrcIntervalEntry 2 }
Packit 022b05
Packit 022b05
optIfOChSrcIntervalLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOChSrcIntervalEntry 3 }
Packit 022b05
Packit 022b05
optIfOChSrcIntervalLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
  ::= { optIfOChSrcIntervalEntry 4 }
Packit 022b05
Packit 022b05
optIfOChSrcIntervalHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     interval."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfOChSrcIntervalEntry 5 }
Packit 022b05
Packit 022b05
-- OCh source current day table
Packit 022b05
-- Contains data for the current 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOChSrcCurDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChSrcCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OCh source performance monitoring information for
Packit 022b05
     the current 24-hour interval."
Packit 022b05
  ::= { optIfOCh 8 }
Packit 022b05
Packit 022b05
optIfOChSrcCurDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChSrcCurDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OCh source performance
Packit 022b05
     monitoring information of an interface for the current
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChSrcCurDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOChSrcCurDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChSrcCurDaySuspectedFlag    TruthValue,
Packit 022b05
    optIfOChSrcCurDayLowOutputPower   Integer32,
Packit 022b05
    optIfOChSrcCurDayHighOutputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChSrcCurDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChSrcCurDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOChSrcCurDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOChSrcCurDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOChSrcCurDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     current 24-hour interval."
Packit 022b05
  ::= { optIfOChSrcCurDayEntry 3 }
Packit 022b05
Packit 022b05
-- OCh source previous day table
Packit 022b05
-- Contains data for the previous 24-hour performance
Packit 022b05
-- monitoring interval.
Packit 022b05
Packit 022b05
optIfOChSrcPrevDayTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOChSrcPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OCh source performance monitoring information for
Packit 022b05
     the previous 24-hour interval."
Packit 022b05
  ::= { optIfOCh 9 }
Packit 022b05
Packit 022b05
optIfOChSrcPrevDayEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOChSrcPrevDayEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OCh source performance
Packit 022b05
     monitoring information of an interface for the previous
Packit 022b05
     24-hour interval."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOChSrcPrevDayTable 1 }
Packit 022b05
Packit 022b05
OptIfOChSrcPrevDayEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOChSrcPrevDaySuspectedFlag    TruthValue,
Packit 022b05
    optIfOChSrcPrevDayLastOutputPower  Integer32,
Packit 022b05
    optIfOChSrcPrevDayLowOutputPower   Integer32,
Packit 022b05
    optIfOChSrcPrevDayHighOutputPower  Integer32
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOChSrcPrevDaySuspectedFlag OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If true, the data in this entry may be unreliable."
Packit 022b05
  ::= { optIfOChSrcPrevDayEntry 1 }
Packit 022b05
Packit 022b05
optIfOChSrcPrevDayLastOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The last optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOChSrcPrevDayEntry 2 }
Packit 022b05
Packit 022b05
optIfOChSrcPrevDayLowOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The lowest optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOChSrcPrevDayEntry 3 }
Packit 022b05
Packit 022b05
optIfOChSrcPrevDayHighOutputPower OBJECT-TYPE
Packit 022b05
  SYNTAX  Integer32
Packit 022b05
  UNITS  "0.1 dbm"
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The highest optical power monitored at the output during the
Packit 022b05
     previous 24-hour interval."
Packit 022b05
  ::= { optIfOChSrcPrevDayEntry 4 }
Packit 022b05
Packit 022b05
-- the optIfOTUk group
Packit 022b05
-- This group handles the configuration
Packit 022b05
-- information for OTUk layers.
Packit 022b05
Packit 022b05
-- OTUk config table
Packit 022b05
Packit 022b05
optIfOTUkConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfOTUkConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of OTUk configuration information."
Packit 022b05
  ::= { optIfOTUk 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOTUkConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfOTUkConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains OTUk configuration
Packit 022b05
     information of an interface."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfOTUkConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfOTUkConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfOTUkDirectionality              OptIfDirectionality,
Packit 022b05
    optIfOTUkBitRateK                    OptIfBitRateK,
Packit 022b05
    optIfOTUkTraceIdentifierTransmitted  OptIfTxTI,
Packit 022b05
    optIfOTUkDAPIExpected                OptIfExDAPI,
Packit 022b05
    optIfOTUkSAPIExpected                OptIfExSAPI,
Packit 022b05
    optIfOTUkTraceIdentifierAccepted     OptIfAcTI,
Packit 022b05
    optIfOTUkTIMDetMode                  OptIfTIMDetMode,
Packit 022b05
    optIfOTUkTIMActEnabled               TruthValue,
Packit 022b05
    optIfOTUkDEGThr                      OptIfDEGThr,
Packit 022b05
    optIfOTUkDEGM                        OptIfDEGM,
Packit 022b05
    optIfOTUkSinkAdaptActive             TruthValue,
Packit 022b05
    optIfOTUkSourceAdaptActive           TruthValue,
Packit 022b05
    optIfOTUkSinkFECEnabled              TruthValue,
Packit 022b05
    optIfOTUkCurrentStatus               BITS
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfOTUkDirectionality OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDirectionality
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of the entity."
Packit 022b05
  ::= { optIfOTUkConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfOTUkBitRateK OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfBitRateK
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the bit rate of the entity."
Packit 022b05
  ::= { optIfOTUkConfigEntry 2 }
Packit 022b05
Packit 022b05
optIfOTUkTraceIdentifierTransmitted OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfTxTI
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The trace identifier transmitted.
Packit 022b05
     This object is applicable when optIfOTUkDirectionality
Packit 022b05
     has the value source(2) or bidirectional(3).  It must not
Packit 022b05
     be instantiated in rows where optIfOTUkDirectionality
Packit 022b05
     has the value sink(1).
Packit 022b05
     If no value is ever set by a management entity for this
Packit 022b05
     object, system-specific default value will be used.
Packit 022b05
     Any implementation that instantiates this object must
Packit 022b05
     document the system-specific default value or how it
Packit 022b05
     is derived."
Packit 022b05
  ::= { optIfOTUkConfigEntry 3 }
Packit 022b05
Packit 022b05
optIfOTUkDAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExDAPI
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The DAPI expected by the receiver.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfOTUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfOTUkDirectionality has the value source(2).
Packit 022b05
     This object has no effect when optIfOTUkTIMDetMode has
Packit 022b05
     the value off(1)."
Packit 022b05
  ::= { optIfOTUkConfigEntry 4 }
Packit 022b05
Packit 022b05
optIfOTUkSAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExSAPI
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The SAPI expected by the receiver.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfOTUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfOTUkDirectionality has the value source(2).
Packit 022b05
     This object has no effect when optIfOTUkTIMDetMode has
Packit 022b05
     the value off(1)."
Packit 022b05
  ::= { optIfOTUkConfigEntry 5 }
Packit 022b05
Packit 022b05
optIfOTUkTraceIdentifierAccepted OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfAcTI
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The actual trace identifier accepted.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     only when optIfOTUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfOTUkDirectionality has the value source(2).
Packit 022b05
     The value of this object is unspecified when
Packit 022b05
     optIfOTUkCurrentStatus indicates a near-end defect
Packit 022b05
     (i.e., ssf(3), lof(4), ais(5), lom(6)) that prevents
Packit 022b05
     extraction of the trace message."
Packit 022b05
  ::= { optIfOTUkConfigEntry 6 }
Packit 022b05
Packit 022b05
optIfOTUkTIMDetMode OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfTIMDetMode
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the mode of the Trace Identifier Mismatch (TIM)
Packit 022b05
     Detection function.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfOTUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfOTUkDirectionality has the value source(2).
Packit 022b05
     The default value of this object is off(1)."
Packit 022b05
  ::= { optIfOTUkConfigEntry 7 }
Packit 022b05
Packit 022b05
optIfOTUkTIMActEnabled OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates whether the Trace Identifier Mismatch (TIM)
Packit 022b05
     Consequent Action function is enabled.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfOTUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfOTUkDirectionality has the value source(2).
Packit 022b05
     This object has no effect when optIfOTUkTIMDetMode has
Packit 022b05
     the value off(1).
Packit 022b05
     The default value of this object is false(2)."
Packit 022b05
  ::= { optIfOTUkConfigEntry 8 }
Packit 022b05
Packit 022b05
optIfOTUkDEGThr OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDEGThr
Packit 022b05
  UNITS   "percentage"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a performance
Packit 022b05
     monitoring (PM) Second to be bad.  A PM Second is declared bad if
Packit 022b05
     the percentage of detected errored blocks in that second is
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     greater than or equal to optIfOTUkDEGThr.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfOTUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfOTUkDirectionality has the value source(2).
Packit 022b05
     The default value of this object is Severely Errored Second
Packit 022b05
     (SES) Estimator (See ITU-T G.7710)."
Packit 022b05
  ::= { optIfOTUkConfigEntry 9 }
Packit 022b05
Packit 022b05
optIfOTUkDEGM OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDEGM
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a Degraded Signal
Packit 022b05
     defect (dDEG).  A dDEG shall be declared if optIfOTUkDEGM
Packit 022b05
     consecutive bad PM Seconds are detected.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfOTUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfOTUkDirectionality has the value source(2).
Packit 022b05
     The default value of this object is 7 (See ITU-T G.7710)."
Packit 022b05
  ::= { optIfOTUkConfigEntry 10 }
Packit 022b05
Packit 022b05
optIfOTUkSinkAdaptActive OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates whether the sink adaptation function is activated or
Packit 022b05
     not.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfOTUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfOTUkDirectionality has the value source(2).
Packit 022b05
     The default value of this object is false(2)."
Packit 022b05
  ::= { optIfOTUkConfigEntry 11 }
Packit 022b05
Packit 022b05
optIfOTUkSourceAdaptActive OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates whether the source adaptation function is activated or
Packit 022b05
     not.
Packit 022b05
     This object is only applicable to the source function, i.e.,
Packit 022b05
     only when optIfOTUkDirectionality has the value source(2)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     where optIfOTUkDirectionality has the value sink(1).
Packit 022b05
     The default value of this object is false(2)."
Packit 022b05
  ::= { optIfOTUkConfigEntry 12 }
Packit 022b05
Packit 022b05
optIfOTUkSinkFECEnabled OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "If Forward Error Correction (FEC) is supported, this object
Packit 022b05
     indicates whether FEC at the OTUk sink adaptation function is
Packit 022b05
     enabled or not.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfOTUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfOTUkDirectionality has the value source(2).
Packit 022b05
     The default value of this object is true(1)."
Packit 022b05
  ::= { optIfOTUkConfigEntry 13 }
Packit 022b05
Packit 022b05
optIfOTUkCurrentStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  BITS {
Packit 022b05
    tim(0),
Packit 022b05
    deg(1),
Packit 022b05
    bdi(2),
Packit 022b05
    ssf(3),
Packit 022b05
    lof(4),
Packit 022b05
    ais(5),
Packit 022b05
    lom(6)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the defect condition of the entity, if any.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfOTUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfOTUkDirectionality has the value source(2)."
Packit 022b05
  ::= { optIfOTUkConfigEntry 14 }
Packit 022b05
Packit 022b05
-- GCC0 config table
Packit 022b05
Packit 022b05
optIfGCC0ConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfGCC0ConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of GCC0 configuration information."
Packit 022b05
  ::= { optIfOTUk 2 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfGCC0ConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfGCC0ConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains GCC0 configuration
Packit 022b05
     information of an interface.  Each instance must
Packit 022b05
     correspond to an instance of optIfOTUkConfigEntry.
Packit 022b05
     Separate source and/or sink instances may exist
Packit 022b05
     for a given ifIndex value, or a single bidirectional
Packit 022b05
     instance may exist, but a bidirectional instance may
Packit 022b05
     not coexist with a source or sink instance.
Packit 022b05
     Instances of this conceptual row persist across
Packit 022b05
     agent restarts."
Packit 022b05
  INDEX  { ifIndex, optIfGCC0Directionality }
Packit 022b05
  ::= { optIfGCC0ConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfGCC0ConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfGCC0Directionality            OptIfDirectionality,
Packit 022b05
    optIfGCC0Application               SnmpAdminString,
Packit 022b05
    optIfGCC0RowStatus                 RowStatus
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfGCC0Directionality OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDirectionality
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of the entity.
Packit 022b05
     The values source(2) and bidirectional(3) are
Packit 022b05
     not allowed if the corresponding instance of
Packit 022b05
     optIfOTUkDirectionality has the value sink(1).
Packit 022b05
     The values sink(1) and bidirectional(3) are
Packit 022b05
     not allowed if the corresponding instance of
Packit 022b05
     optIfOTUkDirectionality has the value source(2)."
Packit 022b05
  ::= { optIfGCC0ConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfGCC0Application OBJECT-TYPE
Packit 022b05
  SYNTAX  SnmpAdminString
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the application transported by the GCC0 entity.
Packit 022b05
     Example applications are ECC, User data channel.
Packit 022b05
Packit 022b05
     The value of this object may not be changed when
Packit 022b05
     optIfGCC0RowStatus has the value active(1)."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfGCC0ConfigEntry 2 }
Packit 022b05
Packit 022b05
optIfGCC0RowStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  RowStatus
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This columnar object is used for creating and deleting a
Packit 022b05
     conceptual row of the optIfGCC0 config table.
Packit 022b05
     It is used to model the addGCC0Access and removeGCC0Access
Packit 022b05
     operations of an OTUk_TTP for GCC0 access control as defined
Packit 022b05
     in G.874.1.  Setting RowStatus to createAndGo or createAndWait
Packit 022b05
     implies addGCC0Access.  Setting RowStatus to destroy implies
Packit 022b05
     removeGCC0Access."
Packit 022b05
  ::= { optIfGCC0ConfigEntry 3 }
Packit 022b05
Packit 022b05
-- the optIfODUk group
Packit 022b05
-- This group handles the configuration information
Packit 022b05
-- for the ODUk layers.
Packit 022b05
Packit 022b05
-- ODUk config table
Packit 022b05
Packit 022b05
optIfODUkConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfODUkConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of ODUk configuration information."
Packit 022b05
  ::= { optIfODUk 1 }
Packit 022b05
Packit 022b05
optIfODUkConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfODUkConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains ODUk configuration
Packit 022b05
     information of an interface."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfODUkConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfODUkConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfODUkDirectionality              OptIfDirectionality,
Packit 022b05
    optIfODUkBitRateK                    OptIfBitRateK,
Packit 022b05
    optIfODUkTcmFieldsInUse              BITS,
Packit 022b05
    optIfODUkPositionSeqCurrentSize      Unsigned32,
Packit 022b05
    optIfODUkTtpPresent                  TruthValue
Packit 022b05
    }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfODUkDirectionality OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDirectionality
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of the entity."
Packit 022b05
  ::= { optIfODUkConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfODUkBitRateK OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfBitRateK
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the bit rate of the entity."
Packit 022b05
  ::= { optIfODUkConfigEntry 2 }
Packit 022b05
Packit 022b05
optIfODUkTcmFieldsInUse OBJECT-TYPE
Packit 022b05
  SYNTAX  BITS {
Packit 022b05
    tcmField1(0),
Packit 022b05
    tcmField2(1),
Packit 022b05
    tcmField3(2),
Packit 022b05
    tcmField4(3),
Packit 022b05
    tcmField5(4),
Packit 022b05
    tcmField6(5)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the TCM field(s) that are currently in use.
Packit 022b05
     The positions of the bits correspond to the TCM fields.
Packit 022b05
     A bit that is set to 1 means that the corresponding TCM
Packit 022b05
     field is used.  This object will be updated when rows are
Packit 022b05
     created in or deleted from the optIfODUkTConfigTable, or
Packit 022b05
     the optIfODUkTNimConfigTable."
Packit 022b05
  ::= { optIfODUkConfigEntry 3 }
Packit 022b05
Packit 022b05
optIfODUkPositionSeqCurrentSize OBJECT-TYPE
Packit 022b05
  SYNTAX  Unsigned32
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This variable indicates the current size of the position
Packit 022b05
     sequence (i.e., number of TCM function and/or GCC12
Packit 022b05
     access that have been created in the ODUk interface).
Packit 022b05
     When the value of this variable is greater than zero,
Packit 022b05
     it means that one or more TCM function and/or GCC12
Packit 022b05
     access have been created in the ODUk interface.  In this
Packit 022b05
     case, there will be as many rows in the
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     optIfODUkPositionSeqTable as the value of
Packit 022b05
     optIfODUkPositionSeqCurrentSize  corresponding to this
Packit 022b05
     ODUk interface, one row for each TCM function or GCC12
Packit 022b05
     access.  The position of the TCM function and/or
Packit 022b05
     GCC12 access within the sequence is indicated by the
Packit 022b05
     optIfODUkPositionSeqPosition variable in
Packit 022b05
     optIfODUkPositionSeqTable.
Packit 022b05
     The optIfODUkPositionSeqTable also provides pointers
Packit 022b05
     to the corresponding TCM function (optIfODUkT) and
Packit 022b05
     GCC12 access (optIfGCC12) entities."
Packit 022b05
  ::= { optIfODUkConfigEntry 4 }
Packit 022b05
Packit 022b05
optIfODUkTtpPresent OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This object has the value true(1) if the ifEntry under which
Packit 022b05
     it is instantiated contains an ODUk Trail Termination Point,
Packit 022b05
     i.e., is the endpoint of an ODUk path.  In that case there
Packit 022b05
     will be a corresponding row in the ODUk TTP config table and
Packit 022b05
     it will not be possible to create corresponding rows in the
Packit 022b05
     ODUk NIM config table.  This object has the value false(2)
Packit 022b05
     if the ifEntry under which it is instantiated contains an
Packit 022b05
     intermediate ODUk Connection Termination Point.  In that case
Packit 022b05
     there is no corresponding row in the ODUk TTP config table,
Packit 022b05
     but it will be possible to create corresponding rows in the
Packit 022b05
     ODUk NIM config table.  This object also affects the allowable
Packit 022b05
     options in rows created in the GCC12 config table and in the
Packit 022b05
     ODUkT config table, as specified in the DESCRIPTION clauses
Packit 022b05
     of the columns in those tables."
Packit 022b05
  ::= { optIfODUkConfigEntry 5 }
Packit 022b05
Packit 022b05
-- ODUk Trail Termination Point (TTP) config table
Packit 022b05
Packit 022b05
optIfODUkTtpConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfODUkTtpConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of ODUk TTP configuration information."
Packit 022b05
  ::= { optIfODUk 2 }
Packit 022b05
Packit 022b05
optIfODUkTtpConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfODUkTtpConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    "A conceptual row that contains ODUk TTP configuration
Packit 022b05
     information of an interface."
Packit 022b05
  INDEX  { ifIndex }
Packit 022b05
  ::= { optIfODUkTtpConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfODUkTtpConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfODUkTtpTraceIdentifierTransmitted  OptIfTxTI,
Packit 022b05
    optIfODUkTtpDAPIExpected                OptIfExDAPI,
Packit 022b05
    optIfODUkTtpSAPIExpected                OptIfExSAPI,
Packit 022b05
    optIfODUkTtpTraceIdentifierAccepted     OptIfAcTI,
Packit 022b05
    optIfODUkTtpTIMDetMode                  OptIfTIMDetMode,
Packit 022b05
    optIfODUkTtpTIMActEnabled               TruthValue,
Packit 022b05
    optIfODUkTtpDEGThr                      OptIfDEGThr,
Packit 022b05
    optIfODUkTtpDEGM                        OptIfDEGM,
Packit 022b05
    optIfODUkTtpCurrentStatus               BITS
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfODUkTtpTraceIdentifierTransmitted OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfTxTI
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The trace identifier transmitted.
Packit 022b05
     This object is applicable when optIfODUkDirectionality
Packit 022b05
     has the value source(2) or bidirectional(3).  It must not
Packit 022b05
     be instantiated in rows where optIfODUkDirectionality
Packit 022b05
     has the value sink(1).
Packit 022b05
     If no value is ever set by a management entity for this
Packit 022b05
     object, system-specific default value will be used.
Packit 022b05
     Any implementation that instantiates this object must
Packit 022b05
     document the system-specific default value or how it
Packit 022b05
     is derived."
Packit 022b05
  ::= { optIfODUkTtpConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfODUkTtpDAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExDAPI
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The DAPI expected by the receiver.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfODUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfODUkDirectionality has the value source(2).
Packit 022b05
     This object has no effect when optIfODUkTtpTIMDetMode has
Packit 022b05
     the value off(1)."
Packit 022b05
  ::= { optIfODUkTtpConfigEntry 2 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfODUkTtpSAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExSAPI
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The SAPI expected by the receiver.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfODUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfODUkDirectionality has the value source(2).
Packit 022b05
     This object has no effect when optIfODUkTtpTIMDetMode has
Packit 022b05
     the value off(1)."
Packit 022b05
  ::= { optIfODUkTtpConfigEntry 3 }
Packit 022b05
Packit 022b05
optIfODUkTtpTraceIdentifierAccepted OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfAcTI
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The actual trace identifier accepted.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfODUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfODUkDirectionality has the value source(2).
Packit 022b05
     The value of this object is unspecified when
Packit 022b05
     optIfODUkTtpCurrentStatus indicates a near-end defect
Packit 022b05
     (i.e., oci(0), lck(1), ssf(5)) that prevents extraction
Packit 022b05
     of the trace message."
Packit 022b05
  ::= { optIfODUkTtpConfigEntry 4 }
Packit 022b05
Packit 022b05
optIfODUkTtpTIMDetMode OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfTIMDetMode
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the mode of the Trace Identifier Mismatch (TIM)
Packit 022b05
     Detection function.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfODUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfODUkDirectionality has the value source(2).
Packit 022b05
     The default value of this object is off(1)."
Packit 022b05
  ::= { optIfODUkTtpConfigEntry 5 }
Packit 022b05
Packit 022b05
optIfODUkTtpTIMActEnabled OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates whether the Trace Identifier Mismatch (TIM)
Packit 022b05
     Consequent Action function is enabled.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfODUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfODUkDirectionality has the value source(2).
Packit 022b05
     This object has no effect when optIfODUkTtpTIMDetMode has
Packit 022b05
     the value off(1).
Packit 022b05
     The default value of this object is false(2)."
Packit 022b05
  ::= { optIfODUkTtpConfigEntry 6 }
Packit 022b05
Packit 022b05
optIfODUkTtpDEGThr OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDEGThr
Packit 022b05
  UNITS   "percentage"
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a performance
Packit 022b05
     monitoring (PM) Second to be bad.  A PM Second is declared bad if
Packit 022b05
     the percentage of detected errored blocks in that second is
Packit 022b05
     greater than or equal to optIfODUkDEGThr.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfODUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfODUkDirectionality has the value source(2).
Packit 022b05
     The default value of this object is Severely Errored Second
Packit 022b05
     (SES) Estimator (See ITU-T G.7710)."
Packit 022b05
  ::= { optIfODUkTtpConfigEntry 7 }
Packit 022b05
Packit 022b05
optIfODUkTtpDEGM OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDEGM
Packit 022b05
  MAX-ACCESS  read-write
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a Degraded Signal
Packit 022b05
     defect (dDEG).  A dDEG shall be declared if optIfODUkDEGM
Packit 022b05
     consecutive bad PM Seconds are detected.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfODUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfODUkDirectionality has the value source(2).
Packit 022b05
     The default value of this object is 7 (See ITU-T G.7710)."
Packit 022b05
  ::= { optIfODUkTtpConfigEntry 8 }
Packit 022b05
Packit 022b05
optIfODUkTtpCurrentStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  BITS {
Packit 022b05
    oci(0),
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    lck(1),
Packit 022b05
    tim(2),
Packit 022b05
    deg(3),
Packit 022b05
    bdi(4),
Packit 022b05
    ssf(5)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the defect condition of the entity, if any.
Packit 022b05
     This object is only applicable to the sink function, i.e.,
Packit 022b05
     only when optIfODUkDirectionality has the value sink(1)
Packit 022b05
     or bidirectional(3).  It must not be instantiated in rows
Packit 022b05
     where optIfODUkDirectionality has the value source(2)."
Packit 022b05
  ::= { optIfODUkTtpConfigEntry 9 }
Packit 022b05
Packit 022b05
-- ODUk Position Sequence table
Packit 022b05
Packit 022b05
optIfODUkPositionSeqTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfODUkPositionSeqEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of ODUk Position Sequence information."
Packit 022b05
  ::= { optIfODUk 3 }
Packit 022b05
Packit 022b05
optIfODUkPositionSeqEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfODUkPositionSeqEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains ODUk position sequence
Packit 022b05
     information of an ODUk interface.  The ODUk interface
Packit 022b05
     is identified by the ifIndex.  Associated with each
Packit 022b05
     ODUk interface there may be one of more conceptual
Packit 022b05
     rows in the optIfODUkPositionSeqTable.  Each row
Packit 022b05
     represents a TCM or GCC12 access function within the
Packit 022b05
     associated ODUk interface.  Rows of the
Packit 022b05
     optIfODUkPositionSeqTable table are created/deleted
Packit 022b05
     as the result of the creation/deletion of the optIfODUkT
Packit 022b05
     or optIfGCC12 entities."
Packit 022b05
  INDEX  { ifIndex, optIfODUkPositionSeqIndex }
Packit 022b05
  ::= { optIfODUkPositionSeqTable 1 }
Packit 022b05
Packit 022b05
OptIfODUkPositionSeqEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfODUkPositionSeqIndex            Unsigned32,
Packit 022b05
    optIfODUkPositionSeqPosition         Unsigned32,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfODUkPositionSeqPointer          RowPointer
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfODUkPositionSeqIndex OBJECT-TYPE
Packit 022b05
  SYNTAX  Unsigned32 (1..4294967295)
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This variable identifies a row in the
Packit 022b05
     optIfODUkPositionSeqTable Table.
Packit 022b05
     Each row of the optIfODUkPositionSeqTable Table
Packit 022b05
     represents a TCM or GCC12 access function within the
Packit 022b05
     associated ODUk interface."
Packit 022b05
  ::= { optIfODUkPositionSeqEntry 1 }
Packit 022b05
Packit 022b05
optIfODUkPositionSeqPosition OBJECT-TYPE
Packit 022b05
  SYNTAX  Unsigned32
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This variable indicates the position of the TCM or
Packit 022b05
     GCC12 access function within the sequence of TCMs &
Packit 022b05
     GCC12 access functions of the associated ODUk
Packit 022b05
     interface.  The TCM or GCC12 presented by this row is
Packit 022b05
     referenced by the optIfODUkPositionSeqPointer variable."
Packit 022b05
  ::= { optIfODUkPositionSeqEntry 2 }
Packit 022b05
Packit 022b05
optIfODUkPositionSeqPointer OBJECT-TYPE
Packit 022b05
  SYNTAX  RowPointer
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This variable identifies the TCM or GCC12 access function
Packit 022b05
     by pointing to the corresponding optIfODUkT or optIfGCC12
Packit 022b05
     entity."
Packit 022b05
  ::= { optIfODUkPositionSeqEntry 3 }
Packit 022b05
Packit 022b05
-- ODUk Non-intrusive monitoring (Nim) config table
Packit 022b05
Packit 022b05
optIfODUkNimConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfODUkNimConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of ODUkNim configuration information."
Packit 022b05
  ::= { optIfODUk 4 }
Packit 022b05
Packit 022b05
optIfODUkNimConfigEntry OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  SYNTAX  OptIfODUkNimConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains ODUkNim configuration
Packit 022b05
     information of an interface.  Each instance must
Packit 022b05
     correspond to an instance of optIfODUkConfigEntry
Packit 022b05
     for which optIfODUkTtpPresent has the value false(2).
Packit 022b05
Packit 022b05
     Instances of this conceptual row persist across
Packit 022b05
     agent restarts, and read-create columns other
Packit 022b05
     than the status column may be modified while the
Packit 022b05
     row is active."
Packit 022b05
  INDEX  { ifIndex, optIfODUkNimDirectionality }
Packit 022b05
  ::= { optIfODUkNimConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfODUkNimConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfODUkNimDirectionality              OptIfSinkOrSource,
Packit 022b05
    optIfODUkNimDAPIExpected                OptIfExDAPI,
Packit 022b05
    optIfODUkNimSAPIExpected                OptIfExSAPI,
Packit 022b05
    optIfODUkNimTraceIdentifierAccepted     OptIfAcTI,
Packit 022b05
    optIfODUkNimTIMDetMode                  OptIfTIMDetMode,
Packit 022b05
    optIfODUkNimTIMActEnabled               TruthValue,
Packit 022b05
    optIfODUkNimDEGThr                      OptIfDEGThr,
Packit 022b05
    optIfODUkNimDEGM                        OptIfDEGM,
Packit 022b05
    optIfODUkNimCurrentStatus               BITS,
Packit 022b05
    optIfODUkNimRowStatus                   RowStatus
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfODUkNimDirectionality OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfSinkOrSource
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Specifies the monitor point for the ODUk Path non-intrusive
Packit 022b05
     monitoring function.  The value source(2) is not allowed
Packit 022b05
     if the corresponding instance of optIfODUkDirectionality
Packit 022b05
     has the value sink(1), and the value sink(1) is not allowed
Packit 022b05
     if the corresponding instance of optIfODUkDirectionality
Packit 022b05
     has the value source(2).  Either the value sink(1) or
Packit 022b05
     source(2) is allowed if the corresponding instance of
Packit 022b05
     optIfODUkDirectionality has the value bidirectional(3).
Packit 022b05
Packit 022b05
     The value sink(1) means monitoring at the sink direction
Packit 022b05
     path signal of the ODUk CTP.
Packit 022b05
Packit 022b05
     The value source(2) means monitoring at the source direction
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     path signal of the ODUk CTP.  Monitoring the source direction
Packit 022b05
     of an ODUk CTP is necessary in those cases where the ODUk CTP
Packit 022b05
     is at an SNCP (Subnetwork Connection Protection) end (e.g., see
Packit 022b05
     Figure I.1.2/G.874.1).  If one would like to get the performance
Packit 022b05
     of the protected connection, one cannot use the NIM function
Packit 022b05
     at both ODUk CTP sinks (before the matrix), instead one should
Packit 022b05
     monitor the signal at the source ODUk CTP after the matrix."
Packit 022b05
  ::= { optIfODUkNimConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfODUkNimDAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExDAPI
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The DAPI expected by the receiver.
Packit 022b05
     This object has no effect if optIfODUkNimTIMDetMode has
Packit 022b05
     the value off(1) or sapi(3)."
Packit 022b05
  ::= { optIfODUkNimConfigEntry 2 }
Packit 022b05
Packit 022b05
optIfODUkNimSAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExSAPI
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The SAPI expected by the receiver.
Packit 022b05
     This object has no effect if optIfODUkNimTIMDetMode has
Packit 022b05
     the value off(1) or dapi(2)."
Packit 022b05
  ::= { optIfODUkNimConfigEntry 3 }
Packit 022b05
Packit 022b05
optIfODUkNimTraceIdentifierAccepted OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfAcTI
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The actual trace identifier accepted.  The value of
Packit 022b05
     this object is unspecified if optIfODUkNimCurrentStatus
Packit 022b05
     has any of the bit positions oci(0), lck(1), or ssf(5)
Packit 022b05
     set or if optIfODUkNimRowStatus has any value other
Packit 022b05
     than active(1)."
Packit 022b05
  ::= { optIfODUkNimConfigEntry 4 }
Packit 022b05
Packit 022b05
optIfODUkNimTIMDetMode OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfTIMDetMode
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the mode of the Trace Identifier Mismatch (TIM)
Packit 022b05
     Detection function."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfODUkNimConfigEntry 5 }
Packit 022b05
Packit 022b05
optIfODUkNimTIMActEnabled OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates whether the Trace Identifier Mismatch (TIM)
Packit 022b05
     Consequent Action function is enabled."
Packit 022b05
  ::= { optIfODUkNimConfigEntry 6 }
Packit 022b05
Packit 022b05
optIfODUkNimDEGThr OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDEGThr
Packit 022b05
  UNITS   "percentage"
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a performance
Packit 022b05
     monitoring (PM) Second to be bad.  A PM Second is declared bad
Packit 022b05
     if the percentage of detected errored blocks in that second is
Packit 022b05
     greater than or equal to optIfODUkNimDEGThr."
Packit 022b05
  ::= { optIfODUkNimConfigEntry 7 }
Packit 022b05
Packit 022b05
optIfODUkNimDEGM OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDEGM
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a Degraded Signal
Packit 022b05
     defect (dDEG).  A dDEG shall be declared if optIfODUkNimDEGM
Packit 022b05
     consecutive bad PM Seconds are detected."
Packit 022b05
  ::= { optIfODUkNimConfigEntry 8 }
Packit 022b05
Packit 022b05
optIfODUkNimCurrentStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  BITS {
Packit 022b05
    oci(0),
Packit 022b05
    lck(1),
Packit 022b05
    tim(2),
Packit 022b05
    deg(3),
Packit 022b05
    bdi(4),
Packit 022b05
    ssf(5)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the defect condition of the entity, if
Packit 022b05
     any.  The value of this object is unspecified if
Packit 022b05
     optIfODUkNimRowStatus has any value other than
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     active(1)."
Packit 022b05
  ::= { optIfODUkNimConfigEntry 9 }
Packit 022b05
Packit 022b05
optIfODUkNimRowStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  RowStatus
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This columnar object is used for creating and deleting
Packit 022b05
     a conceptual row of the optIfODUkNim config table.
Packit 022b05
     It is used to model the activateNim and deactivateNim
Packit 022b05
     operations of an OTUk_CTP for non-intrusive monitoring
Packit 022b05
     control as defined in G.874.1.  Setting RowStatus to
Packit 022b05
     createAndGo or createAndWait implies activateNim.
Packit 022b05
     Setting RowStatus to destroy implies deactivateNim."
Packit 022b05
  ::= { optIfODUkNimConfigEntry 10 }
Packit 022b05
Packit 022b05
-- GCC12 config table
Packit 022b05
Packit 022b05
optIfGCC12ConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfGCC12ConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of GCC12 configuration information.
Packit 022b05
     The GCC function processes the GCC overhead bytes passing
Packit 022b05
     through them but leave the remainder of the ODUk overhead
Packit 022b05
     and payload data alone."
Packit 022b05
  ::= { optIfODUk 5 }
Packit 022b05
Packit 022b05
optIfGCC12ConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfGCC12ConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains GCC12 configuration
Packit 022b05
     information of an interface.  Each instance must
Packit 022b05
     correspond to an instance of optIfODUkConfigEntry.
Packit 022b05
     Separate instances providing GCC1-only access and
Packit 022b05
     GCC2-only access may exist for a given ifIndex value,
Packit 022b05
     or a single instance providing GCC1 + GCC2 may exist,
Packit 022b05
     but a GCC1 + GCC2 instance may not coexist with a
Packit 022b05
     GCC1-only or GCC2-only instance.
Packit 022b05
Packit 022b05
     Instances of this conceptual row persist across agent
Packit 022b05
     restarts."
Packit 022b05
  INDEX  { ifIndex, optIfGCC12Codirectional, optIfGCC12GCCAccess }
Packit 022b05
  ::= { optIfGCC12ConfigTable 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
OptIfGCC12ConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfGCC12Codirectional      TruthValue,
Packit 022b05
    optIfGCC12GCCAccess          INTEGER,
Packit 022b05
    optIfGCC12GCCPassThrough     TruthValue,
Packit 022b05
    optIfGCC12Application        SnmpAdminString,
Packit 022b05
    optIfGCC12RowStatus          RowStatus
Packit 022b05
    }
Packit 022b05
Packit 022b05
optIfGCC12Codirectional OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of the GCC12 termination with
Packit 022b05
     respect to the associated ODUk CTP.  The value true(1) means
Packit 022b05
     that the sink part of the GCC12 extracts COMMS data from the
Packit 022b05
     signal at the input to the ODUk CTP sink and the source part
Packit 022b05
     of the GCC12 inserts COMMS data into the signal at the output
Packit 022b05
     of the ODUk CTP source.  The value false(2) means that the
Packit 022b05
     sink part of the GCC12 extracts COMMS data from the signal at
Packit 022b05
     the output of the ODUk CTP source and the source part of the
Packit 022b05
     GCC12 inserts COMMS data into the signal at the input of the
Packit 022b05
     ODUk CTP sink.  This attribute may assume either value when
Packit 022b05
     the corresponding instance of optIfODUkTtpPresent has the
Packit 022b05
     value false(2).  When the value of the corresponding instance
Packit 022b05
     of optIfODUkTtpPresent is true(1) then the only value allowed
Packit 022b05
     for this attribute is true(1)."
Packit 022b05
  ::= { optIfGCC12ConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfGCC12GCCAccess OBJECT-TYPE
Packit 022b05
  SYNTAX  INTEGER {
Packit 022b05
     gcc1 (1),
Packit 022b05
     gcc2 (2),
Packit 022b05
     gcc1and2 (3)
Packit 022b05
   }
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the GCC access represented by the entity."
Packit 022b05
  ::= { optIfGCC12ConfigEntry 2 }
Packit 022b05
Packit 022b05
optIfGCC12GCCPassThrough OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Controls whether the selected GCC overhead bytes are passed
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     through or modified.  The value true(1) means that the selected
Packit 022b05
     GCC overhead bytes are passed through unmodified from the ODUk
Packit 022b05
     CTP input to the ODUk CTP output.  The value false(2) means that
Packit 022b05
     the selected GCC overhead bytes are set to zero at the ODUk CTP
Packit 022b05
     output after the extraction of the COMMS data.  This object has
Packit 022b05
     no effect if the corresponding instance of optIfODUkTtpPresent
Packit 022b05
     has the value true(1).
Packit 022b05
Packit 022b05
     The value of this object may not be changed when
Packit 022b05
     optIfGCC12RowStatus has the value active(1)."
Packit 022b05
  ::= { optIfGCC12ConfigEntry 3 }
Packit 022b05
Packit 022b05
optIfGCC12Application OBJECT-TYPE
Packit 022b05
  SYNTAX  SnmpAdminString
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the application transported by the GCC12 entity.
Packit 022b05
     Example applications are ECC, User data channel.
Packit 022b05
Packit 022b05
     The value of this object may not be changed when
Packit 022b05
     optIfGCC12RowStatus has the value active(1)."
Packit 022b05
  ::= { optIfGCC12ConfigEntry 4 }
Packit 022b05
Packit 022b05
optIfGCC12RowStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  RowStatus
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This columnar object is used for creating and deleting
Packit 022b05
     a conceptual row of the optIfGCC12 config table.  It is
Packit 022b05
     used to model the addGCC12Access and removeGCC12Access
Packit 022b05
     operations of an ODUk_CTP or ODUk_TTP for GCC12 access
Packit 022b05
     control as defined in G.874.1.  Setting RowStatus to
Packit 022b05
     createAndGo or createAndWait implies addGCC12Access.
Packit 022b05
     Setting RowStatus to destroy implies removeGCC12Access.
Packit 022b05
     Successful addition/removal of the GCC12 access function
Packit 022b05
     will result in updating the
Packit 022b05
     optIfODUkPositionSeqCurrentSize variable and the
Packit 022b05
     optIfODUkPositionSeqTable table of the associated
Packit 022b05
     ODUk entry in the optIfODUkConfigTable."
Packit 022b05
  ::= { optIfGCC12ConfigEntry 5 }
Packit 022b05
Packit 022b05
-- the optIfODUkT group
Packit 022b05
-- This group handles the configuration information
Packit 022b05
-- for the ODUkT layers.
Packit 022b05
Packit 022b05
-- ODUkT config table
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfODUkTConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfODUkTConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of ODUkT configuration information."
Packit 022b05
  ::= { optIfODUkT 1 }
Packit 022b05
Packit 022b05
optIfODUkTConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfODUkTConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains ODUkT configuration
Packit 022b05
     information of an interface.  Each instance must
Packit 022b05
     correspond to an instance of optIfODUkConfigEntry.
Packit 022b05
     Rows in this table are mutually exclusive with rows
Packit 022b05
     in the ODUkT NIM config table -- in other words, this
Packit 022b05
     row object may not be instantiated for a given pair
Packit 022b05
     of ifIndex and TCM field values if a corresponding
Packit 022b05
     instance of optIfODUkTNimConfigEntry already exists.
Packit 022b05
Packit 022b05
     Instances of this conceptual row persist across agent
Packit 022b05
     restarts.  Except where noted otherwise, read-create
Packit 022b05
     columns other than the status column may be modified
Packit 022b05
     while the row is active."
Packit 022b05
  INDEX  { ifIndex, optIfODUkTTcmField, optIfODUkTCodirectional }
Packit 022b05
  ::= { optIfODUkTConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfODUkTConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfODUkTTcmField                    Unsigned32,
Packit 022b05
    optIfODUkTCodirectional               TruthValue,
Packit 022b05
    optIfODUkTTraceIdentifierTransmitted  OptIfTxTI,
Packit 022b05
    optIfODUkTDAPIExpected                OptIfExDAPI,
Packit 022b05
    optIfODUkTSAPIExpected                OptIfExSAPI,
Packit 022b05
    optIfODUkTTraceIdentifierAccepted     OptIfAcTI,
Packit 022b05
    optIfODUkTTIMDetMode                  OptIfTIMDetMode,
Packit 022b05
    optIfODUkTTIMActEnabled               TruthValue,
Packit 022b05
    optIfODUkTDEGThr                      OptIfDEGThr,
Packit 022b05
    optIfODUkTDEGM                        OptIfDEGM,
Packit 022b05
    optIfODUkTSinkMode                    INTEGER,
Packit 022b05
    optIfODUkTSinkLockSignalAdminState    INTEGER,
Packit 022b05
    optIfODUkTSourceLockSignalAdminState  INTEGER,
Packit 022b05
    optIfODUkTCurrentStatus               BITS,
Packit 022b05
    optIfODUkTRowStatus                   RowStatus
Packit 022b05
    }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfODUkTTcmField OBJECT-TYPE
Packit 022b05
  SYNTAX  Unsigned32 (1..6)
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the tandem connection monitoring
Packit 022b05
     field of the ODUk OH.  Valid values are
Packit 022b05
     integers from 1 to 6."
Packit 022b05
  ::= { optIfODUkTConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfODUkTCodirectional OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the directionality of the ODUkT termination point with
Packit 022b05
     respect to the associated ODUk CTP.  The value true(1) means
Packit 022b05
     that the sink part of the ODUkT TP extracts TCM data from the
Packit 022b05
     signal at the input to the ODUk CTP sink and the source part
Packit 022b05
     of the ODUkT TP inserts TCM data into the signal at the output
Packit 022b05
     of the ODUk CTP source.  The value false(2) means that the
Packit 022b05
     sink part of the ODUkT TP extracts TCM data from the signal at
Packit 022b05
     the output of the ODUk CTP source and the source part of the
Packit 022b05
     ODUkT TP inserts TCM data into the signal at the input of the
Packit 022b05
     ODUk CTP sink.  This attribute may assume either value when
Packit 022b05
     the corresponding instance of optIfODUkTtpPresent has the
Packit 022b05
     value false(2).  When the value of the corresponding instance
Packit 022b05
     of optIfODUkTtpPresent is true(1) then the only value allowed
Packit 022b05
     for this attribute is true(1)."
Packit 022b05
  ::= { optIfODUkTConfigEntry 2 }
Packit 022b05
Packit 022b05
optIfODUkTTraceIdentifierTransmitted OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfTxTI
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The trace identifier transmitted.
Packit 022b05
     This object is applicable only to the following three cases.
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value false(2), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value true(1).
Packit 022b05
     It must not be instantiated in rows for all other cases."
Packit 022b05
  ::= { optIfODUkTConfigEntry 3 }
Packit 022b05
Packit 022b05
optIfODUkTDAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExDAPI
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The DAPI expected by the receiver.
Packit 022b05
     This object is applicable only to the following three cases.
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
     It must not be instantiated in rows for all other cases.
Packit 022b05
     This object has no effect when optIfODUkTTIMDetMode has
Packit 022b05
     the value off(1)."
Packit 022b05
  ::= { optIfODUkTConfigEntry 4 }
Packit 022b05
Packit 022b05
optIfODUkTSAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExSAPI
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The SAPI expected by the receiver.
Packit 022b05
     This object is applicable only to the following three cases.
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
     It must not be instantiated in rows for all other cases.
Packit 022b05
     This object has no effect when optIfODUkTTIMDetMode has
Packit 022b05
     the value off(1)."
Packit 022b05
  ::= { optIfODUkTConfigEntry 5 }
Packit 022b05
Packit 022b05
optIfODUkTTraceIdentifierAccepted OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfAcTI
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The actual trace identifier accepted.
Packit 022b05
     This object is applicable only to the following three cases.
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
     It must not be instantiated in rows for all other cases.
Packit 022b05
     The value of this object is unspecified when
Packit 022b05
     optIfODUkTCurrentStatus indicates a near-end defect
Packit 022b05
     (i.e., oci(0), lck(1), ssf(5)) that prevents extraction
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     of the trace message."
Packit 022b05
  ::= { optIfODUkTConfigEntry 6 }
Packit 022b05
Packit 022b05
optIfODUkTTIMDetMode OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfTIMDetMode
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the mode of the Trace Identifier Mismatch (TIM)
Packit 022b05
     Detection function.
Packit 022b05
     This object is applicable only to the following three cases.
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
     It must not be instantiated in rows for all other cases.
Packit 022b05
     The default value of this object is off(1)."
Packit 022b05
  ::= { optIfODUkTConfigEntry 7 }
Packit 022b05
Packit 022b05
optIfODUkTTIMActEnabled OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates whether the Trace Identifier Mismatch (TIM)
Packit 022b05
     Consequent Action function is enabled.
Packit 022b05
     This object is applicable only to the following three cases.
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
     It must not be instantiated in rows for all other cases.
Packit 022b05
     This object has no effect when optIfODUkTTIMDetMode has
Packit 022b05
     the value off(1).
Packit 022b05
     The default value of this object is false(2)."
Packit 022b05
  ::= { optIfODUkTConfigEntry 8 }
Packit 022b05
Packit 022b05
optIfODUkTDEGThr OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDEGThr
Packit 022b05
  UNITS   "percentage"
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a performance
Packit 022b05
     monitoring (PM) Second to be bad.  A PM Second is declared bad if
Packit 022b05
     the percentage of detected errored blocks in that second is
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     greater than or equal to optIfODUkTDEGThr.
Packit 022b05
     This object is applicable only to the following three cases.
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
     It must not be instantiated in rows for all other cases.
Packit 022b05
     The default value of this object is Severely Errored Second
Packit 022b05
     (SES) Estimator (See ITU-T G.7710)."
Packit 022b05
  ::= { optIfODUkTConfigEntry 9 }
Packit 022b05
Packit 022b05
optIfODUkTDEGM OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDEGM
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a Degraded Signal
Packit 022b05
     defect (dDEG).  A dDEG shall be declared if optIfODUkTDEGM
Packit 022b05
     consecutive bad PM Seconds are detected.
Packit 022b05
     This object is applicable only to the following three cases.
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
     It must not be instantiated in rows for all other cases.
Packit 022b05
     The default value of this object is 7 (See ITU-T G.7710)."
Packit 022b05
  ::= { optIfODUkTConfigEntry 10 }
Packit 022b05
Packit 022b05
optIfODUkTSinkMode OBJECT-TYPE
Packit 022b05
  SYNTAX  INTEGER  {
Packit 022b05
    operational (1),
Packit 022b05
    monitor (2)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS      current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This variable specifies the TCM mode at the entity.
Packit 022b05
     The value operational(1) means that TCM Overhead (TCMOH)
Packit 022b05
     processes (see ITU-T G.798) shall be
Packit 022b05
     performed and consequent actions for AIS, Trail
Packit 022b05
     Signal Fail (TSF), Trail Signal Degraded (TSD) shall be
Packit 022b05
     initiated in case of defects.
Packit 022b05
     The value monitor(2) means that TCMOH processes shall be
Packit 022b05
     performed but consequent actions for AIS, Trail
Packit 022b05
     Server Failure (TSF), Trail Server Degraded (TSD) shall _not_ be
Packit 022b05
     initiated in case of defects.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     This object is applicable only when the value of
Packit 022b05
     optIfODUkTtpPresent is false(2) and also either one of the
Packit 022b05
     following three cases holds:
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
     It must not be instantiated in rows for all other cases."
Packit 022b05
  ::= { optIfODUkTConfigEntry 11 }
Packit 022b05
Packit 022b05
optIfODUkTSinkLockSignalAdminState OBJECT-TYPE
Packit 022b05
  SYNTAX  INTEGER {
Packit 022b05
    locked(1),
Packit 022b05
    normal(2)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Provides the capability to provision the LOCK signal, which
Packit 022b05
     is one of the ODUk maintenance signals, at the ODUKT sink.  When
Packit 022b05
     a Tandem Connection endpoint is set to admin state locked,
Packit 022b05
     it inserts the ODUk-LCK signal in the sink direction.
Packit 022b05
Packit 022b05
     This object is applicable only when the value of
Packit 022b05
     optIfODUkTtpPresent is false(2) and also either one of the
Packit 022b05
     following three cases holds:
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
     It must not be instantiated in rows for all other cases."
Packit 022b05
  ::= { optIfODUkTConfigEntry 12 }
Packit 022b05
Packit 022b05
optIfODUkTSourceLockSignalAdminState OBJECT-TYPE
Packit 022b05
  SYNTAX  INTEGER {
Packit 022b05
    locked(1),
Packit 022b05
    normal(2)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Provides the capability to provision the LOCK signal, which
Packit 022b05
     is one of the ODUk maintenance signals, at the source.
Packit 022b05
     When a Tandem Connection endpoint is set to admin state
Packit 022b05
     locked, it inserts the ODUk-LCK signal in the source
Packit 022b05
     direction.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     This object is applicable only when either one of the
Packit 022b05
     following three cases holds:
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value false(2), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value true(1).
Packit 022b05
     It must not be instantiated in rows for all other cases."
Packit 022b05
  ::= { optIfODUkTConfigEntry 13 }
Packit 022b05
Packit 022b05
optIfODUkTCurrentStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  BITS {
Packit 022b05
    oci(0),
Packit 022b05
    lck(1),
Packit 022b05
    tim(2),
Packit 022b05
    deg(3),
Packit 022b05
    bdi(4),
Packit 022b05
    ssf(5)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the defect condition of the entity, if any.
Packit 022b05
     This object is applicable only when either one of the
Packit 022b05
     following three cases holds:
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
     It must not be instantiated in rows for all other cases."
Packit 022b05
  ::= { optIfODUkTConfigEntry 14 }
Packit 022b05
Packit 022b05
optIfODUkTRowStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  RowStatus
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This columnar object is used for creating and deleting a
Packit 022b05
     conceptual row of the optIfODUkT config table.
Packit 022b05
     It is used to model the addTCM and removeTCM operations of an
Packit 022b05
     ODUk_CTP or ODUk_TTP for Tandem connection monitoring as defined
Packit 022b05
     in ITU-T G.874.1.
Packit 022b05
     Setting RowStatus to createAndGo or createAndWait implies addTCM.
Packit 022b05
     Setting RowStatus to destroy implies removeTCM.
Packit 022b05
     Successful addition/removal of TCM will result in updating the
Packit 022b05
     optIfODUkTcmFieldsInUse and optIfODUkPositionSeqCurrentSize
Packit 022b05
     variables and the optIfODUkPositionSeqTable table of the
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     associated ODUk entry in the optIfODUkConfigTable."
Packit 022b05
  ::= { optIfODUkTConfigEntry 15 }
Packit 022b05
Packit 022b05
-- ODUkT Non-intrusive monitoring (Nim) config table
Packit 022b05
Packit 022b05
optIfODUkTNimConfigTable OBJECT-TYPE
Packit 022b05
  SYNTAX  SEQUENCE OF OptIfODUkTNimConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A table of ODUkTNim configuration information."
Packit 022b05
  ::= { optIfODUkT 2 }
Packit 022b05
Packit 022b05
optIfODUkTNimConfigEntry OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfODUkTNimConfigEntry
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A conceptual row that contains ODUkTNim configuration
Packit 022b05
     information of an interface.  Each instance must
Packit 022b05
     correspond to an instance of optIfODUkConfigEntry.
Packit 022b05
     Rows in this table are mutually exclusive with rows
Packit 022b05
     in the ODUkT config table -- in other words, this
Packit 022b05
     row object may not be instantiated for a given pair
Packit 022b05
     of ifIndex and TCM field values if a corresponding
Packit 022b05
     instance of optIfODUkTConfigEntry already exists.
Packit 022b05
Packit 022b05
     Instances of this conceptual row persist across
Packit 022b05
     agent restarts, and read-create columns other
Packit 022b05
     than the status column may be modified while the
Packit 022b05
     row is active."
Packit 022b05
  INDEX  {ifIndex, optIfODUkTNimTcmField, optIfODUkTNimDirectionality}
Packit 022b05
  ::= { optIfODUkTNimConfigTable 1 }
Packit 022b05
Packit 022b05
OptIfODUkTNimConfigEntry ::=
Packit 022b05
  SEQUENCE {
Packit 022b05
    optIfODUkTNimTcmField                    Unsigned32,
Packit 022b05
    optIfODUkTNimDirectionality              OptIfSinkOrSource,
Packit 022b05
    optIfODUkTNimDAPIExpected                OptIfExDAPI,
Packit 022b05
    optIfODUkTNimSAPIExpected                OptIfExSAPI,
Packit 022b05
    optIfODUkTNimTraceIdentifierAccepted     OptIfAcTI,
Packit 022b05
    optIfODUkTNimTIMDetMode                  OptIfTIMDetMode,
Packit 022b05
    optIfODUkTNimTIMActEnabled               TruthValue,
Packit 022b05
    optIfODUkTNimDEGThr                      OptIfDEGThr,
Packit 022b05
    optIfODUkTNimDEGM                        OptIfDEGM,
Packit 022b05
    optIfODUkTNimCurrentStatus               BITS,
Packit 022b05
    optIfODUkTNimRowStatus                   RowStatus
Packit 022b05
    }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfODUkTNimTcmField OBJECT-TYPE
Packit 022b05
  SYNTAX  Unsigned32 (1..6)
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the tandem connection monitoring
Packit 022b05
     field of the ODUk OH on which non-intrusive monitoring
Packit 022b05
     is performed.  Valid values are
Packit 022b05
     integers from 1 to 6."
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 1 }
Packit 022b05
Packit 022b05
optIfODUkTNimDirectionality OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfSinkOrSource
Packit 022b05
  MAX-ACCESS  not-accessible
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Specifies the monitor point for the ODUk TCM non-intrusive
Packit 022b05
     monitoring function.  The value source(2) is not allowed
Packit 022b05
     if the corresponding instance of optIfODUkDirectionality
Packit 022b05
     has the value sink(1), and the value sink(1) is not allowed
Packit 022b05
     if the corresponding instance of optIfODUkDirectionality
Packit 022b05
     has the value source(2).  Either the value sink(1) or
Packit 022b05
     source(2) is allowed if the corresponding instance of
Packit 022b05
     optIfODUkDirectionality has the value bidirectional(3).
Packit 022b05
     The value sink(1) means monitoring at the sink direction
Packit 022b05
     TCM signal of the ODUk CTP.
Packit 022b05
     The value source(2) means monitoring at the source direction
Packit 022b05
     path signal of the ODUk CTP."
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 2 }
Packit 022b05
Packit 022b05
optIfODUkTNimDAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExDAPI
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The DAPI expected by the receiver.
Packit 022b05
     This object has no effect if optIfODUkTNimTIMDetMode has
Packit 022b05
     the value off(1) or sapi(3)."
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 3 }
Packit 022b05
Packit 022b05
optIfODUkTNimSAPIExpected OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfExSAPI
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The SAPI expected by the receiver.
Packit 022b05
     This object has no effect if optIfODUkTNimTIMDetMode has
Packit 022b05
     the value off(1) or dapi(2)."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 4 }
Packit 022b05
Packit 022b05
optIfODUkTNimTraceIdentifierAccepted OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfAcTI
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The actual trace identifier accepted.  The value of
Packit 022b05
     this object is unspecified if optIfODUkTNimCurrentStatus
Packit 022b05
     has any of the bit positions oci(0), lck(1), or ssf(5)
Packit 022b05
     set or if optIfODUkTNimRowStatus has any value other
Packit 022b05
     than active(1)."
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 5 }
Packit 022b05
Packit 022b05
optIfODUkTNimTIMDetMode OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfTIMDetMode
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the mode of the Trace Identifier Mismatch (TIM)
Packit 022b05
     Detection function."
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 6 }
Packit 022b05
Packit 022b05
optIfODUkTNimTIMActEnabled OBJECT-TYPE
Packit 022b05
  SYNTAX  TruthValue
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates whether the Trace Identifier Mismatch (TIM)
Packit 022b05
     Consequent Action function is enabled."
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 7 }
Packit 022b05
Packit 022b05
optIfODUkTNimDEGThr OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDEGThr
Packit 022b05
  UNITS   "percentage"
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a performance
Packit 022b05
     monitoring (PM) Second to be bad.  A PM Second is declared bad if
Packit 022b05
     the percentage of detected errored blocks in that second is
Packit 022b05
     greater than or equal to optIfODUkTNimDEGThr."
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 8 }
Packit 022b05
Packit 022b05
optIfODUkTNimDEGM OBJECT-TYPE
Packit 022b05
  SYNTAX  OptIfDEGM
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the threshold level for declaring a Degraded Signal
Packit 022b05
     defect (dDEG).  A dDEG shall be declared if optIfODUkTNimDEGM
Packit 022b05
     consecutive bad PM Seconds are detected."
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 9 }
Packit 022b05
Packit 022b05
optIfODUkTNimCurrentStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  BITS {
Packit 022b05
    oci(0),
Packit 022b05
    lck(1),
Packit 022b05
    tim(2),
Packit 022b05
    deg(3),
Packit 022b05
    bdi(4),
Packit 022b05
    ssf(5)
Packit 022b05
    }
Packit 022b05
  MAX-ACCESS  read-only
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Indicates the defect condition of the entity, if any.
Packit 022b05
     The value of this object is unspecified if
Packit 022b05
     optIfODUkTNimRowStatus has any value other than
Packit 022b05
     active(1)."
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 10 }
Packit 022b05
Packit 022b05
optIfODUkTNimRowStatus OBJECT-TYPE
Packit 022b05
  SYNTAX  RowStatus
Packit 022b05
  MAX-ACCESS  read-create
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "This columnar object is used for creating and deleting a
Packit 022b05
     conceptual row of the optIfODUkTNim config table.
Packit 022b05
     It is used to model the addTCM and removeTCM operations of an
Packit 022b05
     ODUk_CTP or ODUk_TTP for non-intrusive Tandem connection
Packit 022b05
     monitoring as defined in ITU-T G.874.1.
Packit 022b05
     Setting RowStatus to createAndGo or createAndWait implies addTCM.
Packit 022b05
     Setting RowStatus to destroy implies removeTCM.
Packit 022b05
     Successful addition/removal of Nim TCM will result in updating
Packit 022b05
     the optIfODUkPositionSeqCurrentSize variable and the
Packit 022b05
     optIfODUkPositionSeqTable table of the associated ODUk entry
Packit 022b05
     in the optIfODUkConfigTable."
Packit 022b05
  ::= { optIfODUkTNimConfigEntry 11 }
Packit 022b05
Packit 022b05
-- units of conformance
Packit 022b05
Packit 022b05
optIfOTMnGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTMnOrder,
Packit 022b05
    optIfOTMnReduced,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOTMnBitRates,
Packit 022b05
    optIfOTMnInterfaceType,
Packit 022b05
    optIfOTMnTcmMax,
Packit 022b05
    optIfOTMnOpticalReach
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of OTMn structure information objects."
Packit 022b05
  ::= { optIfGroups 1 }
Packit 022b05
Packit 022b05
optIfPerfMonGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfPerfMonCurrentTimeElapsed,
Packit 022b05
    optIfPerfMonCurDayTimeElapsed,
Packit 022b05
    optIfPerfMonIntervalNumIntervals,
Packit 022b05
    optIfPerfMonIntervalNumInvalidIntervals
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of performance monitoring interval objects."
Packit 022b05
  ::= { optIfGroups 2 }
Packit 022b05
Packit 022b05
optIfOTSnCommonGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTSnDirectionality
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all OTSn interfaces."
Packit 022b05
  ::= { optIfGroups 3 }
Packit 022b05
Packit 022b05
optIfOTSnSourceGroupFull OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTSnTraceIdentifierTransmitted
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to full-functionality/IaDI OTSn
Packit 022b05
     interfaces that support source functions."
Packit 022b05
  ::= { optIfGroups 4 }
Packit 022b05
Packit 022b05
optIfOTSnAPRStatusGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTSnAprStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of objects applicable to
Packit 022b05
     OTSn interfaces that support Automatic
Packit 022b05
     Power Reduction functions."
Packit 022b05
  ::= { optIfGroups 5 }
Packit 022b05
Packit 022b05
optIfOTSnAPRControlGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTSnAprControl
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of objects applicable to
Packit 022b05
     OTSn interfaces that provide Automatic
Packit 022b05
     Power Reduction control functions."
Packit 022b05
  ::= { optIfGroups 6 }
Packit 022b05
Packit 022b05
optIfOTSnSinkGroupBasic OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTSnCurrentStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all OTSn interfaces that
Packit 022b05
     support sink functions."
Packit 022b05
  ::= { optIfGroups 7 }
Packit 022b05
Packit 022b05
optIfOTSnSinkGroupFull OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTSnDAPIExpected,
Packit 022b05
    optIfOTSnSAPIExpected,
Packit 022b05
    optIfOTSnTraceIdentifierAccepted,
Packit 022b05
    optIfOTSnTIMDetMode,
Packit 022b05
    optIfOTSnTIMActEnabled
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to full-functionality/IaDI OTSn
Packit 022b05
     interfaces that support sink functions."
Packit 022b05
  ::= { optIfGroups 8 }
Packit 022b05
Packit 022b05
optIfOTSnSinkPreOtnPMGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTSnSinkCurrentSuspectedFlag,
Packit 022b05
    optIfOTSnSinkCurrentInputPower,
Packit 022b05
    optIfOTSnSinkCurrentLowInputPower,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOTSnSinkCurrentHighInputPower,
Packit 022b05
    optIfOTSnSinkCurrentOutputPower,
Packit 022b05
    optIfOTSnSinkCurrentLowOutputPower,
Packit 022b05
    optIfOTSnSinkCurrentHighOutputPower,
Packit 022b05
    optIfOTSnSinkIntervalSuspectedFlag,
Packit 022b05
    optIfOTSnSinkIntervalLastInputPower,
Packit 022b05
    optIfOTSnSinkIntervalLowInputPower,
Packit 022b05
    optIfOTSnSinkIntervalHighInputPower,
Packit 022b05
    optIfOTSnSinkIntervalLastOutputPower,
Packit 022b05
    optIfOTSnSinkIntervalLowOutputPower,
Packit 022b05
    optIfOTSnSinkIntervalHighOutputPower,
Packit 022b05
    optIfOTSnSinkCurDaySuspectedFlag,
Packit 022b05
    optIfOTSnSinkCurDayLowInputPower,
Packit 022b05
    optIfOTSnSinkCurDayHighInputPower,
Packit 022b05
    optIfOTSnSinkCurDayLowOutputPower,
Packit 022b05
    optIfOTSnSinkCurDayHighOutputPower,
Packit 022b05
    optIfOTSnSinkPrevDaySuspectedFlag,
Packit 022b05
    optIfOTSnSinkPrevDayLastInputPower,
Packit 022b05
    optIfOTSnSinkPrevDayLowInputPower,
Packit 022b05
    optIfOTSnSinkPrevDayHighInputPower,
Packit 022b05
    optIfOTSnSinkPrevDayLastOutputPower,
Packit 022b05
    optIfOTSnSinkPrevDayLowOutputPower,
Packit 022b05
    optIfOTSnSinkPrevDayHighOutputPower
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     objects applicable to OTSn interfaces that
Packit 022b05
     support sink functions."
Packit 022b05
  ::= { optIfGroups 9 }
Packit 022b05
Packit 022b05
optIfOTSnSinkPreOtnPMThresholdGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTSnSinkCurrentLowerInputPowerThreshold,
Packit 022b05
    optIfOTSnSinkCurrentUpperInputPowerThreshold,
Packit 022b05
    optIfOTSnSinkCurrentLowerOutputPowerThreshold,
Packit 022b05
    optIfOTSnSinkCurrentUpperOutputPowerThreshold
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     threshold objects applicable to OTSn interfaces
Packit 022b05
     that support sink functions."
Packit 022b05
  ::= { optIfGroups 10 }
Packit 022b05
Packit 022b05
optIfOTSnSourcePreOtnPMGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTSnSrcCurrentSuspectedFlag,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOTSnSrcCurrentOutputPower,
Packit 022b05
    optIfOTSnSrcCurrentLowOutputPower,
Packit 022b05
    optIfOTSnSrcCurrentHighOutputPower,
Packit 022b05
    optIfOTSnSrcCurrentInputPower,
Packit 022b05
    optIfOTSnSrcCurrentLowInputPower,
Packit 022b05
    optIfOTSnSrcCurrentHighInputPower,
Packit 022b05
    optIfOTSnSrcIntervalSuspectedFlag,
Packit 022b05
    optIfOTSnSrcIntervalLastOutputPower,
Packit 022b05
    optIfOTSnSrcIntervalLowOutputPower,
Packit 022b05
    optIfOTSnSrcIntervalHighOutputPower,
Packit 022b05
    optIfOTSnSrcIntervalLastInputPower,
Packit 022b05
    optIfOTSnSrcIntervalLowInputPower,
Packit 022b05
    optIfOTSnSrcIntervalHighInputPower,
Packit 022b05
    optIfOTSnSrcCurDaySuspectedFlag,
Packit 022b05
    optIfOTSnSrcCurDayLowOutputPower,
Packit 022b05
    optIfOTSnSrcCurDayHighOutputPower,
Packit 022b05
    optIfOTSnSrcCurDayLowInputPower,
Packit 022b05
    optIfOTSnSrcCurDayHighInputPower,
Packit 022b05
    optIfOTSnSrcPrevDaySuspectedFlag,
Packit 022b05
    optIfOTSnSrcPrevDayLastOutputPower,
Packit 022b05
    optIfOTSnSrcPrevDayLowOutputPower,
Packit 022b05
    optIfOTSnSrcPrevDayHighOutputPower,
Packit 022b05
    optIfOTSnSrcPrevDayLastInputPower,
Packit 022b05
    optIfOTSnSrcPrevDayLowInputPower,
Packit 022b05
    optIfOTSnSrcPrevDayHighInputPower
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     objects applicable to OTSn interfaces that
Packit 022b05
     support source functions."
Packit 022b05
  ::= { optIfGroups 11 }
Packit 022b05
Packit 022b05
optIfOTSnSourcePreOtnPMThresholdGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTSnSrcCurrentLowerOutputPowerThreshold,
Packit 022b05
    optIfOTSnSrcCurrentUpperOutputPowerThreshold,
Packit 022b05
    optIfOTSnSrcCurrentLowerInputPowerThreshold,
Packit 022b05
    optIfOTSnSrcCurrentUpperInputPowerThreshold
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     threshold objects applicable to OTSn interfaces
Packit 022b05
     that support source functions."
Packit 022b05
  ::= { optIfGroups 12 }
Packit 022b05
Packit 022b05
optIfOMSnCommonGroup OBJECT-GROUP
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOMSnDirectionality
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all OMSn interfaces."
Packit 022b05
  ::= { optIfGroups 13 }
Packit 022b05
Packit 022b05
optIfOMSnSinkGroupBasic OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOMSnCurrentStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all OMSn interfaces that
Packit 022b05
     support sink functions."
Packit 022b05
  ::= { optIfGroups 14 }
Packit 022b05
Packit 022b05
optIfOMSnSinkPreOtnPMGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOMSnSinkCurrentSuspectedFlag,
Packit 022b05
    optIfOMSnSinkCurrentAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkCurrentLowAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkCurrentHighAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkCurrentOutputPower,
Packit 022b05
    optIfOMSnSinkCurrentLowOutputPower,
Packit 022b05
    optIfOMSnSinkCurrentHighOutputPower,
Packit 022b05
    optIfOMSnSinkIntervalSuspectedFlag,
Packit 022b05
    optIfOMSnSinkIntervalLastAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkIntervalLowAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkIntervalHighAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkIntervalLastOutputPower,
Packit 022b05
    optIfOMSnSinkIntervalLowOutputPower,
Packit 022b05
    optIfOMSnSinkIntervalHighOutputPower,
Packit 022b05
    optIfOMSnSinkCurDaySuspectedFlag,
Packit 022b05
    optIfOMSnSinkCurDayLowAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkCurDayHighAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkCurDayLowOutputPower,
Packit 022b05
    optIfOMSnSinkCurDayHighOutputPower,
Packit 022b05
    optIfOMSnSinkPrevDaySuspectedFlag,
Packit 022b05
    optIfOMSnSinkPrevDayLastAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkPrevDayLowAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkPrevDayHighAggregatedInputPower,
Packit 022b05
    optIfOMSnSinkPrevDayLastOutputPower,
Packit 022b05
    optIfOMSnSinkPrevDayLowOutputPower,
Packit 022b05
    optIfOMSnSinkPrevDayHighOutputPower
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     objects applicable to OMSn interfaces that
Packit 022b05
     support sink functions."
Packit 022b05
  ::= { optIfGroups 15 }
Packit 022b05
Packit 022b05
optIfOMSnSinkPreOtnPMThresholdGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOMSnSinkCurrentLowerInputPowerThreshold,
Packit 022b05
    optIfOMSnSinkCurrentUpperInputPowerThreshold,
Packit 022b05
    optIfOMSnSinkCurrentLowerOutputPowerThreshold,
Packit 022b05
    optIfOMSnSinkCurrentUpperOutputPowerThreshold
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     threshold objects applicable to OMSn interfaces
Packit 022b05
     that support sink functions."
Packit 022b05
  ::= { optIfGroups 16 }
Packit 022b05
Packit 022b05
optIfOMSnSourcePreOtnPMGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOMSnSrcCurrentSuspectedFlag,
Packit 022b05
    optIfOMSnSrcCurrentOutputPower,
Packit 022b05
    optIfOMSnSrcCurrentLowOutputPower,
Packit 022b05
    optIfOMSnSrcCurrentHighOutputPower,
Packit 022b05
    optIfOMSnSrcCurrentAggregatedInputPower,
Packit 022b05
    optIfOMSnSrcCurrentLowAggregatedInputPower,
Packit 022b05
    optIfOMSnSrcCurrentHighAggregatedInputPower,
Packit 022b05
    optIfOMSnSrcIntervalSuspectedFlag,
Packit 022b05
    optIfOMSnSrcIntervalLastOutputPower,
Packit 022b05
    optIfOMSnSrcIntervalLowOutputPower,
Packit 022b05
    optIfOMSnSrcIntervalHighOutputPower,
Packit 022b05
    optIfOMSnSrcIntervalLastAggregatedInputPower,
Packit 022b05
    optIfOMSnSrcIntervalLowAggregatedInputPower,
Packit 022b05
    optIfOMSnSrcIntervalHighAggregatedInputPower,
Packit 022b05
    optIfOMSnSrcCurDaySuspectedFlag,
Packit 022b05
    optIfOMSnSrcCurDayLowOutputPower,
Packit 022b05
    optIfOMSnSrcCurDayHighOutputPower,
Packit 022b05
    optIfOMSnSrcCurDayLowAggregatedInputPower,
Packit 022b05
    optIfOMSnSrcCurDayHighAggregatedInputPower,
Packit 022b05
    optIfOMSnSrcPrevDaySuspectedFlag,
Packit 022b05
    optIfOMSnSrcPrevDayLastOutputPower,
Packit 022b05
    optIfOMSnSrcPrevDayLowOutputPower,
Packit 022b05
    optIfOMSnSrcPrevDayHighOutputPower,
Packit 022b05
    optIfOMSnSrcPrevDayLastAggregatedInputPower,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOMSnSrcPrevDayLowAggregatedInputPower,
Packit 022b05
    optIfOMSnSrcPrevDayHighAggregatedInputPower
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     objects applicable to OMSn interfaces that
Packit 022b05
     support source functions."
Packit 022b05
  ::= { optIfGroups 17 }
Packit 022b05
Packit 022b05
optIfOMSnSourcePreOtnPMThresholdGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOMSnSrcCurrentLowerOutputPowerThreshold,
Packit 022b05
    optIfOMSnSrcCurrentUpperOutputPowerThreshold,
Packit 022b05
    optIfOMSnSrcCurrentLowerInputPowerThreshold,
Packit 022b05
    optIfOMSnSrcCurrentUpperInputPowerThreshold
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     threshold objects applicable to OMSn interfaces that
Packit 022b05
     that support source functions."
Packit 022b05
  ::= { optIfGroups 18 }
Packit 022b05
Packit 022b05
optIfOChGroupCommonGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChGroupDirectionality
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all OChGroup interfaces."
Packit 022b05
  ::= { optIfGroups 19 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkPreOtnPMGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChGroupSinkCurrentSuspectedFlag,
Packit 022b05
    optIfOChGroupSinkCurrentAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkCurrentLowAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkCurrentHighAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkCurrentOutputPower,
Packit 022b05
    optIfOChGroupSinkCurrentLowOutputPower,
Packit 022b05
    optIfOChGroupSinkCurrentHighOutputPower,
Packit 022b05
    optIfOChGroupSinkIntervalSuspectedFlag,
Packit 022b05
    optIfOChGroupSinkIntervalLastAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkIntervalLowAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkIntervalHighAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkIntervalLastOutputPower,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOChGroupSinkIntervalLowOutputPower,
Packit 022b05
    optIfOChGroupSinkIntervalHighOutputPower,
Packit 022b05
    optIfOChGroupSinkCurDaySuspectedFlag,
Packit 022b05
    optIfOChGroupSinkCurDayLowAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkCurDayHighAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkCurDayLowOutputPower,
Packit 022b05
    optIfOChGroupSinkCurDayHighOutputPower,
Packit 022b05
    optIfOChGroupSinkPrevDaySuspectedFlag,
Packit 022b05
    optIfOChGroupSinkPrevDayLastAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkPrevDayLowAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkPrevDayHighAggregatedInputPower,
Packit 022b05
    optIfOChGroupSinkPrevDayLastOutputPower,
Packit 022b05
    optIfOChGroupSinkPrevDayLowOutputPower,
Packit 022b05
    optIfOChGroupSinkPrevDayHighOutputPower
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     objects applicable to OChGroup interfaces that
Packit 022b05
     support sink functions."
Packit 022b05
  ::= { optIfGroups 20 }
Packit 022b05
Packit 022b05
optIfOChGroupSinkPreOtnPMThresholdGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChGroupSinkCurrentLowerInputPowerThreshold,
Packit 022b05
    optIfOChGroupSinkCurrentUpperInputPowerThreshold,
Packit 022b05
    optIfOChGroupSinkCurrentLowerOutputPowerThreshold,
Packit 022b05
    optIfOChGroupSinkCurrentUpperOutputPowerThreshold
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     threshold objects applicable to OChGroup interfaces
Packit 022b05
     that support sink functions."
Packit 022b05
  ::= { optIfGroups 21 }
Packit 022b05
Packit 022b05
optIfOChGroupSourcePreOtnPMGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChGroupSrcCurrentSuspectedFlag,
Packit 022b05
    optIfOChGroupSrcCurrentOutputPower,
Packit 022b05
    optIfOChGroupSrcCurrentLowOutputPower,
Packit 022b05
    optIfOChGroupSrcCurrentHighOutputPower,
Packit 022b05
    optIfOChGroupSrcCurrentAggregatedInputPower,
Packit 022b05
    optIfOChGroupSrcCurrentLowAggregatedInputPower,
Packit 022b05
    optIfOChGroupSrcCurrentHighAggregatedInputPower,
Packit 022b05
    optIfOChGroupSrcIntervalSuspectedFlag,
Packit 022b05
    optIfOChGroupSrcIntervalLastOutputPower,
Packit 022b05
    optIfOChGroupSrcIntervalLowOutputPower,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfOChGroupSrcIntervalHighOutputPower,
Packit 022b05
    optIfOChGroupSrcIntervalLastAggregatedInputPower,
Packit 022b05
    optIfOChGroupSrcIntervalLowAggregatedInputPower,
Packit 022b05
    optIfOChGroupSrcIntervalHighAggregatedInputPower,
Packit 022b05
    optIfOChGroupSrcCurDaySuspectedFlag,
Packit 022b05
    optIfOChGroupSrcCurDayLowOutputPower,
Packit 022b05
    optIfOChGroupSrcCurDayHighOutputPower,
Packit 022b05
    optIfOChGroupSrcCurDayLowAggregatedInputPower,
Packit 022b05
    optIfOChGroupSrcCurDayHighAggregatedInputPower,
Packit 022b05
    optIfOChGroupSrcPrevDaySuspectedFlag,
Packit 022b05
    optIfOChGroupSrcPrevDayLastOutputPower,
Packit 022b05
    optIfOChGroupSrcPrevDayLowOutputPower,
Packit 022b05
    optIfOChGroupSrcPrevDayHighOutputPower,
Packit 022b05
    optIfOChGroupSrcPrevDayLastAggregatedInputPower,
Packit 022b05
    optIfOChGroupSrcPrevDayLowAggregatedInputPower,
Packit 022b05
    optIfOChGroupSrcPrevDayHighAggregatedInputPower
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     objects applicable to OChGroup interfaces that
Packit 022b05
     support source functions."
Packit 022b05
  ::= { optIfGroups 22 }
Packit 022b05
Packit 022b05
optIfOChGroupSourcePreOtnPMThresholdGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChGroupSrcCurrentLowerOutputPowerThreshold,
Packit 022b05
    optIfOChGroupSrcCurrentUpperOutputPowerThreshold,
Packit 022b05
    optIfOChGroupSrcCurrentLowerInputPowerThreshold,
Packit 022b05
    optIfOChGroupSrcCurrentUpperInputPowerThreshold
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     threshold objects applicable to OChGroup interfaces that
Packit 022b05
     that support source functions."
Packit 022b05
  ::= { optIfGroups 23 }
Packit 022b05
Packit 022b05
optIfOChCommonGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChDirectionality
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all OCh interfaces."
Packit 022b05
  ::= { optIfGroups 24 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOChSinkGroupBasic OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChCurrentStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all OCh interfaces that
Packit 022b05
     support sink functions."
Packit 022b05
  ::= { optIfGroups 25 }
Packit 022b05
Packit 022b05
optIfOChSinkPreOtnPMGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChSinkCurrentSuspectedFlag,
Packit 022b05
    optIfOChSinkCurrentInputPower,
Packit 022b05
    optIfOChSinkCurrentLowInputPower,
Packit 022b05
    optIfOChSinkCurrentHighInputPower,
Packit 022b05
    optIfOChSinkIntervalSuspectedFlag,
Packit 022b05
    optIfOChSinkIntervalLastInputPower,
Packit 022b05
    optIfOChSinkIntervalLowInputPower,
Packit 022b05
    optIfOChSinkIntervalHighInputPower,
Packit 022b05
    optIfOChSinkCurDaySuspectedFlag,
Packit 022b05
    optIfOChSinkCurDayLowInputPower,
Packit 022b05
    optIfOChSinkCurDayHighInputPower,
Packit 022b05
    optIfOChSinkPrevDaySuspectedFlag,
Packit 022b05
    optIfOChSinkPrevDayLastInputPower,
Packit 022b05
    optIfOChSinkPrevDayLowInputPower,
Packit 022b05
    optIfOChSinkPrevDayHighInputPower
Packit 022b05
     }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     objects applicable to OCh interfaces that
Packit 022b05
     support sink functions."
Packit 022b05
  ::= { optIfGroups 26 }
Packit 022b05
Packit 022b05
optIfOChSinkPreOtnPMThresholdGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChSinkCurrentLowerInputPowerThreshold,
Packit 022b05
    optIfOChSinkCurrentUpperInputPowerThreshold
Packit 022b05
     }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     threshold objects applicable to OCh interfaces
Packit 022b05
     that support sink functions."
Packit 022b05
  ::= { optIfGroups 27 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOChSourcePreOtnPMGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChSrcCurrentSuspectedFlag,
Packit 022b05
    optIfOChSrcCurrentOutputPower,
Packit 022b05
    optIfOChSrcCurrentLowOutputPower,
Packit 022b05
    optIfOChSrcCurrentHighOutputPower,
Packit 022b05
    optIfOChSrcIntervalSuspectedFlag,
Packit 022b05
    optIfOChSrcIntervalLastOutputPower,
Packit 022b05
    optIfOChSrcIntervalLowOutputPower,
Packit 022b05
    optIfOChSrcIntervalHighOutputPower,
Packit 022b05
    optIfOChSrcCurDaySuspectedFlag,
Packit 022b05
    optIfOChSrcCurDayLowOutputPower,
Packit 022b05
    optIfOChSrcCurDayHighOutputPower,
Packit 022b05
    optIfOChSrcPrevDaySuspectedFlag,
Packit 022b05
    optIfOChSrcPrevDayLastOutputPower,
Packit 022b05
    optIfOChSrcPrevDayLowOutputPower,
Packit 022b05
    optIfOChSrcPrevDayHighOutputPower
Packit 022b05
     }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     objects applicable to OCh interfaces that
Packit 022b05
     support source functions."
Packit 022b05
  ::= { optIfGroups 28 }
Packit 022b05
Packit 022b05
optIfOChSourcePreOtnPMThresholdGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOChSrcCurrentLowerOutputPowerThreshold,
Packit 022b05
    optIfOChSrcCurrentUpperOutputPowerThreshold
Packit 022b05
     }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of pre-OTN performance monitoring
Packit 022b05
     threshold objects applicable to OCh interfaces
Packit 022b05
     that support source functions."
Packit 022b05
  ::= { optIfGroups 29 }
Packit 022b05
Packit 022b05
optIfOTUkCommonGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTUkDirectionality,
Packit 022b05
    optIfOTUkBitRateK
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all OTUk interfaces."
Packit 022b05
  ::= { optIfGroups 30 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
optIfOTUkSourceGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTUkTraceIdentifierTransmitted,
Packit 022b05
    optIfOTUkSourceAdaptActive
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to OTUk interfaces that
Packit 022b05
     support source functions."
Packit 022b05
  ::= { optIfGroups 31 }
Packit 022b05
Packit 022b05
optIfOTUkSinkGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfOTUkDAPIExpected,
Packit 022b05
    optIfOTUkSAPIExpected,
Packit 022b05
    optIfOTUkTraceIdentifierAccepted,
Packit 022b05
    optIfOTUkTIMDetMode,
Packit 022b05
    optIfOTUkTIMActEnabled,
Packit 022b05
    optIfOTUkDEGThr,
Packit 022b05
    optIfOTUkDEGM,
Packit 022b05
    optIfOTUkSinkAdaptActive,
Packit 022b05
    optIfOTUkSinkFECEnabled,
Packit 022b05
    optIfOTUkCurrentStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to OTUk interfaces that
Packit 022b05
     support sink functions."
Packit 022b05
  ::= { optIfGroups 32 }
Packit 022b05
Packit 022b05
optIfGCC0Group OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfGCC0Application,
Packit 022b05
    optIfGCC0RowStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of GCC0 configuration objects."
Packit 022b05
  ::= { optIfGroups 33 }
Packit 022b05
Packit 022b05
optIfODUkGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfODUkDirectionality,
Packit 022b05
    optIfODUkBitRateK,
Packit 022b05
    optIfODUkTcmFieldsInUse,
Packit 022b05
    optIfODUkPositionSeqCurrentSize,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfODUkPositionSeqPosition,
Packit 022b05
    optIfODUkPositionSeqPointer,
Packit 022b05
    optIfODUkTtpPresent
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all ODUk interfaces."
Packit 022b05
  ::= { optIfGroups 34 }
Packit 022b05
Packit 022b05
optIfODUkTtpSourceGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfODUkTtpTraceIdentifierTransmitted
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all interfaces that support
Packit 022b05
     ODUk trail termination source functions."
Packit 022b05
  ::= { optIfGroups 35 }
Packit 022b05
Packit 022b05
optIfODUkTtpSinkGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfODUkTtpDAPIExpected,
Packit 022b05
    optIfODUkTtpSAPIExpected,
Packit 022b05
    optIfODUkTtpTraceIdentifierAccepted,
Packit 022b05
    optIfODUkTtpTIMDetMode,
Packit 022b05
    optIfODUkTtpTIMActEnabled,
Packit 022b05
    optIfODUkTtpDEGThr,
Packit 022b05
    optIfODUkTtpDEGM,
Packit 022b05
    optIfODUkTtpCurrentStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of ODUk configuration objects
Packit 022b05
     applicable to all interfaces that support
Packit 022b05
     ODUk trail termination sink functions."
Packit 022b05
  ::= { optIfGroups 36 }
Packit 022b05
Packit 022b05
optIfODUkNimGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfODUkNimDAPIExpected,
Packit 022b05
    optIfODUkNimSAPIExpected,
Packit 022b05
    optIfODUkNimTraceIdentifierAccepted,
Packit 022b05
    optIfODUkNimTIMDetMode,
Packit 022b05
    optIfODUkNimTIMActEnabled,
Packit 022b05
    optIfODUkNimDEGThr,
Packit 022b05
    optIfODUkNimDEGM,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfODUkNimCurrentStatus,
Packit 022b05
    optIfODUkNimRowStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of ODUk Nim configuration objects."
Packit 022b05
  ::= { optIfGroups 37 }
Packit 022b05
Packit 022b05
optIfGCC12Group OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfGCC12GCCPassThrough,
Packit 022b05
    optIfGCC12Application,
Packit 022b05
    optIfGCC12RowStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of GCC12 configuration objects."
Packit 022b05
  ::= { optIfGroups 38 }
Packit 022b05
Packit 022b05
optIfODUkTCommonGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfODUkTRowStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all ODUkT instances."
Packit 022b05
  ::= { optIfGroups 39 }
Packit 022b05
Packit 022b05
optIfODUkTSourceGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfODUkTTraceIdentifierTransmitted,
Packit 022b05
    optIfODUkTSourceLockSignalAdminState
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all ODUkT instances
Packit 022b05
     that provide source functions."
Packit 022b05
  ::= { optIfGroups 40 }
Packit 022b05
Packit 022b05
optIfODUkTSinkGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfODUkTDAPIExpected,
Packit 022b05
    optIfODUkTSAPIExpected,
Packit 022b05
    optIfODUkTTraceIdentifierAccepted,
Packit 022b05
    optIfODUkTTIMDetMode,
Packit 022b05
    optIfODUkTTIMActEnabled,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    optIfODUkTDEGThr,
Packit 022b05
    optIfODUkTDEGM,
Packit 022b05
    optIfODUkTCurrentStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to all ODUkT instances
Packit 022b05
     that provide sink functions."
Packit 022b05
  ::= { optIfGroups 41 }
Packit 022b05
Packit 022b05
optIfODUkTSinkGroupCtp OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfODUkTSinkMode,
Packit 022b05
    optIfODUkTSinkLockSignalAdminState
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of configuration objects
Packit 022b05
     applicable to ODUkT instances not
Packit 022b05
     colocated with an ODUk TTP that
Packit 022b05
     provide sink functions."
Packit 022b05
  ::= { optIfGroups 42 }
Packit 022b05
Packit 022b05
optIfODUkTNimGroup OBJECT-GROUP
Packit 022b05
  OBJECTS  {
Packit 022b05
    optIfODUkTNimDAPIExpected,
Packit 022b05
    optIfODUkTNimSAPIExpected,
Packit 022b05
    optIfODUkTNimTraceIdentifierAccepted,
Packit 022b05
    optIfODUkTNimTIMDetMode,
Packit 022b05
    optIfODUkTNimTIMActEnabled,
Packit 022b05
    optIfODUkTNimDEGThr,
Packit 022b05
    optIfODUkTNimDEGM,
Packit 022b05
    optIfODUkTNimCurrentStatus,
Packit 022b05
    optIfODUkTNimRowStatus
Packit 022b05
    }
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "A collection of ODUkT Nim configuration objects."
Packit 022b05
  ::= { optIfGroups 43 }
Packit 022b05
Packit 022b05
-- compliance specifications
Packit 022b05
Packit 022b05
optIfOtnConfigCompl MODULE-COMPLIANCE
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Implementation requirements for the OTN configuration
Packit 022b05
     functions defined in this MIB module."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
  MODULE -- this module
Packit 022b05
Packit 022b05
    MANDATORY-GROUPS  {
Packit 022b05
      optIfOTMnGroup,
Packit 022b05
      optIfOTSnCommonGroup
Packit 022b05
      }
Packit 022b05
Packit 022b05
    GROUP  optIfOTSnSourceGroupFull
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalTransport(196) for which the corresponding
Packit 022b05
       instance of optIfOTSnDirectionality has the value
Packit 022b05
       source(2) or bidirectional(3), the corresponding
Packit 022b05
       instance of optIfOTMnReduced has the value false(2),
Packit 022b05
       and the corresponding instance of optIfOTMnInterfaceType
Packit 022b05
       specifies an OTMn interface type of 'IaDI'."
Packit 022b05
Packit 022b05
    GROUP  optIfOTSnAPRStatusGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalTransport(196) that support Automatic Power
Packit 022b05
       Reduction functions."
Packit 022b05
Packit 022b05
    GROUP  optIfOTSnAPRControlGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is optional, but is recommended for interfaces
Packit 022b05
       of ifType opticalTransport(196) that provide Automatic
Packit 022b05
       Power Reduction control functions."
Packit 022b05
Packit 022b05
    GROUP  optIfOTSnSinkGroupBasic
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalTransport(196) for which the corresponding
Packit 022b05
       instance of optIfOTSnDirectionality has the value
Packit 022b05
       sink(1) or bidirectional(3)."
Packit 022b05
Packit 022b05
    GROUP  optIfOTSnSinkGroupFull
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalTransport(196) for which the corresponding
Packit 022b05
       instance of optIfOTSnDirectionality has the value
Packit 022b05
       sink(1) or bidirectional(3), the corresponding
Packit 022b05
       instance of optIfOTMnReduced has the value false(2),
Packit 022b05
       and the corresponding instance of optIfOTMnInterfaceType
Packit 022b05
       specifies an OTMn interface type of 'IaDI'."
Packit 022b05
Packit 022b05
    GROUP  optIfOMSnCommonGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalTransport(196) that support access to the OMS
Packit 022b05
       overhead information within the OTN Supervisory Channel."
Packit 022b05
Packit 022b05
    GROUP  optIfOMSnSinkGroupBasic
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalTransport(196) that support access to the OMS Overhead
Packit 022b05
       information within the OSC (OTN Supervisory Channel)
Packit 022b05
       for which the corresponding
Packit 022b05
       instance of optIfOMSnDirectionality has the value
Packit 022b05
       sink(1) or bidirectional(3)."
Packit 022b05
Packit 022b05
    GROUP  optIfOChGroupCommonGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannelGroup(219)."
Packit 022b05
Packit 022b05
    GROUP  optIfOChCommonGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalTransport(195)."
Packit 022b05
Packit 022b05
    GROUP  optIfOChSinkGroupBasic
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) for which the corresponding
Packit 022b05
       instance of optIfOChDirectionality has the value
Packit 022b05
       sink(1) or bidirectional(3)."
Packit 022b05
Packit 022b05
    GROUP  optIfOTUkCommonGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support OTUk layer functions."
Packit 022b05
Packit 022b05
    GROUP  optIfOTUkSourceGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support OTUk layer functions
Packit 022b05
       and for which the corresponding instance of
Packit 022b05
       optIfOTUkDirectionality has the value source(2) or
Packit 022b05
       bidirectional(3)."
Packit 022b05
Packit 022b05
    GROUP  optIfOTUkSinkGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support OTUk layer functions
Packit 022b05
       and for which the corresponding instance of
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       optIfOTUkDirectionality has the value sink(1) or
Packit 022b05
       bidirectional(3)."
Packit 022b05
Packit 022b05
    GROUP  optIfGCC0Group
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support GCC0 access functions.
Packit 022b05
       It may be implemented only if the optIfOTUkCommonGroup
Packit 022b05
       is also implemented."
Packit 022b05
Packit 022b05
    GROUP  optIfODUkGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support ODUk layer functions."
Packit 022b05
Packit 022b05
    GROUP  optIfODUkTtpSourceGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) for which the corresponding
Packit 022b05
       instance of optIfODUkTtpPresent has the value
Packit 022b05
       true(1) and for which the corresponding instance of
Packit 022b05
       optIfODUkDirectionality has the value source(2) or
Packit 022b05
       bidirectional(3).  It may be implemented only if the
Packit 022b05
       optIfODUkGroup is also implemented."
Packit 022b05
Packit 022b05
    GROUP  optIfODUkTtpSinkGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) for which the corresponding
Packit 022b05
       instance of optIfODUkTtpPresent has the value
Packit 022b05
       true(1) and for which the corresponding instance of
Packit 022b05
       optIfODUkDirectionality has the value sink(1) or
Packit 022b05
       bidirectional(3).  It may be implemented only if the
Packit 022b05
       optIfODUkGroup is also implemented."
Packit 022b05
Packit 022b05
    GROUP  optIfODUkNimGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) for which the corresponding
Packit 022b05
       instance of optIfODUkTtpPresent has the value
Packit 022b05
       false(2).  It may be implemented only if the
Packit 022b05
       optIfODUkGroup is also implemented."
Packit 022b05
Packit 022b05
    GROUP  optIfGCC12Group
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support GCC12 access functions.
Packit 022b05
       It may be implemented only if the optIfODUkGroup
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       is also implemented."
Packit 022b05
Packit 022b05
    GROUP  optIfODUkTCommonGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support intrusive
Packit 022b05
       tandem connection monitoring.  It may be implemented
Packit 022b05
       only if the optIfODUkGroup is also implemented."
Packit 022b05
Packit 022b05
    GROUP  optIfODUkTSourceGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support intrusive
Packit 022b05
       tandem connection monitoring and for which
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value false(2), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value true(1).
Packit 022b05
       It may be implemented only if the optIfODUkGroup is
Packit 022b05
       also implemented."
Packit 022b05
Packit 022b05
    GROUP  optIfODUkTSinkGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support intrusive
Packit 022b05
       tandem connection monitoring and for which
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
       It may be implemented only if the optIfODUkGroup is
Packit 022b05
       also implemented."
Packit 022b05
Packit 022b05
    GROUP  optIfODUkTSinkGroupCtp
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support intrusive
Packit 022b05
       tandem connection monitoring and for which
Packit 022b05
       optIfODUkTtpPresent is false(2) and
Packit 022b05
       (i) optIfODUkDirectionality has the value bidirectional(3), or
Packit 022b05
       (ii) optIfODUkDirectionality has the value sink(1) and
Packit 022b05
            optIfODUkTCodirectional has the value true(1), or
Packit 022b05
       (iii) optIfODUkDirectionality has the value source(3) and
Packit 022b05
             optIfODUkTCodirectional has the value false(2).
Packit 022b05
       It may be implemented only if the optIfODUkGroup and
Packit 022b05
       optIfODUkTSinkGroup are also implemented."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    GROUP  optIfODUkTNimGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support non-intrusive
Packit 022b05
       tandem connection monitoring.  It may be implemented
Packit 022b05
       only if the optIfODUkGroup is also implemented."
Packit 022b05
Packit 022b05
  ::= { optIfCompl 1 }
Packit 022b05
Packit 022b05
optIfPreOtnPMCompl MODULE-COMPLIANCE
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "Implementation requirements for Pre-OTN performance
Packit 022b05
     monitoring functions defined in this MIB module."
Packit 022b05
Packit 022b05
  MODULE  -- this module
Packit 022b05
Packit 022b05
    MANDATORY-GROUPS  {
Packit 022b05
      optIfPerfMonGroup
Packit 022b05
      }
Packit 022b05
Packit 022b05
    GROUP  optIfOTSnSinkPreOtnPMGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalTransport(196) that support OTSn sink
Packit 022b05
       functions (i.e., for which the corresponding instance
Packit 022b05
       of optIfOTSnDirectionality -- if implemented -- has
Packit 022b05
       the value sink(1) or bidirectional(3))."
Packit 022b05
Packit 022b05
    GROUP  optIfOTSnSinkPreOtnPMThresholdGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory if and only if TCA notifications
Packit 022b05
       are implemented.  If the objects of this group are instantiated
Packit 022b05
       then the implementation must also provide, in an
Packit 022b05
       enterprise MIB, suitable TCA notification definitions and
Packit 022b05
       notification control objects.  Implementation of the
Packit 022b05
       optIfOTSnSinkPreOtnPMGroup is a prerequisite for
Packit 022b05
       implementing this group."
Packit 022b05
Packit 022b05
    GROUP  optIfOTSnSourcePreOtnPMGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalTransport(196) that support OTSn source
Packit 022b05
       functions (i.e., for which the corresponding instance
Packit 022b05
       of optIfOTSnDirectionality -- if implemented -- has
Packit 022b05
       the value source(2) or bidirectional(3))."
Packit 022b05
Packit 022b05
    GROUP  optIfOTSnSourcePreOtnPMThresholdGroup
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory if and only if TCA notifications
Packit 022b05
       are implemented.  If the objects of this group are instantiated
Packit 022b05
       then the implementation must also provide, in an
Packit 022b05
       enterprise MIB, suitable TCA notification definitions and
Packit 022b05
       notification control objects.  Implementation of the
Packit 022b05
       optIfOTSnSourcePreOtnPMGroup is a prerequisite for
Packit 022b05
       implementing this group "
Packit 022b05
Packit 022b05
    GROUP  optIfOMSnSinkPreOtnPMGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is optional.  It may be implemented by systems
Packit 022b05
       with the necessary instrumentation on interfaces of ifType
Packit 022b05
       opticalTransport(196) that support OMSn sink functions
Packit 022b05
       (i.e., for which the corresponding instance of
Packit 022b05
       optIfOMSnDirectionality -- if implemented -- has the value
Packit 022b05
       sink(1) or bidirectional(3))."
Packit 022b05
Packit 022b05
    GROUP  optIfOMSnSinkPreOtnPMThresholdGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory if and only if TCA notifications
Packit 022b05
       are implemented.  If the objects of this group are instantiated
Packit 022b05
       then the implementation must also provide, in an
Packit 022b05
       enterprise MIB, suitable TCA notification definitions and
Packit 022b05
       notification control objects.  Implementation of the
Packit 022b05
       optIfOMSnSinkPreOtnPMGroup is a prerequisite for
Packit 022b05
       implementing this group "
Packit 022b05
Packit 022b05
    GROUP  optIfOMSnSourcePreOtnPMGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is optional.  It may be implemented by systems
Packit 022b05
       with the necessary instrumentation on interfaces of ifType
Packit 022b05
       opticalTransport(196) that support OMSn source functions
Packit 022b05
       (i.e., for which the corresponding instance of
Packit 022b05
       optIfOMSnDirectionality -- if implemented -- has the value
Packit 022b05
       source(2) or bidirectional(3))."
Packit 022b05
Packit 022b05
    GROUP  optIfOMSnSourcePreOtnPMThresholdGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory if and only if TCA notifications
Packit 022b05
       are implemented.  If the objects of this group are instantiated
Packit 022b05
       then the implementation must also provide, in an
Packit 022b05
       enterprise MIB, suitable TCA notification definitions and
Packit 022b05
       notification control objects.  Implementation of the
Packit 022b05
       optIfOMSnSourcePreOtnPMGroup is a prerequisite for
Packit 022b05
       implementing this group "
Packit 022b05
Packit 022b05
    GROUP  optIfOChGroupSinkPreOtnPMGroup
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is optional.  It may be implemented by systems
Packit 022b05
       with the necessary instrumentation on interfaces of ifType
Packit 022b05
       opticalChannelGroup(219) that support OChGroup sink functions
Packit 022b05
       (i.e., for which the corresponding instance of
Packit 022b05
       optIfOChGroupDirectionality -- if implemented -- has the value
Packit 022b05
       sink(1) or bidirectional(3))."
Packit 022b05
Packit 022b05
    GROUP  optIfOChGroupSinkPreOtnPMThresholdGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory if and only if TCA notifications
Packit 022b05
       are implemented.  If the objects of this group are instantiated
Packit 022b05
       then the implementation must also provide, in an
Packit 022b05
       enterprise MIB, suitable TCA notification definitions and
Packit 022b05
       notification control objects.  Implementation of the
Packit 022b05
       optIfOChGroupSinkPreOtnPMGroup is a prerequisite for
Packit 022b05
       implementing this group "
Packit 022b05
Packit 022b05
    GROUP  optIfOChGroupSourcePreOtnPMGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is optional.  It may be implemented by systems
Packit 022b05
       with the necessary instrumentation on interfaces of ifType
Packit 022b05
       opticalChannelGroup(219) that support OChGroup source functions
Packit 022b05
       (i.e., for which the corresponding instance of
Packit 022b05
       optIfOChGroupDirectionality -- if implemented -- has the value
Packit 022b05
       source(2) or bidirectional(3))."
Packit 022b05
Packit 022b05
    GROUP  optIfOChGroupSourcePreOtnPMThresholdGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory if and only if TCA notifications
Packit 022b05
       are implemented.  If the objects of this group are instantiated
Packit 022b05
       then the implementation must also provide, in an
Packit 022b05
       enterprise MIB, suitable TCA notification definitions and
Packit 022b05
       notification control objects.  Implementation of the
Packit 022b05
       optIfOChGroupSourcePreOtnPMGroup is a prerequisite for
Packit 022b05
       implementing this group "
Packit 022b05
Packit 022b05
    GROUP  optIfOChSinkPreOtnPMGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support OCh sink functions
Packit 022b05
       (i.e., for which the corresponding instance of
Packit 022b05
       optIfOChDirectionality -- if implemented -- has the
Packit 022b05
       value sink(1) or bidirectional(3))."
Packit 022b05
Packit 022b05
    GROUP  optIfOChSinkPreOtnPMThresholdGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory if and only if TCA notifications
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       are implemented.  If the objects of this group are instantiated
Packit 022b05
       then the implementation must also provide, in an
Packit 022b05
       enterprise MIB, suitable TCA notification definitions and
Packit 022b05
       notification control objects.  Implementation of the
Packit 022b05
       optIfOChSinkPreOtnPMGroup is a prerequisite for
Packit 022b05
       implementing this group "
Packit 022b05
Packit 022b05
    GROUP  optIfOChSourcePreOtnPMGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for interfaces of ifType
Packit 022b05
       opticalChannel(195) that support OCh source functions
Packit 022b05
       (i.e., for which the corresponding instance of
Packit 022b05
       optIfOChDirectionality -- if implemented -- has the
Packit 022b05
       value source(2) or bidirectional(3))."
Packit 022b05
Packit 022b05
    GROUP  optIfOChSourcePreOtnPMThresholdGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory if and only if TCA notifications
Packit 022b05
       are implemented.  If the objects of this group are instantiated
Packit 022b05
       then the implementation must also provide, in an
Packit 022b05
       enterprise MIB, suitable TCA notification definitions and
Packit 022b05
       notification control objects.  Implementation of the
Packit 022b05
       optIfOChSourcePreOtnPMGroup is a prerequisite for
Packit 022b05
       implementing this group "
Packit 022b05
Packit 022b05
  ::= { optIfCompl 2 }
Packit 022b05
Packit 022b05
END