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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
|
-- =================================================================
-- Copyright (C) 2004 by HUAWEI TECHNOLOGIES. All rights reserved
--
-- Description: This mib file is used for inquiring for MP (Multilink PPP)
-- link status information.
-- Reference:
-- Version: V1.0
-- History:
-- tianli,2004.5.18,publish
-- =================================================================
HUAWEI-MP-MIB DEFINITIONS ::= BEGIN
IMPORTS
ifIndex
FROM RFC1213-MIB
ifName
FROM IF-MIB
hwDatacomm
FROM HUAWEI-MIB
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
Integer32, Counter32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString
FROM SNMPv2-TC;
-- 1.3.6.1.4.1.2011.5.25.18
hwMultilinkPPP MODULE-IDENTITY
LAST-UPDATED "200405180000Z" -- May 18, 2004 at 00:00 GMT
ORGANIZATION
"Huawei Technologies co.,Ltd."
CONTACT-INFO
" R&D BeiJing, Huawei Technologies co.,Ltd.
Huawei Bld.,NO.3 Xinxi Rd.,
Shang-Di Information Industry Base,
Hai-Dian District Beijing P.R. China
Zip:100085
Http://www.huawei.com
E-mail:support@huawei.com "
DESCRIPTION
"The HUAWEI-MP-MIB provides read access to MP(Multilink PPP) link
status information. The information available through this MIB includes:
the father channel, the bundled son channel, the slot on which MP bundled,
the number of son channels, the bundle name,
the statistic of lost fragments, reordered packets, unassigned packets,
interleaved packets, and the received/sent sequence, etc.
"
::= { hwDatacomm 33 }
--
-- Node definitions
--
hwMpObjects OBJECT IDENTIFIER ::= { hwMultilinkPPP 1 }
hwMpMultilinkTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwMpMultilinkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table describes the information of MP link.
The index of this table is the interface index of MP group or
VT(Virtual Template)."
::= { hwMpObjects 1 }
hwMpMultilinkEntry OBJECT-TYPE
SYNTAX HwMpMultilinkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table describes the information of MP link.
The available information includes:
the father channel, the slot on which MP bundled,
the number of bundled son channels,
the statistics of lost fragments, reordered packets,
unassigned packets, interleaved packets,
and received/sent sequence.
"
INDEX { ifIndex }
::= { hwMpMultilinkTable 1 }
HwMpMultilinkEntry ::=
SEQUENCE {
hwMpMultilinkDescr
DisplayString,
hwMpBundleName
DisplayString,
hwMpBundledSlot
Integer32,
hwMpBundledMemberCnt
Integer32,
hwMpLostFragments
Counter32,
hwMpReorderedPkts
Counter32,
hwMpUnassignedPkts
Counter32,
hwMpInterleavedPkts
Counter32,
hwMpRcvdSequence
Integer32,
hwMpSentSequence
Integer32,
hwMpDetectTime
Integer32,
hwMpFlappingCnt
Integer32,
hwMpDampingTime
Integer32,
hwMpBundleThreshold
Integer32,
hwMpSequenceReorder
INTEGER
}
hwMpMultilinkDescr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interface name of the father interface on which MP bundled.
It is the name of a Virtual Template or a MP group."
::= { hwMpMultilinkEntry 1 }
hwMpBundleName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The bundle name of the multilink.
when authentication is configured, the bundle name is the authenticated
user name; when authentication not configured, the bundle name is
multilink.
"
::= { hwMpMultilinkEntry 2 }
hwMpBundledSlot OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The slot on which MP bundled.
"
::= { hwMpMultilinkEntry 3 }
hwMpBundledMemberCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of the bundled son channel of the MP link. "
::= { hwMpMultilinkEntry 4 }
hwMpLostFragments OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of fragments of the MP link discarded because
bad fragments received, or assembling packet failed, etc."
::= { hwMpMultilinkEntry 5 }
hwMpReorderedPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received packets of the MP link reordered.
"
::= { hwMpMultilinkEntry 6 }
hwMpUnassignedPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received packets of the MP link waiting for reordering.
"
::= { hwMpMultilinkEntry 7 }
hwMpInterleavedPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received packets of the MP link interleaved by the
packets queued in RTPQ(Real-time Transport Protocol Queue) or
LLQ(Low Latency Queue).
"
::= { hwMpMultilinkEntry 8 }
hwMpRcvdSequence OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current sequence number of the MP link for receiving.
"
::= { hwMpMultilinkEntry 9 }
hwMpSentSequence OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current sequence number of the MP link for sending.
"
::= { hwMpMultilinkEntry 10 }
hwMpDetectTime OBJECT-TYPE
SYNTAX Integer32 (0|30..3600)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The time of detecting the flapping of the son channel of the MP link
to determine whether the son channel should be damped.
"
::= { hwMpMultilinkEntry 11 }
hwMpFlappingCnt OBJECT-TYPE
SYNTAX Integer32 (0..64)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The maximum number of the flapping in the detect-time; if the flapping
number is more than the maximum number, the son channel will be damped.
"
::= { hwMpMultilinkEntry 12 }
hwMpDampingTime OBJECT-TYPE
SYNTAX Integer32 (0|60..86400)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The time of damping the son channel of the MP link.
"
::= { hwMpMultilinkEntry 13 }
hwMpBundleThreshold OBJECT-TYPE
SYNTAX Integer32 (1..128)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The minimum number of the bundled son channel of the MP link; if the number
of the bundled son channel is less than the minimum number, the MP link can
not be used.
"
::= { hwMpMultilinkEntry 14 }
hwMpSequenceReorder OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"It shows the reorder feature on MP interface.
1 shows enable ; 2 shows disable.
"
::= { hwMpMultilinkEntry 15 }
hwMpMemberlinkTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwMpMemberlinkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table describes the information of son channels of the MP link.
The index of this table is the interface index of MP group or
VT(Virtual Template).
"
::= { hwMpObjects 2 }
hwMpMemberlinkEntry OBJECT-TYPE
SYNTAX HwMpMemberlinkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table describes the information of the bundled
son channels of MP link. The available information includes:
the interface index of the son channel,
the interface name of the son channel.
"
INDEX { ifIndex, hwMpMemberlinkSeqNumber }
::= { hwMpMemberlinkTable 1 }
HwMpMemberlinkEntry ::=
SEQUENCE {
hwMpMemberlinkSeqNumber
Integer32,
hwMpMemberlinkIfIndex
Integer32,
hwMpMemberlinkDescr
DisplayString,
hwMpMemberlinkMpStatus
Integer32
}
hwMpMemberlinkSeqNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The bundled sequence number of the son channels of the MP link.
This object is one of the index of the table.
"
::= { hwMpMemberlinkEntry 1 }
hwMpMemberlinkIfIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interface index of the son channels of the MP link.
"
::= { hwMpMemberlinkEntry 2 }
hwMpMemberlinkDescr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interface name of the son channels of the MP link.
"
::= { hwMpMemberlinkEntry 3 }
hwMpMemberlinkMpStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The MP status of the son channels of the MP link.
0 shows failed bind; 1 shows successful bind.
"
::= { hwMpMemberlinkEntry 4 }
-- 1.3.6.1.4.1.2011.5.25.33.2
hwMpNotifications OBJECT IDENTIFIER ::= { hwMultilinkPPP 2 }
hwMpTraps OBJECT IDENTIFIER ::= { hwMpNotifications 1 }
hwMpSonChannelDampingDetect NOTIFICATION-TYPE
OBJECTS { hwMpMemberlinkIfIndex }
STATUS current
DESCRIPTION
"The son channel of the MP link is damped."
::= { hwMpTraps 1 }
hwMpSonChannelDampingResume NOTIFICATION-TYPE
OBJECTS { hwMpMemberlinkIfIndex }
STATUS current
DESCRIPTION
"The son channel of the MP link is recovered from damping."
::= { hwMpTraps 2 }
hwMpThresholdControlDetect NOTIFICATION-TYPE
OBJECTS { ifIndex, ifName }
STATUS current
DESCRIPTION
"The MP link is controlled for threshold."
::= { hwMpTraps 3 }
hwMpThresholdControlDetectClear NOTIFICATION-TYPE
OBJECTS { ifIndex, ifName }
STATUS current
DESCRIPTION
"The MP link is recovered from controlling for threshold."
::= { hwMpTraps 4 }
-- 1.3.6.1.4.1.2011.5.25.33.3
hwMpConformance OBJECT IDENTIFIER ::= { hwMultilinkPPP 3 }
-- 1.3.6.1.4.1.2011.5.25.33.3.1
hwMpCompliances OBJECT IDENTIFIER ::= { hwMpConformance 1 }
-- 1.3.6.1.4.1.2011.5.25.33.3.1.1
hwMpCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities which
implement the Huawei Multilink PPP mib."
MODULE -- this module
MANDATORY-GROUPS { hwMpMandatoryGroup }
::= { hwMpCompliances 1 }
-- 1.3.6.1.4.1.2011.5.25.33.3.2
hwMpGroups OBJECT IDENTIFIER ::= { hwMpConformance 2 }
-- 1.3.6.1.4.1.2011.5.25.33.3.2.1
hwMpMandatoryGroup OBJECT-GROUP
OBJECTS { hwMpBundledMemberCnt, hwMpMemberlinkSeqNumber, hwMpMemberlinkIfIndex }
STATUS current
DESCRIPTION
"A collection of objects providing mandatory MP information."
::= { hwMpGroups 1 }
-- 1.3.6.1.4.1.2011.5.25.33.3.2.3
hwMpInfoGroup OBJECT-GROUP
OBJECTS { hwMpMultilinkDescr, hwMpBundleName,
hwMpBundledSlot, hwMpBundledMemberCnt,
hwMpLostFragments, hwMpReorderedPkts,
hwMpUnassignedPkts, hwMpInterleavedPkts,
hwMpRcvdSequence, hwMpSentSequence,
hwMpDetectTime, hwMpFlappingCnt,
hwMpDampingTime, hwMpBundleThreshold,
hwMpSequenceReorder,hwMpMemberlinkDescr,
hwMpMemberlinkMpStatus }
STATUS current
DESCRIPTION
"All running information of MP feature."
::= { hwMpGroups 2 }
hwMpTrapGroup NOTIFICATION-GROUP
NOTIFICATIONS { hwMpSonChannelDampingDetect, hwMpSonChannelDampingResume, hwMpThresholdControlDetect, hwMpThresholdControlDetectClear}
STATUS current
DESCRIPTION
"Group for all MP traps."
::= { hwMpGroups 3 }
END
|