RFC1407 - Definitions of Managed Objects for the DS3/E3 Inte(2)

时间:2005-02-14 来源: 作者: 点击:
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 brough
  
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

5. Acknowledgments

This document was produced by the Trunk MIB Working Groups:

Tracy Cox Bellcore
Fred Baker Advanced Computer Communications
James Watt Newbridge
Bill Versteeg Versteeg Codeworks
Steve Buchko Newbridge
Greg Calmainis Newbridge
Kaj Tesink Bellcore
Al Bryenton Bell Northern Research
Tom Easterday CIC
John Labbe Merit Corporation
Chris Sullivan Gandalf Ltd
Grant Hall Gandalf Ltd
John Guerrero Digital Link
Rich Bradford BBN
Kurt Luoto Digital Link
Myron Hattig Kentrox
Ed Pring IBM
Larry Marks IBM
Kurt Hall Clear Communications Corp.
Jason Perreault Coral Network Corp.
Paul Farah T3plus
George Kajos Coral Network Corp.

6. References

[1] Cerf, V., "IAB Recommendations for the Development of Internet
Network Management Standards", RFC1052, NRI, April 1988.

[2] Cerf, V., "Report of the Second Ad Hoc Network Management Review
Group", RFC1109, NRI, August 1989.

[3] Rose M., and K. McCloghrie, "Structure and Identification of
Management Information for TCP/IP-based internets", STD 16, RFC
1155, Performance Systems International, Hughes LAN Systems, May
1990.

[4] McCloghrie K., and M. Rose, "Management Information Base for
Network Management of TCP/IP-based internets", RFC1156, Hughes
LAN Systems, Performance Systems International, May 1990.

[5] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
Network Management Protocol", STD 15, RFC1157, SNMP Research,
Performance Systems International, Performance Systems
International, MIT Laboratory for Computer Science, May 1990.

[6] McCloghrie K., and M. Rose, Editors, "Management Information Base
for Network Management of TCP/IP-based internets", STD 17, RFC
1213, Performance Systems International, March 1991.

[7] Information processing systems - Open Systems Interconnection -
Specification of Abstract Syntax Notation One (ASN.1),
International Organization for Standardization, International
Standard 8824, December 1987.

[8] Information processing systems - Open Systems Interconnection -
Specification of Basic Encoding Rules for Abstract Notation One
(ASN.1), International Organization for Standardization,
International Standard 8825, December 1987.

[9] American National Standard for Telecommunications - Digital
Hierarchy - Electrical Interfaces, ANSI T1.102- 1987.

[10] American National Standard for Telecommunications - Digital
Hierarchy - Formats Specification, ANSI T1.107- 1988.

[10a] ANSI T1.107a-1990.

[11] American National Standard for Telecommunications - Carrier-to-
Customer Installation - DS3 Metallic Interface, ANSI T1.404-1989.

[12] American National Standard for Telecommunications -- Layer 1 In-
Service Digital Transmission Performance Monitoring T1M1/92-0xx,
T1M1.3/92-005R1, April 1992.

[13] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
STD 16, RFC1212, Performance Systems International, Hughes LAN
Systems, March 1991.

[14] CCITT - Digital Multiplex Equipment Operating at the Third Order
Bit Rate of 34 368 Kbit/s and the Forth Order Bit Rate of 139 264
Kbit/s and Using Positive Justification, G.751.

[15] European Telecommunications Standards Institute -- ETS "34M" --
Metropolitan Area Network Physical Convergence Layer Procedure
for 34.368 Megabits per Second, T/NA(91)18, May 1991.

7. Security Considerations

Security issues are not discussed in this memo.

8. Authors' Addresses

Tracy A. Cox
Bell Communications Research
331 Newman Springs Road
P.O. Box 7020
Red Bank, NJ 07701-7020

Phone: (908) 758-2107
EMail: tacox@mail.bellcore.com

Kaj Tesink
Bell Communications Research
331 Newman Springs Road
P.O. Box 7020
Red Bank, NJ 07701-7020

Phone: (908) 758-5254
EMail: kaj@cc.bellcore.com

------分隔线----------------------------
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
最新评论 查看所有评论
发表评论 查看所有评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 密码: 验证码:
推荐内容