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
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
|
-- =================================================================
-- Copyright (C) 2007 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description: HUAWEI Private IMA Interface MIB
-- Version: V1.0
-- History:
-- V1.0
-- ==================================================================
-- ==================================================================
--
-- Variables and types be imported
--
-- ==================================================================
HUAWEI-IMA-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwDatacomm
FROM HUAWEI-MIB
NOTIFICATION-TYPE, enterprises,
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32, Gauge32
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
TEXTUAL-CONVENTION, DateAndTime, RowStatus
FROM SNMPv2-TC
InterfaceIndex, InterfaceIndexOrZero, ifIndex
FROM IF-MIB;
-- February 10,2009 at 14:00 GMT
-- February 10,2009 at 14:00 GMT
hwImaMIB MODULE-IDENTITY
LAST-UPDATED "200902101400Z" -- February 10,2009 at 14:00 GMT
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
"The MIB is mainly used to configure Inverse Multiplexing
for ATM (IMA) interfaces."
::= { hwDatacomm 176 }
-- The object identifier subtree for the HUAWEI-IMA-MIB.
hwImaMibObjects OBJECT IDENTIFIER ::= { hwImaMIB 1 }
hwImaMibConformance OBJECT IDENTIFIER ::= { hwImaMIB 2 }
hwImaNotifications OBJECT IDENTIFIER ::= { hwImaMIB 3 }
-- Textual conventions
MilliSeconds ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Time in milliseconds"
SYNTAX Integer32
ImaGroupState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"State of the IMA group."
SYNTAX INTEGER {
notConfigured(1),
startUp(2),
startUpAck(3),
configAbortUnsupportedM(4),
configAbortIncompatibleSymmetry(5),
configAbortOther(6),
insufficientLinks(7),
blocked(8),
operational(9),
configAbortUnsupportedImaVersion(10)
}
ImaGroupSymmetry ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The group symmetry mode adjusted during the group start-up."
SYNTAX INTEGER {
symmetricOperation(1),
asymmetricOperation(2),
asymmetricConfiguration(3)
}
ImaFrameLength ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Length of the IMA frames."
SYNTAX INTEGER {
m32(1),
m64(2),
m128(3),
m256(4)
}
ImaLinkState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"State of a link belonging to an IMA group."
SYNTAX INTEGER {
notInGroup(1),
unusableNoGivenReason(2),
unusableFault(3),
unusableMisconnected(4),
unusableInhibited(5),
unusableFailed(6),
usable(7),
active(8)
}
--
-- The IMA Group subtree
--
-- The IMA Group subtree consists of the number of IMA groups and a
-- table of IMA groups. Each entry in the table of IMA groups contains
-- information (configuration and status) specific to each group.
--
hwImaGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF HWImaGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The IMA Group Configuration table."
::= { hwImaMibObjects 1 }
hwImaGroupEntry OBJECT-TYPE
SYNTAX HWImaGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the IMA Group table."
INDEX { hwImaGroupIfIndex }
::= { hwImaGroupTable 1 }
HWImaGroupEntry ::= SEQUENCE {
hwImaGroupIfIndex InterfaceIndex,
hwImaGroupNeState ImaGroupState,
hwImaGroupFeState ImaGroupState,
hwImaGroupSymmetry ImaGroupSymmetry,
hwImaGroupMinNumTxLinks Integer32 (1..32),
hwImaGroupMinNumRxLinks Integer32 (1..32),
hwImaGroupTxTimingRefLink InterfaceIndexOrZero,
hwImaGroupRxTimingRefLink InterfaceIndexOrZero,
hwImaGroupTxImaId Integer32 (0..255),
hwImaGroupRxImaId Integer32 (0..255),
hwImaGroupTxFrameLength ImaFrameLength,
hwImaGroupRxFrameLength ImaFrameLength,
hwImaGroupDiffDelayMax MilliSeconds,
hwImaGroupAlphaValue Integer32 (1..2),
hwImaGroupBetaValue Integer32 (1..5),
hwImaGroupGammaValue Integer32 (1..5),
hwImaGroupNumTxActLinks Gauge32,
hwImaGroupNumRxActLinks Gauge32,
hwImaGroupTxOamLabelValue Integer32 (1..255),
hwImaGroupRxOamLabelValue Integer32 (0..255),
hwImaGroupFirstLinkIfIndex InterfaceIndex,
hwImaGroupName OCTET STRING,
hwImaGroupTxClock Integer32,
hwImaGroupRxClock Integer32
}
hwImaGroupIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the logical interface number ('ifIndex')
assigned to this IMA group, and is used to identify corresponding
rows in the Interfaces MIB.
Note that re-initialization of the management agent may cause
a client's 'hwImaGroupIfIndex' to change."
::= { hwImaGroupEntry 1 }
hwImaGroupNeState OBJECT-TYPE
SYNTAX ImaGroupState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current operational state of the near-end IMA Group State
Machine."
::= { hwImaGroupEntry 2 }
hwImaGroupFeState OBJECT-TYPE
SYNTAX ImaGroupState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current operational state of the far-end IMA Group State
Machine."
::= { hwImaGroupEntry 3 }
hwImaGroupSymmetry OBJECT-TYPE
SYNTAX ImaGroupSymmetry
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Symmetry of the IMA group."
::= { hwImaGroupEntry 4 }
hwImaGroupMinNumTxLinks OBJECT-TYPE
SYNTAX Integer32 (1..32)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Minimum number of transmit links required to be Active for
the IMA group to be in the Operational state."
::= { hwImaGroupEntry 5 }
hwImaGroupMinNumRxLinks OBJECT-TYPE
SYNTAX Integer32 (1..32)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Minimum number of receive links required to be Active for
the IMA group to be in the Operational state."
::= { hwImaGroupEntry 6 }
hwImaGroupTxTimingRefLink OBJECT-TYPE
SYNTAX InterfaceIndexOrZero
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the transmit timing reference link to be
used by the near-end for IMA data cell clock recovery from
the ATM layer. The distinguished value of zero may be used
if no link has been configured in the IMA group, or if the
transmit timing reference link has not yet been selected."
::= { hwImaGroupEntry 7 }
hwImaGroupRxTimingRefLink OBJECT-TYPE
SYNTAX InterfaceIndexOrZero
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ifIndex of the receive timing reference link to be
used by near-end for IMA data cell clock recovery toward
the ATM layer. The distinguished value of zero may be used
if no link has been configured in the IMA group, or if the
receive timing reference link has not yet been detected."
::= { hwImaGroupEntry 8 }
hwImaGroupTxImaId OBJECT-TYPE
SYNTAX Integer32 (0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IMA ID currently in use by the near-end IMA function."
::= { hwImaGroupEntry 9 }
hwImaGroupRxImaId OBJECT-TYPE
SYNTAX Integer32 (0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IMA ID currently in use by the far-end IMA function."
::= { hwImaGroupEntry 10 }
hwImaGroupTxFrameLength OBJECT-TYPE
SYNTAX ImaFrameLength
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The frame length to be used by the IMA group in the transmit
direction. Can only be set when the IMA group is startup."
DEFVAL { m128 }
::= { hwImaGroupEntry 11 }
hwImaGroupRxFrameLength OBJECT-TYPE
SYNTAX ImaFrameLength
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Value of IMA frame length as received from remote IMA function."
::= { hwImaGroupEntry 12 }
hwImaGroupDiffDelayMax OBJECT-TYPE
SYNTAX MilliSeconds (25..120)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The maximum number of milliseconds of differential delay among
the links that will be tolerated on this interface."
DEFVAL { 25 }
::= { hwImaGroupEntry 13 }
hwImaGroupAlphaValue OBJECT-TYPE
SYNTAX Integer32 (1..2)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This indicates the 'alpha' value used to specify the number
of consecutive invalid ICP cells to be detected before moving
to the IMA Hunt state from the IMA Sync state."
::= { hwImaGroupEntry 14 }
hwImaGroupBetaValue OBJECT-TYPE
SYNTAX Integer32 (1..5)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This indicates the 'beta' value used to specify the number
of consecutive errored ICP cells to be detected before moving
to the IMA Hunt state from the IMA Sync state."
::= { hwImaGroupEntry 15 }
hwImaGroupGammaValue OBJECT-TYPE
SYNTAX Integer32 (1..5)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This indicates the 'gamma' value used to specify the number
of consecutive valid ICP cells to be detected before moving
to the IMA Sync state from the IMA PreSync state."
::= { hwImaGroupEntry 16 }
-- hwImaGroupNumTxActLinks is used by a network operator to tell how many
-- links which are configured for transmit are also Active.
hwImaGroupNumTxActLinks OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of links which are configured to transmit and are
currently Active in this IMA group."
::= { hwImaGroupEntry 17 }
-- hwImaGroupNumRxActLinks is used by a network operator to tell how many
-- links which are configured for receive are also Active.
hwImaGroupNumRxActLinks OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of links which are configured to receive and are
currently Active in this IMA group."
::= { hwImaGroupEntry 18 }
--
-- Objects to report the IMA OAM Label values transmitted and
-- received by the IMA group.
--
hwImaGroupTxOamLabelValue OBJECT-TYPE
SYNTAX Integer32 (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IMA OAM Label value transmitted by the NE IMA unit."
::= { hwImaGroupEntry 19 }
hwImaGroupRxOamLabelValue OBJECT-TYPE
SYNTAX Integer32 (0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IMA OAM Label value transmitted by the FE IMA unit. The value 0
likely means that the IMA unit has not received an OAM Label
from the FE IMA unit at this time."
::= { hwImaGroupEntry 20 }
hwImaGroupFirstLinkIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object identifies the first link of this IMA Group."
::= { hwImaGroupEntry 21 }
-- 1.3.6.1.4.1.2011.5.25.176.1.1.1.22
hwImaGroupName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The name of interface ImaGroup."
::= { hwImaGroupEntry 22 }
-- 1.3.6.1.4.1.2011.5.25.176.1.1.1.23
hwImaGroupTxClock OBJECT-TYPE
SYNTAX Integer32 (1..2)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The clock mode to be used by the IMA group in the transmit direction."
DEFVAL { 2 }
::= { hwImaGroupEntry 23 }
-- 1.3.6.1.4.1.2011.5.25.176.1.1.1.24
hwImaGroupRxClock OBJECT-TYPE
SYNTAX Integer32 (1..2)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Mode of IMA clock as received from remote IMA function."
::= { hwImaGroupEntry 24 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3
-- The IMA Link subtree
--
-- The IMA Link subtree consists of a table of IMA links. Each entry
-- in the table contains status information about a link which is part
-- of an IMA group, and also contains a configuration object to select
-- to which IMA group the link belongs.
--
hwImaLinkTable OBJECT-TYPE
SYNTAX SEQUENCE OF HWImaLinkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The IMA group Link Status and Configuration table."
::= { hwImaMibObjects 2 }
hwImaLinkEntry OBJECT-TYPE
SYNTAX HWImaLinkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the IMA Group Link table."
INDEX { hwImaLinkIfIndex }
::= { hwImaLinkTable 1 }
HWImaLinkEntry ::= SEQUENCE {
hwImaLinkIfIndex InterfaceIndex,
hwImaLinkGroupIfIndex InterfaceIndex,
hwImaLinkNeTxState ImaLinkState,
hwImaLinkNeRxState ImaLinkState,
hwImaLinkFeTxState ImaLinkState,
hwImaLinkFeRxState ImaLinkState,
hwImaLinkRowStatus RowStatus,
hwImaLinkName OCTET STRING
}
hwImaLinkIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This corresponds to the 'ifIndex' of the MIB-II interface
on which this link is established. This object also
corresponds to the logical number ('ifIndex') assigned to
this IMA link."
::= { hwImaLinkEntry 1 }
hwImaLinkGroupIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object identifies the logical interface number ('ifIndex')
assigned to this IMA group. The specified link will be bound to
this IMA group."
::= { hwImaLinkEntry 2 }
hwImaLinkNeTxState OBJECT-TYPE
SYNTAX ImaLinkState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current state of the near-end transmit link."
::= { hwImaLinkEntry 3 }
hwImaLinkNeRxState OBJECT-TYPE
SYNTAX ImaLinkState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current state of the near-end receive link."
::= { hwImaLinkEntry 4 }
hwImaLinkFeTxState OBJECT-TYPE
SYNTAX ImaLinkState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current state of the far-end transmit link as reported
via ICP cells."
::= { hwImaLinkEntry 5 }
hwImaLinkFeRxState OBJECT-TYPE
SYNTAX ImaLinkState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current state of the far-end receive link as reported
via ICP cells."
::= { hwImaLinkEntry 6 }
hwImaLinkRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The hwImaLinkRowStatus object allows create, change, and delete
operations on hwImaLinkTable entries.
To create a new conceptual row (or instance) of the hwImaLinkTable,
hwImaLinkRowStatus must be set to 'createAndWait' or 'createAndGo'.
A successful set of the imaLinkGroupIndex object must be performed
before the hwImaLinkRowStatus of a new conceptual row can be set to
'active'.
To change (modify) the imaLinkGroupIndex in an hwImaLinkTable entry,
the hwImaLinkRowStatus object must first be set to 'notInService'.
Only then can this object in the conceptual row be modified.
This is due to the fact that the imaLinkGroupIndex object provides
the association between a physical IMA link and the IMA group to
which it belongs, and setting the imaLinkGroupIndex object to a
different value has the effect of changing the association between
a physical IMA link and an IMA group. To place the link 'in group',
the hwImaLinkRowStatus object is set to 'active'. While the row is
not in 'active' state, both the Transmit and Receive IMA link state
machines are in the 'Not In Group' state.
To remove (delete) an hwImaLinkTable entry from this table, set
this object to 'destroy'."
::= { hwImaLinkEntry 51 }
-- 1.3.6.1.4.1.2011.5.25.176.1.2.1.52
hwImaLinkName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Description."
::= { hwImaLinkEntry 52 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3
hwImaAlarmTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwImaAlarmEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
::= { hwImaMibObjects 3 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1
hwImaAlarmEntry OBJECT-TYPE
SYNTAX HwImaAlarmEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { hwImaAlarmIfIndex }
::= { hwImaAlarmTable 1 }
HwImaAlarmEntry ::=
SEQUENCE {
hwImaAlarmIfIndex
Integer32,
hwImaGroupNeDownEn
Integer32,
hwImaGroupFeDownEn
Integer32,
hwImaGroupTxClkMismatchEn
Integer32,
hwImaLinkLifEn
Integer32,
hwImaLinkLodsEn
Integer32,
hwImaLinkRfiEn
Integer32,
hwImaLinkFeTxUnusableEn
Integer32,
hwImaLinkFeRxUnusableEn
Integer32,
hwIMAAllEn
Integer32
}
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1.1
hwImaAlarmIfIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
::= { hwImaAlarmEntry 1 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1.2
hwImaGroupNeDownEn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Description."
::= { hwImaAlarmEntry 2 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1.3
hwImaGroupFeDownEn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Description."
::= { hwImaAlarmEntry 3 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1.4
hwImaGroupTxClkMismatchEn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Description."
::= { hwImaAlarmEntry 4 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1.5
hwImaLinkLifEn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Description."
::= { hwImaAlarmEntry 5 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1.6
hwImaLinkLodsEn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Description."
::= { hwImaAlarmEntry 6 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1.7
hwImaLinkRfiEn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Description."
::= { hwImaAlarmEntry 7 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1.8
hwImaLinkFeTxUnusableEn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Description."
::= { hwImaAlarmEntry 8 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1.9
hwImaLinkFeRxUnusableEn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Description."
::= { hwImaAlarmEntry 9 }
-- 1.3.6.1.4.1.2011.5.25.176.1.3.1.10
hwIMAAllEn OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Description."
::= { hwImaAlarmEntry 10 }
-- Conformance Information
hwImaMibGroups OBJECT IDENTIFIER ::= { hwImaMibConformance 1 }
hwImaMibCompliances OBJECT IDENTIFIER ::= { hwImaMibConformance 2 }
-- Compliance Statements
hwImaMibCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for network elements implementing
Inverse Multiplexing for ATM (IMA) interfaces."
MODULE -- this module
-- Mandatory Part
MANDATORY-GROUPS {
hwImaGroupGroup,
hwImaLinkGroup
}
-- Compliance Part
OBJECT hwImaGroupMinNumTxLinks
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT hwImaGroupMinNumRxLinks
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT hwImaGroupTxFrameLength
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT hwImaGroupDiffDelayMax
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { hwImaMibCompliances 1 }
-- Units of Conformance
hwImaGroupGroup OBJECT-GROUP
OBJECTS {
hwImaGroupIfIndex,
hwImaGroupNeState,
hwImaGroupFeState,
hwImaGroupSymmetry,
hwImaGroupMinNumTxLinks,
hwImaGroupMinNumRxLinks,
hwImaGroupTxTimingRefLink,
hwImaGroupRxTimingRefLink,
hwImaGroupTxImaId,
hwImaGroupRxImaId,
hwImaGroupTxFrameLength,
hwImaGroupRxFrameLength,
hwImaGroupDiffDelayMax,
hwImaGroupAlphaValue,
hwImaGroupBetaValue,
hwImaGroupGammaValue,
hwImaGroupNumTxActLinks,
hwImaGroupNumRxActLinks,
hwImaGroupTxOamLabelValue,
hwImaGroupRxOamLabelValue,
hwImaGroupFirstLinkIfIndex,
hwImaGroupName,
hwImaGroupTxClock,
hwImaGroupRxClock
}
STATUS current
DESCRIPTION
"A set of objects providing configuration and status information for
an IMA group definition."
::= { hwImaMibGroups 1 }
hwImaLinkGroup OBJECT-GROUP
OBJECTS {
hwImaLinkGroupIfIndex,
hwImaLinkNeTxState,
hwImaLinkNeRxState,
hwImaLinkFeTxState,
hwImaLinkFeRxState,
hwImaLinkRowStatus
}
STATUS current
DESCRIPTION
"A set of objects providing status information for an IMA link."
::= { hwImaMibGroups 2 }
hwImaGroupAlarmTrapGroup NOTIFICATION-GROUP
NOTIFICATIONS {
hwImaGroupNeDownAlarm,
hwImaGroupNeDownAlarmResume,
hwImaGroupFeDownAlarm,
hwImaGroupFeDownAlarmResume,
hwImaGroupTxClkMismatch,
hwImaGroupTxClkMismatchResume
}
STATUS current
DESCRIPTION
"A set of NOTIFICATION providing alarm information for an IMA group."
::= { hwImaMibGroups 3 }
hwImaLinkAlarmTrapGroup NOTIFICATION-GROUP
NOTIFICATIONS {
hwImaLinkLifAlarm,
hwImaLinkLifAlarmResume,
hwImaLinkLodsAlarm,
hwImaLinkLodsAlarmResume,
hwImaLinkRfiAlarm,
hwImaLinkRfiAlarmResume,
hwImaLinkFeTxUnusableAlarm,
hwImaLinkFeTxUnusableAlarmResume,
hwImaLinkFeRxUnusableAlarm,
hwImaLinkFeRxUnusableAlarmResume
}
STATUS current
DESCRIPTION
"A set of NOTIFICATION providing alarm information for an IMA link."
::= { hwImaMibGroups 4 }
-- 1.3.6.1.4.1.2011.5.25.176.3.1
hwImaGroupNeDownAlarm NOTIFICATION-TYPE
OBJECTS { hwImaGroupName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 1 }
-- 1.3.6.1.4.1.2011.5.25.176.3.2
hwImaGroupNeDownAlarmResume NOTIFICATION-TYPE
OBJECTS { hwImaGroupName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 2 }
-- 1.3.6.1.4.1.2011.5.25.176.3.3
hwImaGroupFeDownAlarm NOTIFICATION-TYPE
OBJECTS { hwImaGroupName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 3 }
-- 1.3.6.1.4.1.2011.5.25.176.3.4
hwImaGroupFeDownAlarmResume NOTIFICATION-TYPE
OBJECTS { hwImaGroupName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 4 }
-- 1.3.6.1.4.1.2011.5.25.176.3.5
hwImaGroupTxClkMismatch NOTIFICATION-TYPE
OBJECTS { hwImaGroupName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 5 }
-- 1.3.6.1.4.1.2011.5.25.176.3.6
hwImaGroupTxClkMismatchResume NOTIFICATION-TYPE
OBJECTS { hwImaGroupName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 6 }
-- 1.3.6.1.4.1.2011.5.25.176.3.7
hwImaLinkLifAlarm NOTIFICATION-TYPE
OBJECTS { hwImaLinkName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 7 }
-- 1.3.6.1.4.1.2011.5.25.176.3.8
hwImaLinkLifAlarmResume NOTIFICATION-TYPE
OBJECTS { hwImaLinkName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 8 }
-- 1.3.6.1.4.1.2011.5.25.176.3.9
hwImaLinkLodsAlarm NOTIFICATION-TYPE
OBJECTS { hwImaLinkName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 9 }
-- 1.3.6.1.4.1.2011.5.25.176.3.10
hwImaLinkLodsAlarmResume NOTIFICATION-TYPE
OBJECTS { hwImaLinkName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 10 }
-- 1.3.6.1.4.1.2011.5.25.176.3.11
hwImaLinkRfiAlarm NOTIFICATION-TYPE
OBJECTS { hwImaLinkName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 11 }
-- 1.3.6.1.4.1.2011.5.25.176.3.12
hwImaLinkRfiAlarmResume NOTIFICATION-TYPE
OBJECTS { hwImaLinkName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 12 }
-- 1.3.6.1.4.1.2011.5.25.176.3.13
hwImaLinkFeTxUnusableAlarm NOTIFICATION-TYPE
OBJECTS { hwImaLinkName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 13 }
-- 1.3.6.1.4.1.2011.5.25.176.3.14
hwImaLinkFeTxUnusableAlarmResume NOTIFICATION-TYPE
OBJECTS { hwImaLinkName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 14 }
-- 1.3.6.1.4.1.2011.5.25.176.3.15
hwImaLinkFeRxUnusableAlarm NOTIFICATION-TYPE
OBJECTS { hwImaLinkName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 15 }
-- 1.3.6.1.4.1.2011.5.25.176.3.16
hwImaLinkFeRxUnusableAlarmResume NOTIFICATION-TYPE
OBJECTS { hwImaLinkName }
STATUS current
DESCRIPTION
"Description."
::= { hwImaNotifications 16 }
END
--
-- HUAWEI-IMA-MIB.mib
--
|