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

📄 rfc1406-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 4 页
字号:
            'other' indicates that a protocol  other  than           one following is used.            'dsx1Ansi-T1-403' refers to the  FDL  exchange           recommended by ANSI.            'dsx1Att-54016' refers to ESF FDL exchanges.            'dsx1Fdl-none' indicates that the device  does           not use the FDL."       ::= { dsx1ConfigEntry 13 }-- the DS1 Current Table-- The DS1 current table contains various statistics being-- collected for the current 15 minute interval.    dsx1CurrentTable OBJECT-TYPE        SYNTAX  SEQUENCE OF Dsx1CurrentEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION           "The DS1 Current table."       ::= { ds1 7 }    dsx1CurrentEntry OBJECT-TYPE        SYNTAX  Dsx1CurrentEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION           "An entry in the DS1 Current table."       INDEX   { dsx1CurrentIndex }       ::= { dsx1CurrentTable 1 }Dsx1CurrentEntry ::=    SEQUENCE {        dsx1CurrentIndex            INTEGER,        dsx1CurrentESs            Gauge,        dsx1CurrentSESs            Gauge,        dsx1CurrentSEFSs            Gauge,        dsx1CurrentUASs            Gauge,        dsx1CurrentCSSs            Gauge,        dsx1CurrentPCVs            Gauge,        dsx1CurrentLESs            Gauge,        dsx1CurrentBESs            Gauge,        dsx1CurrentDMs            Gauge,        dsx1CurrentLCVs            Gauge    }    dsx1CurrentIndex 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."       ::= { dsx1CurrentEntry 1 }    dsx1CurrentESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Errored Seconds, encountered  by           a DS1 interface in the current 15 minute inter-           val."       ::= { dsx1CurrentEntry 2 }    dsx1CurrentSESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Severely Errored Seconds encoun-           tered  by  a  DS1  interface  in the current 15           minute interval."       ::= { dsx1CurrentEntry 3 }    dsx1CurrentSEFSs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Severely Errored Framing Seconds           encountered  by  a DS1 interface in the current           15 minute interval."       ::= { dsx1CurrentEntry 4 }    dsx1CurrentUASs 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."       ::= { dsx1CurrentEntry 5 }    dsx1CurrentCSSs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Controlled Slip Seconds  encoun-           tered  by  a  DS1  interface  in the current 15           minute interval."       ::= { dsx1CurrentEntry 6 }    dsx1CurrentPCVs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Path Coding  Violations  encoun-           tered  by  a  DS1  interface  in the current 15           minute interval."       ::= { dsx1CurrentEntry 7 }    dsx1CurrentLESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Line Errored Seconds encountered           by a DS1 interface in the current 15 minute in-           terval."       ::= { dsx1CurrentEntry 8 }    dsx1CurrentBESs 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."       ::= {dsx1CurrentEntry 9 }    dsx1CurrentDMs 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."       ::= { dsx1CurrentEntry 10 }    dsx1CurrentLCVs 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."    ::= {dsx1CurrentEntry 11 }-- the DS1 Interval-- The DS1 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.    dsx1IntervalTable OBJECT-TYPE        SYNTAX  SEQUENCE OF Dsx1IntervalEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION           "The DS1 Interval table."       ::= { ds1 8 }    dsx1IntervalEntry OBJECT-TYPE        SYNTAX  Dsx1IntervalEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION           "An entry in the DS1 Interval table."       INDEX   { dsx1IntervalIndex, dsx1IntervalNumber }       ::= { dsx1IntervalTable 1 }Dsx1IntervalEntry ::=    SEQUENCE {        dsx1IntervalIndex            INTEGER,        dsx1IntervalNumber            INTEGER,        dsx1IntervalESs            Gauge,        dsx1IntervalSESs            Gauge,        dsx1IntervalSEFSs            Gauge,        dsx1IntervalUASs            Gauge,        dsx1IntervalCSSs            Gauge,        dsx1IntervalPCVs            Gauge,        dsx1IntervalLESs            Gauge,        dsx1IntervalBESs            Gauge,        dsx1IntervalDMs            Gauge,        dsx1IntervalLCVs            Gauge    }    dsx1IntervalIndex 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."       ::= { dsx1IntervalEntry 1 }    dsx1IntervalNumber OBJECT-TYPE        SYNTAX  INTEGER (1..96)        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "A number between 1 and 96, where 1 is the most           recently completed 15 minute interval and 96 is           the least recently completed 15 minutes  inter-           val   (assuming   that  all  96  intervals  are           valid)."       ::= { dsx1IntervalEntry 2 }    dsx1IntervalESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Errored Seconds encountered by a           DS1  interface in one of the previous 96, indi-           vidual 15 minute, intervals."       ::= { dsx1IntervalEntry 3 }    dsx1IntervalSESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Severely Errored Seconds encoun-           tered by a DS1 interface in one of the previous           96, individual 15 minute, intervals."       ::= { dsx1IntervalEntry 4 }    dsx1IntervalSEFSs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Severely Errored Framing Seconds           encountered  by  a  DS1 interface in one of the           previous 96, individual 15 minute, intervals."       ::= { dsx1IntervalEntry 5 }    dsx1IntervalUASs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Unavailable Seconds  encountered           by  a  DS1 interface in one of the previous 96,           individual 15 minute, intervals."       ::= { dsx1IntervalEntry 6 }    dsx1IntervalCSSs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Controlled Slip Seconds  encoun-           tered by a DS1 interface in one of the previous           96, individual 15 minute, intervals."       ::= { dsx1IntervalEntry 7 }    dsx1IntervalPCVs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Path Coding  Violations  encoun-           tered by a DS1 interface in one of the previous           96, individual 15 minute, intervals."       ::= { dsx1IntervalEntry 8 }    dsx1IntervalLESs OBJECT-TYPE        SYNTAX  Gauge        ACCESS  read-only        STATUS  mandatory        DESCRIPTION           "The number of Line Errored Seconds encountered           by  a  DS1 interface in one of the previous 96,           individual 15 minute, intervals."       ::= { dsx1IntervalEntry 9 }    dsx1IntervalBESs OBJECT-TYPE        SYNTAX Gauge        ACCESS read-only        STATUS mandatory        DESCRIPTION           "The number of Bursty  Errored  Seconds  (BESs)           encountered  by  a  DS1 interface in one of the           previous 96, individual 15 minute, intervals."       ::= {dsx1IntervalEntry 10 }    dsx1IntervalDMs OBJECT-TYPE        SYNTAX Gauge        ACCESS read-only        STATUS mandatory        DESCRIPTION           "The number of Degraded Minutes  (DMs)  encoun-           tered by a DS1 interface in one of the previous           96, individual 15 minute, intervals."       ::= { dsx1IntervalEntry 11 }    dsx1IntervalLCVs 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."    ::= {dsx1IntervalEntry 12 }-- the DS1 Total-- The DS1 Total Table contains the cumulative sum of the-- various statistics for the 24 hour period preceding the-- current interval.    dsx1TotalTable OBJECT-TYPE        SYNTAX  SEQUENCE OF Dsx1TotalEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION           "The DS1 Total table.  24 hour interval."       ::= { ds1 9 }    dsx1TotalEntry OBJECT-TYPE        SYNTAX  Dsx1TotalEntry        ACCESS  not-accessible        STATUS  mandatory        DESCRIPTION           "An entry in the DS1 Total table."       INDEX   { dsx1TotalIndex }       ::= { dsx1TotalTable 1 }Dsx1TotalEntry ::=    SEQUENCE {        dsx1TotalIndex            INTEGER,        dsx1TotalESs            Gauge,        dsx1TotalSESs

⌨️ 快捷键说明

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