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

📄 rfc1595.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
          sonetFarEndLineCurrentCVs OBJECT-TYPE             SYNTAX  Gauge32             MAX-ACCESS  read-only             STATUS  current             DESCRIPTION                 "The counter associated with the number of                 Far End Coding Violations reported via                 the far end block error count                 encountered by a                 SONET/SDH Medium/Section/Line                 interface in the current 15 minute interval."             ::= { sonetFarEndLineCurrentEntry 3 }          sonetFarEndLineCurrentUASs OBJECT-TYPE             SYNTAX  Gauge32             MAX-ACCESS  read-only             STATUS  current             DESCRIPTION                 "The counter associated with the number of                 Far End Unavailable Seconds                 encountered by a                 SONET/SDH Medium/Section/Line                 interface in the current 15 minute interval."             ::= { sonetFarEndLineCurrentEntry 4 }          -- The SONET/SDH Far End Line Interval Table          -- The SONET/SDH Far End Line Interval Table          -- contains various statistics          -- collected by each system over a maximum          -- of the previous 24 hours of          -- operation.  The past 24 hours may be broken into 96          -- completed 15 minute intervals.          -- A system is required to store at          -- least 4 completed 15 minute interval.          -- The default value is 32 intervals.          sonetFarEndLineIntervalTable OBJECT-TYPE             SYNTAX  SEQUENCE OF SonetFarEndLineIntervalEntry             MAX-ACCESS  not-accessible             STATUS  current             DESCRIPTION                "The SONET/SDH Far End Line Interval table."             ::= { sonetFarEndLine 2 }          sonetFarEndLineIntervalEntry OBJECT-TYPE             SYNTAX  SonetFarEndLineIntervalEntry             MAX-ACCESS  not-accessible             STATUS  current             DESCRIPTION               "An entry in the SONET/SDH Far               End Line Interval table."             INDEX   { ifIndex,                       sonetFarEndLineIntervalNumber }             ::= { sonetFarEndLineIntervalTable 1 }          SonetFarEndLineIntervalEntry ::=              SEQUENCE {                   sonetFarEndLineIntervalNumber    Integer32,                   sonetFarEndLineIntervalESs       Gauge32,                   sonetFarEndLineIntervalSESs      Gauge32,                   sonetFarEndLineIntervalCVs       Gauge32,                   sonetFarEndLineIntervalUASs      Gauge32              }          sonetFarEndLineIntervalNumber OBJECT-TYPE             SYNTAX  Integer32 (1..96)             MAX-ACCESS  not-accessible             STATUS  current             DESCRIPTION                   "A number between 1 and 96, which 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."             ::= { sonetFarEndLineIntervalEntry 1 }          sonetFarEndLineIntervalESs OBJECT-TYPE             SYNTAX  Gauge32             MAX-ACCESS  read-only             STATUS  current             DESCRIPTION                  "The counter associated with the number of                  Far End Errored Seconds encountered                  by a SONET/SDH Line                  interface in a particular 15-minute interval                  in the past 24 hours."            ::= { sonetFarEndLineIntervalEntry 2 }          sonetFarEndLineIntervalSESs OBJECT-TYPE             SYNTAX  Gauge32             MAX-ACCESS  read-only             STATUS  current             DESCRIPTION                  "The counter associated with the number of                  Far End Severely Errored Seconds                  encountered by a SONET/SDH Line                  interface in a particular 15-minute interval                  in the past 24 hours."            ::= { sonetFarEndLineIntervalEntry 3 }          sonetFarEndLineIntervalCVs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                   "The counter associated with the number of                   Far End Coding Violations reported via                   the far end block error count                   encountered by a                   SONET/SDH Line                   interface in a particular 15-minute interval                   in the past 24 hours."              ::= { sonetFarEndLineIntervalEntry 4 }          sonetFarEndLineIntervalUASs OBJECT-TYPE             SYNTAX  Gauge32             MAX-ACCESS  read-only             STATUS  current             DESCRIPTION                 "The counter associated with the number of                 Far End Unavailable Seconds                 encountered by a                 SONET/SDH Line                 interface in a particular 15-minute interval                 in the past 24 hours."             ::= { sonetFarEndLineIntervalEntry 5 }          -- the SONET/SDH Path group          -- this group consists of 2 tables:          -- - the SONET/SDH Path Current Table          -- - the SONET/SDH Path Interval Table          -- the SONET/SDH Path Current Table          -- The SONET/SDH Path          -- current table contains various statistics          -- being collected for the current 15 minute interval.          sonetPathCurrentTable OBJECT-TYPE              SYNTAX  SEQUENCE OF SonetPathCurrentEntry              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION               "The SONET/SDH Path Current table."          ::= { sonetPath 1 }          sonetPathCurrentEntry OBJECT-TYPE              SYNTAX  SonetPathCurrentEntry              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION               "An entry in the SONET/SDH Path Current table."              INDEX   { ifIndex }          ::= { sonetPathCurrentTable 1 }          SonetPathCurrentEntry ::=              SEQUENCE {                  sonetPathCurrentWidth      INTEGER,                  sonetPathCurrentStatus     Integer32,                  sonetPathCurrentESs        Gauge32,                  sonetPathCurrentSESs       Gauge32,                  sonetPathCurrentCVs        Gauge32,                  sonetPathCurrentUASs       Gauge32              }          sonetPathCurrentWidth OBJECT-TYPE              SYNTAX  INTEGER  {                      sts1(1),                      sts3cSTM1(2),                      sts12cSTM4(3),                      sts24c(4),                      sts48cSTM16(5)               }              MAX-ACCESS  read-write              STATUS  current              DESCRIPTION               "A value that indicates the type of the SONET/SDH               Path.  For SONET, the assigned types are               the STS-Nc SPEs, where N = 1, 3, 12, 24, and 48.               STS-1 is equal to 51.84 Mbps.  For SDH, the assigned               types are the STM-Nc VCs, where N = 1, 4, and 16."          ::= { sonetPathCurrentEntry 1 }          sonetPathCurrentStatus OBJECT-TYPE              SYNTAX  Integer32 (1..14)              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION                "This variable indicates the                status of the interface.                The sonetPathCurrentStatus                is a bit map represented                as a sum, therefore,                it can represent multiple defects                simultaneously.                The sonetPathNoDefect should be                set if and only if                no other flag is set.                The various bit positions are:                   1   sonetPathNoDefect                   2   sonetPathSTSLOP                   4   sonetPathSTSAIS                   8   sonetPathSTSRDI                  16   sonetPathUnequipped                  32   sonetPathSignalLabelMismatch"          ::= { sonetPathCurrentEntry 2 }          sonetPathCurrentESs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION               "The counter associated with the number of Errored               Seconds encountered by a SONET/SDH               Path in the current 15 minute interval."          ::= { sonetPathCurrentEntry 3 }          sonetPathCurrentSESs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION               "The counter associated with the number of               Severely Errored Seconds               encountered by a SONET/SDH Path in the current 15               minute               interval."          ::= { sonetPathCurrentEntry 4 }          sonetPathCurrentCVs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION               "The counter associated with the number of Coding               Violations encountered by a               SONET/SDH Path in the current 15 minute interval."          ::= { sonetPathCurrentEntry 5 }          sonetPathCurrentUASs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION               "The counter associated with the number of               Unavailable Seconds               encountered by a Path in the current               15 minute, interval."          ::= { sonetPathCurrentEntry 6 }          -- the SONET/SDH Path Interval Table          -- The SONET/SDH Path Interval Table          -- contains various statistics          -- collected by each system over a maximum          -- of the previous 24 hours of          -- operation.  The past 24 hours may be broken into 96          -- completed 15 minute intervals.          -- A system is required to store at          -- least 4 completed 15 minute interval.          -- The default value is 32 intervals.          sonetPathIntervalTable OBJECT-TYPE              SYNTAX  SEQUENCE OF SonetPathIntervalEntry              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION               "The SONET/SDH Path Interval table."          ::= { sonetPath 2 }          sonetPathIntervalEntry OBJECT-TYPE              SYNTAX  SonetPathIntervalEntry              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION               "An entry in the SONET/SDH Path Interval table."              INDEX   { ifIndex,                        sonetPathIntervalNumber }          ::= { sonetPathIntervalTable 1 }          SonetPathIntervalEntry ::=              SEQUENCE {                   sonetPathIntervalNumber     Integer32,                   sonetPathIntervalESs        Gauge32,                   sonetPathIntervalSESs       Gauge32,                   sonetPathIntervalCVs        Gauge32,                   sonetPathIntervalUASs       Gauge32              }          sonetPathIntervalNumber OBJECT-TYPE              SYNTAX  Integer32 (1..96)              MAX-ACCESS  not-accessible              STATUS  current              DESCRIPTION                 "A number between 1 and 96, which 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."          ::= { sonetPathIntervalEntry 1 }          sonetPathIntervalESs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION               "The counter associated with the number of               Errored Seconds encountered               by a SONET/SDH Path in a               particular 15-minute interval               in the past 24 hours."          ::= { sonetPathIntervalEntry 2 }          sonetPathIntervalSESs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION               "The counter associated with the number of               Severely Errored Seconds               encountered by a SONET/SDH Path in               a particular 15-minute interval               in the past 24 hours."          ::= { sonetPathIntervalEntry 3 }          sonetPathIntervalCVs OBJECT-TYPE              SYNTAX  Gauge32              MAX-ACCESS  read-only              STATUS  current              DESCRIPTION               "The counter associated with the number of Coding               Violations encountered by a

⌨️ 快捷键说明

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