📄 rfc1232.mib
字号:
ds1CurrentUASs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the current 15 minute interval." ::= { ds1CurrentEntry 5 } ds1CurrentCSSs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Controlled Slip Seconds, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the current 15 minute interval." ::= { ds1CurrentEntry 6 } ds1CurrentBPVs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Bipolar Violations, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the current 15 minute interval." ::= { ds1CurrentEntry 7 } ds1CurrentCVs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Code Violation Error Events, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the current 15 minute interval. Note that D4 and G.704 (section 2.1.3.2) interfaces do not support Code Violation Error Events. Accordingly, such agents may treat this object as having an ACCESS clause value of not- accessible." ::= { ds1CurrentEntry 8 } -- the DS1 Total group -- Implementation of this group is mandatory for all systems -- that attach to a ds1. -- It is recognized that some currently deployed CSUs do not -- record the entire set of statistics specified in this -- group. Accordingly, some agents queried for these objects -- may treat these objects as having an ACCESS clause value -- of not-accessible. -- The DS1 Total Table contains the cumulative sum of the -- various statistics for the 24 hour interval preceding the -- first valid interval in the ds1CurrentTable. ds1TotalTable OBJECT-TYPE SYNTAX SEQUENCE OF DS1TotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Total table. 24 hour interval." ::= { ds1 4 } ds1TotalEntry OBJECT-TYPE SYNTAX DS1TotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Total table." INDEX { ds1TotalIndex } ::= { ds1TotalTable 1 } DS1TotalEntry ::= SEQUENCE { ds1TotalIndex INTEGER, ds1TotalESs Counter, ds1TotalSESs Counter, ds1TotalSEFSs Counter, ds1TotalUASs Counter, ds1TotalCSSs Counter, ds1TotalBPVs Counter, ds1TotalCVs Counter } ds1TotalIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the CSU 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 ds1CSUIndex object instance." ::= { ds1TotalEntry 1 } ds1TotalESs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the previous 24 hour interval" ::= { ds1TotalEntry 2 } ds1TotalSESs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the previous 24 hour interval." ::= { ds1TotalEntry 3 } ds1TotalSEFSs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Framing Seconds, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the previous 24 hour interval." ::= { ds1TotalEntry 4 } ds1TotalUASs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the previous 24 hour interval." ::= { ds1TotalEntry 5 } ds1TotalCSSs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Controlled Slip Seconds, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the previous 24 hour interval." ::= { ds1TotalEntry 6 } ds1TotalBPVs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Bipolar Violations, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the previous 24 hour interval." ::= { ds1TotalEntry 7 } ds1TotalCVs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Code Violation Error Events, as defined by ANSI Draft Standard T1M1.3/90 - 027R2[15], encountered by a DS1 CSU in the previous 24 hour interval. Note that D4 and G.704 (section 2.1.3.2) interfaces do not support Code Violation Error Events. Accordingly, such agents may treat this object as having an ACCESS clause value of not- accessible." ::= { ds1TotalEntry 8 } -- the DS1 Fractional group -- Implementation of this group is mandatory for those -- systems utilizing a fractional DS1 capability -- The DS1 fractional table contains identifies which DS1 -- 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 Clear Channel -- implementations, exactly one ifTable entry corresponds to -- the CSU being managed. In this very typical case, the -- variable ds1Index indicates the value of ifIndex which -- corresponds to the interface being supported by a -- particular CSU. -- However, for fractional DS1 implementations, the -- correspondent value of ds1Index is 0, and for each DS1 -- channel supporting a logical interface, there is an entry -- in the DS1 fractional table which names a value for -- ifIndex. -- -- For ds1ESF, ds1D4, and ds1ANSI-ESF, there are 24 legal -- channels, numbered 1 through 24. -- -- For G.704, there are 32 legal channels, numbered 1 -- through 32. ds1G704 can carry user data in channels 2 -- through 32, channel 1 being an overhead channel. -- ds1G704-CRC can carry user data in channels 2 through -- 16 and 18 through 32, channels 1 and 17 being overhead -- channels. ds1FracTable OBJECT-TYPE SYNTAX SEQUENCE OF DS1FracEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Fractional table." ::= { ds1 5 } ds1FracEntry OBJECT-TYPE SYNTAX DS1FracEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Fractional table." INDEX { ds1FracIndex, ds1FracNumber } ::= { ds1FracTable 1 } DS1FracEntry ::= SEQUENCE { ds1FracIndex INTEGER, ds1FracNumber INTEGER (1..32), ds1FracIfIndex INTEGER } ds1FracIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the CSU 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 ds1CSUIndex object instance." ::= { ds1FracEntry 1 } ds1FracNumber OBJECT-TYPE SYNTAX INTEGER (1..32) ACCESS read-only STATUS mandatory DESCRIPTION "The channel number for this entry." ::= { ds1FracEntry 2 } ds1FracIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies an interface to a ds1. The interface identified by a particular value of this index is the same interface as identified by the same value an ifIndex object instance." ::= { ds1FracEntry 3 } END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -