📄 rfc1407-mib
字号:
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)) ACCESS read-write STATUS mandatory 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-- 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.dsx3FarEndCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF Dsx3FarEndCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS3 Far End Current table." ::= { ds3 10 }dsx3FarEndCurrentEntry OBJECT-TYPE SYNTAX Dsx3FarEndCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS3 Far End Current table." INDEX { dsx3FarEndCurrentIndex } ::= { dsx3FarEndCurrentTable 1 }Dsx3FarEndCurrentEntry ::= SEQUENCE { dsx3FarEndCurrentIndex INTEGER, dsx3FarEndTimeElapsed INTEGER, dsx3FarEndValidIntervals INTEGER, dsx3FarEndCurrentCESs Gauge, dsx3FarEndCurrentCSESs Gauge, dsx3FarEndCurrentCCVs Gauge, dsx3FarEndCurrentUASs Gauge } dsx3FarEndCurrentIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory 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 the same interface as identified by the same value an dsx3LineIndex object instance." ::= { dsx3FarEndCurrentEntry 1 }dsx3FarEndTimeElapsed OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed since the beginning of the far end current error-measurement period." ::= { dsx3FarEndCurrentEntry 2 }dsx3FarEndValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of previous far end intervals for which valid 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far Far End C-bit Errored Seconds encountered by a DS3 interface in the current 15 minute interval." ::= { dsx3FarEndCurrentEntry 4 }dsx3FarEndCurrentCSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End C-bit Severely Errored Seconds encountered by a DS3 interface in the current 15 minute interval." ::= { dsx3FarEndCurrentEntry 5 }dsx3FarEndCurrentCCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 current 15 minute interval." ::= { dsx3FarEndCurrentEntry 6 }dsx3FarEndCurrentUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End unavailable seconds encountered by a DS3 interface in the current 15 minute interval." ::= { dsx3FarEndCurrentEntry 7 }-- The DS3 Far End Interval-- 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.dsx3FarEndIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF Dsx3FarEndIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS3 Far End Interval table." ::= { ds3 11 }dsx3FarEndIntervalEntry OBJECT-TYPE SYNTAX Dsx3FarEndIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS3 Far End Interval table." INDEX { dsx3FarEndIntervalIndex, dsx3FarEndIntervalNumber } ::= { dsx3FarEndIntervalTable 1 }Dsx3FarEndIntervalEntry ::= SEQUENCE { dsx3FarEndIntervalIndex INTEGER, dsx3FarEndIntervalNumber INTEGER, dsx3FarEndIntervalCESs Gauge, dsx3FarEndIntervalCSESs Gauge, dsx3FarEndIntervalCCVs Gauge, dsx3FarEndIntervalUASs Gauge }dsx3FarEndIntervalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory 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 the same interface as identified by the same value an dsx3LineIndex object instance." ::= { dsx3FarEndIntervalEntry 1 }dsx3FarEndIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid)." ::= { dsx3FarEndIntervalEntry 2 }dsx3FarEndIntervalCESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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." ::= { dsx3FarEndIntervalEntry 3 }dsx3FarEndIntervalCSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End C-bit Severely Errored Seconds encountered by a DS3 interface in one of the previous 96, individual 15 minute, intervals." ::= { dsx3FarEndIntervalEntry 4 }dsx3FarEndIntervalCCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 one of the previous 96, individual 15 minute, intervals." ::= { dsx3FarEndIntervalEntry 5 }dsx3FarEndIntervalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End unavailable seconds encountered by a DS3 interface in one of the previous 96, individual 15 minute, intervals." ::= { dsx3FarEndIntervalEntry 6 }-- The DS3 Far End Total-- The DS3 Far End Total Table contains the cumulative sum-- of the various statistics for the 24 hour period preceding-- the current interval.dsx3FarEndTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF Dsx3FarEndTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS3 Far End Total table. 24 hour interval." ::= { ds3 12 }dsx3FarEndTotalEntry OBJECT-TYPE SYNTAX Dsx3FarEndTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS3 Far End Total table." INDEX { dsx3FarEndTotalIndex } ::= { dsx3FarEndTotalTable 1 }Dsx3FarEndTotalEntry ::= SEQUENCE { dsx3FarEndTotalIndex INTEGER, dsx3FarEndTotalCESs Gauge, dsx3FarEndTotalCSESs Gauge, dsx3FarEndTotalCCVs Gauge, dsx3FarEndTotalUASs Gauge }dsx3FarEndTotalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory 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 the same interface as identified by the same value an dsx3LineIndex object instance." ::= { dsx3FarEndTotalEntry 1 }dsx3FarEndTotalCESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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." ::= { dsx3FarEndTotalEntry 2 }dsx3FarEndTotalCSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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." ::= { dsx3FarEndTotalEntry 3 }dsx3FarEndTotalCCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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." ::= { dsx3FarEndTotalEntry 4 }dsx3FarEndTotalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End unavailable seconds encountered by a DS3 interface in the previous 24 hour interval." ::= { dsx3FarEndTotalEntry 5 }-- the DS3/E3 Fractional Group-- Implementation of this group is optional. It is designed-- for those systems dividing a DS3/E3 into channels-- containing different data streams that are of local-- interest.-- The DS3/E3 fractional table identifies which DS3/E3-- channels associated with a CSU are being used to-- support a logical interface, i.e., an entry in the-- interfaces table from the Internet-standard MIB.-- For example, consider a DS3 device with 4 high speed links-- carrying router traffic, a feed for voice, a feed for-- video, and a synchronous channel for a non-routed-- protocol.-- We might describe the allocation of channels, in the-- dsx3FracTable, as follows:-- dsx3FracIfIndex.2. 1 = 3 dsx3FracIfIndex.2.15 = 4-- dsx3FracIfIndex.2. 2 = 3 dsx3FracIfIndex.2.16 = 6-- dsx3FracIfIndex.2. 3 = 3 dsx3FracIfIndex.2.17 = 6-- dsx3FracIfIndex.2. 4 = 3 dsx3FracIfIndex.2.18 = 6-- dsx3FracIfIndex.2. 5 = 3 dsx3FracIfIndex.2.19 = 6-- dsx3FracIfIndex.2. 6 = 3 dsx3FracIfIndex.2.20 = 6-- dsx3FracIfIndex.2. 7 = 4 dsx3FracIfIndex.2.21 = 6-- dsx3FracIfIndex.2. 8 = 4 dsx3FracIfIndex.2.22 = 6-- dsx3FracIfIndex.2. 9 = 4 dsx3FracIfIndex.2.23 = 6-- dsx3FracIfIndex.2.10 = 4 dsx3FracIfIndex.2.24 = 6-- dsx3FracIfIndex.2.11 = 4 dsx3FracIfIndex.2.25 = 6-- dsx3FracIfIndex.2.12 = 5 dsx3FracIfIndex.2.26 = 6-- dsx3FracIfIndex.2.13 = 5 dsx3FracIfIndex.2.27 = 6-- dsx3FracIfIndex.2.14 = 5 dsx3FracIfIndex.2.28 = 6-- For dsx3M23, dsx3SYNTRAN, dsx3CbitParity, and-- dsx3ClearChannel there are 28 legal channels, numbered 1-- through 28.-- For e3Framed there are 16 legal channels,-- numbered 1 through 16. The channels (1..16) correspond-- directly to the equivalently numbered time-slots.dsx3FracTable OBJECT-TYPE SYNTAX SEQUENCE OF Dsx3FracEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS3 Fractional table." ::= { ds3 13 }dsx3FracEntry OBJECT-TYPE SYNTAX Dsx3FracEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS3 Fractional table." INDEX { dsx3FracIndex, dsx3FracNumber } ::= { dsx3FracTable 1 }Dsx3FracEntry ::= SEQUENCE { dsx3FracIndex INTEGER, dsx3FracNumber INTEGER, dsx3FracIfIndex INTEGER }dsx3FracIndex OBJECT-TYPE SYNTAX INTEGER (1..'7fffffff'h) ACCESS read-only STATUS mandatory 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 the same interface as identified by the same value an dsx3LineIndex object instance." ::= { dsx3FracEntry 1 }dsx3FracNumber OBJECT-TYPE SYNTAX INTEGER (1..31) ACCESS read-only STATUS mandatory DESCRIPTION "The channel number for this entry." ::= { dsx3FracEntry 2 }dsx3FracIfIndex OBJECT-TYPE SYNTAX INTEGER (1..'7fffffff'h) ACCESS read-write STATUS mandatory DESCRIPTION "An index value that uniquely identifies an interface. The interface identified by a particular value of this index is the same interface as identified by the same value an ifIndex object instance. If no interface is currently using a channel, the value should be zero. If a single interface occupies more than one time slot, that ifIndex value will be found in multiple time slots." ::= { dsx3FracEntry 3 }END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -