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

📄 rfc1406-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 4 页
字号:
            Gauge,        dsx1TotalSEFSs            Gauge,        dsx1TotalUASs            Gauge,        dsx1TotalCSSs            Gauge,        dsx1TotalPCVs            Gauge,        dsx1TotalLESs            Gauge,        dsx1TotalBESs            Gauge,        dsx1TotalDMs            Gauge,        dsx1TotalLCVs            Gauge    }    dsx1TotalIndex OBJECT-TYPE        SYNTAX  INTEGER (1..'7fffffff'h)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The index value which uniquely identifies  the           DS1  interface  to which this entry is applica-           ble.  The interface identified by a  particular           value  of  this  index is the same interface as           identified by the same value as a dsx1LineIndex           object instance."       ::= { dsx1TotalEntry 1 }    dsx1TotalESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Errored Seconds encountered by a           DS1 interface in the previous 24 hour interval"       ::= { dsx1TotalEntry 2 }    dsx1TotalSESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Severely Errored Seconds encoun-           tered  by  a  DS1  interface in the previous 24           hour interval."       ::= { dsx1TotalEntry 3 }    dsx1TotalSEFSs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Severely Errored Framing Seconds           encountered  by a DS1 interface in the previous           24 hour interval."       ::= { dsx1TotalEntry 4 }    dsx1TotalUASs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Unavailable Seconds  encountered           by  a DS1 interface in the previous 24 hour in-           terval."       ::= { dsx1TotalEntry 5 }    dsx1TotalCSSs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Controlled Slip Seconds  encoun-           tered  by  a  DS1  interface in the previous 24           hour interval."       ::= { dsx1TotalEntry 6 }    dsx1TotalPCVs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Path Coding  Violations  encoun-           tered  by  a  DS1  interface in the previous 24           hour interval."       ::= { dsx1TotalEntry 7 }    dsx1TotalLESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Line Errored Seconds encountered           by  a DS1 interface in the previous 24 hour in-           terval."       ::= { dsx1TotalEntry 8 }    dsx1TotalBESs OBJECT-TYPE        SYNTAX Gauge        ACCESS read-only        STATUS mandatory        DESCRIPTION           "The number of Bursty  Errored  Seconds  (BESs)           encountered  by a DS1 interface in the previous           24 hour interval."       ::= { dsx1TotalEntry 9 }    dsx1TotalDMs OBJECT-TYPE        SYNTAX Gauge        ACCESS read-only        STATUS mandatory        DESCRIPTION           "The number of Degraded Minutes  (DMs)  encoun-           tered  by  a  DS1  interface in the previous 24           hour interval."       ::= { dsx1TotalEntry 10 }    dsx1TotalLCVs OBJECT-TYPE        SYNTAX Gauge        ACCESS read-only        STATUS mandatory        DESCRIPTION           "The number of Line Code Violations (LCVs)  en-           countered  by a DS1 interface in the current 15           minute interval."    ::= {dsx1TotalEntry 11 }-- The DS1 Far End Group-- Implementation of this group is optional for all systems-- that attach to a DS1 Interface.-- The DS1 Far End Group consists of three tables:--   DS1 Far End Current--   DS1 Far End Interval--   DS1 Far End Total-- The DS1 Far End Current Table-- The DS1 Far End Current table contains various statistics-- being collected for the current 15 minute interval.-- The statistics are collected from the far end messages on the-- Facilities Data Link.  The definitions are the same as-- described for the near-end information.    dsx1FarEndCurrentTable OBJECT-TYPE        SYNTAX  SEQUENCE OF Dsx1FarEndCurrentEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION           "The DS1 Far End Current table."       ::= { ds1 10 }    dsx1FarEndCurrentEntry OBJECT-TYPE        SYNTAX  Dsx1FarEndCurrentEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION           "An entry in the DS1 Far End Current table."       INDEX   { dsx1FarEndCurrentIndex }       ::= { dsx1FarEndCurrentTable 1 } Dsx1FarEndCurrentEntry ::=    SEQUENCE {        dsx1FarEndCurrentIndex            INTEGER,        dsx1FarEndTimeElapsed            INTEGER,        dsx1FarEndValidIntervals            INTEGER,        dsx1FarEndCurrentESs            Gauge,        dsx1FarEndCurrentSESs            Gauge,        dsx1FarEndCurrentSEFSs            Gauge,        dsx1FarEndCurrentUASs            Gauge,        dsx1FarEndCurrentCSSs            Gauge,        dsx1FarEndCurrentLESs            Gauge,        dsx1FarEndCurrentPCVs            Gauge,        dsx1FarEndCurrentBESs            Gauge,        dsx1FarEndCurrentDMs            Gauge    }    dsx1FarEndCurrentIndex OBJECT-TYPE        SYNTAX  INTEGER (1..'7fffffff'h)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The index value which uniquely identifies  the           DS1  interface  to which this entry is applica-           ble.  The interface identified by a  particular           value  of  this  index is the same interface as           identified by the same value  an  dsx1LineIndex           object instance."       ::= { dsx1FarEndCurrentEntry 1 }    dsx1FarEndTimeElapsed OBJECT-TYPE        SYNTAX  INTEGER (0..899)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of seconds that  have  elapsed                since the beginning of the far end current                error-measurement period."       ::= { dsx1FarEndCurrentEntry 2 }    dsx1FarEndValidIntervals OBJECT-TYPE        SYNTAX  INTEGER (0..96)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION                "The number of previous far end  intervals                for  which  valid data was collected.  The                value will be 96 unless the interface  was                brought  online  within the last 24 hours,                in which case the value will be the number                of  complete  15  minute far end intervals                since the interface has been online."       ::= { dsx1FarEndCurrentEntry 3 }    dsx1FarEndCurrentESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Far Far End Errored Seconds  en-           countered  by a DS1 interface in the current 15           minute interval."       ::= { dsx1FarEndCurrentEntry 4 }    dsx1FarEndCurrentSESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Far End Severely Errored Seconds           encountered  by  a DS1 interface in the current           15 minute interval."       ::= { dsx1FarEndCurrentEntry 5 }    dsx1FarEndCurrentSEFSs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Far End Severely Errored Framing           Seconds  encountered  by a DS1 interface in the           current 15 minute interval."       ::= { dsx1FarEndCurrentEntry 6 }    dsx1FarEndCurrentUASs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Unavailable Seconds  encountered           by a DS1 interface in the current 15 minute in-           terval."       ::= { dsx1FarEndCurrentEntry 7 }    dsx1FarEndCurrentCSSs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Far End Controlled Slip  Seconds           encountered  by  a DS1 interface in the current           15 minute interval."       ::= { dsx1FarEndCurrentEntry 8 }    dsx1FarEndCurrentLESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Far End Line Errored Seconds en-           countered  by a DS1 interface in the current 15           minute interval."       ::= { dsx1FarEndCurrentEntry 9 }    dsx1FarEndCurrentPCVs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Far End Path  Coding  Violations           reported  via the far end block error count en-           countered by a DS1 interface in the current  15           minute interval."       ::= { dsx1FarEndCurrentEntry 10 }    dsx1FarEndCurrentBESs OBJECT-TYPE        SYNTAX Gauge        ACCESS read-only        STATUS mandatory        DESCRIPTION           "The number of Bursty  Errored  Seconds  (BESs)           encountered  by  a DS1 interface in the current           15 minute interval."       ::= {dsx1FarEndCurrentEntry 11 }    dsx1FarEndCurrentDMs OBJECT-TYPE        SYNTAX Gauge        ACCESS read-only        STATUS mandatory        DESCRIPTION           "The number of Degraded Minutes  (DMs)  encoun-           tered  by  a  DS1  interface  in the current 15           minute interval."       ::= { dsx1FarEndCurrentEntry 12 }-- The DS1 Far End Interval Table-- The DS1 Far End Interval Table contains various statistics-- collected by each DS1 interface over the previous 24 hours of-- operation.  The past 24 hours are broken into 96-- completed 15 minute intervals.    dsx1FarEndIntervalTable OBJECT-TYPE        SYNTAX  SEQUENCE OF Dsx1FarEndIntervalEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION           "The DS1 Far End Interval table."       ::= { ds1 11 }    dsx1FarEndIntervalEntry OBJECT-TYPE        SYNTAX  Dsx1FarEndIntervalEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION           "An entry in the DS1 Far End Interval table."       INDEX   { dsx1FarEndIntervalIndex,                 dsx1FarEndIntervalNumber }       ::= { dsx1FarEndIntervalTable 1 }Dsx1FarEndIntervalEntry ::=    SEQUENCE {        dsx1FarEndIntervalIndex            INTEGER,        dsx1FarEndIntervalNumber            INTEGER,        dsx1FarEndIntervalESs            Gauge,        dsx1FarEndIntervalSESs            Gauge,        dsx1FarEndIntervalSEFSs            Gauge,        dsx1FarEndIntervalUASs            Gauge,        dsx1FarEndIntervalCSSs            Gauge,        dsx1FarEndIntervalLESs            Gauge,        dsx1FarEndIntervalPCVs            Gauge,        dsx1FarEndIntervalBESs            Gauge,        dsx1FarEndIntervalDMs            Gauge    }    dsx1FarEndIntervalIndex OBJECT-TYPE        SYNTAX  INTEGER (1..'7fffffff'h)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The index value which uniquely identifies  the           DS1  interface  to which this entry is applica-           ble.  The interface identified by a  particular           value  of  this  index is the same interface as           identified by the same value as a dsx1LineIndex

⌨️ 快捷键说明

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