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
|
-- ============================================================================
-- Copyright (c) 2004-2018 New H3C Tech. Co., Ltd. All rights reserved.
--
-- Description: Virtual Bridge (VBR) information MIB
-- Reference:
-- Version: V1.0
-- History:
-- V1.0 2018-07-11 Initial version by Xuzhihui
-- ============================================================================
HH3C-VBR-MIB DEFINITIONS ::= BEGIN
IMPORTS
hh3cCommon
FROM HH3C-OID-MIB
Integer32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString, RowStatus, TruthValue
FROM SNMPv2-TC;
-- ==================================================================
--
-- Module identity part
--
-- ==================================================================
hh3cVbr MODULE-IDENTITY
LAST-UPDATED "201807111129Z" -- 11th July, 2018 at 11:29 GMT
ORGANIZATION
"New H3C Technologies Co., Ltd."
CONTACT-INFO
"Platform Team New H3C Technologies Co., Ltd.
Haidian District Beijing P.R. China
Http://www.h3c.com
Zip:100085"
DESCRIPTION
"This MIB is used to manage port extenders (PEXs) over 802.1BR.
This MIB is applicable to products that support PEXs."
REVISION
"201807111129Z"
DESCRIPTION
"Initial version of this MIB module."
::= { hh3cCommon 180 }
--VBR specification information
hh3cVbrSpecInfo OBJECT IDENTIFIER ::= { hh3cVbr 1 }
hh3cVbrGroupMinId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Lowest PEX group ID that can be used to allocate ECIDs for ports
on a PEX."
::= { hh3cVbrSpecInfo 1 }
hh3cVbrGroupMaxId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Highest PEX group ID that can be used to allocate ECID for ports
on a PEX."
::= { hh3cVbrSpecInfo 2 }
hh3cVbrMinAssociateId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Lowest ID that can be assigned to a PEX."
::= { hh3cVbrSpecInfo 3 }
hh3cVbrMaxAssociateId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Highest ID that can be assigned to a PEX."
::= { hh3cVbrSpecInfo 4 }
--End VBR specification information
hh3cVbrTable OBJECT IDENTIFIER ::= { hh3cVbr 2 }
--VBR group table
hh3cVbrGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cVbrGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains objects used to configure PEX groups."
::= { hh3cVbrTable 1 }
hh3cVbrGroupEntry OBJECT-TYPE
SYNTAX Hh3cVbrGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about a PEX group."
INDEX
{
hh3cVbrGroupId
}
::= { hh3cVbrGroupTable 1 }
Hh3cVbrGroupEntry ::= SEQUENCE
{
hh3cVbrGroupId Integer32,
hh3cVbrGroupDescr DisplayString,
hh3cVbrGroupRowStatus RowStatus
}
hh3cVbrGroupId OBJECT-TYPE
SYNTAX Integer32(1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ID that can be used to uniquely identify a PEX group. The value range
is hh3cVbrGroupMinId to hh3cVbrGroupMaxId."
::= { hh3cVbrGroupEntry 1 }
hh3cVbrGroupDescr OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..79))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Description for the PEX group. The default value is
'pex-group XXXX', where 'XXXX' is hh3cVbrGroupId.
Writing a zero-length string to this object resets the value to the
default."
::= { hh3cVbrGroupEntry 2 }
hh3cVbrGroupRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The control that allows creation and deletion of entries.
Values include createAndGo, active, and destroy.
If the row to be created or modified already exists,
an error message is returned. If the row to be deleted does not exist,
a success message is returned."
::= { hh3cVbrGroupEntry 3 }
--End VBR group table
--VBR cascade-port table
hh3cVbrCasPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cVbrCasPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains objects used to configure PEX cascade ports."
::= { hh3cVbrTable 2 }
hh3cVbrCasPortEntry OBJECT-TYPE
SYNTAX Hh3cVbrCasPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about a PEX cascade port."
INDEX
{
hh3cVbrCasPortIndex
}
::= { hh3cVbrCasPortTable 1 }
Hh3cVbrCasPortEntry ::= SEQUENCE
{
hh3cVbrCasPortIndex Integer32,
hh3cVbrCasPortAssociateId Integer32,
hh3cVbrCasPortGroupID Integer32,
hh3cVbrPEXStatus INTEGER,
hh3cVbrPEXTier Integer32,
hh3cVbrPEXDeviceMac DisplayString,
hh3cVbrPEXSysname DisplayString,
hh3cVbrPEXBoardType DisplayString,
hh3cVbrPEXParent Integer32,
hh3cVbrCasPortRowStatus RowStatus
}
hh3cVbrCasPortIndex OBJECT-TYPE
SYNTAX Integer32(1..2147483647)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Interface index of the cascade port for a PEX."
::= { hh3cVbrCasPortEntry 1 }
hh3cVbrCasPortAssociateId OBJECT-TYPE
SYNTAX Integer32(1..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"ID assigned to the PEX that is attached to the cascade port.
The value range is hh3cVbrMinAssociateId to hh3cVbrMaxAssociateId.
The value is 0xffff if the PEX is not assigned an ID.
For a successful configuration, the ID must be unique among all PEXs in
the IRF 3.1 system."
DEFVAL { 65535 }
::= { hh3cVbrCasPortEntry 2 }
hh3cVbrCasPortGroupID OBJECT-TYPE
SYNTAX Integer32(1..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"PEX group ID assigned to the PEX that is attached to the cascade port.
The value range is hh3cVbrGroupMinId to hh3cVbrGroupMaxId."
DEFVAL { 65535 }
::= { hh3cVbrCasPortEntry 3 }
hh3cVbrPEXStatus OBJECT-TYPE
SYNTAX INTEGER
{
offline(1),
online(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Status of the PEX.
If the value is offline, the PEX is absent or its configuration
is incomplete.
If the value is online, the PEX is operating correctly."
DEFVAL { offline }
::= { hh3cVbrCasPortEntry 4 }
hh3cVbrPEXTier OBJECT-TYPE
SYNTAX Integer32(1..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Tier of the PEX.
The value is 0xffff if the upper-tier device of the PEX
is not online."
::= { hh3cVbrCasPortEntry 5 }
hh3cVbrPEXDeviceMac OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device MAC address of the PEX."
::= { hh3cVbrCasPortEntry 6 }
hh3cVbrPEXSysname OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device name of the PEX."
::= { hh3cVbrCasPortEntry 7 }
hh3cVbrPEXBoardType OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device board type of the PEX."
::= { hh3cVbrCasPortEntry 8 }
hh3cVbrPEXParent OBJECT-TYPE
SYNTAX Integer32(1..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Upper-tier device of the PEX.
The value is 0xffff if the upper-tier device of the PEX
is the parent fabric(CB).
In other situations, the value equals to the associated ID
of the upper-tier PEX."
DEFVAL { 65535 }
::= { hh3cVbrCasPortEntry 9 }
hh3cVbrCasPortRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The control that allows creation and deletion of entries.
Values include createAndGo, active, and destroy.
If the row to be created or modified already exists,
an error message is returned. If the row to be deleted does not exist,
a success message is returned."
::= { hh3cVbrCasPortEntry 10 }
--End VBR cascade-port table
--VBR upgrade table
hh3cVbrUpgradeTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cVbrUpgradeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains objects used to upgrade PEX software
images or patches."
::= { hh3cVbrTable 3 }
hh3cVbrUpgradeEntry OBJECT-TYPE
SYNTAX Hh3cVbrUpgradeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Upgrade software for PEXs, including upgrading PEX software
images by using an IPE file and installing or uninstalling PEX patches
by using a patch file.
Each time only one of the upgrading operations can be performed.
The IPE file or the patch file must be saved in the
flash:/pex_images directory on the parent fabric."
INDEX
{
hh3cVbrUpgradeAssociateId
}
::= { hh3cVbrUpgradeTable 1 }
Hh3cVbrUpgradeEntry ::= SEQUENCE
{
hh3cVbrUpgradeAssociateId Integer32,
hh3cVbrUpgradeIPEFile DisplayString,
hh3cVbrUpgradePatchFile DisplayString,
hh3cVbrUpgradePatchAction INTEGER,
hh3cVbrUpgradeStatus INTEGER,
hh3cVbrInitUpgradeStatus TruthValue
}
hh3cVbrUpgradeAssociateId OBJECT-TYPE
SYNTAX Integer32(1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"ID assigned to a PEX.
The value range is hh3cVbrMinAssociateId to hh3cVbrMaxAssociateId.
If the value is 0xffff,this object will upgrade software for all PEXs."
::= { hh3cVbrUpgradeEntry 1 }
hh3cVbrUpgradeIPEFile OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..127))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The IPE file used to upgrade PEX software images.
The file must be saved in the flash:/pex_images directory on
the parent fabric."
::= { hh3cVbrUpgradeEntry 2 }
hh3cVbrUpgradePatchFile OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..127))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The patch file used to install or uninstall PEX patches.
The file must be saved in the flash:/pex_images directory on
the parent fabric."
::= { hh3cVbrUpgradeEntry 3 }
hh3cVbrUpgradePatchAction OBJECT-TYPE
SYNTAX INTEGER
{
active(1),
inactive(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Action on patches in the patch file.
The value active means to install the patches.
The value deactive means to uninstall the patches."
::= { hh3cVbrUpgradeEntry 4 }
hh3cVbrUpgradeStatus OBJECT-TYPE
SYNTAX INTEGER
{
initial(1),
downloading(2),
upgrading(3),
succeeded(4),
failed(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Result of the upgrading operation."
::= { hh3cVbrUpgradeEntry 5 }
hh3cVbrInitUpgradeStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"If you want to initialize the upgrade status, set the value of
this object to enable."
DEFVAL { false }
::= { hh3cVbrUpgradeEntry 6 }
--End VBR upgrade table
-- PEX traps
hh3cVbrTraps OBJECT IDENTIFIER ::= { hh3cVbr 3 }
hh3cVbrTrapPrefix OBJECT IDENTIFIER ::= { hh3cVbrTraps 0 }
hh3cVbrPEXRemoveOrInsert NOTIFICATION-TYPE
OBJECTS
{
hh3cVbrCasPortIndex,
hh3cVbrCasPortAssociateId,
hh3cVbrPEXStatus
}
STATUS current
DESCRIPTION
"An hh3cVbrPEXRemoveOrInsert notification is sent when a PEX
is removed or inserted."
::= { hh3cVbrTrapPrefix 1 }
END
|