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

📄 rfc2558.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
   SYNTAX  PerfCurrentCount   MAX-ACCESS  read-only   STATUS  current   DESCRIPTION       "The counter associated with the number of Far       End Errored Seconds encountered by a SONET/SDH       interface in the current 15 minute interval."   ::= { sonetFarEndLineCurrentEntry 1 }sonetFarEndLineCurrentSESs OBJECT-TYPE   SYNTAX  PerfCurrentCount   MAX-ACCESS  read-only   STATUS  current   DESCRIPTION       "The counter associated with the number of       Far End Severely Errored Seconds       encountered by a SONET/SDH Medium/Section/Line       interface in the current 15 minute       interval."   ::= { sonetFarEndLineCurrentEntry 2 }sonetFarEndLineCurrentCVs OBJECT-TYPE   SYNTAX  PerfCurrentCount   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  PerfCurrentCount   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       PerfIntervalCount,         sonetFarEndLineIntervalSESs      PerfIntervalCount,         sonetFarEndLineIntervalCVs       PerfIntervalCount,         sonetFarEndLineIntervalUASs      PerfIntervalCount,         sonetFarEndLineIntervalValidData TruthValue    }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  PerfIntervalCount   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  PerfIntervalCount   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  PerfIntervalCount    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  PerfIntervalCount   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 }sonetFarEndLineIntervalValidData OBJECT-TYPE    SYNTAX  TruthValue    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "This variable indicates if the data for this        interval is valid."    ::= { sonetFarEndLineIntervalEntry 6 }-- 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        PerfCurrentCount,        sonetPathCurrentSESs       PerfCurrentCount,        sonetPathCurrentCVs        PerfCurrentCount,        sonetPathCurrentUASs       PerfCurrentCount    }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..62)    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  PerfCurrentCount    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  PerfCurrentCount    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  PerfCurrentCount    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  PerfCurrentCount    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-- 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        PerfIntervalCount,         sonetPathIntervalSESs       PerfIntervalCount,         sonetPathIntervalCVs        PerfIntervalCount,         sonetPathIntervalUASs       PerfIntervalCount,         sonetPathIntervalValidData  TruthValue    }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  PerfIntervalCount    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  PerfIntervalCount    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  PerfIntervalCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION     "The counter associated with the number of Coding     Violations encountered by a     SONET/SDH Path in a particular 15-minute interval     in the past 24 hours."::= { sonetPathIntervalEntry 4 }sonetPathIntervalUASs OBJECT-TYPE    SYNTAX  PerfIntervalCount    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION     "The counter associated with the number of     Unavailable Seconds     encountered by a Path in a     particular 15-minute interval     in the past 24 hours."::= { sonetPathIntervalEntry 5 }sonetPathIntervalValidData OBJECT-TYPE    SYNTAX  TruthValue    MAX-ACCESS  read-only    STATUS  current    DESCRIPTION       "This variable indicates if the data for this        interval is valid."    ::= { sonetPathIntervalEntry 6 }-- The SONET/SDH Far End Path group-- This group consists of two tables:--  - SONET/SDH Far End Path Current Table--  - SONET/SDH Far End Path Interval Table-- The SONET/SDH Far End Path Current Table-- The SONET/SDH Far End Path Current table-- contains various statistics-- being collected for the current 15 minute interval.-- The statistics are collected from-- the far end block error code-- (FEBE) within the G1 byte of the Path Overhead.-- The definitions are the same as described for-- the near-end information.sonetFarEndPathCurrentTable OBJECT-TYPE    SYNTAX  SEQUENCE OF SonetFarEndPathCurrentEntry    MAX-ACCESS  not-accessible

⌨️ 快捷键说明

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