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
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
|
-- =================================================================
-- Copyright (C) 2015 by HUAWEI TECHNOLOGIES. All rights reserved
--
-- Description: The HUAWEI-E-TRUNK-MIB.mib provides information about E-Trunk
-- Reference:
-- Version: V2.06
-- History:
-- liwei, 2015-7-30.
-- 1. Add E-Trunk expected state trap.
-- Version: V2.05
-- History:
-- wangguojin, 2014-10-29.
-- 1. Add E-Trunk member reason for evpn.
-- Version: V2.04
-- History:
-- mengfanlu, 2014-05-21.
-- 1. Add backup port table.
-- Version: V2.02
-- History:
-- caoli, 2014-05-04.
-- 1, Add five new nodes based on V2.01 for E-Trunk auto BFD
-- hwETrunkAutoBFDEnable, hwETrunkAutoBFDTrackIfIndex,
-- hwETrunkAutoBFDTxInterval, hwETrunkAutoBFDRxInterval,
-- hwETrunkAutoBFDDetectMultiplier.
-- Version: V1.0
-- History:
-- zhenghebin,2008.11.25,publish
-- =================================================================
HUAWEI-E-TRUNK-MIB DEFINITIONS ::= BEGIN
IMPORTS
huaweiMgmt
FROM HUAWEI-MIB
IpAddress,Integer32, Unsigned32, Counter32, Counter64,
OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
PhysAddress,DisplayString,TruthValue,TimeStamp,RowStatus,TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF;
hwETrunkMIB MODULE-IDENTITY
LAST-UPDATED "201507221448Z"
ORGANIZATION
"Huawei Technologies Co.,Ltd."
CONTACT-INFO
"Huawei Industrial Base
Bantian, Longgang
Shenzhen 518129
People's Republic of China
Website: http://www.huawei.com
Email: support@huawei.com
"
DESCRIPTION
"Add hwETrunkExpectStateChange and hwETrunkExpectStateResume."
REVISION "201507221448Z"
DESCRIPTION
"The HUAWEI-E-TRUNK-MIB.mib provides information about E-Trunk."
REVISION "201410291522Z"
DESCRIPTION
"Add E-Trunk member reason for evpn."
REVISION "201406302146Z"
DESCRIPTION
"Add trill active-active reason."
REVISION "201405210941Z"
DESCRIPTION
"Add backup port table."
REVISION "201405071057Z"
DESCRIPTION
"Add five new nodes based on V2.01 for E-Trunk auto BFD."
REVISION "201312021153Z"
DESCRIPTION
"The specification of E-Trunk number expanded from 64 to 128."
REVISION "200810211010Z"
DESCRIPTION
"Initial version."
::= { hwDatacomm 178 }
--
-- Node definitions
--
hwDatacomm OBJECT IDENTIFIER ::= { huaweiMgmt 25 }
hwETrunkObjects OBJECT IDENTIFIER ::= { hwETrunkMIB 1 }
-- E-Trunk
hwETrunkTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwETrunkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The E-Trunk table."
::= { hwETrunkObjects 1 }
hwETrunkEntry OBJECT-TYPE
SYNTAX HwETrunkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"E-Trunk entry."
INDEX { hwETrunkId }
::= { hwETrunkTable 1 }
HwETrunkEntry ::=
SEQUENCE {
hwETrunkId
Integer32,
hwETrunkSystemId
PhysAddress,
hwETrunkPri
Integer32,
hwETrunkStatus
INTEGER,
hwETrunkStatusReason
INTEGER,
hwETrunkPeerIpAddr
IpAddress,
hwETrunkSourceIpAddr
IpAddress,
hwETrunkReceiveFailTimeMultiple
Integer32,
hwETrunkSendPeriod
Integer32,
hwETrunkPacketReceive
Counter64,
hwETrunkPacketSend
Counter64,
hwETrunkPacketRecDrop
Counter64,
hwETrunkPacketSndDrop
Counter64,
hwETrunkPeerSystemId
PhysAddress,
hwETrunkPeerPri
Integer32,
hwETrunkPeerReceiveFailTime
Integer32,
hwETrunkSecurityKeyType
INTEGER,
hwETrunkSecurityKey
OCTET STRING,
hwETrunkBfdSessId
Integer32,
hwETrunkResetCounter
Integer32,
hwETrunkRevertTime
Integer32,
hwETrunkBfdSessName
OCTET STRING,
hwETrunkDescription
OCTET STRING,
hwETrunkAutoBFDEnable
TruthValue,
hwETrunkAutoBFDTrackIfIndex
Integer32,
hwETrunkAutoBFDTxInterval
Integer32,
hwETrunkAutoBFDRxInterval
Integer32,
hwETrunkAutoBFDDetectMultiplier
Integer32,
hwETrunkExpectStatus
INTEGER,
hwETrunkRowStatus
RowStatus
}
hwETrunkId OBJECT-TYPE
SYNTAX Integer32 (1..128)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The index of the E-Trunk."
::= { hwETrunkEntry 1 }
hwETrunkSystemId OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The system ID of the E-Trunk. It is a physical address."
::= { hwETrunkEntry 2 }
hwETrunkPri OBJECT-TYPE
SYNTAX Integer32 (1..254)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The priority of the E-Trunk. The default value is 100."
::= { hwETrunkEntry 3 }
hwETrunkStatus OBJECT-TYPE
SYNTAX INTEGER
{
initialize(1),
backup(2),
master(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the E-Trunk.
1:initialize.
2:backup.
3:master. "
::= { hwETrunkEntry 4 }
hwETrunkStatusReason OBJECT-TYPE
SYNTAX INTEGER
{
pri(1),
timeout(2),
bfdDown(3),
peerTimeout(4),
peerBfdDown(5),
allMemberDown(6),
init(7),
peerNodeDown(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The reason for the E-Trunk being in the current status.
pri(1):Priority calculation.
timeout(2):The receiving timer timed out.
bfdDown(3):BFD detected the control link between the PE and peer down.
peerTimeout(4):The receiving timer of the peer timed out.
peerBfdDown(5):BFD of the peer detected the control link between the PE and peer down.
allMemberDown(6):All members of the E-Trunk were down.
init(7):Initiated the E-Trunk.
peerNodeDown(8):The peer node is down.
"
::= { hwETrunkEntry 5 }
hwETrunkPeerIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The peer IP address of the E-Trunk."
::= { hwETrunkEntry 6 }
hwETrunkSourceIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The source IP address of the E-Trunk."
::= { hwETrunkEntry 7 }
hwETrunkReceiveFailTimeMultiple OBJECT-TYPE
SYNTAX Integer32 (3..300)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The detection time multiplier for failure detection. It is the multiple of the sending period."
::= { hwETrunkEntry 8 }
hwETrunkSendPeriod OBJECT-TYPE
SYNTAX Integer32 (5..100)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The period for sending packets of the E-Trunk. The unit is 100ms. "
::= { hwETrunkEntry 9 }
hwETrunkPacketReceive OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of received packets."
::= { hwETrunkEntry 10 }
hwETrunkPacketSend OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of sent packets."
::= { hwETrunkEntry 11 }
hwETrunkPacketRecDrop OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of the dropped packets when the packets are received."
::= { hwETrunkEntry 12 }
hwETrunkPacketSndDrop OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of the dropped packets when the packets are sent."
::= { hwETrunkEntry 13 }
hwETrunkPeerSystemId OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The system ID of the peer E-Trunk. It is a physical address."
::= { hwETrunkEntry 14 }
hwETrunkPeerPri OBJECT-TYPE
SYNTAX Integer32 (1..254)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The priority of the peer E-Trunk."
::= { hwETrunkEntry 15 }
hwETrunkPeerReceiveFailTime OBJECT-TYPE
SYNTAX Integer32 (15..30000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The failure time for the peer E-Trunk to receive packets. The unit is 100ms. "
::= { hwETrunkEntry 16 }
hwETrunkSecurityKeyType OBJECT-TYPE
SYNTAX INTEGER
{
simple(1),
cipher(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of the security key.
1:The simple encrypt type.
2:The cipher encrypt type. "
::= { hwETrunkEntry 17 }
hwETrunkSecurityKey OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..392))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object can be set to a simple password with a string of 0 to 255 characters or a encrypted password with a string less than 392 characters. For security purposes, a get on this returns a zero length string."
::= { hwETrunkEntry 18 }
hwETrunkBfdSessId OBJECT-TYPE
SYNTAX Integer32 (0..8191)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The ID of a BFD session which is bound to the E-Trunk.
When the status of the BFD session is changed, the status of the E-Trunk is also changed with BFD's status."
::= { hwETrunkEntry 19}
hwETrunkResetCounter OBJECT-TYPE
SYNTAX Integer32 (0..0)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Reset hwETrunkPacketReceive,hwETrunkPacketSend,hwETrunkPacketRecDrop,hwETrunkPacketSndDrop."
::= { hwETrunkEntry 20 }
hwETrunkRevertTime OBJECT-TYPE
SYNTAX Integer32 (0..3600)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The delay time to revert. The unit is second. The default is 120. "
::= { hwETrunkEntry 21 }
hwETrunkBfdSessName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..15))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The name of a BFD session which is bound to the E-Trunk.
And BFD session name is composed of octet string which is 1 to 15 octet and can't contain space within it.
When the status of the BFD session is changed, the status of the E-Trunk is also changed with BFD's status."
::= { hwETrunkEntry 22}
hwETrunkDescription OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..242))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The description of the E-Trunk. The default is NULL"
::= { hwETrunkEntry 23}
hwETrunkAutoBFDEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The object indicates whether the E-trunk enable auto BFD function. "
::= { hwETrunkEntry 24}
hwETrunkAutoBFDTrackIfIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The object indicates the index of an interface which is tracked by the E-Trunk auto BFD session."
::= { hwETrunkEntry 25}
hwETrunkAutoBFDTxInterval OBJECT-TYPE
SYNTAX Integer32 (3..1000)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The sending interval of E-Trunk auto BFD session in milliseconds. The default is 10."
::= { hwETrunkEntry 26}
hwETrunkAutoBFDRxInterval OBJECT-TYPE
SYNTAX Integer32 (3..1000)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The receiving interval of E-Trunk auto BFD session in milliseconds. The default is 10."
::= { hwETrunkEntry 27}
hwETrunkAutoBFDDetectMultiplier OBJECT-TYPE
SYNTAX Integer32 (3..50)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The detect multiplier of E-Trunk auto BFD session. The default is 3."
::= { hwETrunkEntry 28}
hwETrunkExpectStatus OBJECT-TYPE
SYNTAX INTEGER
{
backup(1),
master(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The expect status of the E-Trunk.
1:backup.
2:master. "
::= { hwETrunkEntry 29 }
hwETrunkRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Current operation status of the row. It is used to manage the creation and deletion of conceptual rows."
::= { hwETrunkEntry 50}
--Memeber
hwETrunkMemberTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwETrunkMemberEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The member table of the E-Trunk."
::= { hwETrunkObjects 2 }
hwETrunkMemberEntry OBJECT-TYPE
SYNTAX HwETrunkMemberEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Member Entry."
INDEX { hwETrunkMemberParentId,hwETrunkMemberType, hwETrunkMemberId}
::= { hwETrunkMemberTable 1 }
HwETrunkMemberEntry ::=
SEQUENCE {
hwETrunkMemberParentId
Integer32,
hwETrunkMemberType
Integer32,
hwETrunkMemberId
Unsigned32,
hwETrunkMemberStatus
INTEGER,
hwETrunkMemberStatusReason
INTEGER,
hwETrunkMemberWorkMode
INTEGER,
hwETrunkMemberPhyStatus
INTEGER,
hwETrunkMemberRemoteId
Unsigned32,
hwETrunkMemberRowStatus
RowStatus
}
hwETrunkMemberParentId OBJECT-TYPE
SYNTAX Integer32 (1..128)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ID of the E-Trunk to which the member belongs."
::= { hwETrunkMemberEntry 1 }
hwETrunkMemberType OBJECT-TYPE
SYNTAX Integer32 (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The type of the member. Now it is Eth-Trunk and Global-VE.
1:Eth-Trunk.
2:Global-VE."
::= { hwETrunkMemberEntry 2 }
hwETrunkMemberId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ID of the member."
::= { hwETrunkMemberEntry 3 }
hwETrunkMemberStatus OBJECT-TYPE
SYNTAX INTEGER
{
backup(1),
master(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The member status.
1:backup.
2:master. "
::= { hwETrunkMemberEntry 4 }
hwETrunkMemberStatusReason OBJECT-TYPE
SYNTAX INTEGER
{
forceBackup(1),
forceMaster(2),
etrunkInit(3),
etrunkBackup(4),
etrunkMaster(5),
peerMemberDown(6),
peerMemberUp(7),
activeActive(8),
degradedActive(9),
peerLinkDown(10),
linkDown(11),
allActive(12)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The reason for the member being in the current status.
forceBackup(1):The work mode of the member is force-backup.
forceMaster(2):The work mode of the member is force-master.
etrunkInit(3):The work mode of the member is auto. The status of E-Trunk is initialize.
etrunkBackup(4):The work mode of the member is auto. The status of E-Trunk is backup.
etrunkMaster(5):The work mode of the member is auto. The status of E-Trunk is master.
peerMemberDown(6):The status of the member belonging to the peer E-Trunk is down.
peerMemberUp(7):The status of the member belonging to the peer E-Trunk is up.
activeActive(8):The status of the trill active-active is ok.
degradedActive(9):The status of the trill active-active is fail, but the status of the peerlink is up.
peerLinkDown(10):The status of the trill active-active is fail, and the status of the peerlink is down.
linkDown(11):The status of the E-Trunk member is down.
allActive(12):The E-Trunk member is bound to an EVPN instance, and the redundancy mode is all-active."
::= { hwETrunkMemberEntry 5 }
hwETrunkMemberWorkMode OBJECT-TYPE
SYNTAX INTEGER
{
auto(1),
forceBackup(2),
forceMaster(3),
activeActive(4)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The work mode of the member.
1:auto.
2:forceBackup.
3:forceMaster.
4:activeActive."
::= { hwETrunkMemberEntry 6 }
hwETrunkMemberPhyStatus OBJECT-TYPE
SYNTAX INTEGER
{
up(1),
down(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical status of the member.
1:up.
2:down. "
::= { hwETrunkMemberEntry 7 }
hwETrunkMemberRemoteId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Indicates the ID of a remote E-Trunk member. By default, the ID of a remote E-Trunk member is the same as the ID of the local E-Trunk member. When both ends have E-Trunk member with different IDs, you need to specify the ID of a remote E-Trunk member."
::= { hwETrunkMemberEntry 8 }
hwETrunkMemberRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Current operation status of the row. It is used to manage the creation and deletion of conceptual rows."
::= { hwETrunkMemberEntry 50 }
--BackupPort
hwETrunkBackupPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwETrunkBackupPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The backup port table of the E-Trunk."
::= { hwETrunkObjects 3 }
hwETrunkBackupPortEntry OBJECT-TYPE
SYNTAX HwETrunkBackupPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Backup Port Entry."
INDEX { hwETrunkBackupETrunkId}
::= { hwETrunkBackupPortTable 1 }
HwETrunkBackupPortEntry::=
SEQUENCE {
hwETrunkBackupETrunkId
Integer32,
hwETrunkBackupPortNum
Integer32,
hwETrunkBackupPortRowStatus
RowStatus
}
hwETrunkBackupETrunkId OBJECT-TYPE
SYNTAX Integer32 (1..128)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The index of the E-Trunk."
::= { hwETrunkBackupPortEntry 1 }
hwETrunkBackupPortNum OBJECT-TYPE
SYNTAX Integer32 (1025..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The backup port number of the E-Trunk for RBS."
::= { hwETrunkBackupPortEntry 2 }
hwETrunkBackupPortRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Current operation status of the row. It is used to manage the creation and deletion of conceptual rows."
::= { hwETrunkBackupPortEntry 3}
-- Traps.
hwETrunkTraps OBJECT IDENTIFIER ::= { hwETrunkMIB 2 }
hwETrunkStatusChange NOTIFICATION-TYPE
OBJECTS {
hwETrunkStatus,
hwETrunkStatusReason}
STATUS current
DESCRIPTION
"The trap is generated when the status of the E-Trunk is changed or the status reason of the E-Trunk is changed."
::= { hwETrunkTraps 1 }
hwETrunkMemberStatusChange NOTIFICATION-TYPE
OBJECTS {
hwETrunkMemberStatus,
hwETrunkMemberStatusReason}
STATUS current
DESCRIPTION
"The trap is generated when the status of the memeber is changed or the status reason of the memeber is changed."
::= { hwETrunkTraps 2 }
hwETrunkExpectStateChange NOTIFICATION-TYPE
OBJECTS { hwETrunkExpectStatus, hwETrunkStatusReason}
STATUS current
DESCRIPTION
"The trap is generated when the status of the E-Trunk is inconsistant with expected state ."
::= { hwETrunkTraps 3 }
hwETrunkExpectStateResume NOTIFICATION-TYPE
OBJECTS { hwETrunkExpectStatus, hwETrunkStatusReason }
STATUS current
DESCRIPTION
"The expected state trap of E-Trunk resumed."
::= { hwETrunkTraps 4 }
hwETrunkConformance OBJECT IDENTIFIER ::= { hwETrunkMIB 3 }
hwETrunkCompliances OBJECT IDENTIFIER ::= { hwETrunkConformance 1 }
-- this module
hwETrunkFullCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"Description."
MODULE -- this module
MANDATORY-GROUPS { hwETrunkGroup, hwETrunkMemberGroup, hwETrunkNotificationGroup }
::= { hwETrunkCompliances 1 }
hwETrunkGroups OBJECT IDENTIFIER ::= { hwETrunkConformance 2 }
hwETrunkGroup OBJECT-GROUP
OBJECTS {
hwETrunkSystemId,
hwETrunkPri,
hwETrunkStatus,
hwETrunkStatusReason,
hwETrunkPeerIpAddr,
hwETrunkSourceIpAddr,
hwETrunkReceiveFailTimeMultiple,
hwETrunkSendPeriod,
hwETrunkPacketReceive,
hwETrunkPacketSend,
hwETrunkPacketRecDrop,
hwETrunkPacketSndDrop,
hwETrunkPeerSystemId,
hwETrunkPeerPri,
hwETrunkPeerReceiveFailTime,
hwETrunkSecurityKeyType,
hwETrunkSecurityKey,
hwETrunkBfdSessId,
hwETrunkResetCounter,
hwETrunkRevertTime,
hwETrunkBfdSessName,
hwETrunkDescription,
hwETrunkAutoBFDEnable,
hwETrunkAutoBFDTrackIfIndex,
hwETrunkAutoBFDTxInterval,
hwETrunkAutoBFDRxInterval,
hwETrunkAutoBFDDetectMultiplier,
hwETrunkExpectStatus,
hwETrunkRowStatus
}
STATUS current
DESCRIPTION
"Description."
::= { hwETrunkGroups 1 }
hwETrunkMemberGroup OBJECT-GROUP
OBJECTS {
hwETrunkMemberStatus,
hwETrunkMemberStatusReason,
hwETrunkMemberWorkMode,
hwETrunkMemberPhyStatus,
hwETrunkMemberRemoteId,
hwETrunkMemberRowStatus }
STATUS current
DESCRIPTION
"Description."
::= { hwETrunkGroups 2 }
hwETrunkNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { hwETrunkStatusChange, hwETrunkMemberStatusChange,hwETrunkExpectStateChange,hwETrunkExpectStateResume }
STATUS current
DESCRIPTION
"Description."
::= { hwETrunkGroups 3 }
hwETrunkBackupPortGroup OBJECT-GROUP
OBJECTS {
hwETrunkBackupPortNum,
hwETrunkBackupPortRowStatus }
STATUS current
DESCRIPTION
"The backup port infomation of the E-Trunk."
::= { hwETrunkGroups 4 }
END
--
-- HUAWEI-E-TRUNK-MIB.mib
--
|