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

📄 rfc2495.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
                 "The DS1 Channel Mapping table.  This table maps a                 DS1 channel number on a particular DS3 into an                 ifIndex.  In the presence of DS2s, this table can                 be used to map a DS2 channel number on a DS3 into                 an ifIndex, or used to map a DS1 channel number on                 a DS2 onto an ifIndex."          ::= { ds1 16 }     dsx1ChanMappingEntry OBJECT-TYPE          SYNTAX  Dsx1ChanMappingEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS1 Channel Mapping table.  There                 is an entry in this table corresponding to each                 ds1 ifEntry within any interface that is                 channelized to the individual ds1 ifEntry level.                 This table is intended to facilitate mapping from                 channelized interface / channel number to DS1                 ifEntry.  (e.g. mapping (DS3 ifIndex, DS1 Channel                 Number) -> ifIndex)                 While this table provides information that can                 also be found in the ifStackTable and                 dsx1ConfigTable, it provides this same information                 with a single table lookup, rather than by walking                 the ifStackTable to find the various constituent                 ds1 ifTable entries, and testing various                 dsx1ConfigTable entries to check for the entry                 with the applicable DS1 channel number."          INDEX   { ifIndex, dsx1Ds1ChannelNumber }          ::= { dsx1ChanMappingTable 1 }     Dsx1ChanMappingEntry ::=          SEQUENCE {              dsx1ChanMappedIfIndex  InterfaceIndex     }     dsx1ChanMappedIfIndex OBJECT-TYPE          SYNTAX  InterfaceIndex          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "This object indicates the ifIndex value assigned                 by the agent for the individual ds1 ifEntry that                 corresponds to the given DS1 channel number                 (specified by the INDEX element                 dsx1Ds1ChannelNumber) of the given channelized                 interface (specified by INDEX element ifIndex)."          ::= { dsx1ChanMappingEntry 1 }     -- The DS1 Far End Current Table     dsx1FarEndCurrentTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx1FarEndCurrentEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "The DS1 Far End Current table contains various                 statistics being collected for the current 15                 minute interval.  The statistics are collected                 from the far end messages on the Facilities Data                 Link.  The definitions are the same as described                 for the near-end information."          ::= { ds1 10 }     dsx1FarEndCurrentEntry OBJECT-TYPE          SYNTAX  Dsx1FarEndCurrentEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS1 Far End Current table."          INDEX   { dsx1FarEndCurrentIndex }          ::= { dsx1FarEndCurrentTable 1 }     Dsx1FarEndCurrentEntry ::=          SEQUENCE {              dsx1FarEndCurrentIndex      InterfaceIndex,              dsx1FarEndTimeElapsed       INTEGER,              dsx1FarEndValidIntervals    INTEGER,              dsx1FarEndCurrentESs        PerfCurrentCount,              dsx1FarEndCurrentSESs       PerfCurrentCount,              dsx1FarEndCurrentSEFSs      PerfCurrentCount,              dsx1FarEndCurrentUASs       PerfCurrentCount,              dsx1FarEndCurrentCSSs       PerfCurrentCount,              dsx1FarEndCurrentLESs       PerfCurrentCount,              dsx1FarEndCurrentPCVs       PerfCurrentCount,              dsx1FarEndCurrentBESs       PerfCurrentCount,              dsx1FarEndCurrentDMs        PerfCurrentCount,              dsx1FarEndInvalidIntervals  INTEGER     }     dsx1FarEndCurrentIndex 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 identical to the interface identified by                 the same value of dsx1LineIndex."          ::= { dsx1FarEndCurrentEntry 1 }     dsx1FarEndTimeElapsed 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."          ::= { dsx1FarEndCurrentEntry 2 }     dsx1FarEndValidIntervals 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."          ::= { dsx1FarEndCurrentEntry 3 }     dsx1FarEndCurrentESs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Errored Seconds."          ::= { dsx1FarEndCurrentEntry 4 }     dsx1FarEndCurrentSESs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Severely Errored Seconds."          ::= { dsx1FarEndCurrentEntry 5 }     dsx1FarEndCurrentSEFSs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Severely Errored Framing                 Seconds."          ::= { dsx1FarEndCurrentEntry 6 }     dsx1FarEndCurrentUASs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Unavailable Seconds."          ::= { dsx1FarEndCurrentEntry 7 }     dsx1FarEndCurrentCSSs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Controlled Slip Seconds."          ::= { dsx1FarEndCurrentEntry 8 }     dsx1FarEndCurrentLESs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Line Errored Seconds."          ::= { dsx1FarEndCurrentEntry 9 }     dsx1FarEndCurrentPCVs OBJECT-TYPE          SYNTAX  PerfCurrentCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Path Coding Violations."          ::= { dsx1FarEndCurrentEntry 10 }     dsx1FarEndCurrentBESs OBJECT-TYPE          SYNTAX PerfCurrentCount          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "The number of Far End Bursty Errored Seconds."          ::= { dsx1FarEndCurrentEntry 11 }     dsx1FarEndCurrentDMs OBJECT-TYPE          SYNTAX PerfCurrentCount          MAX-ACCESS read-only          STATUS current          DESCRIPTION                 "The number of Far End Degraded Minutes."          ::= { dsx1FarEndCurrentEntry 12 }     dsx1FarEndInvalidIntervals OBJECT-TYPE          SYNTAX  INTEGER (0..96)          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of intervals in the range from 0 to                 dsx1FarEndValidIntervals 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)."          ::= { dsx1FarEndCurrentEntry 13 }     -- The DS1 Far End Interval Table     dsx1FarEndIntervalTable OBJECT-TYPE          SYNTAX  SEQUENCE OF Dsx1FarEndIntervalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "The DS1 Far End 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                 dsx1FarEndIntervalNumber) for one specific                 instance (identified by dsx1FarEndIntervalIndex)."          ::= { ds1 11 }     dsx1FarEndIntervalEntry OBJECT-TYPE          SYNTAX  Dsx1FarEndIntervalEntry          MAX-ACCESS  not-accessible          STATUS  current          DESCRIPTION                 "An entry in the DS1 Far End Interval table."          INDEX   { dsx1FarEndIntervalIndex,                    dsx1FarEndIntervalNumber }          ::= { dsx1FarEndIntervalTable 1 }     Dsx1FarEndIntervalEntry ::=          SEQUENCE {              dsx1FarEndIntervalIndex       InterfaceIndex,              dsx1FarEndIntervalNumber      INTEGER,              dsx1FarEndIntervalESs         PerfIntervalCount,              dsx1FarEndIntervalSESs        PerfIntervalCount,              dsx1FarEndIntervalSEFSs       PerfIntervalCount,              dsx1FarEndIntervalUASs        PerfIntervalCount,              dsx1FarEndIntervalCSSs        PerfIntervalCount,              dsx1FarEndIntervalLESs        PerfIntervalCount,              dsx1FarEndIntervalPCVs        PerfIntervalCount,              dsx1FarEndIntervalBESs        PerfIntervalCount,              dsx1FarEndIntervalDMs         PerfIntervalCount,              dsx1FarEndIntervalValidData   TruthValue     }     dsx1FarEndIntervalIndex 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 identical to the interface identified by                 the same value of dsx1LineIndex."          ::= { dsx1FarEndIntervalEntry 1 }     dsx1FarEndIntervalNumber 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."          ::= { dsx1FarEndIntervalEntry 2 }     dsx1FarEndIntervalESs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Errored Seconds."          ::= { dsx1FarEndIntervalEntry 3 }     dsx1FarEndIntervalSESs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Severely Errored Seconds."          ::= { dsx1FarEndIntervalEntry 4 }     dsx1FarEndIntervalSEFSs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Severely Errored Framing                 Seconds."          ::= { dsx1FarEndIntervalEntry 5 }     dsx1FarEndIntervalUASs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Unavailable Seconds."          ::= { dsx1FarEndIntervalEntry 6 }     dsx1FarEndIntervalCSSs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Controlled Slip Seconds."          ::= { dsx1FarEndIntervalEntry 7 }     dsx1FarEndIntervalLESs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Line Errored Seconds."          ::= { dsx1FarEndIntervalEntry 8 }     dsx1FarEndIntervalPCVs OBJECT-TYPE          SYNTAX  PerfIntervalCount          MAX-ACCESS  read-only          STATUS  current          DESCRIPTION                 "The number of Far End Path Coding Violations."          ::= { dsx1FarEndIntervalEntry 9 }

⌨️ 快捷键说明

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