-- extracted from draft-stewart-atommib-opticalmib-01.txt -- at Wed Jan 31 06:03:53 2001 OTN-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32, Integer32, transmission FROM SNMPv2-SMI TruthValue FROM SNMPv2-TC SnmpAdminString FROM SNMP-FRAMEWORK-MIB MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF ifIndex FROM IF-MIB PerfCurrentCount, PerfIntervalCount FROM PerfHist-TC-MIB; -- This is the MIB module for the OTN Interface objects. otnMIB MODULE-IDENTITY LAST-UPDATED "200011500000Z" ORGANIZATION " " CONTACT-INFO "Anni Huynh Lucent Technologies E-mail: ahuynh@lucent.com." DESCRIPTION "The draft MIB module to describe OTN interfaces objects." REVISION "200011150000Z" DESCRIPTION "The initial version." ::={ transmission yy} -- This is the MIB module for the OTN objects otnObjects OBJECT IDENTIFIER ::= { otnMIB 1 } otnOChObjects OBJECT IDENTIFIER ::= { otnMIB 2 } -- the OTN MIB module otnOTSn OBJECT IDENTIFIER ::= { otnObjects 1 } otnOMSn OBJECT IDENTIFIER ::= { otnObjects 2 } otnOCh OBJECT IDENTIFIER ::= { otnOChObjects 1 } otnOTUk OBJECT IDENTIFIER ::= { otnOChObjects 2 } otnODUkT OBJECT IDENTIFIER ::= { otnOChObjects 3 } otnODUkP OBJECT IDENTIFIER ::= { otnOChObjects 4 } -- the otnOTSn group -- This group handles the configuration and performance monitoring -- information for OTS layers. -- otnOTSnConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOTSnConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The list of OTN OTSn interface entries." ::= { otnOTSn 1 } otnOTSnConfigEntry OBJECT-TYPE SYNTAX OtnOTSnConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the otnOTSnConfig table." INDEX { ifIndex } ::= { otnOTSnConfigTable 1 } OtnOTSnConfigEntry ::= SEQUENCE { otnOTSnTraceIdentifierTransmitted SnmpAdminString, otnOTSnTraceIdentifierExpected SnmpAdminString, otnOTSnTraceIdentifierReceived SnmpAdminString, otnOTSnTimDetEnabled TruthValue, otnOTSnTimActEnabled TruthValue, otnOTSnCurrentStatus INTEGER, otnOTSnTimeElapsed Unsigned32, otnOTSnNbrOfValidIntervals Unsigned32, otnOTSnNbrOfInvalidIntervals Unsigned32 } otnOTSnTraceIdentifierTransmitted OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The trace identifier transmitted at the transmission side." ::= { otnOTSnConfigEntry 1 } otnOTSnTraceIdentifierExpected OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The trace identifier expected at the received side." ::= { otnOTSnConfigEntry 2 } otnOTSnTraceIdentifierReceived OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "The actual trace identifier received." ::= { otnOTSnConfigEntry 3 } otnOTSnTimDetEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Indicates whether the Detection function of TIM (Trace Identifier Mismatch) failure is enabled or disable. The value of true means enabled." ::= { otnOTSnConfigEntry 4 } otnOTSnTimActEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Indicates whether the Consequent Action function of detecting a TIM (Trace Identifier Mismatch) failure is enabled or disabled. The value of true means enabled." ::= { otnOTSnConfigEntry 5 } otnOTSnCurrentStatus OBJECT-TYPE SYNTAX INTEGER { noDefect(1), ssfP(2), ssfO(3), ssf(4), fdiP(5), fdiO(6), fdi(7), tim(8), bdi(9), losP(10), losO(11), los(12), loop(13) } MAX-ACCESS read-only STATUS current DESCRIPTION "This variable indicates the failure condition of the entity." ::= { otnOTSnConfigEntry 6 } otnOTSnTimeElapsed OBJECT-TYPE SYNTAX Gauge32 (0..900) UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Length of time in number of seconds elapsed in the current monitoring period." ::= { otnOTSnConfigEntry 7 } otnOTSnNbrOfValidIntervals OBJECT-TYPE SYNTAX Unsigned32 (0..96) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of previous valid intervals for which data is collected. The number is the same for all the associated sub layers. An OTN interface must be capable of supporting at least n intervals. The minimum value of n is 4. The default of n is 32. The maximum value of n is 96. The value will be unless the measurement was (re-)started within the last (*15) minutes, in which case the value will be the number of complete 15 minute intervals for which the agent has at least some data. In certain cases (e.g., in the case where the agent is a proxy) it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which data is available." ::= { otnOTSnConfigEntry 8 } otnOTSnNbrOfInvalidIntervals OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of intervals in the range from 0 to otnOTSnNbrofValidIntervals for which no data is available." ::= { otnOTSnConfigEntry 9 } otnOTSnSinkCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOTSnSinkCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OTSn PM table." ::= { otnOTSn 3 } otnOTSnSinkCurrentEntry OBJECT-TYPE SYNTAX OtnOTSnSinkCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the otnOTSnSinkCurrent table." INDEX { ifIndex } ::= { otnOTSnSinkCurrentTable 1 } OtnOTSnSinkCurrentEntry ::= SEQUENCE { otnOTSnSinkCurrentSuspectedFlag TruthValue, otnOTSnSinkCurrentTotalInputPwr Integer32, otnOTSnSinkCurrentLoopThreshold Integer32, otnOTSnSinkCurrentLaserTemp Integer32, otnOTSnSinkCurrentPMCounterReset TruthValue } otnOTSnSinkCurrentSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If true(1), the statistic of this interval may be unreliable." ::= { otnOTSnSinkCurrentEntry 1 } otnOTSnSinkCurrentTotalInputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "Total Optical Power Monitored at the input." ::= { otnOTSnSinkCurrentEntry 2 } otnOTSnSinkCurrentLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is a lower limit threshold on OTSnSinkCurrentTotalInputPwr. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOTSnSinkCurrentEntry 3 } otnOTSnSinkCurrentLaserTemp OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This is operating temperature of the Laser." ::= { otnOTSnSinkCurrentEntry 4 } otnOTSnSinkCurrentPMCounterReset OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "This value is set to true(1) to reset all performance management counters. On completion the value is set to false." ::= { otnOTSnSinkCurrentEntry 5 } otnOTSnSinkIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOTSnSinkIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OTSn Sink PM table for historical pm data." ::= { otnOTSn 4 } otnOTSnSinkIntervalEntry OBJECT-TYPE SYNTAX OtnOTSnSinkIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the OTS Sink Interval table." INDEX { ifIndex, otnOTSnSinkIntervalNbr } ::= { otnOTSnSinkIntervalTable 1 } OtnOTSnSinkIntervalEntry ::= SEQUENCE { otnOTSnSinkIntervalNbr Unsigned32, otnOTSnSinkIntervalSuspectedFlag TruthValue, otnOTSnSinkIntervalTotalInputPwr Integer32, otnOTSnSinkIntervalLoopThreshold Integer32, otnOTSnSinkIntervalLaserTemp Integer32 } otnOTSnSinkIntervalNbr OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION " The number identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1." ::= { otnOTSnSinkIntervalEntry 1 } otnOTSnSinkIntervalSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If the value is true(1), the statistics in this entry may be unreliable." ::= { otnOTSnSinkIntervalEntry 2 } otnOTSnSinkIntervalTotalInputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "Total Optical Power Monitored at the input." ::= { otnOTSnSinkIntervalEntry 3 } otnOTSnSinkIntervalLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is a lower limit threshold on oTSnSinkIntervalTotalInputPwr. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOTSnSinkIntervalEntry 4 } otnOTSnSinkIntervalLaserTemp OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This is the operating temperature of laser." ::= { otnOTSnSinkIntervalEntry 5 } otnOTSnSrcCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOTSnSrcCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OTSn Source Current PM table." ::= { otnOTSn 5 } otnOTSnSrcCurrentEntry OBJECT-TYPE SYNTAX OtnOTSnSrcCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the OTS Source Current table." INDEX { ifIndex } ::= { otnOTSnSrcCurrentTable 1 } OtnOTSnSrcCurrentEntry ::= SEQUENCE { otnOTSnSrcCurrentSuspectedFlag TruthValue, otnOTSnSrcCurrentTotalOutputPwr Integer32, otnOTSnSrcCurrentLoopThreshold Integer32, otnOTSnSrcCurrentLaserTemp Integer32, otnOTSnSrcCurrentSafetyThreshold Integer32 otnOTSnSrcCurrentPMCounterReset TruthValue } otnOTSnSrcCurrentSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If true(1), the statistic of this interval may be unreliable." ::= { otnOTSnSrcCurrentEntry 1 } otnOTSnSrcCurrentTotalOutputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "Total Optical Power Monitored at the output." ::= { otnOTSnSrcCurrentEntry 2 } otnOTSnSrcCurrentLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is a lower limit threshold on OTS-SRC total output Power indicating the existence of light energy emitted into the Ring. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOTSnSrcCurrentEntry 3 } otnOTSnSrcCurrentLaserTemp OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This is the operating temperature of laser." ::= { otnOTSnSrcCurrentEntry 4 } otnOTSnSrcCurrentSafetyThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is a threshold on OTS-SRC total output Power indicating that the light energy emitted into the Ring exceeds the safety threshold." ::= { otnOTSnSrcCurrentEntry 5 } otnOTSnSrcCurrentPMCounterReset OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Set this value to true(1) to reset all performance management counters. On completion the NE sets it back to false." ::= { otnOTSnSrcCurrentEntry 6 } otnOTSnSrcIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOTSnSrcIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OTSn Source PM table." ::= { otnOTSn 6 } otnOTSnSrcIntervalEntry OBJECT-TYPE SYNTAX OtnOTSnSrcIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the OTS Source Interval table." INDEX { ifIndex, otnOTSnSrcIntervalNbr } ::= { otnOTSnSrcIntervalTable 1 } OtnOTSnSrcIntervalEntry ::= SEQUENCE { otnOTSnSrcIntervalNbr Unsigned32, otnOTSnSrcIntervalSuspectedFlag TruthValue, otnOTSnSrcIntervalTotalOutputPwr Integer32, otnOTSnSrcIntervalLoopThreshold Integer32, otnOTSnSrcIntervalLaserTemp Integer32, otnOTSnSrcIntervalSafetyThreshold Integer32 } otnOTSnSrcIntervalNbr OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The number identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1." ::= { otnOTSnSrcIntervalEntry 1 } otnOTSnSrcIntervalSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If the value is true(1), the statistics in this entry may be unreliable." ::= { otnOTSnSrcIntervalEntry 2 } otnOTSnSrcIntervalTotalOutputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "Total Optical Power Monitored at the output." ::= { otnOTSnSrcIntervalEntry 3 } otnOTSnSrcIntervalLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION " This is a lower limit threshold on OTS-SRC total output Power indicating the existence of light energy emitted into the Ring. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOTSnSrcIntervalEntry 4 } otnOTSnSrcIntervalLaserTemp OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This is Laser Temperature." ::= { otnOTSnSrcIntervalEntry 5 } otnOTSnSrcIntervalSafetyThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is a threshold on OTS-SRC total output Power indicating that the light energy emitted into the Ring exceeds the safety threshold." ::= { otnOTSnSrcIntervalEntry 6 } -- End of OTS Group -- the otnOMSn group -- This group handles the configuration information for OMS layers. -- otnOMSnConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOMSnConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OMSn Configuration table." ::= { otnOMSn 1 } otnOMSnConfigEntry OBJECT-TYPE SYNTAX OtnOMSnConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the otnOMSnConfig table." INDEX { ifIndex } ::= { otnOMSnConfigTable 1 } OtnOMSnConfigEntry ::= SEQUENCE { otnOMSnOrder Unsigned32, otnOMSnCurrentStatus INTEGER } otnOMSnOrder OBJECT-TYPE SYNTAX Unsigned32 (1..900) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of multiplexed optical channels." ::= { otnOMSnConfigEntry 1 } otnOMSnCurrentStatus OBJECT-TYPE SYNTAX INTEGER { noDefect(1), ssfP(2), ssfO(3), fdiP(4), fdiO(5), fdi(6) bdi(7), losP(8) } MAX-ACCESS read-only STATUS current DESCRIPTION "This variable indicates the failure condition of the entity." ::= { otnOMSnConfigEntry 2 } otnOMSnSinkCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOMSnSinkCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OMSn PM table." ::= { otnOMSn 2 } otnOMSnSinkCurrentEntry OBJECT-TYPE SYNTAX OtnOMSnSinkCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the otnOMSnSinkCurrent table." INDEX { ifIndex } ::= { otnOMSnSinkCurrentTable 1 } OtnOMSnSinkCurrentEntry ::= SEQUENCE { otnOMSnSinkCurrentSuspectedFlag TruthValue, otnOMSnSinkCurrentAggregatedInputPwr Integer32, otnOMSnSinkCurrentLoopThreshold Integer32 otnOMSnSinkCurrentPMCounterReset TruthValue } otnOMSnSinkCurrentSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If true(1), the statistics of this interval may be unreliable." ::= { otnOMSnSinkCurrentEntry 1 } otnOMSnSinkCurrentAggregatedInputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "The aggregated optical power of all the DWDM input channels." ::= { otnOMSnSinkCurrentEntry 2 } otnOMSnSinkCurrentLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is the lower limit threshold for the OMS-SNK DWDM Input Power, indicating Loss Of Optical DWDM Channels at the input to the Pre-OPA/in-line-OPA. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOMSnSinkCurrentEntry 3 } otnOMSnSinkCurrentPMCounterReset OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "The value is set to true(1) to reset all performance management counters. On completion the value is set back to false." ::= { otnOMSnSinkCurrentEntry 4 } otnOMSnSinkIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOMSnSinkIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OMSn Sink PM table." ::= { otnOMSn 3 } otnOMSnSinkIntervalEntry OBJECT-TYPE SYNTAX OtnOTSnSinkIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the OMS Sink Interval table." INDEX { ifIndex, otnOMSnSinkIntervalNbr } ::= { otnOMSnSinkIntervalTable 1 } OtnOMSnSinkIntervalEntry ::= SEQUENCE { otnOMSnSinkIntervalNbr Unsigned32, otnOMSnSinkIntervalSuspectedFlag TruthValue, otnOMSnSInkIntervalAggregatedInputPwr Integer32, otnOMSnSinkIntervalLoopThreshold Integer32 } otnOMSnSinkIntervalNbr OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The number identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1." ::= { otnOMSnSinkIntervalEntry 1 } otnOMSnSinkIntervalSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If the value is true(1), the statistics in this entry may be unreliable." ::= { otnOMSnSinkIntervalEntry 2 } otnOMSnSinkIntervalAggregatedInputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "The aggregated optical power of all the DWDM input channels." ::= { otnOMSnSinkIntervalEntry 3 } otnOMSnSinkIntervalLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is the lower limit threshold for the OMS-SNK DWDM Input Power, indicating Loss Of Optical DWDM Channels at the input to the Pre-OPA/in-line-OPA. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOMSnSinkIntervalEntry 4 } otnOMSnSrcCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF otnOMSnSrcCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OMSn Source Current PM table." ::= { otnOMSn 4 } otnOMSnSrcCurrentEntry OBJECT-TYPE SYNTAX OtnOMSnSrcCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the OMS Source Current table." INDEX { ifIndex } ::= { otnOMSnSrcCurrentTable 1 } OtnOMSnSrcCurrentEntry ::= SEQUENCE { otnOMSnSrcCurrentSuspectedFlag TruthValue, otnOMSnSrcCurrentTotalOutputPwr Integer32, otnOMSnSrcCurrentLoopThreshold Integer32, otnOMSnSrcCurrentSafetyThreshold Integer32, otnOMSnSrcCurrentPMCounterReset TruthValue } otnOMSnSrcCurrentSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If true(1), the statistics of this interval may be unreliable." ::= { otnOMSnSrcCurrentEntry 1 } otnOMSnSrcCurrentTotalOutputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "Total Optical Power Monitored at the output." ::= { otnOMSnSrcCurrentEntry 2 } otnOMSnSrcCurrentLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is a lower limit threshold on OMS-SRC total output Power indicating the existence of light energy emitted into the Ring. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOMSnSrcCurrentEntry 3 } otnOMSnSrcCurrentSafetyThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is a threshold on OMS-SRC total output Power indicating that the light energy emitted into the Ring exceeds the safety threshold." ::= { otnOMSnSrcCurrentEntry 4 } otnOMSnSrcCurrentPMCounterReset OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "The value set to true(1) will reset all performance management counters. On completion the value is set back to false." ::= { otnOMSnSrcCurrentEntry 5 } otnOMSnSrcIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOMSnSrcIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OMSn Source PM table." ::= { otnOMSn 5 } otnOMSnSrcIntervalEntry OBJECT-TYPE SYNTAX OtnOMSnSrcIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the OTS Source Interval table." INDEX { ifIndex, otnOMSnSrcIntervalNbr } ::= { otnOMSnSrcIntervalTable 1 } OtnOMSnSrcIntervalEntry ::= SEQUENCE { otnOMSnSrcIntervalNbr Unsigned32, otnOMSnSrcIntervalSuspectedFlag TruthValue, otnOMSnSrcIntervalTotalOutputPwr Integer32, otnOMSnSrcIntervalLoopThreshold Integer32, otnOMSnSrcIntervalSafetyThreshold Integer32 } otnOMSnSrcIntervalNbr OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The number identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1." ::= { otnOMSnSrcIntervalEntry 1 } otnOMSnSrcIntervalSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If the value is true(1), the statistics in this entry may be unreliable." ::= { otnOMSnSrcIntervalEntry 2 } otnOMSnSrcIntervalTotalOutputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "Total Optical Power Monitored at the output." ::= { otnOMSnSrcIntervalEntry 3 } otnOMSnSrcIntervalLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is the lower limit threshold on OMS-SRC total output Power indicating the existence of light energy emitted into the Ring. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOMSnSrcIntervalEntry 4 } otnOMSnSrcIntervalSafetyThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is a threshold on OMS-SRC total output Power indicating that the light energy emitted into the Ring exceeds the safety threshold." ::= { otnOMSnSrcIntervalEntry 5 } -- End of OMS Group -- The otnOCh group -- This group handles the configuration and -- performance monitoring information for OCh layers. -- otnOChConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOChConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OCh Configuration table." ::= { otnOCh 1 } otnOChConfigEntry OBJECT-TYPE SYNTAX OtnOChConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the otnOChConfig table." INDEX { ifIndex } ::= { otnOChConfigTable 1 } OtnOChConfigEntry ::= SEQUENCE { otnOChCurrentStatus INTEGER } otnOChCurrentStatus OBJECT-TYPE SYNTAX INTEGER { noDefect(1), los(2), losc(3), fdi(4), lof(5), ais(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "This variable indicates the failure condition of the entity." ::= { otnOChConfigEntry 1 } otnOChSinkCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOChSinkCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OCh PM table." ::= { otnOCh 2 } otnOChSinkCurrentEntry OBJECT-TYPE SYNTAX OtnOChSinkCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the otnOChSinkCurrent table." INDEX { ifIndex } ::= { otnOChSinkCurrentTable 1 } OtnOChSinkCurrentEntry ::= SEQUENCE { otnOChSinkCurrentSuspectedFlag TruthValue, otnOChSinkCurrentTotalInputPwr Integer32, otnOChSinkCurrentLoopThreshold Integer32 otnOChSinkCurrentPMCounterReset TruthValue } otnOChSinkCurrentSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If true(1), the statistics of this interval may be unreliable." ::= { otnOChSinkCurrentEntry 1 } otnOChSinkCurrentTotalInputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "Total Optical Power Monitored at the input." ::= { otnOChSinkCurrentEntry 2 } otnOChSinkCurrentLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is the lower limit threshold on OChSinkCurrentTotalInputPwr. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOChSinkCurrentEntry 3 } otnOChSinkCurrentPMCounterReset OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "The value is set to true(1) to reset all performance management counters. On completion the NE sets it back to false." ::= { otnOChSinkCurrentEntry 4 } otnOChSinkIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOChSinkIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OCh Sink PM table." ::= { otnOCh 3 } otnOChSinkIntervalEntry OBJECT-TYPE SYNTAX OtnOChSinkIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the OCH PM table." INDEX { ifIndex, otnOChSinkInterval } ::= { otnOChSinkIntervalTable 1 } OtnOChSinkIntervalEntry ::= SEQUENCE { otnOChSinkIntervalNbr Unsigned32, otnOChSinkIntervalSuspectedFlag TruthValue, otnOChSinkTotalInputPwr Integer32, otnOChSinkLoopThreshold Integer32 } otnOChSinkIntervalNbr OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION " The number identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1. " ::= { otnOChSinkIntervalEntry 1 } otnOChSinkIntervalSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If the value is true(1), the statistics in this entry may be unreliable." ::= { otnOChSinkIntervalEntry 2 } otnOChSinkInternalTotalInputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "Total Optical Power Monitored at the input." ::= { otnOChSinkIntervalEntry 3 } otnOChSinkIntervalLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is the lower limit threshold on OChSinkIntervalTotalInputPwr. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOChSinkIntervalEntry 4 } otnOChSrcCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOChSrcCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OCh Source Current PM table." ::= { otnOCh 4 } otnOChSrcCurrentEntry OBJECT-TYPE SYNTAX OtnOChSrcCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the OCh Source Current table." INDEX { ifIndex } ::= { otnOChSrcCurrentTable 1 } OtnOChSrcCurrentEntry ::= SEQUENCE { otnOChSrcCurrentSuspectedFlag TruthValue, otnOChSrcCurrentTotalOutputPwr Integer32, otnOChSrcCurrentLoopThreshold Integer32, otnOChSrcCurrentSafetyThreshold Integer32, otnOChSrcCurrentPMCounterReset TruthValue } otnOChSrcCurrentSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If true(1), the statistics of this interval may be unreliable." ::= { otnOChSrcCurrentEntry 1 } otnOChSrcCurrentTotalOutputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "Total Optical Power Monitored at the output." ::= { otnOChSrcCurrentEntry 2 } otnOChSrcCurrentLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is the lower limit threshold on OCh-SRC total output Power indicating the existence of light energy emitted into the Ring. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOChSrcCurrentEntry 3 } otnOChSrcCurrentSafetyThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is a threshold on OCH-SRC total output Power indicating that the light energy emitted into the Ring exceeds the safety threshold." ::= { otnOChSrcCurrentEntry 4 } otnOChSrcCurrentPMCounterReset OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "The value is set to true(1) to reset all performance management counters. On completion the NE sets it back to false." ::= { otnOChSrcCurrentEntry 5 } otnOChSrcIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOChSrcIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OTN OCh Source PM table." ::= { otnOCh 5 } otnOChSrcIntervalEntry OBJECT-TYPE SYNTAX OtnOChSrcIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the OCH Source Interval table." INDEX { ifIndex, otnOChSrcIntervalNbr } ::= { otnOChSrcIntervalTable 1 } OtnOChSrcIntervalEntry ::= SEQUENCE { otnOChSrcIntervalNbr Unsigned32, otnOChSrcIntervalSuspectedFlag TruthValue, otnOChSrcIntervalTotalOutputPwr Integer32, otnOChSrcIntervalLoopThreshold Integer32, otnOChSrcIntervalSafetyThreshold Integer32 } otnOChSrcIntervalNbr OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION " The number identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1. " ::= { otnOChSrcIntervalEntry 1 } otnOChSrcIntervalSuspectedFlag OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If the value is true(1), the statistics in this entry may be unreliable." ::= { otnOChSrcIntervalEntry 2 } otnOChSrcIntervalTotalOutputPwr OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "Total Optical Power Monitored at the output." ::= { otnOChSrcIntervalEntry 3 } otnOChSrcIntervalLoopThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is the lower limit threshold on OCH-SRC total output Power indicating the existence of light energy emitted into the Ring. Threshold Crossing Alert (TCA)trap should be sent." ::= { otnOChSrcIntervalEntry 4 } otnOChSrcIntervalSafetyThreshold OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 dbm" MAX-ACCESS read-only STATUS current DESCRIPTION "This is a threshold on OCH-SRC total output Power indicating that the light energy emitted into the Ring exceeds the safety threshold." ::= { otnOChSrcIntervalEntry 5 } -- End of OCh Group -- the otnOTUk group -- -- otnOTUkConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnOTUkConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The list of OTN OTUk interface entries." ::= { otnOTUk 1 } otnOTUkConfigEntry OBJECT-TYPE SYNTAX OtnOTUkConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the otnOTUkConfig table." INDEX { ifIndex } ::= { otnOTUkConfigTable 1 } OtnOTUkConfigEntry ::= SEQUENCE { otnOTUkTraceIdentifierTransmitted SnmpAdminString, otnOTUkTraceIdentifierExpected SnmpAdminString, otnOTUkTraceIdentifierReceived SnmpAdminString, otnOTUkTimDetEnabled TruthValue, otnOTUkTimActEnabled TruthValue, otnOTUkCurrentStatus INTEGER } otnOTUkTraceIdentifierTransmitted OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The trace identifier transmitted at the transmission side." ::= { otnOTUkConfigEntry 1 } otnOTUkTraceIdentifierExpected OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The trace identifier expected at the received side." ::= { otnOTUkConfigEntry 2 } otnOTUkTraceIdentifierReceived OBJECT-TYPE SYNTAX SnmpAdminString(SIZE (0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "The actual trace identifier received." ::= { otnOTUkConfigEntry 3 } otnOTUkTimDetEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Indicates whether the Detection function of TIM (Trace Identifier Mismatch) failure is enabled or disable. The value of true means enabled." ::= { otnOTUkConfigEntry 4 } otnOTUkTimActEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Indicates whether the Consequent Action function of detecting a TIM (Trace Identifier Mismatch) failure is enabled or disabled. The value of true means enabled." ::= { otnOTUkConfigEntry 5 } otnOTUkCurrentStatus OBJECT-TYPE SYNTAX INTEGER { noDefect(1), tim(2), deg(3), bdi(4), ssf(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "This variable indicates the failure condition of the entity." ::= { otnOTUkConfigEntry 6 } -- the otnODUkT group -- -- otnODUkTConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnODUkTConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The list of OTN ODUkT interface entries." ::= { otnODUkT 1 } otnODUkTConfigEntry OBJECT-TYPE SYNTAX OtnODUkTConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the otnODUkTConfig table." INDEX { ifIndex } ::= { otnODUkTConfigTable 1 } OtnODUkTConfigEntry ::= SEQUENCE { otnODUkTTraceIdentifierTransmitted SnmpAdminString, otnODUkTTraceIdentifierExpected SnmpAdminString, otnODUkTTraceIdentifierReceived SnmpAdminString, otnODUkTTimDetEnabled TruthValue, otnODUkTTimActEnabled TruthValue, otnODUkTCurrentStatus INTEGER, otnODUkTLockSignalAdminState INTEGER, otnODUkTTopOfStack Unsigned32, otnODUkTMaxTopOfStack Unsigned32 } otnODUkTTraceIdentifierTransmitted OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The trace identifier transmitted at the transmission side." ::= { otnODUkTConfigEntry 1 } otnODUkTTraceIdentifierExpected OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The trace identifier expected at the received side." ::= { otnODUkTConfigEntry 2 } otnODUkTTraceIdentifierReceived OBJECT-TYPE SYNTAX SnmpAdminString(SIZE (0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "The actual trace identifier received." ::= { otnODUkTConfigEntry 3 } otnODUkTTimDetEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Indicates whether the Detection function of TIM (Trace Identifier Mismatch) failure is enabled or disable. The value of true means enabled." ::= { otnODUkTConfigEntry 4 } otnODUkTTimActEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Indicates whether the Consequent Action function of detecting a TIM (Trace Identifier Mismatch) failure is enabled or disabled. The value of true means enabled." ::= { otnODUkTConfigEntry 5 } otnODUkTCurrentStatus OBJECT-TYPE SYNTAX INTEGER { noDefect(1), ais(2), oci(3), lck(4), tim(5), deg(6), bdi(7), ssf(8), cMaxTosIngress(9), tovr(10), tz(11), udr(12) } MAX-ACCESS read-only STATUS current DESCRIPTION "This variable indicates the failure condition of the entity." ::= { otnODUkTConfigEntry 6 } otnODUkTLockSignalAdminState OBJECT-TYPE SYNTAX INTEGER { locked(1), unLocked(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "This variable provides the capability to provision the LOCK signal, which is one of the ODUk maintenance signals." ::= { otnODUkTConfigEntry 8 } otnODUkTTopOfStack OBJECT-TYPE SYNTAX Unsigned32 (0..6) MAX-ACCESS read-only STATUS current DESCRIPTION "This variable indicates the number of active Tandem Connection (TC) trails at this point." ::= { otnODUkTConfigEntry 9 } otnODUkTMaxTopOfStack OBJECT-TYPE SYNTAX Unsigned32 (0..6) MAX-ACCESS read-write STATUS current DESCRIPTION "This variable indicates the maximum number of Tandem Connection Monitoring (TCM) overhead fields to be passed through a network domain. These TCM overhead fields are in the range 1..otnODUkTMaxTopOfStack." ::= { otnODUkTConfigEntry 10 } -- the otnODUkP group -- -- otnODUkPConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF OtnODUkPConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The list of OTN OTUKP interface entries." ::= { otnODUkP 1 } otnODUkPConfigEntry OBJECT-TYPE SYNTAX OtnODUkPConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the otnODUkPConfig table." INDEX { ifIndex } ::= { otnODUkPConfigTable 1 } OtnODUkPConfigEntry ::= SEQUENCE { otnODUkPTraceIdentifierTransmitted SnmpAdminString, otnODUkPTraceIdentifierExpected SnmpAdminString, otnODUkPTraceIdentifierReceived SnmpAdminString, otnODUkPTimDetEnabled TruthValue, otnODUkPTimActEnabled TruthValue, otnODUkPCurrentStatus INTEGER, otnODUkPPayloadTypeTransmitted Unsigned32, otnODUkPPayloadTypeExpected Unsigned32, otnODUkPPayloadTypeReceived Unsigned32, otnODUkPCBRMapping INTEGER, otnODUkPActiveAdaptFuncSource INTEGER, otnODUkPActiveAdaptFuncSink INTEGER } otnODUkPTraceIdentifierTransmitted OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The trace identifier transmitted at the transmission side." ::= { otnODUkPConfigEntry 1 } otnODUkPTraceIdentifierExpected OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "The trace identifier expected at the received side." ::= { otnODUkPConfigEntry 2 } otnODUkPTraceIdentifierReceived OBJECT-TYPE SYNTAX SnmpAdminString(SIZE (0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "The actual trace identifier received." ::= { otnODUkPConfigEntry 3 } otnODUkPTimDetEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Indicates whether the Detection function of TIM (Trace Identifier Mismatch) failure is enabled or disable. The value of true means enabled." ::= { otnODUkPConfigEntry 4 } otnODUkPTimActEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Indicates whether the Consequent Action function of detecting a TIM (Trace Identifier Mismatch) failure is enabled or disabled. The value of true means enabled." ::= { otnODUkPConfigEntry 5 } otnODUkPCurrentStatus OBJECT-TYPE SYNTAX INTEGER { noDefect(1), lck(2), tim(3), oci(4), ais(5), deg(6), bdi(7), ssf(8), plm(9) } MAX-ACCESS read-only STATUS current DESCRIPTION "This variable indicates the failure condition of the entity." ::= { otnODUkPConfigEntry 6 } otnODUkPPayloadTypeTransmitted OBJECT-TYPE SYNTAX Unsigned32 (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "The payload type signal transmitted at the transmission side." ::= { otnODUkPConfigEntry 7 } otnODUkPPayloadTypeExpected OBJECT-TYPE SYNTAX Unsigned32 (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "The payload type signal expected at the received side." ::= { otnOTUkPConfigEntry 8 } otnODUkPPayloadTypeReceived OBJECT-TYPE SYNTAX Unsigned32 (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "The actual payload type signal received." ::= { otnODUkPConfigEntry 9} otnODUkPCBRMapping OBJECT-TYPE SYNTAX INTEGER { async(1), bitSync(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "This variable control the mapping for the constant bit rate (CBR) adaptation function." ::= { otnODUkPConfigEntry 10 } otnODUkPActiveAdaptFuncSource OBJECT-TYPE SYNTAX INTEGER { cBR(1), cBRa(2), cBRb(3), aTMvp(4), gFP(5), nULL(6), pRBS(7), rSn(8) } MAX-ACCESS read-write STATUS current DESCRIPTION "This variable indicates the active adaptation function at the interface port." ::= { otnODUkPConfigEntry 11 } otnODUkPActiveAdaptFuncSink OBJECT-TYPE SYNTAX INTEGER { cBR(1), aTMvp(2), gFP(3), nULL(4), pRBS(5), rSn(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "This variable indicates the active adaptation function." ::= { otnODUkPConfigEntry 12 } -- conformance information -- To be Added END