⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opt-if-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
    optIfOTSnTraceIdentifierAccepted     OptIfAcTI,    optIfOTSnTIMDetMode                  OptIfTIMDetMode,    optIfOTSnTIMActEnabled               TruthValue,    optIfOTSnCurrentStatus               BITS    }optIfOTSnDirectionality OBJECT-TYPE  SYNTAX  OptIfDirectionality  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "Indicates the directionality of the entity."  ::= { optIfOTSnConfigEntry 1 }optIfOTSnAprStatus OBJECT-TYPE  SYNTAX  SnmpAdminString  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "This attribute indicates the status of the Automatic     Power Reduction (APR) function of the entity.  Valid     values are 'on' and 'off'."  ::= { optIfOTSnConfigEntry 2 }optIfOTSnAprControl OBJECT-TYPE  SYNTAX  SnmpAdminString  MAX-ACCESS  read-write  STATUS  current  DESCRIPTION    "This object is a UTF-8 encoded string that specifies Automatic     Power Reduction (APR) control actions requested of this entity     (when written) and that returns the current APR control state     of this entity (when read).  The values are implementation-defined.     Any implementation that instantiates this object must document the     set of values that it allows to be written, the set of values     that it will return, and what each of those values means."  ::= { optIfOTSnConfigEntry 3 }optIfOTSnTraceIdentifierTransmitted OBJECT-TYPE  SYNTAX  OptIfTxTI  MAX-ACCESS  read-write  STATUS  current  DESCRIPTION    "The trace identifier transmitted.     This object is applicable when optIfOTSnDirectionality has the     value source(2) or bidirectional(3).     This object does not apply to reduced-capability systems (i.e.,     those for which optIfOTMnReduced has the value true(1)) or     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1     has the value 'IrDI').     If no value is ever set by a management entity for the object     optIfOTSnTraceIdentifierTransmitted, system-specific default     value will be used.  Any implementation that instantiates this     object must document the system-specific default value or how it     is derived."  ::= { optIfOTSnConfigEntry 4 }optIfOTSnDAPIExpected OBJECT-TYPE  SYNTAX  OptIfExDAPI  MAX-ACCESS  read-write  STATUS  current  DESCRIPTION    "The DAPI expected by the receiver.     This object is applicable when optIfOTSnDirectionality has the     value sink(1) or bidirectional(3).  It has no effect if     optIfOTSnTIMDetMode has the value off(1) or sapi(3).     This object does not apply to reduced-capability systems (i.e.,     those for which optIfOTMnReduced has the value true(1)) or     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1     has the value 'IrDI')."  ::= { optIfOTSnConfigEntry 5 }optIfOTSnSAPIExpected OBJECT-TYPE  SYNTAX  OptIfExSAPI  MAX-ACCESS  read-write  STATUS  current  DESCRIPTION    "The SAPI expected by the receiver.     This object is applicable when optIfOTSnDirectionality has the     value sink(1) or bidirectional(3).  It has no effect if     optIfOTSnTIMDetMode has the value off(1) or dapi(2).     This object does not apply to reduced-capability systems (i.e.,     those for which optIfOTMnReduced has the value true(1)) or     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1     has the value 'IrDI')."  ::= { optIfOTSnConfigEntry 6 }optIfOTSnTraceIdentifierAccepted OBJECT-TYPE  SYNTAX  OptIfAcTI  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The actual trace identifier received.     This object is applicable when optIfOTSnDirectionality has the     value sink(1) or bidirectional(3).  Its value is unspecified     if optIfOTSnCurrentStatus has either or both of the     losO(5) and los(6) bits set.     This object does not apply to reduced-capability systems (i.e.,     those for which optIfOTMnReduced has the value true(1)) or     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1     has the value 'IrDI')."  ::= { optIfOTSnConfigEntry 7 }optIfOTSnTIMDetMode OBJECT-TYPE  SYNTAX  OptIfTIMDetMode  MAX-ACCESS  read-write  STATUS  current  DESCRIPTION    "Indicates the mode of the Trace Identifier Mismatch (TIM)     Detection function.  This object is applicable     when optIfOTSnDirectionality has the value sink(1)     or bidirectional(3).  The default value is off(1).     This object does not apply to reduced-capability systems (i.e.,     those for which optIfOTMnReduced has the value true(1)) or     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1     has the value 'IrDI').     The default value of this object is off(1)."  ::= { optIfOTSnConfigEntry 8 }optIfOTSnTIMActEnabled OBJECT-TYPE  SYNTAX  TruthValue  MAX-ACCESS  read-write  STATUS  current  DESCRIPTION    "Indicates whether the Trace Identifier Mismatch (TIM)     Consequent Action function is enabled.  This object     is applicable when optIfOTSnDirectionality has the     value sink(1) or bidirectional(3).  It has no effect     when the value of optIfOTSnTIMDetMode is off(1).     This object does not apply to reduced-capability systems (i.e.,     those for which optIfOTMnReduced has the value true(1)) or     at IrDI interfaces (i.e., when optIfOTMnInterfaceType field 1     has the value 'IrDI').     The default value of this object is false(2)."  ::= { optIfOTSnConfigEntry 9 }optIfOTSnCurrentStatus OBJECT-TYPE  SYNTAX  BITS {    bdiP(0),    bdiO(1),    bdi(2),    tim(3),    losP(4),    losO(5),    los(6)    }  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "Indicates the defect condition of the entity, if any.     This object is applicable when optIfOTSnDirectionality     has the value sink(1) or bidirectional(3).  In     reduced-capability systems or at IrDI interfaces     the only bit position that may be set is los(6)."  ::= { optIfOTSnConfigEntry 10 }-- OTSn sink current table-- Contains data for the current 15-minute performance monitoring-- interval.optIfOTSnSinkCurrentTable OBJECT-TYPE  SYNTAX  SEQUENCE OF OptIfOTSnSinkCurrentEntry  MAX-ACCESS  not-accessible  STATUS  current  DESCRIPTION    "A table of OTSn sink performance monitoring information for     the current 15-minute interval."  ::= { optIfOTSn 2 }optIfOTSnSinkCurrentEntry OBJECT-TYPE  SYNTAX  OptIfOTSnSinkCurrentEntry  MAX-ACCESS  not-accessible  STATUS  current  DESCRIPTION    "A conceptual row that contains OTSn sink performance     monitoring information of an interface for the current     15-minute interval."  INDEX  { ifIndex }  ::= { optIfOTSnSinkCurrentTable 1 }OptIfOTSnSinkCurrentEntry ::=  SEQUENCE {    optIfOTSnSinkCurrentSuspectedFlag             TruthValue,    optIfOTSnSinkCurrentInputPower                Integer32,    optIfOTSnSinkCurrentLowInputPower             Integer32,    optIfOTSnSinkCurrentHighInputPower            Integer32,    optIfOTSnSinkCurrentLowerInputPowerThreshold  Integer32,    optIfOTSnSinkCurrentUpperInputPowerThreshold  Integer32,    optIfOTSnSinkCurrentOutputPower               Integer32,    optIfOTSnSinkCurrentLowOutputPower            Integer32,    optIfOTSnSinkCurrentHighOutputPower           Integer32,    optIfOTSnSinkCurrentLowerOutputPowerThreshold Integer32,    optIfOTSnSinkCurrentUpperOutputPowerThreshold Integer32    }optIfOTSnSinkCurrentSuspectedFlag OBJECT-TYPE  SYNTAX  TruthValue  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "If true, the data in this entry may be unreliable."  ::= { optIfOTSnSinkCurrentEntry 1 }optIfOTSnSinkCurrentInputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The optical power monitored at the input."  ::= { optIfOTSnSinkCurrentEntry 2 }optIfOTSnSinkCurrentLowInputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The lowest optical power monitored at the input during the     current 15-minute interval."  ::= { optIfOTSnSinkCurrentEntry 3 }optIfOTSnSinkCurrentHighInputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The highest optical power monitored at the input during the     current 15-minute interval."  ::= { optIfOTSnSinkCurrentEntry 4 }optIfOTSnSinkCurrentLowerInputPowerThreshold OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-write  STATUS  current  DESCRIPTION    "The lower limit threshold on input power.  If     optIfOTSnSinkCurrentInputPower drops to this value or below,     a Threshold Crossing Alert (TCA) should be sent."  ::= { optIfOTSnSinkCurrentEntry 5 }optIfOTSnSinkCurrentUpperInputPowerThreshold OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-write  STATUS  current  DESCRIPTION    "The upper limit threshold on input power.  If     optIfOTSnSinkCurrentInputPower reaches or exceeds this value,     a Threshold Crossing Alert (TCA) should be sent."  ::= { optIfOTSnSinkCurrentEntry 6 }optIfOTSnSinkCurrentOutputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The optical power monitored at the output."  ::= { optIfOTSnSinkCurrentEntry 7 }optIfOTSnSinkCurrentLowOutputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The lowest optical power monitored at the output during the     current 15-minute interval."  ::= { optIfOTSnSinkCurrentEntry 8 }optIfOTSnSinkCurrentHighOutputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The highest optical power monitored at the output during the     current 15-minute interval."  ::= { optIfOTSnSinkCurrentEntry 9 }optIfOTSnSinkCurrentLowerOutputPowerThreshold OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-write  STATUS  current  DESCRIPTION    "The lower limit threshold on output power.  If     optIfOTSnSinkCurrentOutputPower drops to this value or below,     a Threshold Crossing Alert (TCA) should be sent."  ::= { optIfOTSnSinkCurrentEntry 10 }optIfOTSnSinkCurrentUpperOutputPowerThreshold OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-write  STATUS  current  DESCRIPTION    "The upper limit threshold on output power.  If     optIfOTSnSinkCurrentOutputPower reaches or exceeds this value,     a Threshold Crossing Alert (TCA) should be sent."  ::= { optIfOTSnSinkCurrentEntry 11 }-- OTSn sink interval table-- Contains data for previous 15-minute performance monitoring-- intervals.optIfOTSnSinkIntervalTable OBJECT-TYPE  SYNTAX  SEQUENCE OF OptIfOTSnSinkIntervalEntry  MAX-ACCESS  not-accessible  STATUS  current  DESCRIPTION    "A table of historical OTSn sink performance monitoring     information."  ::= { optIfOTSn 3 }optIfOTSnSinkIntervalEntry OBJECT-TYPE  SYNTAX  OptIfOTSnSinkIntervalEntry  MAX-ACCESS  not-accessible  STATUS  current  DESCRIPTION    "A conceptual row that contains OTSn sink performance     monitoring information of an interface during a particular     historical interval."  INDEX  { ifIndex, optIfOTSnSinkIntervalNumber }  ::= { optIfOTSnSinkIntervalTable 1 }OptIfOTSnSinkIntervalEntry ::=  SEQUENCE {    optIfOTSnSinkIntervalNumber           OptIfIntervalNumber,    optIfOTSnSinkIntervalSuspectedFlag    TruthValue,    optIfOTSnSinkIntervalLastInputPower   Integer32,    optIfOTSnSinkIntervalLowInputPower    Integer32,    optIfOTSnSinkIntervalHighInputPower   Integer32,    optIfOTSnSinkIntervalLastOutputPower  Integer32,    optIfOTSnSinkIntervalLowOutputPower   Integer32,    optIfOTSnSinkIntervalHighOutputPower  Integer32    }optIfOTSnSinkIntervalNumber OBJECT-TYPE  SYNTAX  OptIfIntervalNumber  MAX-ACCESS  not-accessible  STATUS  current  DESCRIPTION    "Uniquely identifies the interval."  ::= { optIfOTSnSinkIntervalEntry 1 }optIfOTSnSinkIntervalSuspectedFlag OBJECT-TYPE  SYNTAX  TruthValue  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "If true, the data in this entry may be unreliable."  ::= { optIfOTSnSinkIntervalEntry 2 }optIfOTSnSinkIntervalLastInputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The last optical power monitored at the input during the     interval."  ::= { optIfOTSnSinkIntervalEntry 3 }optIfOTSnSinkIntervalLowInputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The lowest optical power monitored at the input during the     interval."  ::= { optIfOTSnSinkIntervalEntry 4 }optIfOTSnSinkIntervalHighInputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The highest optical power monitored at the input during the     interval."  ::= { optIfOTSnSinkIntervalEntry 5 }optIfOTSnSinkIntervalLastOutputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The last optical power monitored at the output during the     interval."  ::= { optIfOTSnSinkIntervalEntry 6 }optIfOTSnSinkIntervalLowOutputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The lowest optical power monitored at the output during the     interval."  ::= { optIfOTSnSinkIntervalEntry 7 }optIfOTSnSinkIntervalHighOutputPower OBJECT-TYPE  SYNTAX  Integer32  UNITS  "0.1 dbm"  MAX-ACCESS  read-only  STATUS  current  DESCRIPTION    "The highest optical power monitored at the output during the     interval."  ::= { optIfOTSnSinkIntervalEntry 8 }-- OTSn sink current day table-- Contains data for the current 24-hour performance-- monitoring interval.optIfOTSnSinkCurDayTable OBJECT-TYPE  SYNTAX  SEQUENCE OF OptIfOTSnSinkCurDayEntry

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -