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
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
|
-- =================================================================
-- Copyright (C) 2002 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description: HUAWEI-VGMP-MIB mib
-- Reference: This mib describes VRRP Group Management Protocol.
-- Version: V1.0
-- History:
--
-- =====================DEFINITIONS============================================
HUAWEI-VGMP-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwDatacomm
FROM HUAWEI-MIB
OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
Integer32, Integer32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
RowStatus, TEXTUAL-CONVENTION,TimeStamp
FROM SNMPv2-TC
InterfaceIndex
FROM IF-MIB;
hwVgmpMib MODULE-IDENTITY
LAST-UPDATED "200701112100Z" -- January 11, 2007 at 21:00 GMT
ORGANIZATION
"Huawei Technologies co., Ltd."
CONTACT-INFO
" R&D Nanjing, Huawei Technologies co.,Ltd.
Huihong Bld.,NO.91 Baixia Rd.,
Bai-Xia District Nanjing P.R. China
Zip:210001
Http://www.huawei.com
E-mail:support@huawei.com "
DESCRIPTION
"This mib is used for VGMP."
REVISION "200701112100Z" -- January 11, 2007 at 21:00 GMT
DESCRIPTION
"The initial revision of this MIB module."
::= { hwDatacomm 122 }
-- =====================DEFINITIONS============================================
-- =====================TrapSnmpCtrl============================================
vgmpGlobalCtrl OBJECT IDENTIFIER ::= { hwVgmpMib 0 }
hwVgmpTrapSnmpCtrl OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A switch decides whether the system sends trap info or not."
DEFVAL { disabled }
::= { vgmpGlobalCtrl 1 }
hwVgmpStrictCheck OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A switch decides whether the system carries out strict check or not."
DEFVAL { disabled }
::= { vgmpGlobalCtrl 2 }
-- =====================TrapSnmpCtrl============================================
-- ================== Vgmp notification ===================================
vgmpNotifications OBJECT IDENTIFIER ::= { hwVgmpMib 1 }
hwVgmpOtherStateToMaster NOTIFICATION-TYPE
OBJECTS { hwVgmpGroupCfgState,hwVgmpGroupCfgNextState }
STATUS current
DESCRIPTION
"The status of the vrrp-group turns to master."
::= { vgmpNotifications 1 }
hwVgmpMasterToOtherState NOTIFICATION-TYPE
OBJECTS { hwVgmpGroupCfgState,hwVgmpGroupCfgNextState }
STATUS current
DESCRIPTION
"The status of the vrrp-group changes from master to other state."
::= { vgmpNotifications 2 }
-- ================== Vgmp notification end ===================================
vgmpOperations OBJECT IDENTIFIER ::= { hwVgmpMib 2 }
vgmpStatistics OBJECT IDENTIFIER ::= { hwVgmpMib 3 }
vgmpConformance OBJECT IDENTIFIER ::= { hwVgmpMib 4 }
-- ================== VGMP configuration table ==================
hwVgmpGroupCfgTable OBJECT-TYPE
SYNTAX SEQUENCE OF HWVgmpGroupCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The vrrp-group configuration table. "
::= { vgmpOperations 1 }
hwVgmpGroupCfgEntry OBJECT-TYPE
SYNTAX HWVgmpGroupCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the vrrp-group configuration table."
INDEX { hwVgmpGroupCfgID }
::= { hwVgmpGroupCfgTable 1 }
HWVgmpGroupCfgEntry ::=
SEQUENCE {
hwVgmpGroupCfgID
Integer32,
hwVgmpGroupCfgEnable
INTEGER,
hwVgmpGroupCfgPri
Integer32,
hwVgmpGroupCfgUseVrrpPri
INTEGER,
hwVgmpGroupCfgPriPlusValue
Integer32,
hwVgmpGroupCfgPreemptEnable
INTEGER,
hwVgmpGroupCfgPreemptDelayValue
Integer32,
hwVgmpGroupCfgHelloInterval
Integer32,
hwVgmpGroupCfgSendEnable
INTEGER,
hwVgmpGroupCfgState
INTEGER,
hwVgmpGroupCfgRunPri
Integer32,
hwVgmpGroupCfgCreateTime
Unsigned32,
hwVgmpGroupCfgLastChangeTime
Unsigned32,
hwVgmpGroupCfgPeerState
INTEGER,
hwVgmpGroupCfgVrrpNum
Integer32,
hwVgmpGroupCfgReset
INTEGER,
hwVgmpGroupCfgOperRowStatus
RowStatus,
hwVgmpGroupCfgNextState
INTEGER
}
hwVgmpGroupCfgID OBJECT-TYPE
SYNTAX Integer32 (1..16)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The vrrp-group ID."
::= { hwVgmpGroupCfgEntry 1 }
hwVgmpGroupCfgEnable OBJECT-TYPE
SYNTAX INTEGER
{
enable(1),
disable(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Whether to enable vrrp-group or not."
DEFVAL { disable }
::= { hwVgmpGroupCfgEntry 2 }
hwVgmpGroupCfgPri OBJECT-TYPE
SYNTAX Integer32 (1..254)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The priority of the vrrp-group.
This attribute cannot be configured if attribute 'hwVgmpGroupCfgUseVrrpPri' is set to 'enable'."
::= { hwVgmpGroupCfgEntry 3 }
hwVgmpGroupCfgUseVrrpPri OBJECT-TYPE
SYNTAX INTEGER
{
enable(1),
disable(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Whether using vrrp priority compute vrrp-group priority or not.
This attribute is exclusive with attributes 'hwVgmpGroupCfgPri' and 'hwVgmpGroupCfgPriPlusValue',
so it is suggested not to configure this attribute together with 'hwVgmpGroupCfgPri' or 'hwVgmpGroupCfgPriPlusValue'.
'.
"
DEFVAL { disable }
::= { hwVgmpGroupCfgEntry 4 }
hwVgmpGroupCfgPriPlusValue OBJECT-TYPE
SYNTAX Integer32 (0..254)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The plus priority value after an interface added into a group.
This attribute cannot be configured if attribute 'hwVgmpGroupCfgUseVrrpPri' is set to 'enable'."
::= { hwVgmpGroupCfgEntry 5 }
hwVgmpGroupCfgPreemptEnable OBJECT-TYPE
SYNTAX INTEGER
{
enable(1),
disable(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Whether to enable preempt switch or not."
DEFVAL { disable }
::= { hwVgmpGroupCfgEntry 6 }
hwVgmpGroupCfgPreemptDelayValue OBJECT-TYPE
SYNTAX Integer32 (0..60000)
UNITS "milli-seconds"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The delaying time of vrrp-group enters into new master state."
::= { hwVgmpGroupCfgEntry 7 }
hwVgmpGroupCfgHelloInterval OBJECT-TYPE
SYNTAX Integer32 (200..60000)
UNITS "milli-seconds"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The interval for the vrrp-group to send vgmp hello packets."
::= { hwVgmpGroupCfgEntry 8 }
hwVgmpGroupCfgSendEnable OBJECT-TYPE
SYNTAX INTEGER
{
enable(1),
disable(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Whether to enable vrrp-group group-send or not."
DEFVAL { disable }
::= { hwVgmpGroupCfgEntry 9 }
hwVgmpGroupCfgState OBJECT-TYPE
SYNTAX INTEGER
{
nouse(1),
init(2),
master(3),
slave(4),
master2slave(5),
slave2master(6),
max(7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of the vrrp-group."
::= { hwVgmpGroupCfgEntry 10 }
hwVgmpGroupCfgRunPri OBJECT-TYPE
SYNTAX Integer32 (0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The vrrp-group current run priority, it is different from hwVgmpGroupCfgPri.
The value calculates according as configured priority attribute."
::= { hwVgmpGroupCfgEntry 11 }
hwVgmpGroupCfgCreateTime OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A span of the current time subtract the vrrp-group create time.
This attribute is expressed as second."
::= { hwVgmpGroupCfgEntry 12 }
hwVgmpGroupCfgLastChangeTime OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A span of the current time subtract the vrrp-group last change time.
This attribute is expressed as second."
::= { hwVgmpGroupCfgEntry 13 }
hwVgmpGroupCfgPeerState OBJECT-TYPE
SYNTAX INTEGER
{
online(1),
offline(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The vrrp-group peer state."
::= { hwVgmpGroupCfgEntry 14 }
hwVgmpGroupCfgVrrpNum OBJECT-TYPE
SYNTAX Integer32 (0..64)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The vrrp-group member number."
::= { hwVgmpGroupCfgEntry 15 }
hwVgmpGroupCfgReset OBJECT-TYPE
SYNTAX INTEGER
{
reset(1),
unused(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A reset sign of vrrp-group statistics."
DEFVAL { unused }
::= { hwVgmpGroupCfgEntry 16 }
hwVgmpGroupCfgOperRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The row status variable."
::= { hwVgmpGroupCfgEntry 17 }
hwVgmpGroupCfgNextState OBJECT-TYPE
SYNTAX INTEGER
{
nouse(1),
init(2),
master(3),
slave(4),
master2slave(5),
slave2master(6),
unknown(7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The next state of vrrp-Group. It provides for trap matching, you can get only unknown state."
::= { hwVgmpGroupCfgEntry 18 }
-- ================= VGMP configuration Table End ===========================================
-- ================= Group member configuration table ==========================================
hwVgmpMemberTable OBJECT-TYPE
SYNTAX SEQUENCE OF HWVgmpMemberEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The vrrp-group member configuration table."
::= { vgmpOperations 2 }
hwVgmpMemberEntry OBJECT-TYPE
SYNTAX HWVgmpMemberEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the vrrp-group member configuration table."
INDEX { hwVgmpMemberIfIndex,hwVgmpGroupCfgID,hwVgmpMemberVRID }
::= { hwVgmpMemberTable 1 }
HWVgmpMemberEntry ::=
SEQUENCE {
hwVgmpMemberIfIndex
InterfaceIndex,
hwVgmpMemberVRID
Integer32,
hwVgmpMemberData
INTEGER,
hwVgmpMemberTran
INTEGER,
hwVgmpMemberVrrpOnline
INTEGER,
hwVgmpMemberOperRowStatus
RowStatus
}
hwVgmpMemberIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The index of the member table."
::= { hwVgmpMemberEntry 1 }
hwVgmpMemberVRID OBJECT-TYPE
SYNTAX Integer32 (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The vrrp-group member's vitual router id."
::= { hwVgmpMemberEntry 2 }
hwVgmpMemberData OBJECT-TYPE
SYNTAX INTEGER
{
enable(1),
disable(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"It specifies the vrrp-group member's attributes.
'enable' indicates this is the vgmp data channel."
DEFVAL { disable }
::= { hwVgmpMemberEntry 3 }
hwVgmpMemberTran OBJECT-TYPE
SYNTAX INTEGER
{
enable(1),
disable(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"It identifiers a vrrp-group member's attribute,
'enable' indicates this is the vgmp data transfer-only channel.
This attribute cannot be configured if attribute 'hwVgmpMemberData' is set to 'disable'.
"
DEFVAL { disable }
::= { hwVgmpMemberEntry 4 }
hwVgmpMemberVrrpOnline OBJECT-TYPE
SYNTAX INTEGER
{
down(1),
peerDown(2),
up(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The vrrp-group member's peer state."
::= { hwVgmpMemberEntry 5 }
hwVgmpMemberOperRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The row status variable."
::= { hwVgmpMemberEntry 6 }
-- ================= Group member configuration table end ======================================
-- ================= BFD SESSION table ===============================================
hwVgmpTrackBFDTable OBJECT-TYPE
SYNTAX SEQUENCE OF HWVgmpTrackBFDEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The vrrp-group tracking BFD session table."
::= { vgmpOperations 3 }
hwVgmpTrackBFDEntry OBJECT-TYPE
SYNTAX HWVgmpTrackBFDEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the vrrp-group tracking BFD session table."
INDEX { hwVgmpGroupCfgID,hwVgmpTrackBFDID }
::= { hwVgmpTrackBFDTable 1 }
HWVgmpTrackBFDEntry ::=
SEQUENCE{
hwVgmpTrackBFDID
Integer32,
hwVgmpTrackBFDReduceValue
Integer32,
hwVgmpTrackBFDPreeEnable
INTEGER,
hwVgmpTrackBFDOperRowStatus
RowStatus
}
hwVgmpTrackBFDID OBJECT-TYPE
SYNTAX Integer32 (1..8191)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The session id of vrrp-group tracking BFD."
::= { hwVgmpTrackBFDEntry 1 }
hwVgmpTrackBFDReduceValue OBJECT-TYPE
SYNTAX Integer32 (0..254)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value which the system will subtract from priority,
when a bfd session is down. You can't set zero."
::= { hwVgmpTrackBFDEntry 2 }
hwVgmpTrackBFDPreeEnable OBJECT-TYPE
SYNTAX INTEGER
{
enable(1),
disable(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Whether to enable track BFD slave preempt."
DEFVAL { disable }
::= { hwVgmpTrackBFDEntry 3 }
hwVgmpTrackBFDOperRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The row status variable."
::= { hwVgmpTrackBFDEntry 4 }
-- ================= BFD SESSION table end ======================================
-- ================= packet statistic table ===============================================
hwVgmpStatisticTable OBJECT-TYPE
SYNTAX SEQUENCE OF HWVgmpStatisticEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The packets statistic information table."
::= { vgmpStatistics 1 }
hwVgmpStatisticEntry OBJECT-TYPE
SYNTAX HWVgmpStatisticEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the packets statistic information table."
INDEX { hwVgmpGroupCfgID }
::= { hwVgmpStatisticTable 1 }
HWVgmpStatisticEntry ::=
SEQUENCE {
hwVgmpStatisticCheckFailDropNum
Integer32,
hwVgmpStatisticDisableDropNum
Integer32,
hwVgmpStatisticModeTypeErrDropNum
Integer32,
hwVgmpStatisticAccHelloREQ
Integer32,
hwVgmpStatisticSendHelloREQ
Integer32,
hwVgmpStatisticAccHelloACK
Integer32,
hwVgmpStatisticSendHelloACK
Integer32,
hwVgmpStatisticAccMasterToSlaveREQ
Integer32,
hwVgmpStatisticSendMasterToSlaveREQ
Integer32,
hwVgmpStatisticAccMasterToSlaveACK
Integer32,
hwVgmpStatisticSendMasterToSlaveACK
Integer32,
hwVgmpStatisticAccMasterToSlaveNACK
Integer32,
hwVgmpStatisticSendMasterToSlaveNACK
Integer32,
hwVgmpStatisticAccSlaveToMasterREQ
Integer32,
hwVgmpStatisticSendSlaveToMasterREQ
Integer32,
hwVgmpStatisticAccSlaveToMasterACK
Integer32,
hwVgmpStatisticSendSlaveToMasterACK
Integer32,
hwVgmpStatisticAccSlaveToMasterNACK
Integer32,
hwVgmpStatisticSendSlaveToMasterNACK
Integer32
}
hwVgmpStatisticCheckFailDropNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of dropped packets due to check failure."
::= { hwVgmpStatisticEntry 1 }
hwVgmpStatisticDisableDropNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of dropped packets because the vrrp-group is disabled."
::= { hwVgmpStatisticEntry 2 }
hwVgmpStatisticModeTypeErrDropNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of dropped packets because the vrrp-group mode or type is wrong."
::= { hwVgmpStatisticEntry 3 }
hwVgmpStatisticAccHelloREQ OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of hello REQ packets received by the vrrp-group."
::= { hwVgmpStatisticEntry 4 }
hwVgmpStatisticSendHelloREQ OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of hello REQ packets sent by the vrrp-group."
::= { hwVgmpStatisticEntry 5 }
hwVgmpStatisticAccHelloACK OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of hello ACK packets received by the vrrp-group."
::= { hwVgmpStatisticEntry 6 }
hwVgmpStatisticSendHelloACK OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The vrrp-group sending hello ACK packets num."
::= { hwVgmpStatisticEntry 7 }
hwVgmpStatisticAccMasterToSlaveREQ OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of MasterToSlave REQ packets received by the vrrp-group."
::= { hwVgmpStatisticEntry 8 }
hwVgmpStatisticSendMasterToSlaveREQ OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of MasterToSlave REQ packets sent by the vrrp-group."
::= { hwVgmpStatisticEntry 9 }
hwVgmpStatisticAccMasterToSlaveACK OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of MasterToSlave ACK packets received by the vrrp-group."
::= { hwVgmpStatisticEntry 10 }
hwVgmpStatisticSendMasterToSlaveACK OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of MasterToSlave ACK packets sent by the vrrp-group."
::= { hwVgmpStatisticEntry 11 }
hwVgmpStatisticAccMasterToSlaveNACK OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of MasterToSlave NACK packets received by the vrrp-group."
::= { hwVgmpStatisticEntry 12 }
hwVgmpStatisticSendMasterToSlaveNACK OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of MasterToSlave NACK packets sent by the vrrp-group."
::= { hwVgmpStatisticEntry 13 }
hwVgmpStatisticAccSlaveToMasterREQ OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of SlaveToMaster REQ packets received by the vrrp-group."
::= { hwVgmpStatisticEntry 14 }
hwVgmpStatisticSendSlaveToMasterREQ OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of SlaveToMaster REQ packets sent by the vrrp-group."
::= { hwVgmpStatisticEntry 15 }
hwVgmpStatisticAccSlaveToMasterACK OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of SlaveToMaster ACK packets received by the vrrp-group."
::= { hwVgmpStatisticEntry 16 }
hwVgmpStatisticSendSlaveToMasterACK OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of SlaveToMaster ACK packets sent by the vrrp-group."
::= { hwVgmpStatisticEntry 17 }
hwVgmpStatisticAccSlaveToMasterNACK OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of SlaveToMaster NACK packets received by the vrrp-group."
::= { hwVgmpStatisticEntry 18 }
hwVgmpStatisticSendSlaveToMasterNACK OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of SlaveToMaster NACK packets sent by the vrrp-group."
::= { hwVgmpStatisticEntry 19 }
-- Conformance information
hwVGMPMIBCompliances OBJECT IDENTIFIER ::= { vgmpConformance 1 }
hwVGMPMIBGroups OBJECT IDENTIFIER ::= { hwVGMPMIBCompliances 1 }
hwVGMPGroAttrGroup OBJECT-GROUP
OBJECTS { hwVgmpGroupCfgEnable, hwVgmpGroupCfgPri, hwVgmpGroupCfgUseVrrpPri, hwVgmpGroupCfgPriPlusValue,
hwVgmpGroupCfgPreemptEnable,
hwVgmpGroupCfgPreemptDelayValue, hwVgmpGroupCfgHelloInterval, hwVgmpGroupCfgSendEnable,
hwVgmpGroupCfgState,hwVgmpGroupCfgRunPri,hwVgmpGroupCfgCreateTime,hwVgmpGroupCfgLastChangeTime,
hwVgmpGroupCfgPeerState,hwVgmpGroupCfgVrrpNum,hwVgmpGroupCfgReset,
hwVgmpGroupCfgOperRowStatus,hwVgmpGroupCfgNextState }
STATUS current
DESCRIPTION
" Attributes of the vrrp-group configuration."
::= { hwVGMPMIBGroups 1 }
hwVGMPMenAttrGroup OBJECT-GROUP
OBJECTS { hwVgmpMemberData, hwVgmpMemberTran, hwVgmpMemberVrrpOnline, hwVgmpMemberOperRowStatus }
STATUS current
DESCRIPTION
"The vrrp-group member table's atributes."
::= { hwVGMPMIBGroups 2 }
hwVGMPBFDSessionGroup OBJECT-GROUP
OBJECTS { hwVgmpTrackBFDReduceValue, hwVgmpTrackBFDPreeEnable, hwVgmpTrackBFDOperRowStatus }
STATUS current
DESCRIPTION
"The vrrp-group tracking BFD table's atributes."
::= { hwVGMPMIBGroups 3 }
hwVGMPStaticGroup OBJECT-GROUP
OBJECTS {hwVgmpStatisticCheckFailDropNum, hwVgmpStatisticDisableDropNum,hwVgmpStatisticModeTypeErrDropNum,
hwVgmpStatisticAccHelloREQ, hwVgmpStatisticSendHelloREQ,
hwVgmpStatisticAccHelloACK, hwVgmpStatisticSendHelloACK, hwVgmpStatisticAccMasterToSlaveREQ,
hwVgmpStatisticSendMasterToSlaveREQ, hwVgmpStatisticAccMasterToSlaveACK,
hwVgmpStatisticSendMasterToSlaveACK, hwVgmpStatisticAccMasterToSlaveNACK,
hwVgmpStatisticSendMasterToSlaveNACK, hwVgmpStatisticAccSlaveToMasterREQ,
hwVgmpStatisticSendSlaveToMasterREQ,
hwVgmpStatisticAccSlaveToMasterACK, hwVgmpStatisticSendSlaveToMasterACK,
hwVgmpStatisticAccSlaveToMasterNACK, hwVgmpStatisticSendSlaveToMasterNACK }
STATUS current
DESCRIPTION
"The vrrp-group packet's statistic info."
::= { hwVGMPMIBGroups 4 }
hwVGMPGlobalsGroup OBJECT-GROUP
OBJECTS { hwVgmpTrapSnmpCtrl, hwVgmpStrictCheck}
STATUS current
DESCRIPTION
"The vrrp-group global group."
::= { hwVGMPMIBGroups 5 }
hwVGMPNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { hwVgmpOtherStateToMaster, hwVgmpMasterToOtherState }
STATUS current
DESCRIPTION
"The vrrp-group notification group."
::= { hwVGMPMIBGroups 6 }
END
--
-- HUAWEI-VGMP-MIB.mib
--
|