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

📄 rfc2496.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
          MAX-ACCESS  read-write          STATUS  current          DESCRIPTION                 "This is the Far End code that identifies the                 equipment location within a bay.  It is sent                 within the Path Identification Message."          ::= { dsx3FarEndConfigEntry 5 }     dsx3FarEndFacilityIDCode OBJECT-TYPE          SYNTAX  DisplayString (SIZE (0..38))          MAX-ACCESS  read-write          STATUS  current          DESCRIPTION                 "This code identifies a specific Far End DS3 path.                 It is sent within the Path Identification                 Message."          ::= { dsx3FarEndConfigEntry 6 }     -- The DS3 Far End Current     dsx3FarEndCurrentTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx3FarEndCurrentEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "The DS3 Far End Current table contains various                 statistics being collected for the current 15                 minute interval.  The statistics are collected                 from the far end block error code within the C-                 bits."          ::= { ds3 10 }     dsx3FarEndCurrentEntry OBJECT-TYPE          SYNTAX  Dsx3FarEndCurrentEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS3 Far End Current table."          INDEX   { dsx3FarEndCurrentIndex }          ::= { dsx3FarEndCurrentTable 1 }     Dsx3FarEndCurrentEntry ::=          SEQUENCE {              dsx3FarEndCurrentIndex        InterfaceIndex,              dsx3FarEndTimeElapsed         INTEGER,              dsx3FarEndValidIntervals      INTEGER,              dsx3FarEndCurrentCESs         PerfCurrentCount,              dsx3FarEndCurrentCSESs        PerfCurrentCount,              dsx3FarEndCurrentCCVs         PerfCurrentCount,              dsx3FarEndCurrentUASs         PerfCurrentCount,              dsx3FarEndInvalidIntervals    INTEGER         }      dsx3FarEndCurrentIndex OBJECT-TYPE          SYNTAX  InterfaceIndex          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The index value which uniquely identifies the DS3                 interface to which this entry is applicable.  The                 interface identified by a particular value of this                 index is identical to the interface identified by                 the same value of dsx3LineIndex."          ::= { dsx3FarEndCurrentEntry 1 }     dsx3FarEndTimeElapsed OBJECT-TYPE          SYNTAX  INTEGER (0..899)          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of seconds that have elapsed since the                 beginning of the far end current error-measurement                 period.  If, for some reason, such as an                 adjustment in the system's time-of-day clock, the                 current interval exceeds the maximum value, the                 agent will return the maximum value."          ::= { dsx3FarEndCurrentEntry 2 }     dsx3FarEndValidIntervals OBJECT-TYPE          SYNTAX  INTEGER (0..96)          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of previous far end intervals for                 which data was collected.  The value will be                 96 unless the interface was brought online within                 the last 24 hours, in which case the value will be                 the number of complete 15 minute far end intervals                 since the interface has been online."          ::= { dsx3FarEndCurrentEntry 3 }     dsx3FarEndCurrentCESs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of Far Far                 End C-bit Errored Seconds."          ::= { dsx3FarEndCurrentEntry 4 }     dsx3FarEndCurrentCSESs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of Far End                 C-bit Severely Errored Seconds."          ::= { dsx3FarEndCurrentEntry 5 }     dsx3FarEndCurrentCCVs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of Far End                 C-bit Coding Violations reported via the far end                 block error count."          ::= { dsx3FarEndCurrentEntry 6 }     dsx3FarEndCurrentUASs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of Far End                 unavailable seconds."          ::= { dsx3FarEndCurrentEntry 7 }     dsx3FarEndInvalidIntervals OBJECT-TYPE          SYNTAX  INTEGER (0..96)          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of intervals in the range from 0 to                 dsx3FarEndValidIntervals for which no data is                 available.  This object will typically be zero                 except in cases where the data for some intervals                 are not available (e.g., in proxy situations)."          ::= { dsx3FarEndCurrentEntry 8 }     -- The DS3 Far End Interval Table     dsx3FarEndIntervalTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx3FarEndIntervalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "The DS3 Far End Interval Table contains various                 statistics collected by each DS3 interface over                 the previous 24 hours of operation.  The past 24                 hours are broken into 96 completed 15 minute                 intervals."          ::= { ds3 11 }     dsx3FarEndIntervalEntry OBJECT-TYPE          SYNTAX  Dsx3FarEndIntervalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS3 Far End Interval table."          INDEX   { dsx3FarEndIntervalIndex,                    dsx3FarEndIntervalNumber }          ::= { dsx3FarEndIntervalTable 1 }     Dsx3FarEndIntervalEntry ::=          SEQUENCE {               dsx3FarEndIntervalIndex      InterfaceIndex,               dsx3FarEndIntervalNumber     INTEGER,               dsx3FarEndIntervalCESs       PerfIntervalCount,               dsx3FarEndIntervalCSESs      PerfIntervalCount,               dsx3FarEndIntervalCCVs       PerfIntervalCount,               dsx3FarEndIntervalUASs       PerfIntervalCount,               dsx3FarEndIntervalValidData  TruthValue         }     dsx3FarEndIntervalIndex OBJECT-TYPE          SYNTAX  InterfaceIndex          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The index value which uniquely identifies the DS3                 interface to which this entry is applicable.  The                 interface identified by a particular value of this                 index is identical to the interface identified by                 the same value of dsx3LineIndex."          ::= { dsx3FarEndIntervalEntry 1 }     dsx3FarEndIntervalNumber 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."         ::= { dsx3FarEndIntervalEntry 2 }     dsx3FarEndIntervalCESs OBJECT-TYPE         SYNTAX  PerfIntervalCount         MAX-ACCESS  read-only         STATUS  current         DESCRIPTION                 "The counter associated with the number of Far End                 C-bit Errored Seconds encountered by a DS3                 interface in one of the previous 96, individual 15                 minute, intervals. In the case where the agent is                 a proxy and data is not available, return                 noSuchInstance."        ::= { dsx3FarEndIntervalEntry 3 }     dsx3FarEndIntervalCSESs OBJECT-TYPE         SYNTAX  PerfIntervalCount         MAX-ACCESS  read-only         STATUS  current         DESCRIPTION                 "The counter associated with the number of Far End                 C-bit Severely Errored Seconds."        ::= { dsx3FarEndIntervalEntry 4 }     dsx3FarEndIntervalCCVs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of Far End                 C-bit Coding Violations reported via the far end                 block error count."          ::= { dsx3FarEndIntervalEntry 5 }     dsx3FarEndIntervalUASs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The counter associated with the number of Far End                 unavailable seconds."          ::= { dsx3FarEndIntervalEntry 6 }     dsx3FarEndIntervalValidData OBJECT-TYPE          SYNTAX  TruthValue          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "This variable indicates if the data for this                 interval is valid."          ::= { dsx3FarEndIntervalEntry 7 }     -- The DS3 Far End Total     dsx3FarEndTotalTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx3FarEndTotalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "The DS3 Far End Total Table contains the                 cumulative sum of the various statistics for the                 24 hour period preceding the current interval."          ::= { ds3 12 }     dsx3FarEndTotalEntry OBJECT-TYPE          SYNTAX  Dsx3FarEndTotalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS3 Far End Total table."          INDEX   { dsx3FarEndTotalIndex }          ::= { dsx3FarEndTotalTable 1 }     Dsx3FarEndTotalEntry ::=          SEQUENCE {              dsx3FarEndTotalIndex       InterfaceIndex,              dsx3FarEndTotalCESs        PerfTotalCount,              dsx3FarEndTotalCSESs       PerfTotalCount,              dsx3FarEndTotalCCVs        PerfTotalCount,              dsx3FarEndTotalUASs        PerfTotalCount          }     dsx3FarEndTotalIndex OBJECT-TYPE          SYNTAX  InterfaceIndex          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The index value which uniquely identifies the DS3                 interface to which this entry is applicable.  The                 interface identified by a particular value of this                 index is identical to the interface identified by                 the same value of dsx3LineIndex."          ::= { dsx3FarEndTotalEntry 1 }     dsx3FarEndTotalCESs OBJECT-TYPE         SYNTAX  PerfTotalCount         MAX-ACCESS  read-only         STATUS  current         DESCRIPTION                 "The counter associated with the number of Far End                 C-bit Errored Seconds encountered by a DS3                 interface in the previous 24 hour interval.                 Invalid 15 minute intervals count as 0."         ::= { dsx3FarEndTotalEntry 2 }     dsx3FarEndTotalCSESs OBJECT-TYPE         SYNTAX  PerfTotalCount         MAX-ACCESS  read-only         STATUS  current         DESCRIPTION                 "The counter associated with the number of Far End                 C-bit Severely Errored Seconds encountered by a                 DS3 interface in the previous 24 hour interval.                 Invalid 15 minute intervals count as 0."         ::= { dsx3FarEndTotalEntry 3 }     dsx3FarEndTotalCCVs OBJECT-TYPE         SYNTAX  PerfTotalCount         MAX-ACCESS  read-only         STATUS  current         DESCRIPTION                 "The counter associated with the number of Far End                 C-bit Coding Violations reported via the far end                 block error count encountered by a DS3 interface                 in the previous 24 hour interval. Invalid 15                 minute intervals count as 0."         ::= { dsx3FarEndTotalEntry 4 }     dsx3FarEndTotalUASs OBJECT-TYPE         SYNTAX  PerfTotalCount         MAX-ACCESS  read-only         STATUS  current         DESCRIPTION                 "The counter associated with the number of Far End                 unavailable seconds encountered by a DS3 interface                 in the previous 24 hour interval.  Invalid 15                 minute intervals count as 0."         ::= { dsx3FarEndTotalEntry 5 }

⌨️ 快捷键说明

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