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

📄 rfc2495.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 number of Bursty Errored Seconds."          ::= { dsx1CurrentEntry 9 }     dsx1CurrentDMs OBJECT-TYPE          SYNTAX PerfCurrentCount          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "The number of Degraded Minutes."          ::= { dsx1CurrentEntry 10 }     dsx1CurrentLCVs OBJECT-TYPE          SYNTAX PerfCurrentCount          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "The number of Line Code Violations (LCVs)."          ::= { dsx1CurrentEntry 11 }     -- The DS1 Interval Table     dsx1IntervalTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx1IntervalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "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.  Each row in this table represents one                 such interval (identified by dsx1IntervalNumber)                 for one specific instance (identified by                 dsx1IntervalIndex)."          ::= { ds1 8 }     dsx1IntervalEntry OBJECT-TYPE          SYNTAX  Dsx1IntervalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS1 Interval table."          INDEX   { dsx1IntervalIndex, dsx1IntervalNumber }          ::= { dsx1IntervalTable 1 }     Dsx1IntervalEntry ::=          SEQUENCE {              dsx1IntervalIndex             InterfaceIndex,              dsx1IntervalNumber            INTEGER,              dsx1IntervalESs               PerfIntervalCount,              dsx1IntervalSESs              PerfIntervalCount,              dsx1IntervalSEFSs             PerfIntervalCount,              dsx1IntervalUASs              PerfIntervalCount,              dsx1IntervalCSSs              PerfIntervalCount,              dsx1IntervalPCVs              PerfIntervalCount,              dsx1IntervalLESs              PerfIntervalCount,              dsx1IntervalBESs              PerfIntervalCount,              dsx1IntervalDMs               PerfIntervalCount,              dsx1IntervalLCVs              PerfIntervalCount,              dsx1IntervalValidData         TruthValue     }     dsx1IntervalIndex OBJECT-TYPE          SYNTAX  InterfaceIndex          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The index value which uniquely identifies the DS1                 interface to which this entry is applicable.  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)          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "A number between 1 and 96, where 1 is the most                 recently completed 15 minute interval and 96 is                 the 15 minutes interval completed 23 hours and 45                 minutes prior to interval 1."          ::= { dsx1IntervalEntry 2 }     dsx1IntervalESs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Errored Seconds."          ::= { dsx1IntervalEntry 3 }     dsx1IntervalSESs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Severely Errored Seconds."          ::= { dsx1IntervalEntry 4 }     dsx1IntervalSEFSs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Severely Errored Framing Seconds."          ::= { dsx1IntervalEntry 5 }     dsx1IntervalUASs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Unavailable Seconds.  This object                 may decrease if the occurance of unavailable                 seconds occurs across an inteval boundary."          ::= { dsx1IntervalEntry 6 }     dsx1IntervalCSSs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Controlled Slip Seconds."          ::= { dsx1IntervalEntry 7 }     dsx1IntervalPCVs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Path Coding Violations."          ::= { dsx1IntervalEntry 8 }     dsx1IntervalLESs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Line Errored Seconds."          ::= { dsx1IntervalEntry 9 }     dsx1IntervalBESs OBJECT-TYPE          SYNTAX PerfIntervalCount          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "The number of Bursty Errored Seconds."          ::= { dsx1IntervalEntry 10 }     dsx1IntervalDMs OBJECT-TYPE          SYNTAX PerfIntervalCount          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "The number of Degraded Minutes."          ::= { dsx1IntervalEntry 11 }     dsx1IntervalLCVs OBJECT-TYPE          SYNTAX PerfIntervalCount          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "The number of Line Code Violations."          ::= { dsx1IntervalEntry 12 }     dsx1IntervalValidData OBJECT-TYPE          SYNTAX TruthValue          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "This variable indicates if the data for this                 interval is valid."          ::= { dsx1IntervalEntry 13 }     -- The DS1 Total Table     dsx1TotalTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx1TotalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "The DS1 Total Table contains the cumulative sum                 of the various statistics for the 24 hour period                 preceding the current interval."          ::= { ds1 9 }     dsx1TotalEntry OBJECT-TYPE          SYNTAX  Dsx1TotalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS1 Total table."          INDEX   { dsx1TotalIndex }          ::= { dsx1TotalTable 1 }     Dsx1TotalEntry ::=          SEQUENCE {              dsx1TotalIndex                InterfaceIndex,              dsx1TotalESs                  PerfTotalCount,              dsx1TotalSESs                 PerfTotalCount,              dsx1TotalSEFSs                PerfTotalCount,              dsx1TotalUASs                 PerfTotalCount,              dsx1TotalCSSs                 PerfTotalCount,              dsx1TotalPCVs                 PerfTotalCount,              dsx1TotalLESs                 PerfTotalCount,              dsx1TotalBESs                 PerfTotalCount,              dsx1TotalDMs                  PerfTotalCount,              dsx1TotalLCVs                 PerfTotalCount     }     dsx1TotalIndex OBJECT-TYPE          SYNTAX  InterfaceIndex          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The index value which uniquely identifies the DS1                 interface to which this entry is applicable.  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  PerfTotalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The sum of Errored Seconds encountered by a DS1                 interface in the previous 24 hour interval.                 Invalid 15 minute intervals count as 0."          ::= { dsx1TotalEntry 2 }     dsx1TotalSESs OBJECT-TYPE          SYNTAX  PerfTotalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Severely Errored Seconds                 encountered by a DS1 interface in the previous 24                 hour interval.  Invalid 15 minute intervals count                 as 0."          ::= { dsx1TotalEntry 3 }     dsx1TotalSEFSs OBJECT-TYPE          SYNTAX  PerfTotalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Severely Errored Framing Seconds                 encountered by a DS1 interface in the previous 24                 hour interval.  Invalid 15 minute intervals count                 as 0."          ::= { dsx1TotalEntry 4 }     dsx1TotalUASs OBJECT-TYPE          SYNTAX  PerfTotalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Unavailable Seconds encountered by                 a DS1 interface in the previous 24 hour interval.                 Invalid 15 minute intervals count as 0."          ::= { dsx1TotalEntry 5 }     dsx1TotalCSSs OBJECT-TYPE          SYNTAX  PerfTotalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Controlled Slip Seconds encountered                 by a DS1 interface in the previous 24 hour                 interval.  Invalid 15 minute intervals count as                 0."          ::= { dsx1TotalEntry 6 }     dsx1TotalPCVs OBJECT-TYPE          SYNTAX  PerfTotalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Path Coding Violations encountered                 by a DS1 interface in the previous 24 hour                 interval.  Invalid 15 minute intervals count as                 0."          ::= { dsx1TotalEntry 7 }     dsx1TotalLESs OBJECT-TYPE          SYNTAX  PerfTotalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Line Errored Seconds encountered by                 a DS1 interface in the previous 24 hour interval.                 Invalid 15 minute intervals count as 0."          ::= { dsx1TotalEntry 8 }     dsx1TotalBESs OBJECT-TYPE          SYNTAX PerfTotalCount          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "The number of Bursty Errored Seconds (BESs)                 encountered by a DS1 interface in the previous 24                 hour interval. Invalid 15 minute intervals count                 as 0."          ::= { dsx1TotalEntry 9 }     dsx1TotalDMs OBJECT-TYPE          SYNTAX PerfTotalCount          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "The number of Degraded Minutes (DMs) encountered                 by a DS1 interface in the previous 24 hour                 interval.  Invalid 15 minute intervals count as                 0."          ::= { dsx1TotalEntry 10 }     dsx1TotalLCVs OBJECT-TYPE          SYNTAX PerfTotalCount          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "The number of Line Code Violations (LCVs)                 encountered by a DS1 interface in the current 15                 minute interval.  Invalid 15 minute intervals                 count as 0."          ::= { dsx1TotalEntry 11 }     -- The DS1 Channel Table     dsx1ChanMappingTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx1ChanMappingEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION

⌨️ 快捷键说明

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