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
|
-- =================================================================
-- Copyright (C) 2004 New H3C Tech. Co., Ltd. All rights reserved.
--
-- Description: This MIB file is used for inquiring for MP (Multilink PPP)
-- link status information.
-- Reference:
-- Version: V1.0
-- History:
-- V1.0 tianli,2004.5.18,publish
-- =================================================================
HH3C-MP-MIB DEFINITIONS ::= BEGIN
IMPORTS
ifIndex
FROM RFC1213-MIB
hh3cRhw
FROM HH3C-OID-MIB
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
Integer32, Counter32, OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString
FROM SNMPv2-TC;
hh3cMultilinkPPP MODULE-IDENTITY
LAST-UPDATED "200405180000Z" -- May 18, 2004 at 00:00 GMT
ORGANIZATION
"New H3C Tech. Co., Ltd."
CONTACT-INFO
"Platform Team New H3C Tech. Co., Ltd.
Hai-Dian District Beijing P.R. China
http://www.h3c.com
Zip:100085
"
DESCRIPTION
"The HH3C-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.
"
::= { hh3cRhw 33 }
--
-- Node definitions
--
hh3cMpObjects OBJECT IDENTIFIER ::= { hh3cMultilinkPPP 1 }
hh3cMpMultilinkTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cMpMultilinkEntry
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)."
::= { hh3cMpObjects 1 }
hh3cMpMultilinkEntry OBJECT-TYPE
SYNTAX Hh3cMpMultilinkEntry
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 }
::= { hh3cMpMultilinkTable 1 }
Hh3cMpMultilinkEntry ::=
SEQUENCE {
hh3cMpMultilinkDescr
DisplayString,
hh3cMpBundleName
DisplayString,
hh3cMpBundledSlot
Integer32,
hh3cMpBundledMemberCnt
Integer32,
hh3cMpLostFragments
Counter32,
hh3cMpReorderedPkts
Counter32,
hh3cMpUnassignedPkts
Counter32,
hh3cMpInterleavedPkts
Counter32,
hh3cMpRcvdSequence
Integer32,
hh3cMpSentSequence
Integer32
}
hh3cMpMultilinkDescr 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 Temblate or a MP group."
::= { hh3cMpMultilinkEntry 1 }
hh3cMpBundleName 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.
"
::= { hh3cMpMultilinkEntry 2 }
hh3cMpBundledSlot OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The slot on which MP bundled.
"
::= { hh3cMpMultilinkEntry 3 }
hh3cMpBundledMemberCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of the bundled son channel of the MP link. "
::= { hh3cMpMultilinkEntry 4 }
hh3cMpLostFragments 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."
::= { hh3cMpMultilinkEntry 5 }
hh3cMpReorderedPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received packets of the MP link reordered.
"
::= { hh3cMpMultilinkEntry 6 }
hh3cMpUnassignedPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received packets of the MP link waiting for reordering.
"
::= { hh3cMpMultilinkEntry 7 }
hh3cMpInterleavedPkts 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).
"
::= { hh3cMpMultilinkEntry 8 }
hh3cMpRcvdSequence OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current sequence number of the MP link for receiving.
"
::= { hh3cMpMultilinkEntry 9 }
hh3cMpSentSequence OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current sequence number of the MP link for sending.
"
::= { hh3cMpMultilinkEntry 10 }
hh3cMpMemberlinkTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cMpMemberlinkEntry
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).
"
::= { hh3cMpObjects 2 }
hh3cMpMemberlinkEntry OBJECT-TYPE
SYNTAX Hh3cMpMemberlinkEntry
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, hh3cMpMemberlinkSeqNumber }
::= { hh3cMpMemberlinkTable 1 }
Hh3cMpMemberlinkEntry ::=
SEQUENCE {
hh3cMpMemberlinkSeqNumber
Integer32,
hh3cMpMemberlinkIfIndex
Integer32,
hh3cMpMemberlinkDescr
DisplayString,
hh3cMpMemberlinkMpStatus
Integer32
}
hh3cMpMemberlinkSeqNumber 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.
"
::= { hh3cMpMemberlinkEntry 1 }
hh3cMpMemberlinkIfIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interface index of the son channels of the MP link.
"
::= { hh3cMpMemberlinkEntry 2 }
hh3cMpMemberlinkDescr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interface name of the son channels of the MP link.
"
::= { hh3cMpMemberlinkEntry 3 }
hh3cMpMemberlinkMpStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The MP status of the son channels of the MP link.
"
::= { hh3cMpMemberlinkEntry 4 }
hh3cMpNotifications OBJECT IDENTIFIER ::= { hh3cMultilinkPPP 2 }
hh3cMpConformance OBJECT IDENTIFIER ::= { hh3cMultilinkPPP 3 }
hh3cMpCompliances OBJECT IDENTIFIER ::= { hh3cMpConformance 1 }
hh3cMpCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities which
implement the Multilink PPP MIB."
MODULE -- this module
MANDATORY-GROUPS { hh3cMpMandatoryGroup }
::= { hh3cMpCompliances 1 }
hh3cMpGroups OBJECT IDENTIFIER ::= { hh3cMpConformance 2 }
hh3cMpMandatoryGroup OBJECT-GROUP
OBJECTS { hh3cMpBundledMemberCnt, hh3cMpMemberlinkSeqNumber, hh3cMpMemberlinkIfIndex }
STATUS current
DESCRIPTION
"A collection of objects providing mandatory MP information."
::= { hh3cMpGroups 1 }
hh3cMpInfoGroup OBJECT-GROUP
OBJECTS { hh3cMpMultilinkDescr, hh3cMpBundleName,
hh3cMpBundledSlot, hh3cMpBundledMemberCnt,
hh3cMpLostFragments, hh3cMpReorderedPkts,
hh3cMpUnassignedPkts, hh3cMpInterleavedPkts,
hh3cMpRcvdSequence, hh3cMpSentSequence,
hh3cMpMemberlinkDescr,hh3cMpMemberlinkMpStatus }
STATUS current
DESCRIPTION
"All running information of MP feature."
::= { hh3cMpGroups 2 }
END
|