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

📄 rfc1406.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 5 页
字号:
     Dsx1IntervalEntry ::=         SEQUENCE {             dsx1IntervalIndex                 INTEGER,             dsx1IntervalNumberTrunk MIB Working Group                                        [Page 26]RFC 1406                       DS1/E1 MIB                   January 1993                 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 }Trunk MIB Working Group                                        [Page 27]RFC 1406                       DS1/E1 MIB                   January 1993         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  mandatoryTrunk MIB Working Group                                        [Page 28]RFC 1406                       DS1/E1 MIB                   January 1993             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."Trunk MIB Working Group                                        [Page 29]RFC 1406                       DS1/E1 MIB                   January 1993            ::= { 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                 Gauge,             dsx1TotalSEFSs                 Gauge,Trunk MIB Working Group                                        [Page 30]RFC 1406                       DS1/E1 MIB                   January 1993             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."Trunk MIB Working Group                                        [Page 31]RFC 1406                       DS1/E1 MIB                   January 1993            ::= { 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 }Trunk MIB Working Group                                        [Page 32]RFC 1406                       DS1/E1 MIB                   January 1993         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."           

⌨️ 快捷键说明

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