File: DS1-MIB.py

package info (click to toggle)
python-pysnmp4-mibs 0.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,708 kB
  • sloc: python: 48,682; makefile: 20; sh: 6
file content (303 lines) | stat: -rw-r--r-- 77,776 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
#
# PySNMP MIB module DS1-MIB (http://pysnmp.sf.net)
# ASN.1 source http://mibs.snmplabs.com:80/asn1/DS1-MIB
# Produced by pysmi-0.0.7 at Sun Feb 14 00:10:55 2016
# On host bldfarm platform Linux version 4.1.13-100.fc21.x86_64 by user goose
# Using Python version 3.5.0 (default, Jan  5 2016, 17:11:52) 
#
( ObjectIdentifier, Integer, OctetString, ) = mibBuilder.importSymbols("ASN1", "ObjectIdentifier", "Integer", "OctetString")
( NamedValues, ) = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
( ValueRangeConstraint, SingleValueConstraint, ValueSizeConstraint, ConstraintsUnion, ConstraintsIntersection, ) = mibBuilder.importSymbols("ASN1-REFINEMENT", "ValueRangeConstraint", "SingleValueConstraint", "ValueSizeConstraint", "ConstraintsUnion", "ConstraintsIntersection")
( ifIndex, InterfaceIndex, ) = mibBuilder.importSymbols("IF-MIB", "ifIndex", "InterfaceIndex")
( PerfIntervalCount, PerfTotalCount, PerfCurrentCount, ) = mibBuilder.importSymbols("PerfHist-TC-MIB", "PerfIntervalCount", "PerfTotalCount", "PerfCurrentCount")
( ObjectGroup, NotificationGroup, ModuleCompliance, ) = mibBuilder.importSymbols("SNMPv2-CONF", "ObjectGroup", "NotificationGroup", "ModuleCompliance")
( TimeTicks, Counter64, Bits, IpAddress, Counter32, Unsigned32, MibScalar, MibTable, MibTableRow, MibTableColumn, ModuleIdentity, transmission, iso, ObjectIdentity, MibIdentifier, Integer32, Gauge32, NotificationType, ) = mibBuilder.importSymbols("SNMPv2-SMI", "TimeTicks", "Counter64", "Bits", "IpAddress", "Counter32", "Unsigned32", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "ModuleIdentity", "transmission", "iso", "ObjectIdentity", "MibIdentifier", "Integer32", "Gauge32", "NotificationType")
( TimeStamp, DisplayString, TruthValue, TextualConvention, ) = mibBuilder.importSymbols("SNMPv2-TC", "TimeStamp", "DisplayString", "TruthValue", "TextualConvention")
ds1 = ModuleIdentity((1, 3, 6, 1, 2, 1, 10, 18)).setRevisions(("2007-03-05 00:00", "2004-09-09 00:00", "1998-08-01 18:30", "1993-01-25 20:28",))
if mibBuilder.loadTexts: ds1.setLastUpdated('200703050000Z')
if mibBuilder.loadTexts: ds1.setOrganization('IETF AToM MIB Working Group')
if mibBuilder.loadTexts: ds1.setContactInfo('WG charter:\n       http://www.ietf.org/html.charters/atommib-charter.html\n\n       Mailing Lists:\n         General Discussion: atommib@research.telcordia.com\n         To Subscribe: atommib-request@research.telcordia.com\n\n       Editor: Orly Nicklass\n\n       Postal: RAD Data Communications, Ltd.\n               Ziv Tower, 24 Roul Walenberg\n               Tel Aviv, Israel, 69719\n\n               Tel: +9723 765 9969\n       E-mail: orly_n@rad.com')
if mibBuilder.loadTexts: ds1.setDescription('The MIB module to describe DS1, J1, E1, DS2, and\n          E2 interfaces objects.\n\n          Copyright (c) The IETF Trust (2007).  This\n          version of this MIB module is part of RFC 4805;\n          see the RFC itself for full legal notices.')
dsx1ConfigTable = MibTable((1, 3, 6, 1, 2, 1, 10, 18, 6), )
if mibBuilder.loadTexts: dsx1ConfigTable.setDescription('The DS1 Configuration table.')
dsx1ConfigEntry = MibTableRow((1, 3, 6, 1, 2, 1, 10, 18, 6, 1), ).setIndexNames((0, "DS1-MIB", "dsx1LineIndex"))
if mibBuilder.loadTexts: dsx1ConfigEntry.setDescription('An entry in the DS1 Configuration table.')
dsx1LineIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 1), InterfaceIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1LineIndex.setDescription('This object should be made equal to ifIndex.  The\n            next paragraph describes its previous usage.\n            Making the object equal to ifIndex allows proper\n            use of the ifStackTable and ds0/ds0bundle MIBs.\n\n            Previously, this object was the identifier of a DS1\n            interface on a managed device.  If there is an\n            ifEntry that is directly associated with this and\n            only this DS1 interface, it should have the same\n            value as ifIndex.  Otherwise, number the\n            dsx1LineIndices with a unique identifier\n            following the rules of choosing a number that is\n            greater than ifNumber and numbering the inside\n            interfaces (e.g., equipment side) with even\n            numbers and outside interfaces (e.g., network\n            side) with odd numbers.')
dsx1IfIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 2), InterfaceIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IfIndex.setDescription('This value for this object is equal to the value\n\n            of ifIndex from the Interfaces table (RFC 2863).')
dsx1TimeElapsed = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,899))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TimeElapsed.setDescription("The number of seconds that have elapsed since the\n            beginning of the near-end current error-\n            measurement period.  If, for some reason, such as\n            an adjustment in the system's time-of-day clock,\n            the current interval exceeds the maximum value,\n            the agent will return the maximum value.")
dsx1ValidIntervals = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,96))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1ValidIntervals.setDescription('The number of previous near-end intervals for\n            which data was collected.  The value will be 96\n            unless the interface was brought online within the\n            last 24 hours, in which case the value will be the\n            number of complete 15-minute near-end intervals\n            since the interface has been online.  In the case\n            where the agent is a proxy, it is possible that\n            some intervals are unavailable.  In this case,\n            this interval is the maximum interval number for\n            which data is available.')
dsx1LineType = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16,))).clone(namedValues=NamedValues(("other", 1), ("dsx1ESF", 2), ("dsx1D4", 3), ("dsx1E1", 4), ("dsx1E1CRC", 5), ("dsx1E1MF", 6), ("dsx1E1CRCMF", 7), ("dsx1Unframed", 8), ("dsx1E1Unframed", 9), ("dsx1DS2M12", 10), ("dsx1E2", 11), ("dsx1E1Q50", 12), ("dsx1E1Q50CRC", 13), ("dsx1J1ESF", 14), ("dsx1J1Unframed", 16),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1LineType.setDescription('This variable indicates the variety of DS1\n            Line implementing this circuit.  The type of\n            circuit affects the number of bits per second\n            that the circuit can reasonably carry, as well\n            as the interpretation of the usage and error\n            statistics.  The values, in sequence, describe:\n\n                  TITLE:          SPECIFICATION:\n                  dsx1ESF         Extended SuperFrame DS1\n                                         (T1.107)\n                  dsx1D4          AT&T D4 format DS1 (T1.107)\n                  dsx1E1          ITU-T G.704, (Table 5A)\n                  dsx1E1-CRC      ITU-T G.704, (Table 5B)\n                  dsxE1-MF        G.704 (Table 5A) with TS16\n                                         multiframing enabled\n                  dsx1E1-CRC-MF   G.704 (Table 5B) with TS16\n                                         multiframing enabled\n                  dsx1Unframed    DS1 with No Framing\n                  dsx1E1Unframed  E1 with No Framing (G.703)\n                  dsx1DS2M12      DS2 frame format (T1.107)\n                  dsx1E2          E2 frame format (G.704)\n                  dsx1E1Q50       TS16 bits 5,7,8 set to 101,\n                                  [in all other cases it is set\n                                  to 111.] (G.704, table 14)\n                  dsx1E1Q50CRC    E1Q50 with CRC\n                  dsx1J1ESF       J1 according to (JT-G704,\n                                         JT-G706, and JT-I431)\n                  dsx1J1Unframed  J1 with No Framing\n\n            For clarification, the capacity for each E1 type\n            is as listed below:\n            dsx1E1Unframed - E1, no framing = 32 x 64k = 2048k\n            dsx1E1 or dsx1E1CRC - E1, with framing,\n            no signalling = 31 x 64k = 1984k\n            dsx1E1MF or dsx1E1CRCMF - E1, with framing,\n            signalling = 30 x 64k = 1920k')
dsx1LineCoding = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7,))).clone(namedValues=NamedValues(("dsx1JBZS", 1), ("dsx1B8ZS", 2), ("dsx1HDB3", 3), ("dsx1ZBTSI", 4), ("dsx1AMI", 5), ("other", 6), ("dsx1B6ZS", 7),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1LineCoding.setDescription('This variable describes the variety of Zero Code\n            Suppression used on this interface, which in turn\n            affects a number of its characteristics.\n\n            dsx1JBZS refers the Jammed Bit Zero Suppression,\n            in which the AT&T specification of at least one\n            pulse every 8-bit period is literally implemented\n            by forcing a pulse in bit 8 of each channel.\n            Thus, only 7 bits per channel, or 1.344 Mbps,\n            are available for data.\n\n            dsx1B8ZS refers to the use of a specified pattern\n            of normal bits and bipolar violations that are\n            used to replace a sequence of 8 zero bits.\n            ANSI Clear Channels may use dsx1ZBTSI, or Zero\n            Byte Time Slot Interchange.\n\n            E1 links, with or without CRC, use dsx1HDB3 or\n            dsx1AMI.\n\n            dsx1AMI refers to a mode wherein no Zero Code\n            Suppression is present and the line encoding does\n\n            not solve the problem directly.  In this\n            application, the higher layer must provide data\n            that meets or exceeds the pulse density\n            requirements, such as inverting HDLC data.\n\n            dsx1B6ZS refers to the user of a specified pattern\n            of normal bits and bipolar violations that are\n            used to replace a sequence of 6 zero bits.  Used\n            for DS2.\n            For more information about line coding see\n            [ANSI-T1.102]')
dsx1SendCode = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8,))).clone(namedValues=NamedValues(("dsx1SendNoCode", 1), ("dsx1SendLineCode", 2), ("dsx1SendPayloadCode", 3), ("dsx1SendResetCode", 4), ("dsx1SendQRS", 5), ("dsx1Send511Pattern", 6), ("dsx1Send3in24Pattern", 7), ("dsx1SendOtherTestPattern", 8),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1SendCode.setDescription('This variable indicates what type of code is\n            being sent across the DS1 interface by the device.\n            Setting this variable causes the interface to send\n            the code requested.  The values mean the following:\n\n      dsx1SendNoCode\n           sending looped or normal data\n\n      dsx1SendLineCode\n           sending a request for a line loopback\n\n      dsx1SendPayloadCode\n           sending a request for a payload loopback\n\n      dsx1SendResetCode\n           sending a loopback termination request\n\n      dsx1SendQRS\n           sending a Quasi-Random Signal (QRS) test\n           pattern\n\n      dsx1Send511Pattern\n           sending a 511-bit fixed test pattern\n\n      dsx1Send3in24Pattern\n           sending a fixed test pattern of 3 bits set\n           in 24\n\n      dsx1SendOtherTestPattern\n           sending a test pattern other than those\n           described by this object')
dsx1CircuitIdentifier = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 8), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0,255))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1CircuitIdentifier.setDescription("This variable contains the transmission vendor's\n            circuit identifier, for the purpose of\n            facilitating troubleshooting.")
dsx1LoopbackConfig = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6,))).clone(namedValues=NamedValues(("dsx1NoLoop", 1), ("dsx1PayloadLoop", 2), ("dsx1LineLoop", 3), ("dsx1OtherLoop", 4), ("dsx1InwardLoop", 5), ("dsx1DualLoop", 6),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1LoopbackConfig.setDescription("This variable represents the desired loopback\n            configuration of the DS1 interface.  Agents\n            supporting read/write access should return\n            inconsistentValue in response to a requested\n            loopback state that the interface does not\n            support.  The values mean:\n\n      dsx1NoLoop\n            not in the loopback state.  A device that is not\n            capable of performing a loopback on the interface\n            shall always return this as its value.\n\n      dsx1PayloadLoop\n\n            the received signal at this interface is looped\n            through the device.  Typically, the received signal\n            is looped back for retransmission after it has\n            passed through the device's framing function.\n\n      dsx1LineLoop\n            the received signal at this interface does not go\n            through the device (minimum penetration) but is\n            looped back out.\n\n      dsx1OtherLoop\n            loopbacks that are not defined here.\n\n      dsx1InwardLoop\n            the transmitted signal at this interface is\n            looped back and received by the same interface.\n            What is transmitted onto the line is product\n            dependent.\n\n      dsx1DualLoop\n            both dsx1LineLoop and dsx1InwardLoop will be\n            active simultaneously.")
dsx1LineStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 10), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,131071))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1LineStatus.setDescription('This variable indicates the line status of the\n            interface.  It contains loopback, failure,\n            received alarm and transmitted alarms\n            information.\n\n            The dsx1LineStatus is a bitmap represented as a\n            sum; therefore, it can represent multiple failures\n            (alarms) and a LoopbackState simultaneously.\n\n            dsx1NoAlarm must be set if and only if no other\n            flag is set.\n\n            If the dsx1loopbackState bit is set, the loopback\n            in effect can be determined from the\n            dsx1loopbackConfig object.  The various bit\n            positions are as follows:\n\n      1     dsx1NoAlarm           No alarm present\n      2     dsx1RcvFarEndLOF      Far end LOF (a.k.a.\n\n                                  Yellow Alarm)\n      4     dsx1XmtFarEndLOF      Near end sending LOF\n                                  indication\n      8     dsx1RcvAIS            Far end sending AIS\n     16     dsx1XmtAIS            Near end sending AIS\n     32     dsx1LossOfFrame       Near end LOF (a.k.a.\n                                  Red Alarm)\n     64     dsx1LossOfSignal      Near end Loss of Signal\n    128     dsx1LoopbackState     Near end is looped\n    256     dsx1T16AIS            E1 TS16 AIS\n    512     dsx1RcvFarEndLOMF     Far end sending TS16 LOMF\n   1024     dsx1XmtFarEndLOMF     Near end sending TS16 LOMF\n   2048     dsx1RcvTestCode       Near end detects a test code\n   4096     dsx1OtherFailure      Any line status not defined\n                                  here\n   8192     dsx1UnavailSigState   Near end in unavailable\n                                  signal state\n  16384     dsx1NetEquipOOS       Carrier equipment out of\n                                  service\n  32768     dsx1RcvPayloadAIS     DS2 payload AIS\n  65536     dsx1Ds2PerfThreshold  DS2 performance threshold\n                                  exceeded')
dsx1SignalMode = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5,))).clone(namedValues=NamedValues(("none", 1), ("robbedBit", 2), ("bitOriented", 3), ("messageOriented", 4), ("other", 5),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1SignalMode.setDescription("'none' indicates that no bits are reserved for\n       signaling on this channel.\n\n       'robbedBit' indicates that DS1 Robbed Bit Signaling\n       is in use.\n\n       'bitOriented' indicates that E1 Channel Associated\n       Signaling is in use.\n\n       'messageOriented' indicates that Common Channel\n       Signaling is in use on either channel 16 of\n       an E1 link or channel 24 of a DS1.")
dsx1TransmitClockSource = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4,))).clone(namedValues=NamedValues(("loopTiming", 1), ("localTiming", 2), ("throughTiming", 3), ("adaptive", 4),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1TransmitClockSource.setDescription("The source of transmit clock.\n\n        'loopTiming' indicates that the recovered\n        receive clock is used as the transmit clock.\n\n        'localTiming' indicates that a local clock\n       source is used or when an external clock is\n       attached to the box containing the interface.\n\n        'throughTiming' indicates that recovered\n       receive clock from another interface is used as\n       the transmit clock.\n\n        'adaptive' indicates that the clock is recovered\n       based on the data flow and not based on the\n       physical layer")
dsx1Fdl = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 13), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,15))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1Fdl.setDescription("This bitmap describes the use of the\n       facilities data link and is the sum of the\n       capabilities.  Set any bits that are appropriate:\n\n       other(1),\n       dsx1AnsiT1403(2),\n       dsx1Att54016(4),\n       dsx1FdlNone(8)\n\n        'other' indicates that a protocol other than\n       one of the following is used.\n\n        'dsx1AnsiT1403' refers to the FDL exchange\n       recommended by ANSI.\n\n        'dsx1Att54016' refers to ESF FDL exchanges.\n\n        'dsx1FdlNone' indicates that the device does\n       not use the FDL.")
dsx1InvalidIntervals = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 14), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,96))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1InvalidIntervals.setDescription('The number of intervals in the range from 0 to\n            dsx1ValidIntervals for which no data is available.\n            This object will typically be zero except in cases\n            where the data for some intervals is not\n            available (e.g., in proxy situations).')
dsx1LineLength = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 15), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,64000))).setUnits('meters').setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1LineLength.setDescription('The length of the DS1 line in meters.  This\n            object provides information for line build-out\n            circuitry.  This object is only useful if the\n            interface has configurable line build-out\n            circuitry.')
dsx1LineStatusLastChange = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 16), TimeStamp()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1LineStatusLastChange.setDescription("The value of MIB II's sysUpTime object at the\n            time this DS1 entered its current line status\n            state.  If the current state was entered prior to\n            the last re-initialization of the proxy-agent,\n            then this object contains a zero value.")
dsx1LineStatusChangeTrapEnable = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 17), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2,))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2),)).clone('disabled')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1LineStatusChangeTrapEnable.setDescription('Indicates whether dsx1LineStatusChange traps\n            should be generated for this interface.')
dsx1LoopbackStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 18), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,127))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1LoopbackStatus.setDescription('This variable represents the current state of the\n            loopback on the DS1 interface.  It contains\n            information about loopbacks established by a\n            manager and remotely from the far end.\n\n            The dsx1LoopbackStatus is a bitmap represented as\n            a sum; therefore, it can represent multiple\n            loopbacks simultaneously.\n\n            The various bit positions are as follows:\n             1  dsx1NoLoopback\n             2  dsx1NearEndPayloadLoopback\n             4  dsx1NearEndLineLoopback\n             8  dsx1NearEndOtherLoopback\n            16  dsx1NearEndInwardLoopback\n            32  dsx1FarEndPayloadLoopback\n            64  dsx1FarEndLineLoopback')
dsx1Ds1ChannelNumber = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 19), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,28))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1Ds1ChannelNumber.setDescription('This variable represents the channel number of\n            the DS1/E1 on its parent DS2/E2 or DS3/E3.  A\n            value of 0 indicates that this DS1/E1 does not\n            have a parent DS3/E3.')
dsx1Channelization = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 20), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3,))).clone(namedValues=NamedValues(("disabled", 1), ("enabledDs0", 2), ("enabledDs1", 3),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1Channelization.setDescription('Indicates whether this DS1/E1 or DS2 is\n            channelized or unchannelized.\n\n            The value of enabledDs0(2) indicates that this is a\n            DS1 channelized into DS0s.  Setting this value will\n            cause the creation, and resetting it to disabled(1)\n            will cause the deletion of entries in the ifTable\n            for the DS0s that are within the DS1.\n\n            The value of enabledDs1(3) indicates that this is a\n            DS2 channelized into DS1s.  Setting this value will\n            cause the creation, and resetting it to disabled(1)\n            will cause the deletion of entries in the ifTable\n            for the DS1s that are within the DS2.')
dsx1LineMode = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 21), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2,))).clone(namedValues=NamedValues(("csu", 1), ("dsu", 2),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1LineMode.setDescription('This setting puts the T1 framer into either\n            long-haul (CSU) mode or short-haul (DSU) mode.')
dsx1LineBuildOut = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 22), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5,))).clone(namedValues=NamedValues(("notApplicable", 1), ("neg75dB", 2), ("neg15dB", 3), ("neg225dB", 4), ("zerodB", 5),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1LineBuildOut.setDescription('Attenuation setting for T1 framer in long haul\n            (CSU) mode.  The optional values are -7.5dB,\n            -15dB, -22.5dB, and 0dB.')
dsx1LineImpedance = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 6, 1, 23), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4,))).clone(namedValues=NamedValues(("notApplicable", 1), ("unbalanced75ohms", 2), ("balanced100ohms", 3), ("balanced120ohms", 4),))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1LineImpedance.setDescription('Nominal line impedance.  For T1 and J1 lines, the\n            value is typically balanced100ohms(3).  For E1\n            lines, the value is typically unbalanced75ohms(2)\n            and balanced120ohms(4).  When this object does not\n            apply, or when the appropriate value is not known,\n            the value should be set to notApplicable(1).')
dsx1CurrentTable = MibTable((1, 3, 6, 1, 2, 1, 10, 18, 7), )
if mibBuilder.loadTexts: dsx1CurrentTable.setDescription('The DS1 Current table contains various statistics\n            being collected for the current 15-minute\n            interval.')
dsx1CurrentEntry = MibTableRow((1, 3, 6, 1, 2, 1, 10, 18, 7, 1), ).setIndexNames((0, "DS1-MIB", "dsx1CurrentIndex"))
if mibBuilder.loadTexts: dsx1CurrentEntry.setDescription('An entry in the DS1 Current table.')
dsx1CurrentIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 1), InterfaceIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentIndex.setDescription('The index value that uniquely identifies the DS1\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value as a dsx1LineIndex object instance.')
dsx1CurrentESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 2), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentESs.setDescription('The number of Errored Seconds.')
dsx1CurrentSESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 3), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentSESs.setDescription('The number of Severely Errored Seconds.')
dsx1CurrentSEFSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 4), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentSEFSs.setDescription('The number of Severely Errored Framing Seconds.')
dsx1CurrentUASs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 5), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentUASs.setDescription('The number of Unavailable Seconds.')
dsx1CurrentCSSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 6), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentCSSs.setDescription('The number of Controlled Slip Seconds.')
dsx1CurrentPCVs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 7), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentPCVs.setDescription('The number of Path Coding Violations.')
dsx1CurrentLESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 8), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentLESs.setDescription('The number of Line Errored Seconds.')
dsx1CurrentBESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 9), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentBESs.setDescription('The number of Bursty Errored Seconds.')
dsx1CurrentDMs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 10), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentDMs.setDescription('The number of Degraded Minutes.')
dsx1CurrentLCVs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 7, 1, 11), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1CurrentLCVs.setDescription('The number of Line Coding Violations (LCVs).')
dsx1IntervalTable = MibTable((1, 3, 6, 1, 2, 1, 10, 18, 8), )
if mibBuilder.loadTexts: dsx1IntervalTable.setDescription('The DS1 Interval table contains various\n            statistics collected by each DS1 interface over\n            the previous 24 hours of operation.  The past 24\n            hours are broken into 96 completed 15-minute\n            intervals.  Each row in this table represents one\n            such interval (identified by dsx1IntervalNumber)\n            for one specific instance (identified by\n            dsx1IntervalIndex).')
dsx1IntervalEntry = MibTableRow((1, 3, 6, 1, 2, 1, 10, 18, 8, 1), ).setIndexNames((0, "DS1-MIB", "dsx1IntervalIndex"), (0, "DS1-MIB", "dsx1IntervalNumber"))
if mibBuilder.loadTexts: dsx1IntervalEntry.setDescription('An entry in the DS1 Interval table.')
dsx1IntervalIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 1), InterfaceIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalIndex.setDescription('The index value that uniquely identifies the DS1\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value as a dsx1LineIndex object instance.')
dsx1IntervalNumber = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,96))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalNumber.setDescription('A number between 1 and 96, where 1 is the most\n            recently completed 15-minute interval and 96 is\n            the 15-minute interval completed 23 hours and 45\n            minutes prior to interval 1.')
dsx1IntervalESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 3), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalESs.setDescription('The number of Errored Seconds.')
dsx1IntervalSESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 4), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalSESs.setDescription('The number of Severely Errored Seconds.')
dsx1IntervalSEFSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 5), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalSEFSs.setDescription('The number of Severely Errored Framing Seconds.')
dsx1IntervalUASs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 6), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalUASs.setDescription('The number of Unavailable Seconds.  This object\n            may decrease if the occurrence of unavailable\n            seconds occurs across an interval boundary.')
dsx1IntervalCSSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 7), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalCSSs.setDescription('The number of Controlled Slip Seconds.')
dsx1IntervalPCVs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 8), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalPCVs.setDescription('The number of Path Coding Violations.')
dsx1IntervalLESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 9), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalLESs.setDescription('The number of Line Errored Seconds.')
dsx1IntervalBESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 10), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalBESs.setDescription('The number of Bursty Errored Seconds.')
dsx1IntervalDMs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 11), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalDMs.setDescription('The number of Degraded Minutes.')
dsx1IntervalLCVs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 12), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalLCVs.setDescription('The number of Line Coding Violations.')
dsx1IntervalValidData = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 8, 1, 13), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1IntervalValidData.setDescription('This variable indicates whether the data for this\n            interval is valid.')
dsx1TotalTable = MibTable((1, 3, 6, 1, 2, 1, 10, 18, 9), )
if mibBuilder.loadTexts: dsx1TotalTable.setDescription('The DS1 Total table contains the cumulative sum\n            of the various statistics for the 24-hour period\n            preceding the current interval.')
dsx1TotalEntry = MibTableRow((1, 3, 6, 1, 2, 1, 10, 18, 9, 1), ).setIndexNames((0, "DS1-MIB", "dsx1TotalIndex"))
if mibBuilder.loadTexts: dsx1TotalEntry.setDescription('An entry in the DS1 Total table.')
dsx1TotalIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 1), InterfaceIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalIndex.setDescription('The index value that uniquely identifies the DS1\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value as a dsx1LineIndex object instance.')
dsx1TotalESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 2), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalESs.setDescription('The number of Errored Seconds encountered by a DS1\n            interface in the previous 24-hour interval.\n            Invalid 15-minute intervals count as 0.')
dsx1TotalSESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 3), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalSESs.setDescription('The number of Severely Errored Seconds\n            encountered by a DS1 interface in the previous\n            24-hour interval.  Invalid 15-minute intervals\n            count as 0.')
dsx1TotalSEFSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 4), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalSEFSs.setDescription('The number of Severely Errored Framing Seconds\n            encountered by a DS1 interface in the previous\n            24-hour interval.  Invalid 15-minute intervals\n            count as 0.')
dsx1TotalUASs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 5), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalUASs.setDescription('The number of Unavailable Seconds encountered by\n            a DS1 interface in the previous 24-hour interval.\n            Invalid 15-minute intervals count as 0.')
dsx1TotalCSSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 6), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalCSSs.setDescription('The number of Controlled Slip Seconds encountered\n            by a DS1 interface in the previous 24-hour\n            interval.  Invalid 15-minute intervals count as\n            0.')
dsx1TotalPCVs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 7), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalPCVs.setDescription('The number of Path Coding Violations encountered\n            by a DS1 interface in the previous 24-hour\n            interval.  Invalid 15-minute intervals count as\n            0.')
dsx1TotalLESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 8), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalLESs.setDescription('The number of Line Errored Seconds encountered by\n            a DS1 interface in the previous 24-hour interval.\n            Invalid 15-minute intervals count as 0.')
dsx1TotalBESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 9), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalBESs.setDescription('The number of Bursty Errored Seconds (BESs)\n\n            encountered by a DS1 interface in the previous\n            24-hour interval.  Invalid 15-minute intervals count\n            as 0.')
dsx1TotalDMs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 10), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalDMs.setDescription('The number of Degraded Minutes (DMs) encountered\n            by a DS1 interface in the previous 24-hour\n            interval.  Invalid 15-minute intervals count as\n            0.')
dsx1TotalLCVs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 9, 1, 11), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1TotalLCVs.setDescription('The number of Line Coding Violations (LCVs)\n            encountered by a DS1 interface in the current\n            15-minute interval.  Invalid 15-minute intervals\n            count as 0.')
dsx1ChanMappingTable = MibTable((1, 3, 6, 1, 2, 1, 10, 18, 16), )
if mibBuilder.loadTexts: dsx1ChanMappingTable.setDescription('The DS1 Channel Mapping table.  This table maps a\n            DS1 channel number on a particular DS3 into an\n            ifIndex.  In the presence of DS2s, this table can\n            be used to map a DS2 channel number on a DS3 into\n            an ifIndex, or used to map a DS1 channel number on\n            a DS2 into an ifIndex.')
dsx1ChanMappingEntry = MibTableRow((1, 3, 6, 1, 2, 1, 10, 18, 16, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"), (0, "DS1-MIB", "dsx1Ds1ChannelNumber"))
if mibBuilder.loadTexts: dsx1ChanMappingEntry.setDescription('An entry in the DS1 Channel Mapping table.  There\n\n            is an entry in this table corresponding to each\n            DS1 ifEntry within any interface that is\n            channelized to the individual DS1 ifEntry level.\n\n            This table is intended to facilitate mapping from\n            channelized interface / channel number to DS1\n            ifEntry (e.g., mapping (DS3 ifIndex, DS1 channel\n            number) -> ifIndex).\n\n            While this table provides information that can\n            also be found in the ifStackTable and\n            dsx1ConfigTable, it provides this same information\n            with a single table lookup, rather than by walking\n            the ifStackTable to find the various constituent\n            DS1 ifTable entries, and testing various\n            dsx1ConfigTable entries to check for the entry\n            with the applicable DS1 channel number.')
dsx1ChanMappedIfIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 16, 1, 1), InterfaceIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1ChanMappedIfIndex.setDescription('This object indicates the ifIndex value assigned\n            by the agent for the individual DS1 ifEntry that\n            corresponds to the given DS1 channel number\n            (specified by the INDEX element\n            dsx1Ds1ChannelNumber) of the given channelized\n            interface (specified by INDEX element ifIndex).')
dsx1FarEndCurrentTable = MibTable((1, 3, 6, 1, 2, 1, 10, 18, 10), )
if mibBuilder.loadTexts: dsx1FarEndCurrentTable.setDescription('The DS1 Far End Current table contains various\n            statistics being collected for the current\n            15-minute interval.  The statistics are collected\n\n            from the far-end messages on the Facilities Data\n            Link.  The definitions are the same as described\n            for the near-end information.')
dsx1FarEndCurrentEntry = MibTableRow((1, 3, 6, 1, 2, 1, 10, 18, 10, 1), ).setIndexNames((0, "DS1-MIB", "dsx1FarEndCurrentIndex"))
if mibBuilder.loadTexts: dsx1FarEndCurrentEntry.setDescription('An entry in the DS1 Far End Current table.')
dsx1FarEndCurrentIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 1), InterfaceIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndCurrentIndex.setDescription('The index value that uniquely identifies the DS1\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx1LineIndex.')
dsx1FarEndTimeElapsed = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,899))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTimeElapsed.setDescription("The number of seconds that have elapsed since the\n            beginning of the far-end current error-measurement\n            period.  If, for some reason, such as an adjustment\n            in the system's time-of-day clock, the current\n            interval exceeds the maximum value, the agent will\n            return the maximum value.")
dsx1FarEndValidIntervals = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,96))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndValidIntervals.setDescription('The number of previous far-end intervals for\n            which data was collected.  The value will be 96\n            unless the interface was brought online within the\n            last 24 hours, in which case the value will be the\n            number of complete 15-minute far-end intervals\n            since the interface has been online.  In the case\n            where the agent is a proxy, it is possible that\n            some intervals are unavailable.  In this case,\n            this interval is the maximum interval number for\n            which data is available.')
dsx1FarEndCurrentESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 4), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndCurrentESs.setDescription('The number of Far End Errored Seconds.')
dsx1FarEndCurrentSESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 5), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndCurrentSESs.setDescription('The number of Far End Severely Errored Seconds.')
dsx1FarEndCurrentSEFSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 6), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndCurrentSEFSs.setDescription('The number of Far End Severely Errored Framing\n\n            Seconds.')
dsx1FarEndCurrentUASs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 7), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndCurrentUASs.setDescription('The number of Unavailable Seconds.')
dsx1FarEndCurrentCSSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 8), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndCurrentCSSs.setDescription('The number of Far End Controlled Slip Seconds.')
dsx1FarEndCurrentLESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 9), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndCurrentLESs.setDescription('The number of Far End Line Errored Seconds.')
dsx1FarEndCurrentPCVs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 10), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndCurrentPCVs.setDescription('The number of Far End Path Coding Violations.')
dsx1FarEndCurrentBESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 11), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndCurrentBESs.setDescription('The number of Far End Bursty Errored Seconds.')
dsx1FarEndCurrentDMs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 12), PerfCurrentCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndCurrentDMs.setDescription('The number of Far End Degraded Minutes.')
dsx1FarEndInvalidIntervals = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 10, 1, 13), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,96))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndInvalidIntervals.setDescription('The number of intervals in the range from 0 to\n            dsx1FarEndValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            is not available (e.g., in proxy situations).')
dsx1FarEndIntervalTable = MibTable((1, 3, 6, 1, 2, 1, 10, 18, 11), )
if mibBuilder.loadTexts: dsx1FarEndIntervalTable.setDescription('The DS1 Far End Interval table contains various\n            statistics collected by each DS1 interface over\n            the previous 24 hours of operation.  The past 24\n            hours are broken into 96 completed 15-minute\n            intervals.  Each row in this table represents one\n            such interval (identified by\n            dsx1FarEndIntervalNumber) for one specific\n            instance (identified by dsx1FarEndIntervalIndex).')
dsx1FarEndIntervalEntry = MibTableRow((1, 3, 6, 1, 2, 1, 10, 18, 11, 1), ).setIndexNames((0, "DS1-MIB", "dsx1FarEndIntervalIndex"), (0, "DS1-MIB", "dsx1FarEndIntervalNumber"))
if mibBuilder.loadTexts: dsx1FarEndIntervalEntry.setDescription('An entry in the DS1 Far End Interval table.')
dsx1FarEndIntervalIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 1), InterfaceIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalIndex.setDescription('The index value that uniquely identifies the DS1\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx1LineIndex.')
dsx1FarEndIntervalNumber = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,96))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalNumber.setDescription('A number between 1 and 96, where 1 is the most\n            recently completed 15-minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.')
dsx1FarEndIntervalESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 3), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalESs.setDescription('The number of Far End Errored Seconds.')
dsx1FarEndIntervalSESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 4), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalSESs.setDescription('The number of Far End Severely Errored Seconds.')
dsx1FarEndIntervalSEFSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 5), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalSEFSs.setDescription('The number of Far End Severely Errored Framing\n            Seconds.')
dsx1FarEndIntervalUASs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 6), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalUASs.setDescription('The number of Unavailable Seconds.')
dsx1FarEndIntervalCSSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 7), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalCSSs.setDescription('The number of Far End Controlled Slip Seconds.')
dsx1FarEndIntervalLESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 8), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalLESs.setDescription('The number of Far End Line Errored Seconds.')
dsx1FarEndIntervalPCVs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 9), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalPCVs.setDescription('The number of Far End Path Coding Violations.')
dsx1FarEndIntervalBESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 10), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalBESs.setDescription('The number of Far End Bursty Errored Seconds.')
dsx1FarEndIntervalDMs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 11), PerfIntervalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalDMs.setDescription('The number of Far End Degraded Minutes.')
dsx1FarEndIntervalValidData = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 11, 1, 12), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndIntervalValidData.setDescription(' This variable indicates if the data for this\n            interval is valid.')
dsx1FarEndTotalTable = MibTable((1, 3, 6, 1, 2, 1, 10, 18, 12), )
if mibBuilder.loadTexts: dsx1FarEndTotalTable.setDescription('The DS1 Far End Total table contains the\n            cumulative sum of the various statistics for the\n            24-hour period preceding the current interval.')
dsx1FarEndTotalEntry = MibTableRow((1, 3, 6, 1, 2, 1, 10, 18, 12, 1), ).setIndexNames((0, "DS1-MIB", "dsx1FarEndTotalIndex"))
if mibBuilder.loadTexts: dsx1FarEndTotalEntry.setDescription('An entry in the DS1 Far End Total table.')
dsx1FarEndTotalIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 12, 1, 1), InterfaceIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTotalIndex.setDescription('The index value that uniquely identifies the DS1\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx1LineIndex.')
dsx1FarEndTotalESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 12, 1, 2), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTotalESs.setDescription('The number of Far End Errored Seconds encountered\n            by a DS1 interface in the previous 24-hour\n            interval.  Invalid 15-minute intervals count as\n            0.')
dsx1FarEndTotalSESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 12, 1, 3), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTotalSESs.setDescription('The number of Far End Severely Errored Seconds\n            encountered by a DS1 interface in the previous\n            24-hour interval.  Invalid 15-minute intervals\n            count as 0.')
dsx1FarEndTotalSEFSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 12, 1, 4), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTotalSEFSs.setDescription('The number of Far End Severely Errored Framing\n            Seconds encountered by a DS1 interface in the\n            previous 24-hour interval.  Invalid 15-minute\n            intervals count as 0.')
dsx1FarEndTotalUASs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 12, 1, 5), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTotalUASs.setDescription('The number of Unavailable Seconds encountered by\n            a DS1 interface in the previous 24-hour interval.\n            Invalid 15-minute intervals count as 0.')
dsx1FarEndTotalCSSs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 12, 1, 6), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTotalCSSs.setDescription('The number of Far End Controlled Slip Seconds\n            encountered by a DS1 interface in the previous\n            24-hour interval.  Invalid 15 minute intervals\n            count as 0.')
dsx1FarEndTotalLESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 12, 1, 7), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTotalLESs.setDescription('The number of Far End Line Errored Seconds\n            encountered by a DS1 interface in the previous\n            24-hour interval.  Invalid 15-minute intervals\n            count as 0.')
dsx1FarEndTotalPCVs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 12, 1, 8), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTotalPCVs.setDescription('The number of Far End Path Coding Violations\n            reported via the far end block error count\n            encountered by a DS1 interface in the previous\n            24-hour interval.  Invalid 15-minute intervals\n            count as 0.')
dsx1FarEndTotalBESs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 12, 1, 9), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTotalBESs.setDescription('The number of Bursty Errored Seconds (BESs)\n            encountered by a DS1 interface in the previous\n            24-hour interval.  Invalid 15-minute intervals\n            count as 0.')
dsx1FarEndTotalDMs = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 12, 1, 10), PerfTotalCount()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FarEndTotalDMs.setDescription('The number of Degraded Minutes (DMs) encountered\n            by a DS1 interface in the previous 24-hour\n            interval.  Invalid 15-minute intervals count as\n            0.')
dsx1FracTable = MibTable((1, 3, 6, 1, 2, 1, 10, 18, 13), )
if mibBuilder.loadTexts: dsx1FracTable.setDescription('This table is deprecated in favor of using\n            ifStackTable.\n\n            The table was mandatory for systems dividing a DS1\n            into channels containing different data streams\n            that are of local interest.  Systems that are\n            indifferent to data content, such as CSUs, need\n            not implement it.\n\n            The DS1 Fractional table identifies which DS1\n            channels associated with a CSU are being used to\n            support a logical interface, i.e., an entry in the\n            interfaces table from the Internet-standard MIB.\n\n            For example, consider an application managing a\n            North American ISDN Primary Rate link whose\n            division is a 384-kbit/s H1 _B_ Channel for video,\n            a second H1 for data to a primary routing peer,\n            and 12 64-kbit/s H0 _B_ Channels.  Consider that\n            some subset of the H0 channels is used for voice\n            and the remainder are available for dynamic data\n            calls.\n\n            We count a total of 14 interfaces multiplexed onto\n            the DS1 interface.  Six DS1 channels (for the sake\n            of the example, channels 1..6) are used for video,\n            six more (7..11 and 13) are used for data, and the\n            remaining 12 are in channels 12 and 14..24.\n\n            Let us further imagine that ifIndex 2 is of type\n            DS1 and refers to the DS1 interface and that the\n            interfaces layered onto it are numbered 3..16.\n\n            We might describe the allocation of channels, in\n            the dsx1FracTable, as follows:\n          dsx1FracIfIndex.2. 1 = 3  dsx1FracIfIndex.2.13 = 4\n          dsx1FracIfIndex.2. 2 = 3  dsx1FracIfIndex.2.14 = 6\n          dsx1FracIfIndex.2. 3 = 3  dsx1FracIfIndex.2.15 = 7\n          dsx1FracIfIndex.2. 4 = 3  dsx1FracIfIndex.2.16 = 8\n          dsx1FracIfIndex.2. 5 = 3  dsx1FracIfIndex.2.17 = 9\n          dsx1FracIfIndex.2. 6 = 3  dsx1FracIfIndex.2.18 = 10\n          dsx1FracIfIndex.2. 7 = 4  dsx1FracIfIndex.2.19 = 11\n          dsx1FracIfIndex.2. 8 = 4  dsx1FracIfIndex.2.20 = 12\n          dsx1FracIfIndex.2. 9 = 4  dsx1FracIfIndex.2.21 = 13\n          dsx1FracIfIndex.2.10 = 4  dsx1FracIfIndex.2.22 = 14\n          dsx1FracIfIndex.2.11 = 4  dsx1FracIfIndex.2.23 = 15\n          dsx1FracIfIndex.2.12 = 5  dsx1FracIfIndex.2.24 = 16\n\n            For North American (DS1) interfaces, there are 24\n            legal channels, numbered 1 through 24.\n\n            For G.704 interfaces, there are 31 legal channels,\n            numbered 1 through 31.  The channels (1..31)\n            correspond directly to the equivalently numbered\n            time-slots.')
dsx1FracEntry = MibTableRow((1, 3, 6, 1, 2, 1, 10, 18, 13, 1), ).setIndexNames((0, "DS1-MIB", "dsx1FracIndex"), (0, "DS1-MIB", "dsx1FracNumber"))
if mibBuilder.loadTexts: dsx1FracEntry.setDescription('An entry in the DS1 Fractional table.')
dsx1FracIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 13, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,2147483647))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FracIndex.setDescription('The index value that uniquely identifies the\n       DS1 interface to which this entry is applicable.\n       The interface identified by a particular\n       value of this index is the same interface as\n       identified by the same value as a dsx1LineIndex\n       object instance.')
dsx1FracNumber = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 13, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1,31))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dsx1FracNumber.setDescription('The channel number for this entry.')
dsx1FracIfIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 10, 18, 13, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0,2147483647))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dsx1FracIfIndex.setDescription('An index value that uniquely identifies an\n       interface.  The interface identified by a particular\n       value of this index is the same interface\n       as identified by the same value as an ifIndex\n       object instance.  If no interface is currently using\n       a channel, the value should be zero.  If a\n       single interface occupies more than one time-slot,\n       that ifIndex value will be found in multiple\n       time-slots.')
ds1Traps = MibIdentifier((1, 3, 6, 1, 2, 1, 10, 18, 15))
dsx1LineStatusChange = NotificationType((1, 3, 6, 1, 2, 1, 10, 18, 15, 0, 1)).setObjects(*(("DS1-MIB", "dsx1LineStatus"), ("DS1-MIB", "dsx1LineStatusLastChange"),))
if mibBuilder.loadTexts: dsx1LineStatusChange.setDescription('A dsx1LineStatusChange trap is sent when the\n            value of an instance dsx1LineStatus changes.  It\n            can be utilized by an Network Management Station\n            (NMS) to trigger polls.  When the line status\n            change results from a higher-level line status\n            change (i.e., DS3), then no traps for the DS1\n            are sent.')
ds1Conformance = MibIdentifier((1, 3, 6, 1, 2, 1, 10, 18, 14))
ds1Groups = MibIdentifier((1, 3, 6, 1, 2, 1, 10, 18, 14, 1))
ds1Compliances = MibIdentifier((1, 3, 6, 1, 2, 1, 10, 18, 14, 2))
ds1Compliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 10, 18, 14, 2, 1)).setObjects(*(("DS1-MIB", "ds1NearEndConfigGroup"), ("DS1-MIB", "ds1NearEndStatisticsGroup"), ("DS1-MIB", "ds1FarEndGroup"), ("DS1-MIB", "ds1NearEndOptionalConfigGroup"), ("DS1-MIB", "ds1DS2Group"), ("DS1-MIB", "ds1TransStatsGroup"), ("DS1-MIB", "ds1ChanMappingGroup"),))
if mibBuilder.loadTexts: ds1Compliance.setDescription('The compliance statement for T1 and E1\n            interfaces.')
ds1MibT1PriCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 10, 18, 14, 2, 2)).setObjects(*(("DS1-MIB", "ds1NearEndConfigGroup"), ("DS1-MIB", "ds1NearEndStatisticsGroup"),))
if mibBuilder.loadTexts: ds1MibT1PriCompliance.setDescription('Compliance statement for using this MIB for ISDN\n            Primary Rate interfaces on T1 lines.')
ds1MibE1PriCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 10, 18, 14, 2, 3)).setObjects(*(("DS1-MIB", "ds1NearEndConfigGroup"), ("DS1-MIB", "ds1NearEndStatisticsGroup"),))
if mibBuilder.loadTexts: ds1MibE1PriCompliance.setDescription('Compliance statement for using this MIB for ISDN\n            Primary Rate interfaces on E1 lines.')
ds1Ds2Compliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 10, 18, 14, 2, 4)).setObjects(*(("DS1-MIB", "ds1DS2Group"),))
if mibBuilder.loadTexts: ds1Ds2Compliance.setDescription('Compliance statement for using this MIB for DS2\n            interfaces.')
ds1NCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 10, 18, 14, 2, 5)).setObjects(*(("DS1-MIB", "ds1NearEndConfigurationGroup"), ("DS1-MIB", "ds1NearEndStatisticsGroup"), ("DS1-MIB", "ds1FarEndGroup"), ("DS1-MIB", "ds1NearEndOptionalTrapGroup"), ("DS1-MIB", "ds1NearEndOptionalConfigGroup"), ("DS1-MIB", "ds1DS2Group"), ("DS1-MIB", "ds1TransStatsGroup"), ("DS1-MIB", "ds1ChanMappingGroup"),))
if mibBuilder.loadTexts: ds1NCompliance.setDescription('The compliance statement for T1 and E1\n            interfaces.')
ds1MibT1PriNCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 10, 18, 14, 2, 6)).setObjects(*(("DS1-MIB", "ds1NearEndConfigurationGroup"), ("DS1-MIB", "ds1NearEndStatisticsGroup"),))
if mibBuilder.loadTexts: ds1MibT1PriNCompliance.setDescription('Compliance statement for using this MIB for ISDN\n            Primary Rate interfaces on T1 lines.')
ds1MibE1PriNCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 10, 18, 14, 2, 7)).setObjects(*(("DS1-MIB", "ds1NearEndConfigurationGroup"), ("DS1-MIB", "ds1NearEndStatisticsGroup"),))
if mibBuilder.loadTexts: ds1MibE1PriNCompliance.setDescription('Compliance statement for using this MIB for ISDN\n            Primary Rate interfaces on E1 lines.')
ds1J1Compliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 10, 18, 14, 2, 8)).setObjects(*(("DS1-MIB", "ds1NearEndCfgGroup"), ("DS1-MIB", "ds1NearEndStatGroup"), ("DS1-MIB", "ds1FarEndNGroup"), ("DS1-MIB", "ds1NearEndOptionalTrapGroup"), ("DS1-MIB", "ds1NearEndOptionalConfigGroup"), ("DS1-MIB", "ds1DS2Group"), ("DS1-MIB", "ds1TransStatsGroup"), ("DS1-MIB", "ds1ChanMappingGroup"),))
if mibBuilder.loadTexts: ds1J1Compliance.setDescription('The compliance statement for T1, J1, and E1\n            interfaces.')
ds1NMibT1PriNCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 10, 18, 14, 2, 9)).setObjects(*(("DS1-MIB", "ds1NearEndCfgGroup"), ("DS1-MIB", "ds1NearEndStatGroup"),))
if mibBuilder.loadTexts: ds1NMibT1PriNCompliance.setDescription('Compliance statement for using this MIB for ISDN\n            Primary Rate interfaces on T1 lines.')
ds1NMibE1PriNCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 10, 18, 14, 2, 10)).setObjects(*(("DS1-MIB", "ds1NearEndCfgGroup"), ("DS1-MIB", "ds1NearEndStatGroup"),))
if mibBuilder.loadTexts: ds1NMibE1PriNCompliance.setDescription('Compliance statement for using this MIB for ISDN\n            Primary Rate interfaces on E1 lines.')
ds1NearEndConfigGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 1)).setObjects(*(("DS1-MIB", "dsx1LineIndex"), ("DS1-MIB", "dsx1TimeElapsed"), ("DS1-MIB", "dsx1ValidIntervals"), ("DS1-MIB", "dsx1LineType"), ("DS1-MIB", "dsx1LineCoding"), ("DS1-MIB", "dsx1SendCode"), ("DS1-MIB", "dsx1CircuitIdentifier"), ("DS1-MIB", "dsx1LoopbackConfig"), ("DS1-MIB", "dsx1LineStatus"), ("DS1-MIB", "dsx1SignalMode"), ("DS1-MIB", "dsx1TransmitClockSource"), ("DS1-MIB", "dsx1Fdl"), ("DS1-MIB", "dsx1InvalidIntervals"), ("DS1-MIB", "dsx1LineLength"), ("DS1-MIB", "dsx1LoopbackStatus"), ("DS1-MIB", "dsx1Ds1ChannelNumber"), ("DS1-MIB", "dsx1Channelization"),))
if mibBuilder.loadTexts: ds1NearEndConfigGroup.setDescription('A collection of objects providing configuration\n            information applicable to all DS1 interfaces.')
ds1NearEndStatisticsGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 2)).setObjects(*(("DS1-MIB", "dsx1CurrentIndex"), ("DS1-MIB", "dsx1CurrentESs"), ("DS1-MIB", "dsx1CurrentSESs"), ("DS1-MIB", "dsx1CurrentSEFSs"), ("DS1-MIB", "dsx1CurrentUASs"), ("DS1-MIB", "dsx1CurrentCSSs"), ("DS1-MIB", "dsx1CurrentPCVs"), ("DS1-MIB", "dsx1CurrentLESs"), ("DS1-MIB", "dsx1CurrentBESs"), ("DS1-MIB", "dsx1CurrentDMs"), ("DS1-MIB", "dsx1CurrentLCVs"), ("DS1-MIB", "dsx1IntervalIndex"), ("DS1-MIB", "dsx1IntervalNumber"), ("DS1-MIB", "dsx1IntervalESs"), ("DS1-MIB", "dsx1IntervalSESs"), ("DS1-MIB", "dsx1IntervalSEFSs"), ("DS1-MIB", "dsx1IntervalUASs"), ("DS1-MIB", "dsx1IntervalCSSs"), ("DS1-MIB", "dsx1IntervalPCVs"), ("DS1-MIB", "dsx1IntervalLESs"), ("DS1-MIB", "dsx1IntervalBESs"), ("DS1-MIB", "dsx1IntervalDMs"), ("DS1-MIB", "dsx1IntervalLCVs"), ("DS1-MIB", "dsx1IntervalValidData"), ("DS1-MIB", "dsx1TotalIndex"), ("DS1-MIB", "dsx1TotalESs"), ("DS1-MIB", "dsx1TotalSESs"), ("DS1-MIB", "dsx1TotalSEFSs"), ("DS1-MIB", "dsx1TotalUASs"), ("DS1-MIB", "dsx1TotalCSSs"), ("DS1-MIB", "dsx1TotalPCVs"), ("DS1-MIB", "dsx1TotalLESs"), ("DS1-MIB", "dsx1TotalBESs"), ("DS1-MIB", "dsx1TotalDMs"), ("DS1-MIB", "dsx1TotalLCVs"),))
if mibBuilder.loadTexts: ds1NearEndStatisticsGroup.setDescription('A collection of objects providing statistics\n            information applicable to all DS1 interfaces.')
ds1FarEndGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 3)).setObjects(*(("DS1-MIB", "dsx1FarEndCurrentIndex"), ("DS1-MIB", "dsx1FarEndTimeElapsed"), ("DS1-MIB", "dsx1FarEndValidIntervals"), ("DS1-MIB", "dsx1FarEndCurrentESs"), ("DS1-MIB", "dsx1FarEndCurrentSESs"), ("DS1-MIB", "dsx1FarEndCurrentSEFSs"), ("DS1-MIB", "dsx1FarEndCurrentUASs"), ("DS1-MIB", "dsx1FarEndCurrentCSSs"), ("DS1-MIB", "dsx1FarEndCurrentLESs"), ("DS1-MIB", "dsx1FarEndCurrentPCVs"), ("DS1-MIB", "dsx1FarEndCurrentBESs"), ("DS1-MIB", "dsx1FarEndCurrentDMs"), ("DS1-MIB", "dsx1FarEndInvalidIntervals"), ("DS1-MIB", "dsx1FarEndIntervalIndex"), ("DS1-MIB", "dsx1FarEndIntervalNumber"), ("DS1-MIB", "dsx1FarEndIntervalESs"), ("DS1-MIB", "dsx1FarEndIntervalSESs"), ("DS1-MIB", "dsx1FarEndIntervalSEFSs"), ("DS1-MIB", "dsx1FarEndIntervalUASs"), ("DS1-MIB", "dsx1FarEndIntervalCSSs"), ("DS1-MIB", "dsx1FarEndIntervalLESs"), ("DS1-MIB", "dsx1FarEndIntervalPCVs"), ("DS1-MIB", "dsx1FarEndIntervalBESs"), ("DS1-MIB", "dsx1FarEndIntervalDMs"), ("DS1-MIB", "dsx1FarEndIntervalValidData"), ("DS1-MIB", "dsx1FarEndTotalIndex"), ("DS1-MIB", "dsx1FarEndTotalESs"), ("DS1-MIB", "dsx1FarEndTotalSESs"), ("DS1-MIB", "dsx1FarEndTotalSEFSs"), ("DS1-MIB", "dsx1FarEndTotalUASs"), ("DS1-MIB", "dsx1FarEndTotalCSSs"), ("DS1-MIB", "dsx1FarEndTotalLESs"), ("DS1-MIB", "dsx1FarEndTotalPCVs"), ("DS1-MIB", "dsx1FarEndTotalBESs"), ("DS1-MIB", "dsx1FarEndTotalDMs"),))
if mibBuilder.loadTexts: ds1FarEndGroup.setDescription('A collection of objects providing remote\n            configuration and statistics information.')
ds1DeprecatedGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 4)).setObjects(*(("DS1-MIB", "dsx1IfIndex"), ("DS1-MIB", "dsx1FracIndex"), ("DS1-MIB", "dsx1FracNumber"), ("DS1-MIB", "dsx1FracIfIndex"),))
if mibBuilder.loadTexts: ds1DeprecatedGroup.setDescription('A collection of obsolete objects that may be\n            implemented for backwards compatibility.')
ds1NearEndOptionalConfigGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 5)).setObjects(*(("DS1-MIB", "dsx1LineStatusLastChange"), ("DS1-MIB", "dsx1LineStatusChangeTrapEnable"),))
if mibBuilder.loadTexts: ds1NearEndOptionalConfigGroup.setDescription('A collection of objects that may be implemented\n            on DS1 and DS2 interfaces.')
ds1DS2Group = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 6)).setObjects(*(("DS1-MIB", "dsx1LineIndex"), ("DS1-MIB", "dsx1LineType"), ("DS1-MIB", "dsx1LineCoding"), ("DS1-MIB", "dsx1SendCode"), ("DS1-MIB", "dsx1LineStatus"), ("DS1-MIB", "dsx1SignalMode"), ("DS1-MIB", "dsx1TransmitClockSource"), ("DS1-MIB", "dsx1Channelization"),))
if mibBuilder.loadTexts: ds1DS2Group.setDescription('A collection of objects providing information\n            about DS2 (6,312 kbps) and E2 (8,448 kbps)\n            systems.')
ds1TransStatsGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 7)).setObjects(*(("DS1-MIB", "dsx1CurrentESs"), ("DS1-MIB", "dsx1CurrentSESs"), ("DS1-MIB", "dsx1CurrentUASs"), ("DS1-MIB", "dsx1IntervalESs"), ("DS1-MIB", "dsx1IntervalSESs"), ("DS1-MIB", "dsx1IntervalUASs"), ("DS1-MIB", "dsx1TotalESs"), ("DS1-MIB", "dsx1TotalSESs"), ("DS1-MIB", "dsx1TotalUASs"),))
if mibBuilder.loadTexts: ds1TransStatsGroup.setDescription('A collection of objects that are the\n            statistics that can be collected from a DS1\n            interface that is running transparent or unframed\n            lineType.  Statistics not in this list should\n            return noSuchInstance.')
ds1NearEndOptionalTrapGroup = NotificationGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 8)).setObjects(*(("DS1-MIB", "dsx1LineStatusChange"),))
if mibBuilder.loadTexts: ds1NearEndOptionalTrapGroup.setDescription('A collection of notifications that may be\n            implemented on DS1 and DS2 interfaces.')
ds1ChanMappingGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 9)).setObjects(*(("DS1-MIB", "dsx1ChanMappedIfIndex"),))
if mibBuilder.loadTexts: ds1ChanMappingGroup.setDescription('A collection of objects that give a mapping of\n            DS3 Channel (dsx1Ds1ChannelNumber) to ifIndex.')
ds1NearEndConfigurationGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 10)).setObjects(*(("DS1-MIB", "dsx1LineIndex"), ("DS1-MIB", "dsx1TimeElapsed"), ("DS1-MIB", "dsx1ValidIntervals"), ("DS1-MIB", "dsx1LineType"), ("DS1-MIB", "dsx1LineCoding"), ("DS1-MIB", "dsx1SendCode"), ("DS1-MIB", "dsx1CircuitIdentifier"), ("DS1-MIB", "dsx1LoopbackConfig"), ("DS1-MIB", "dsx1LineStatus"), ("DS1-MIB", "dsx1SignalMode"), ("DS1-MIB", "dsx1TransmitClockSource"), ("DS1-MIB", "dsx1Fdl"), ("DS1-MIB", "dsx1InvalidIntervals"), ("DS1-MIB", "dsx1LineLength"), ("DS1-MIB", "dsx1LoopbackStatus"), ("DS1-MIB", "dsx1Ds1ChannelNumber"), ("DS1-MIB", "dsx1Channelization"), ("DS1-MIB", "dsx1LineMode"), ("DS1-MIB", "dsx1LineBuildOut"),))
if mibBuilder.loadTexts: ds1NearEndConfigurationGroup.setDescription('A collection of objects providing configuration\n            information applicable to all DS1 interfaces.')
ds1NearEndCfgGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 11)).setObjects(*(("DS1-MIB", "dsx1LineIndex"), ("DS1-MIB", "dsx1TimeElapsed"), ("DS1-MIB", "dsx1ValidIntervals"), ("DS1-MIB", "dsx1LineType"), ("DS1-MIB", "dsx1LineCoding"), ("DS1-MIB", "dsx1SendCode"), ("DS1-MIB", "dsx1CircuitIdentifier"), ("DS1-MIB", "dsx1LoopbackConfig"), ("DS1-MIB", "dsx1LineStatus"), ("DS1-MIB", "dsx1SignalMode"), ("DS1-MIB", "dsx1TransmitClockSource"), ("DS1-MIB", "dsx1Fdl"), ("DS1-MIB", "dsx1InvalidIntervals"), ("DS1-MIB", "dsx1LineLength"), ("DS1-MIB", "dsx1LoopbackStatus"), ("DS1-MIB", "dsx1Ds1ChannelNumber"), ("DS1-MIB", "dsx1Channelization"), ("DS1-MIB", "dsx1LineMode"), ("DS1-MIB", "dsx1LineBuildOut"), ("DS1-MIB", "dsx1LineImpedance"),))
if mibBuilder.loadTexts: ds1NearEndCfgGroup.setDescription('A collection of objects providing configuration\n            information applicable to all DS1 interfaces.')
ds1NearEndStatGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 12)).setObjects(*(("DS1-MIB", "dsx1CurrentIndex"), ("DS1-MIB", "dsx1CurrentESs"), ("DS1-MIB", "dsx1CurrentSESs"), ("DS1-MIB", "dsx1CurrentSEFSs"), ("DS1-MIB", "dsx1CurrentUASs"), ("DS1-MIB", "dsx1CurrentCSSs"), ("DS1-MIB", "dsx1CurrentPCVs"), ("DS1-MIB", "dsx1CurrentLESs"), ("DS1-MIB", "dsx1CurrentBESs"), ("DS1-MIB", "dsx1CurrentLCVs"), ("DS1-MIB", "dsx1IntervalIndex"), ("DS1-MIB", "dsx1IntervalNumber"), ("DS1-MIB", "dsx1IntervalESs"), ("DS1-MIB", "dsx1IntervalSESs"), ("DS1-MIB", "dsx1IntervalSEFSs"), ("DS1-MIB", "dsx1IntervalUASs"), ("DS1-MIB", "dsx1IntervalCSSs"), ("DS1-MIB", "dsx1IntervalPCVs"), ("DS1-MIB", "dsx1IntervalLESs"), ("DS1-MIB", "dsx1IntervalBESs"), ("DS1-MIB", "dsx1IntervalLCVs"), ("DS1-MIB", "dsx1IntervalValidData"), ("DS1-MIB", "dsx1TotalIndex"), ("DS1-MIB", "dsx1TotalESs"), ("DS1-MIB", "dsx1TotalSESs"), ("DS1-MIB", "dsx1TotalSEFSs"), ("DS1-MIB", "dsx1TotalUASs"), ("DS1-MIB", "dsx1TotalCSSs"), ("DS1-MIB", "dsx1TotalPCVs"), ("DS1-MIB", "dsx1TotalLESs"), ("DS1-MIB", "dsx1TotalBESs"), ("DS1-MIB", "dsx1TotalLCVs"),))
if mibBuilder.loadTexts: ds1NearEndStatGroup.setDescription('A collection of objects providing statistics\n            information applicable to all DS1 interfaces.')
ds1FarEndNGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 10, 18, 14, 1, 13)).setObjects(*(("DS1-MIB", "dsx1FarEndCurrentIndex"), ("DS1-MIB", "dsx1FarEndTimeElapsed"), ("DS1-MIB", "dsx1FarEndValidIntervals"), ("DS1-MIB", "dsx1FarEndCurrentESs"), ("DS1-MIB", "dsx1FarEndCurrentSESs"), ("DS1-MIB", "dsx1FarEndCurrentSEFSs"), ("DS1-MIB", "dsx1FarEndCurrentUASs"), ("DS1-MIB", "dsx1FarEndCurrentCSSs"), ("DS1-MIB", "dsx1FarEndCurrentLESs"), ("DS1-MIB", "dsx1FarEndCurrentPCVs"), ("DS1-MIB", "dsx1FarEndCurrentBESs"), ("DS1-MIB", "dsx1FarEndInvalidIntervals"), ("DS1-MIB", "dsx1FarEndIntervalIndex"), ("DS1-MIB", "dsx1FarEndIntervalNumber"), ("DS1-MIB", "dsx1FarEndIntervalESs"), ("DS1-MIB", "dsx1FarEndIntervalSESs"), ("DS1-MIB", "dsx1FarEndIntervalSEFSs"), ("DS1-MIB", "dsx1FarEndIntervalUASs"), ("DS1-MIB", "dsx1FarEndIntervalCSSs"), ("DS1-MIB", "dsx1FarEndIntervalLESs"), ("DS1-MIB", "dsx1FarEndIntervalPCVs"), ("DS1-MIB", "dsx1FarEndIntervalBESs"), ("DS1-MIB", "dsx1FarEndIntervalValidData"), ("DS1-MIB", "dsx1FarEndTotalIndex"), ("DS1-MIB", "dsx1FarEndTotalESs"), ("DS1-MIB", "dsx1FarEndTotalSESs"), ("DS1-MIB", "dsx1FarEndTotalSEFSs"), ("DS1-MIB", "dsx1FarEndTotalUASs"), ("DS1-MIB", "dsx1FarEndTotalCSSs"), ("DS1-MIB", "dsx1FarEndTotalLESs"), ("DS1-MIB", "dsx1FarEndTotalPCVs"), ("DS1-MIB", "dsx1FarEndTotalBESs"),))
if mibBuilder.loadTexts: ds1FarEndNGroup.setDescription('A collection of objects providing remote\n            configuration and statistics information.')
mibBuilder.exportSymbols("DS1-MIB", dsx1FracIfIndex=dsx1FracIfIndex, ds1NMibE1PriNCompliance=ds1NMibE1PriNCompliance, ds1NearEndConfigurationGroup=ds1NearEndConfigurationGroup, dsx1FarEndTotalBESs=dsx1FarEndTotalBESs, dsx1FracEntry=dsx1FracEntry, dsx1TotalSESs=dsx1TotalSESs, ds1MibE1PriNCompliance=ds1MibE1PriNCompliance, dsx1IntervalPCVs=dsx1IntervalPCVs, dsx1LineCoding=dsx1LineCoding, dsx1FarEndTotalCSSs=dsx1FarEndTotalCSSs, dsx1IntervalIndex=dsx1IntervalIndex, dsx1TotalTable=dsx1TotalTable, dsx1FarEndTotalLESs=dsx1FarEndTotalLESs, dsx1CurrentLESs=dsx1CurrentLESs, dsx1FarEndIntervalESs=dsx1FarEndIntervalESs, dsx1TotalBESs=dsx1TotalBESs, dsx1ChanMappedIfIndex=dsx1ChanMappedIfIndex, dsx1LineStatus=dsx1LineStatus, ds1Compliances=ds1Compliances, ds1Ds2Compliance=ds1Ds2Compliance, dsx1SignalMode=dsx1SignalMode, dsx1IntervalEntry=dsx1IntervalEntry, dsx1TotalSEFSs=dsx1TotalSEFSs, ds1ChanMappingGroup=ds1ChanMappingGroup, dsx1Ds1ChannelNumber=dsx1Ds1ChannelNumber, dsx1SendCode=dsx1SendCode, dsx1IntervalNumber=dsx1IntervalNumber, dsx1IntervalESs=dsx1IntervalESs, dsx1FarEndCurrentPCVs=dsx1FarEndCurrentPCVs, dsx1CurrentDMs=dsx1CurrentDMs, ds1TransStatsGroup=ds1TransStatsGroup, dsx1CurrentEntry=dsx1CurrentEntry, dsx1LineType=dsx1LineType, ds1DS2Group=ds1DS2Group, dsx1IntervalUASs=dsx1IntervalUASs, dsx1FarEndTotalPCVs=dsx1FarEndTotalPCVs, ds1Traps=ds1Traps, dsx1FarEndCurrentTable=dsx1FarEndCurrentTable, dsx1FarEndTotalSEFSs=dsx1FarEndTotalSEFSs, ds1J1Compliance=ds1J1Compliance, dsx1CircuitIdentifier=dsx1CircuitIdentifier, dsx1FarEndIntervalUASs=dsx1FarEndIntervalUASs, dsx1ValidIntervals=dsx1ValidIntervals, dsx1LineLength=dsx1LineLength, dsx1FarEndTotalSESs=dsx1FarEndTotalSESs, dsx1IfIndex=dsx1IfIndex, dsx1LineMode=dsx1LineMode, ds1NearEndStatisticsGroup=ds1NearEndStatisticsGroup, dsx1ConfigTable=dsx1ConfigTable, ds1Groups=ds1Groups, dsx1FarEndCurrentUASs=dsx1FarEndCurrentUASs, dsx1FarEndIntervalNumber=dsx1FarEndIntervalNumber, dsx1FarEndTotalESs=dsx1FarEndTotalESs, ds1NCompliance=ds1NCompliance, dsx1FarEndIntervalSESs=dsx1FarEndIntervalSESs, dsx1FarEndCurrentEntry=dsx1FarEndCurrentEntry, dsx1IntervalSEFSs=dsx1IntervalSEFSs, dsx1TotalUASs=dsx1TotalUASs, dsx1FarEndTotalTable=dsx1FarEndTotalTable, dsx1LineStatusChangeTrapEnable=dsx1LineStatusChangeTrapEnable, dsx1LineStatusLastChange=dsx1LineStatusLastChange, dsx1InvalidIntervals=dsx1InvalidIntervals, ds1NearEndCfgGroup=ds1NearEndCfgGroup, dsx1FarEndIntervalLESs=dsx1FarEndIntervalLESs, dsx1CurrentLCVs=dsx1CurrentLCVs, dsx1FarEndCurrentDMs=dsx1FarEndCurrentDMs, dsx1ChanMappingTable=dsx1ChanMappingTable, dsx1FarEndIntervalIndex=dsx1FarEndIntervalIndex, dsx1FarEndTotalEntry=dsx1FarEndTotalEntry, dsx1TotalESs=dsx1TotalESs, dsx1CurrentTable=dsx1CurrentTable, ds1NearEndConfigGroup=ds1NearEndConfigGroup, dsx1TransmitClockSource=dsx1TransmitClockSource, dsx1Channelization=dsx1Channelization, dsx1FarEndCurrentLESs=dsx1FarEndCurrentLESs, ds1FarEndGroup=ds1FarEndGroup, ds1MibT1PriCompliance=ds1MibT1PriCompliance, ds1Compliance=ds1Compliance, dsx1IntervalSESs=dsx1IntervalSESs, ds1MibT1PriNCompliance=ds1MibT1PriNCompliance, ds1Conformance=ds1Conformance, dsx1LineStatusChange=dsx1LineStatusChange, ds1DeprecatedGroup=ds1DeprecatedGroup, dsx1IntervalLESs=dsx1IntervalLESs, ds1FarEndNGroup=ds1FarEndNGroup, dsx1IntervalBESs=dsx1IntervalBESs, dsx1FarEndInvalidIntervals=dsx1FarEndInvalidIntervals, dsx1CurrentSESs=dsx1CurrentSESs, dsx1LineIndex=dsx1LineIndex, dsx1CurrentCSSs=dsx1CurrentCSSs, dsx1FarEndTotalIndex=dsx1FarEndTotalIndex, dsx1FarEndCurrentESs=dsx1FarEndCurrentESs, dsx1FarEndIntervalBESs=dsx1FarEndIntervalBESs, dsx1FarEndIntervalPCVs=dsx1FarEndIntervalPCVs, ds1NearEndOptionalTrapGroup=ds1NearEndOptionalTrapGroup, dsx1FarEndIntervalTable=dsx1FarEndIntervalTable, dsx1FarEndCurrentSEFSs=dsx1FarEndCurrentSEFSs, dsx1Fdl=dsx1Fdl, dsx1FarEndTimeElapsed=dsx1FarEndTimeElapsed, dsx1FarEndIntervalEntry=dsx1FarEndIntervalEntry, dsx1FracIndex=dsx1FracIndex, ds1MibE1PriCompliance=ds1MibE1PriCompliance, dsx1CurrentPCVs=dsx1CurrentPCVs, dsx1FarEndCurrentIndex=dsx1FarEndCurrentIndex, dsx1IntervalTable=dsx1IntervalTable, dsx1FarEndIntervalDMs=dsx1FarEndIntervalDMs, dsx1TotalEntry=dsx1TotalEntry, dsx1IntervalDMs=dsx1IntervalDMs, dsx1CurrentIndex=dsx1CurrentIndex, dsx1FarEndCurrentSESs=dsx1FarEndCurrentSESs, dsx1FarEndCurrentCSSs=dsx1FarEndCurrentCSSs, ds1NearEndOptionalConfigGroup=ds1NearEndOptionalConfigGroup, dsx1CurrentUASs=dsx1CurrentUASs, dsx1LoopbackConfig=dsx1LoopbackConfig, dsx1ChanMappingEntry=dsx1ChanMappingEntry, dsx1CurrentSEFSs=dsx1CurrentSEFSs, dsx1FarEndIntervalSEFSs=dsx1FarEndIntervalSEFSs, dsx1IntervalCSSs=dsx1IntervalCSSs, dsx1TotalLCVs=dsx1TotalLCVs, dsx1TimeElapsed=dsx1TimeElapsed, dsx1FarEndTotalDMs=dsx1FarEndTotalDMs, dsx1TotalCSSs=dsx1TotalCSSs, ds1NearEndStatGroup=ds1NearEndStatGroup, dsx1FracTable=dsx1FracTable, dsx1CurrentBESs=dsx1CurrentBESs, dsx1IntervalLCVs=dsx1IntervalLCVs, dsx1TotalPCVs=dsx1TotalPCVs, dsx1FarEndIntervalValidData=dsx1FarEndIntervalValidData, ds1NMibT1PriNCompliance=ds1NMibT1PriNCompliance, dsx1CurrentESs=dsx1CurrentESs, dsx1IntervalValidData=dsx1IntervalValidData, dsx1TotalLESs=dsx1TotalLESs, dsx1TotalDMs=dsx1TotalDMs, dsx1FarEndCurrentBESs=dsx1FarEndCurrentBESs, dsx1ConfigEntry=dsx1ConfigEntry, dsx1FarEndTotalUASs=dsx1FarEndTotalUASs, ds1=ds1, dsx1LineBuildOut=dsx1LineBuildOut, dsx1FracNumber=dsx1FracNumber, dsx1LoopbackStatus=dsx1LoopbackStatus, dsx1FarEndIntervalCSSs=dsx1FarEndIntervalCSSs, dsx1FarEndValidIntervals=dsx1FarEndValidIntervals, dsx1TotalIndex=dsx1TotalIndex, dsx1LineImpedance=dsx1LineImpedance, PYSNMP_MODULE_ID=ds1)