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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
|
-- =====================================================================
-- Copyright (c) 2004-2021 New H3C Tech. Co., Ltd. All rights reserved.
--
-- Description: DRNI MIB
-- Reference:
-- Version: V1.2
-- History:
-- V1.0 Initial version, created by jinshengzhong dangfangchao
-- V1.1 2019-04-11 updated by jinshengzhong
-- Change description of hh3cDrniIppEntry.
-- V1.2 2020-02-23 updated by liuyafang
-- Change description of nodes hh3cDrniPortLocalMemberList
-- and hh3cDrniPortPeerMemberList
-- =====================================================================
HH3C-DRNI-MIB DEFINITIONS ::= BEGIN
IMPORTS
hh3cCommon
FROM HH3C-OID-MIB
Integer32, OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI
MacAddress, TruthValue, RowStatus
FROM SNMPv2-TC
InetAddressIPv4, InetAddressIPv6
FROM INET-ADDRESS-MIB
PortList
FROM Q-BRIDGE-MIB
InterfaceIndex
FROM IF-MIB;
hh3cDrni MODULE-IDENTITY
LAST-UPDATED "202002231101Z"
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
"
This MIB defines objects for
Distributed Resilient Network Interconnect (DRNI).
"
REVISION
"202002231101Z"
DESCRIPTION
"
Change description of nodes hh3cDrniPortLocalMemberList
and hh3cDrniPortPeerMemberList.
"
REVISION
"201904110901Z"
DESCRIPTION
"
Change description of hh3cDrniIppEntry.
"
REVISION
"201808141021Z"
DESCRIPTION
"DRNI MIB."
::= { hh3cCommon 176 }
--
-- Node definitions
--
hh3cDrniObjects OBJECT IDENTIFIER ::= { hh3cDrni 1 }
hh3cDrniBaseGroup OBJECT IDENTIFIER ::= { hh3cDrniObjects 1 }
hh3cDrniRoleGroup OBJECT IDENTIFIER ::= { hh3cDrniObjects 2 }
hh3cDrniKeepaliveGroup OBJECT IDENTIFIER ::= { hh3cDrniObjects 3 }
hh3cDrniTables OBJECT IDENTIFIER ::= { hh3cDrniObjects 4 }
hh3cDrniSystemMac OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Distributed relay (DR) system MAC address.
The default value is six octets of zero."
::= { hh3cDrniBaseGroup 1 }
hh3cDrniSystemPriority OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"DR system priority. The default value is 32768."
DEFVAL { 32768 }
::= { hh3cDrniBaseGroup 2 }
hh3cDrniSystemNumber OBJECT-TYPE
SYNTAX Integer32 (0..2)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"DR system number."
DEFVAL { 0 }
::= { hh3cDrniBaseGroup 3 }
hh3cDrniRestoreDelay OBJECT-TYPE
SYNTAX Integer32 (1..3600)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Data restoration interval in seconds."
DEFVAL { 30 }
::= { hh3cDrniBaseGroup 4 }
hh3cDrniAutoRecoveryReloadDelay OBJECT-TYPE
SYNTAX Integer32 (0|240..3600)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Reload delay timer for DR system auto-recovery."
DEFVAL { 0 }
::= { hh3cDrniBaseGroup 5 }
hh3cDrniRoleLocalRolePriority OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"DR role priority of the local DR member device."
DEFVAL { 32768 }
::= { hh3cDrniRoleGroup 1 }
hh3cDrniRolePeerRolePriority OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DR role priority of the peer DR member device."
::= { hh3cDrniRoleGroup 2 }
hh3cDrniRoleLocalBridgeMac OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bridge MAC address of the local DR member device.
The default value is six octets of zero."
::= { hh3cDrniRoleGroup 3 }
hh3cDrniRolePeerBridgeMac OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bridge MAC address of the peer DR member device. If this address
is unknown, the default value is six octets of zero."
::= { hh3cDrniRoleGroup 4 }
hh3cDrniRoleLocalConfiguredRole OBJECT-TYPE
SYNTAX INTEGER
{
none(0),
primary(1),
secondary(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DR role calculated based on the role priority and bridge MAC
address of the local DR member device."
::= { hh3cDrniRoleGroup 5 }
hh3cDrniRolePeerConfiguredRole OBJECT-TYPE
SYNTAX INTEGER
{
none(0),
primary(1),
secondary(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DR role calculated based on the role priority and bridge MAC
address of the peer DR member device."
::= { hh3cDrniRoleGroup 6 }
hh3cDrniRoleLocalEffectiveRole OBJECT-TYPE
SYNTAX INTEGER
{
none(0),
primary(1),
secondary(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current role of the local DR member device."
::= { hh3cDrniRoleGroup 7 }
hh3cDrniRolePeerEffectiveRole OBJECT-TYPE
SYNTAX INTEGER
{
none(0),
primary(1),
secondary(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current role of the peer DR member device."
::= { hh3cDrniRoleGroup 8 }
hh3cDrniKeepaliveDestIpv4 OBJECT-TYPE
SYNTAX InetAddressIPv4
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Destination IPv4 address of the keepalive link.
The default value is 0.0.0.0."
::= { hh3cDrniKeepaliveGroup 1 }
hh3cDrniKeepaliveSourceIpv4 OBJECT-TYPE
SYNTAX InetAddressIPv4
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Source IPv4 address of the keepalive link.
The default value is 0.0.0.0.
This object must be used with the KeepaliveDestIpv4 object."
::= { hh3cDrniKeepaliveGroup 2 }
hh3cDrniKeepaliveDestIpv6 OBJECT-TYPE
SYNTAX InetAddressIPv6
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Destination IPv6 address of the keepalive link.
The default value is 0::0."
::= { hh3cDrniKeepaliveGroup 3 }
hh3cDrniKeepaliveSourceIpv6 OBJECT-TYPE
SYNTAX InetAddressIPv6
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Source IPv6 address of the keepalive link.
The default value is 0::0.
This object must be used with the KeepaliveDestIpv6 object."
::= { hh3cDrniKeepaliveGroup 4 }
hh3cDrniKeepaliveUdpPort OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Keepalive destination UDP port."
DEFVAL { 6400 }
::= { hh3cDrniKeepaliveGroup 5 }
hh3cDrniKeepaliveInterval OBJECT-TYPE
SYNTAX Integer32 (100..10000)
UNITS "milliseconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Keepalive interval."
DEFVAL { 1000 }
::= { hh3cDrniKeepaliveGroup 6 }
hh3cDrniKeepaliveTimeout OBJECT-TYPE
SYNTAX Integer32 (3..20)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Keepalive timeout time."
DEFVAL { 5 }
::= { hh3cDrniKeepaliveGroup 7 }
hh3cDrniKeepaliveHoldTime OBJECT-TYPE
SYNTAX Integer32 (3..10)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Keepalive hold time."
DEFVAL { 3 }
::= { hh3cDrniKeepaliveGroup 8 }
hh3cDrniKeepaliveLinkStatus OBJECT-TYPE
SYNTAX INTEGER
{
unknown(1),
up(2),
down(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Keepalive link status."
::= { hh3cDrniKeepaliveGroup 9 }
hh3cDrniKeepaliveVrf OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"VPN instance name. A zero-length string represents that the
local device is on the public network."
::= { hh3cDrniKeepaliveGroup 10 }
hh3cDrniIppTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cDrniIppEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The DRNI intra-portal port(IPP) table."
::= { hh3cDrniTables 1 }
hh3cDrniIppEntry OBJECT-TYPE
SYNTAX Hh3cDrniIppEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry of hh3cDrniIPPTable."
INDEX { hh3cDrniIppNumber }
::= { hh3cDrniIppTable 1 }
Hh3cDrniIppEntry ::=
SEQUENCE {
hh3cDrniIppNumber
Integer32,
hh3cDrniIppIfIndex
InterfaceIndex,
hh3cDrniIppRowStatus
RowStatus
}
hh3cDrniIppNumber OBJECT-TYPE
SYNTAX Integer32 (1..2)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The number of an IPP."
::= { hh3cDrniIppEntry 1 }
hh3cDrniIppIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Interface index."
::= { hh3cDrniIppEntry 2 }
hh3cDrniIppRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is responsible for managing creation,
deletion, and modification of rows. The rows support active
status and destroy operations."
::= { hh3cDrniIppEntry 3 }
hh3cDrniDrPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cDrniDrPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The DRNI DR interface table."
::= { hh3cDrniTables 2 }
hh3cDrniDrPortEntry OBJECT-TYPE
SYNTAX Hh3cDrniDrPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry of hh3cDrniDRPortTable."
INDEX { hh3cDrniDrPortDRGroupId }
::= { hh3cDrniDrPortTable 1 }
Hh3cDrniDrPortEntry ::=
SEQUENCE {
hh3cDrniDrPortDRGroupId
Integer32,
hh3cDrniDrPortIfIndex
InterfaceIndex,
hh3cDrniDrPortRowStatus
RowStatus
}
hh3cDrniDrPortDRGroupId OBJECT-TYPE
SYNTAX Integer32 (1..1024)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"DR group identifier."
::= { hh3cDrniDrPortEntry 1 }
hh3cDrniDrPortIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Interface index of the Layer 2 aggregate interface."
::= { hh3cDrniDrPortEntry 2 }
hh3cDrniDrPortRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is responsible for managing creation,
deletion, and modification of rows. The rows support active
status and destroy operations."
::= { hh3cDrniDrPortEntry 3 }
hh3cDrniPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cDrniPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The DRNI port table."
::= { hh3cDrniTables 3 }
hh3cDrniPortEntry OBJECT-TYPE
SYNTAX Hh3cDrniPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry of hh3cDrniPortTable."
INDEX { hh3cDrniPortIfIndex }
::= { hh3cDrniPortTable 1 }
Hh3cDrniPortEntry ::=
SEQUENCE {
hh3cDrniPortIfIndex
InterfaceIndex,
hh3cDrniPortDrcpIsShortPeriod
TruthValue,
hh3cDrniPortPortStatus
INTEGER,
hh3cDrniPortLocalDRCPState
OCTET STRING,
hh3cDrniPortPeerDRCPState
OCTET STRING,
hh3cDrniPortLocalMemberList
PortList,
hh3cDrniPortPeerMemberList
PortList
}
hh3cDrniPortIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface index."
::= { hh3cDrniPortEntry 1 }
hh3cDrniPortDrcpIsShortPeriod OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Short Distributed Relay Control Protocol (DRCP)
timeout timer flag, true or false.
"
::= { hh3cDrniPortEntry 2 }
hh3cDrniPortPortStatus OBJECT-TYPE
SYNTAX INTEGER
{
up(1),
down(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Port status."
::= { hh3cDrniPortEntry 3 }
hh3cDrniPortLocalDRCPState OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DRCP state flags on the local port.
The flag field is one byte long,represented by ABCDEFGH
from the lowest bit to the highest bit.A letter is displayed
when its bit is 1 and is not displayed when its bit is 0.
A-Indicates whether DRCP is enabled on the local device.
1 indicates enabled.0 indicates disabled.
B-Indicates whether DRCP is enabled on the DR peer.
1 indicates enabled.0 indicates disabled.
C-Indicates whether DRCP is enabled on a third DR member device.
1 indicates enabled.0 indicates disabled.
D-Indicates whether the local IPP has determined that
DRCP is enabled on the DR peer.
1 indicates yes.0 indicates no.
E-Indicates the DRCP timeout timer.
1 indicates the short timeout timer.
0 indicates the long timeout timer.
F-Indicates whether the local IPP permits the packets
that contain the negotiated gateway conversation IDs.
1 indicates yes.0 indicates no.
G-Indicates whether the local IPP permits the packets that
contain the negotiated port conversation IDs.
1 indicates yes.0 indicates no.
H-Indicates whether the local DRCPDU receive machine is in
default or expired state.
1 indicates yes.0 indicates no."
::= { hh3cDrniPortEntry 4 }
hh3cDrniPortPeerDRCPState OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DRCP state flags on the local port.
The flag field is one byte long,represented by ABCDEFGH
from the lowest bit to the highest bit.A letter is displayed
when its bit is 1 and is not displayed when its bit is 0.
A-Indicates whether DRCP is enabled on the local device.
1 indicates enabled.0 indicates disabled.
B-Indicates whether DRCP is enabled on the DR peer.
1 indicates enabled.0 indicates disabled.
C-Indicates whether DRCP is enabled on a third DR member device.
1 indicates enabled.0 indicates disabled.
D-Indicates whether the local IPP has determined that
DRCP is enabled on the DR peer.
1 indicates yes.0 indicates no.
E-Indicates the DRCP timeout timer.
1 indicates the short timeout timer.
0 indicates the long timeout timer.
F-Indicates whether the local IPP permits the packets
that contain the negotiated gateway conversation IDs.
1 indicates yes.0 indicates no.
G-Indicates whether the local IPP permits the packets that
contain the negotiated port conversation IDs.
1 indicates yes.0 indicates no.
H-Indicates whether the local DRCPDU receive machine is in
default or expired state.
1 indicates yes.0 indicates no."
::= { hh3cDrniPortEntry 5 }
hh3cDrniPortLocalMemberList OBJECT-TYPE
SYNTAX PortList
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Local DR member device's Selected aggregation member ports in
a DR or IPP aggregation group."
::= { hh3cDrniPortEntry 6 }
hh3cDrniPortPeerMemberList OBJECT-TYPE
SYNTAX PortList
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Peer DR member device's Selected aggregation member ports in
a DR or IPP aggregation group."
::= { hh3cDrniPortEntry 7 }
END
--
-- hh3c-drni.mib
--
|