-
Notifications
You must be signed in to change notification settings - Fork 14
/
HUAWEI-IF-EXT-MIB.mib
6321 lines (5484 loc) · 235 KB
/
HUAWEI-IF-EXT-MIB.mib
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
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-- ==================================================================
-- Copyright (C) 2017 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description: HUAWEI Private Extended Interface MIB
-- Reference:
-- Version: V2.79
-- History:
-- V1.0
-- ==================================================================
-- ==================================================================
--
-- Variables and types be imported
--
-- ==================================================================
HUAWEI-IF-EXT-MIB DEFINITIONS ::= BEGIN
IMPORTS
CounterBasedGauge64
FROM HCNUM-TC
hwDatacomm
FROM HUAWEI-MIB
ifIndex, ifName, InterfaceIndex,InterfaceIndexOrZero,ifAdminStatus,ifOperStatus,ifDescr
FROM IF-MIB
VlanIdOrNone, PortList
FROM Q-BRIDGE-MIB
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
IpAddress, Integer32, Unsigned32, Counter64, OBJECT-TYPE, Gauge32,
MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
sysUpTime, snmpTraps
FROM SNMPv2-MIB
RowStatus, TruthValue, DisplayString,PhysAddress,TEXTUAL-CONVENTION,TimeStamp
FROM SNMPv2-TC
AtmVpIdentifier, AtmVcIdentifier
FROM ATM-TC-MIB
ipAdEntNetMask
FROM IP-MIB;
hwIFExtMib MODULE-IDENTITY
LAST-UPDATED "201708180000Z"
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
"V2.79 add linkDown and linkUp NOTIFICATION-TYPE."
REVISION "201708180000Z"
DESCRIPTION
"V2.78 Modify the description of hwRemoteIfTable."
REVISION "201708170000Z"
DESCRIPTION
"V2.77 add hwTrunkAllMemUpNotify."
REVISION "201707270000Z"
DESCRIPTION
"V2.76 update the DESCRIPTION of hwIfEtherStatTable,hwIfSdhStatTable,hwIfAtmStatTable,hwIfPPPHDLCStatTable."
REVISION "201707240000Z"
DESCRIPTION
"V2.75 add hwLicenseEffectServiceAlarm, hwLicenseEffectServiceResume."
REVISION "201703290000Z"
DESCRIPTION
"V2.74 add hwRemoteIfTable."
REVISION "201703160000Z"
DESCRIPTION
"V2.73 add hwIFExtInputPkts,hwIFExtOutputPkts,hwIFExtInputUnicastBitRate,hwIFExtOutputUnicastBitRate,hwIFExtInputMulticastBitRate,hwIFExtOutputMulticastBitRate,hwIFExtInputBroadcastBitRate,hwIFExtOutputBroadcastBitRate,
hwIFExtInputUnicastPktRate,hwIFExtOutputUnicastPktRate,hwIFExtInputMulticastPktRate,hwIFExtOutputMulticastPktRate,hwIFExtInputBroadcastPktRate,hwIFExtOutputBroadcastPktRate."
REVISION "201701240000Z"
DESCRIPTION
"V2.72 rollback hwRemoteIfTable."
REVISION "201701240000Z"
DESCRIPTION
"V2.71 add hwRemoteIfTable."
REVISION "201701190000Z"
DESCRIPTION
"V2.70 add hwMruDiscardStatisticAttr."
REVISION "201612280000Z"
DESCRIPTION
"V2.69 Update the hwLinkDownReason, add from cfmSessionDown to cfmSessionUp."
REVISION "201610100000Z"
DESCRIPTION
"V2.57 Modify hwIfEtherStatInPkts64Octets hwIfEtherStatInPkts65to127Octets hwIfEtherStatInPkts128to255Octets hwIfEtherStatInPkts256to511Octets hwIfEtherStatInPkts512to1023Octets hwIfEtherStatInPkts1024to1518Octets DESCRIPTION"
REVISION "201609271000Z"
DESCRIPTION
"V2.68 modify hwIfDiffServMode range."
REVISION "201609232026Z"
DESCRIPTION
"V2.64 add hwLagMemberDown and hwLagMemberDownResume."
REVISION "201608062026Z"
DESCRIPTION
"V2.66 change hwIfMonitorAllStatistics"
REVISION "201605210000Z"
DESCRIPTION
"V2.65 add hwIfMonitorAllStatistics"
REVISION "201512230000Z"
DESCRIPTION
"V2.63 add hwTrunkSubinterfacesCount and hwTrunkSubinterfacesLimit."
REVISION "201512080000Z"
DESCRIPTION
"V2.62 (1) add hwIfMonitorTxPauseFrameStatistics, hwIfMonitorTxPauseFrameHighThreshold, hwIfMonitorTxPauseFrameLowThreshold, hwIfMonitorTxPauseFrameInterval,
hwIfMonitorTxPauseFrameRising, hwIfMonitorTxPauseFrameRisingResume;
(2) modify spelling mistake (recieved to received) in description."
REVISION "201509060000Z"
DESCRIPTION
"V2.61 Update hwLogicIfType, add object-type lmpif(31),update hwLoopbackBlock, change OBJECTS { ifDescr, hwNewIfTimeslot }."
REVISION "201508060000Z"
DESCRIPTION
"V2.60 Update the hwLinkDownReason, add from linkHearBeatDown to triggerDown."
REVISION "201506290000Z"
DESCRIPTION
"V2.59 Add Eth/Pos/Serial(PPP/HDLC) Statistic "
REVISION "201505140000Z"
DESCRIPTION
"V2.58 Modify hwIFExtSwitchPortIndex SYNTAX"
REVISION "201503272026Z"
DESCRIPTION
"V2.57 Modify hwIfMonitorCrcErrorThreshold hwIfMonitorSdhErrorThreshold hwIfMonitorPauseFrameThreshold hwIfMonitorSymbolErrorThreshold SYNTAX"
REVISION "201503262026Z"
DESCRIPTION
"V2.56 hwLogicIfType add nve, vt, fcoe."
REVISION "201502032026Z"
DESCRIPTION
"Some attribute of interface extended content, information of
interface IP, interface of trunk interface."
REVISION "201501052026Z"
DESCRIPTION
"V2.55 hwIfMonitorBadBytesErrorRising hwIfMonitorPauseFrameRising add hwIfMonitorName."
REVISION "201412252026Z"
DESCRIPTION
"V2.54 add hwIFExtSuppressStatusIPv6 hwIfControlFlapSuppressIPv6 hwIfControlFlapResumeIPv6."
REVISION "201411052026Z"
DESCRIPTION
"V2.53 add hwExtTrunkWorkingStatusChange."
REVISION "201409102026Z"
DESCRIPTION
"V2.52 Update hwTrunkIfModel, add object-type l4(20)."
REVISION "201408132026Z"
DESCRIPTION
"V2.51 add hwTrunkMemberCountUpperThreshold hwTrunkMemberCountLowerThreshold hwExtTrunkMemberCountExceedThreshold hwExtTrunkMemberCountExceedThresholdResume range."
REVISION "201408062026Z"
DESCRIPTION
"V2.50 modify hwIfDiffServMode range."
REVISION "201406092026Z"
DESCRIPTION
"Modify hwTrunkMemCount."
REVISION "201406062026Z"
DESCRIPTION
"Add hwTrunkMemCount and hwTrunkCount."
REVISION "201403252026Z"
DESCRIPTION
"Add hwIfEfmDown and hwIfEfmUp."
REVISION "201403061626Z"
DESCRIPTION
"Add hwLacpPDUChange and hwLacpPDUChangeResume."
REVISION "201402111900Z"
DESCRIPTION
"Modify description"
REVISION "201402101900Z"
DESCRIPTION
"Update hwTrunkIfWorkingMode, add object-type port-standbyMode(5)."
REVISION "201402071900Z"
DESCRIPTION
"add hwIfIpAddrTable"
REVISION "201401261900Z"
DESCRIPTION
"Update hwTrunkSelectStatus, add trunkIndep(3)."
REVISION "201401181200Z"
DESCRIPTION
"Update hwLogicIfType , add object-type globalVe(26), subGlobalVe(27)."
REVISION "201401161900Z"
DESCRIPTION
"Update hwTrunkIfWorkingMode, modify object-type lacpStaticMode(3) to lacpMode(3) and add object-type lacpCompatibleMode(4)."
REVISION "201401131600Z"
DESCRIPTION
"Update hwTrunkIfWorkingMode, modify object-type lacpMode(3) to lacpStaticMode(3); Update hwLogicIfType, add object-type subPosFr(25)."
REVISION "201309051400Z"
DESCRIPTION
"Add hwLacpPartnerExpiredLoss."
REVISION "201307021400Z"
DESCRIPTION
"Add hwTrunkMapTable and hwIFExtSwitchPortIndex."
REVISION "201306081830Z"
DESCRIPTION
"Update the hwLinkDownReason, add from veFlowDown to negotiationUnsupported."
REVISION "201306051100Z"
DESCRIPTION
"Update the hwLogicIfType, add globalImaGroup and subGlobalImaGroup."
REVISION "201305212000Z"
DESCRIPTION
"Update the hwLogicIfType, add remoteAp, vBridge,atmBundle and mtunnel."
REVISION "201301220000Z"
DESCRIPTION
"V2.30, modify hwVTrunkIfID range."
REVISION "201403030939Z"
DESCRIPTION
"modify hwIpv6IfChangeDownReason ."
::= { hwDatacomm 41 }
--
-- Textual conventions
--
-- Textual Convention
EnabledStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A simple status value for the object."
SYNTAX INTEGER
{
enabled(1),
disabled(2)
}
SnmpPasswdString ::= TEXTUAL-CONVENTION
DISPLAY-HINT
"16a"
STATUS current
DESCRIPTION
"The password string"
SYNTAX OCTET STRING (SIZE (0..16))
HWDirectionType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The Direction Flux Limit apply on."
SYNTAX INTEGER
{
inbound(1),
outbound(2)
}
-- ============================================================================
-- interface IP address group
-- ============================================================================
HwIpAddressType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The type of IP address."
SYNTAX INTEGER
{
primary(1),
sub(2)
}
--
-- Node definitions
--
hwIFExtObjects OBJECT IDENTIFIER ::= { hwIFExtMib 1 }
-- ====================================================================
-- basic interface extended definition group
-- ====================================================================
hwIFExtBase OBJECT IDENTIFIER ::= { hwIFExtObjects 1 }
-- ===========================================================================
-- interface extended group
-- ============================================================================
hwIFExtTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwIFExtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface extended table of private mib."
::= { hwIFExtBase 1 }
hwIFExtEntry OBJECT-TYPE
SYNTAX HwIFExtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entries of private extended interface table."
INDEX { hwIFExtIndex }
::= { hwIFExtTable 1 }
HwIFExtEntry ::=
SEQUENCE {
hwIFExtIndex
InterfaceIndex,
hwIFExtLayer
INTEGER,
hwIFExtFrameType
INTEGER,
hwIFExtFlowStatInterval
Integer32,
hwIFExtFlushReceiveEnable
EnabledStatus,
hwIFExtFlushVlanId
VlanIdOrNone,
hwIFExtFlushPasswd
SnmpPasswdString,
hwIFExtFlowStatus
INTEGER,
hwIFExtMtu
Integer32,
hwIFExtMacAddr
PhysAddress,
hwIFExtBlockPriority
Integer32,
hwIFExtMacShift
INTEGER,
hwIFExtSuppressStatus
INTEGER,
hwIFExtPoisonReverse
EnabledStatus,
hwIFExtInputPktRate
Gauge32,
hwIFExtInputHighPktRate
Gauge32,
hwIFExtOutputPktRate
Gauge32,
hwIFExtOutputHighPktRate
Gauge32,
hwIFExtInputOctetRate
Gauge32,
hwIFExtInputHighOctetRate
Gauge32,
hwIFExtOutputOctetRate
Gauge32,
hwIFExtOutputHighOctetRate
Gauge32,
hwIFExtSwitchPortIndex
Integer32,
hwIFExtSuppressStatusIPv6
INTEGER,
hwIFExtInputPkts
Counter64,
hwIFExtOutputPkts
Counter64,
hwIFExtInputUnicastBitRate
CounterBasedGauge64,
hwIFExtOutputUnicastBitRate
CounterBasedGauge64,
hwIFExtInputMulticastBitRate
CounterBasedGauge64,
hwIFExtOutputMulticastBitRate
CounterBasedGauge64,
hwIFExtInputBroadcastBitRate
CounterBasedGauge64,
hwIFExtOutputBroadcastBitRate
CounterBasedGauge64,
hwIFExtInputUnicastPktRate
CounterBasedGauge64,
hwIFExtOutputUnicastPktRate
CounterBasedGauge64,
hwIFExtInputMulticastPktRate
CounterBasedGauge64,
hwIFExtOutputMulticastPktRate
CounterBasedGauge64,
hwIFExtInputBroadcastPktRate
CounterBasedGauge64,
hwIFExtOutputBroadcastPktRate
CounterBasedGauge64
}
hwIFExtIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index of extended table of interface."
::= { hwIFExtEntry 1 }
hwIFExtLayer OBJECT-TYPE
SYNTAX INTEGER
{
layer2(1),
layer3(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Switch the port between Layer3 and Layer2. Corresponding to the
port switch command.Layer2(1) is 1 when the port switch from layer3
to layer2.Layer3(1) is 1 when the port switch from lyaer2 to
layer3."
::= { hwIFExtEntry 2 }
hwIFExtFrameType OBJECT-TYPE
SYNTAX INTEGER
{
ethernetII(1),
ethernetSnap(2),
ethernet8022(3),
ethernet8023(4),
other(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Frame type is accepted by VLAN virtual interfaces.Frame format
contains ethernetII(1),ethernetII(2),ethernet8022(3),ethernet8023.
The type location setting 1 when the ethernetII(1) type is
accepted.Now only surpport the first(ethernetII(1))"
::= { hwIFExtEntry 3 }
-- metric: second
hwIFExtFlowStatInterval OBJECT-TYPE
SYNTAX Integer32 (10..600)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of this object identifies the interval for collecting the statistics of the interface traffic. The value ranges from 10 to 600, in seconds. The default interval is 300s.If intervals for collecting traffic statistics are configured both in the interface view and globally, the configuration in the interface view takes effect.If no interval for collecting traffic statistics is configured in the interface view, the global configuration takes effect.The real-time traffic statistics collection rate is affected by the interval for collecting traffic statistics."
DEFVAL { 300 }
::= { hwIFExtEntry 4 }
hwIFExtFlushReceiveEnable OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Whether or not permit the port to take over FLUSHDUs. Once it is enabled,
the port will take over SmartLink FlushDUs from related vlans so as to delete
the MAC forwarding table in the local equipment."
DEFVAL { disabled }
::= { hwIFExtEntry 5 }
hwIFExtFlushVlanId OBJECT-TYPE
SYNTAX VlanIdOrNone
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The ID of Vlan the port belongs to.When it is 0, it indicates
the function of receiving FlushPDU is disabled."
DEFVAL { 0 }
::= { hwIFExtEntry 6 }
hwIFExtFlushPasswd OBJECT-TYPE
SYNTAX SnmpPasswdString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A 16-octet read-write value used to define the password for negotiation."
DEFVAL { '00'h }
::= { hwIFExtEntry 7 }
hwIFExtFlowStatus OBJECT-TYPE
SYNTAX INTEGER
{
flowUp(1),
flowDown(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
" Current flow status of interface.
1:flow up
2:flow down"
::= { hwIFExtEntry 8 }
hwIFExtMtu OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of this object identifies the MTU of an interface.
The MTU value varies according to different interfaces. The default MTU value also varies.
The MTU value can be modified."
::= { hwIFExtEntry 9 }
hwIFExtMacAddr OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The MAC address of the interface ."
::= { hwIFExtEntry 10 }
hwIFExtBlockPriority OBJECT-TYPE
SYNTAX Integer32 (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The blocked priority of the interface."
::= { hwIFExtEntry 11 }
hwIFExtMacShift OBJECT-TYPE
SYNTAX INTEGER
{
normal(1),
macShift(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The mac-shift state of the interface.
1:normal
2:monitor mac-shift"
::= { hwIFExtEntry 12 }
hwIFExtSuppressStatus OBJECT-TYPE
SYNTAX INTEGER
{
unsuppress(0),
suppress(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The suppress state of the interface.
0:unsuppress
1:suppress"
::= { hwIFExtEntry 13 }
hwIFExtPoisonReverse OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Whether or not enable Split-horizon forwarding "
DEFVAL { disabled }
::= { hwIFExtEntry 14 }
hwIFExtInputPktRate OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the rate of the incoming packets on an interface.
The rate value is 64 bits. hwIFExtInputPktRate indicates the lower 32 bits,
while hwIFExtInputHighPktRate indicates the higher 32 bits. "
::= { hwIFExtEntry 15 }
hwIFExtInputHighPktRate OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the rate of the incoming packets on an interface.
The rate value is 64 bits. hwIFExtInputPktRate indicates the lower 32 bits,
while hwIFExtInputHighPktRate indicates the higher 32 bits. "
::= { hwIFExtEntry 16 }
hwIFExtOutputPktRate OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the rate of the outgoing packets on an interface.
The rate value is 64 bits. hwIFExtOutputPktRate indicates the lower 32 bits,
while hwIFExtOutputHighPktRate indicates the higher 32 bits. "
::= { hwIFExtEntry 17 }
hwIFExtOutputHighPktRate OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the rate of the outgoing packets on an interface.
The rate value is 64 bits. hwIFExtOutputPktRate indicates the lower 32 bits,
while hwIFExtOutputHighPktRate indicates the higher 32 bits. "
::= { hwIFExtEntry 18 }
hwIFExtInputOctetRate OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the octet rate of the incoming traffic on an interface.
The rate value is 64 bits. hwIFExtInputOctetRate indicates the lower 32 bits,
while hwIFExtInputHighOctetRate indicates the higher 32 bits. "
::= { hwIFExtEntry 19 }
hwIFExtInputHighOctetRate OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the octet rate of the incoming traffic on an interface.
The rate value is 64 bits. hwIFExtInputOctetRate indicates the lower 32 bits,
while hwIFExtInputHighOctetRate indicates the higher 32 bits."
::= { hwIFExtEntry 20 }
hwIFExtOutputOctetRate OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the octet rate of the outgoing traffic on an interface.
The rate value is 64 bits. hwIFExtOutputOctetRate indicates the lower 32 bits,
while hwIFExtOutputHighOctetRate indicates the higher 32 bits. "
::= { hwIFExtEntry 21 }
hwIFExtOutputHighOctetRate OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the octet rate of the outgoing traffic on an interface.
The rate value is 64 bits. hwIFExtOutputOctetRate indicates the lower 32 bits,
while hwIFExtOutputHighOctetRate indicates the higher 32 bits. "
::= { hwIFExtEntry 22 }
hwIFExtSwitchPortIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of layer2 interface port, a unique value,
for each port.It is recommended that values are assigned
contiguously starting from 1. If the return value is -1, this interface is not a Layer 2 interface."
::= { hwIFExtEntry 23 }
hwIFExtSuppressStatusIPv6 OBJECT-TYPE
SYNTAX INTEGER
{
unsuppress(0),
suppress(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The suppress state of the interface(IPv6).
0:unsuppress
1:suppress"
::= { hwIFExtEntry 24 }
hwIFExtInputPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets received on the interface.
The counter value is 64 bits. "
::= { hwIFExtEntry 25 }
hwIFExtOutputPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets transmitted out of the interface.
The counter value is 64 bits. "
::= { hwIFExtEntry 26 }
hwIFExtInputUnicastBitRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the bit rate of the incoming unicast traffic on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 27 }
hwIFExtOutputUnicastBitRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the bit rate of the outgoing unicast traffic on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 28 }
hwIFExtInputMulticastBitRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the bit rate of the incoming multicast traffic on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 29 }
hwIFExtOutputMulticastBitRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the bit rate of the outgoing multicast traffic on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 30 }
hwIFExtInputBroadcastBitRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the bit rate of the incoming broadcast traffic on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 31 }
hwIFExtOutputBroadcastBitRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the bit rate of the outgoing broadcast traffic on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 32 }
hwIFExtInputUnicastPktRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the rate of the incoming unicast packets on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 33 }
hwIFExtOutputUnicastPktRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the rate of the outgoing unicast packets on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 34 }
hwIFExtInputMulticastPktRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the rate of the incoming multicast packets on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 35 }
hwIFExtOutputMulticastPktRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the rate of the outgoing multicast packets on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 36 }
hwIFExtInputBroadcastPktRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the rate of the incoming broadcast packets on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 37 }
hwIFExtOutputBroadcastPktRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the rate of the outgoing broadcast packets on an interface.
The rate value is 64 bits. "
::= { hwIFExtEntry 38 }
hwIFExtPhyStatus OBJECT-TYPE
SYNTAX INTEGER { up(1), down(2) }
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The physical status of member interface."
::= { hwIFExtBase 2 }
hwIFExtMemberOf OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The description of the main interface which has the membership with the member interface."
::= { hwIFExtBase 3 }
hwLinkModeChangeAutoCreateIfTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwLinkModeChangeAutoCreateIfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface extended table of private mib."
::= { hwIFExtBase 4 }
hwLinkModeChangeAutoCreateIfEntry OBJECT-TYPE
SYNTAX HwLinkModeChangeAutoCreateIfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entries of private extended interface table."
INDEX { hwAutoIfIndex }
::= { hwLinkModeChangeAutoCreateIfTable 1 }
HwLinkModeChangeAutoCreateIfEntry ::=
SEQUENCE {
hwAutoIfIndex
InterfaceIndex,
hwNewIfTimeslot
BITS
}
hwAutoIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index of extended table of interface."
::= { hwLinkModeChangeAutoCreateIfEntry 1 }
hwNewIfTimeslot OBJECT-TYPE
SYNTAX BITS{
timeslot0(0),
timeslot1(1),
timeslot2(2),
timeslot3(3),
timeslot4(4),
timeslot5(5),
timeslot6(6),
timeslot7(7),
timeslot8(8),
timeslot9(9),
timeslot10(10),
timeslot11(11),
timeslot12(12),
timeslot13(13),
timeslot14(14),
timeslot15(15),
timeslot16(16),
timeslot17(17),
timeslot18(18),
timeslot19(19),
timeslot20(20),
timeslot21(21),
timeslot22(22),
timeslot23(23),
timeslot24(24),
timeslot25(25),
timeslot26(26),
timeslot27(27),
timeslot28(28),
timeslot29(29),
timeslot30(30),
timeslot31(31)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time slot of the TDM interface:
timeslot0(0):The time slot 0 on the TDM interface,
timeslot1(1):The time slot 1 on the TDM interface,
timeslot2(2):The time slot 2 on the TDM interface,
timeslot3(3):The time slot 3 on the TDM interface,
timeslot4(4):The time slot 4 on the TDM interface,
timeslot5(5):The time slot 5 on the TDM interface,
timeslot6(6):The time slot 6 on the TDM interface,
timeslot7(7):The time slot 7 on the TDM interface,
timeslot8(8):The time slot 8 on the TDM interface,
timeslot9(9):The time slot 9 on the TDM interface,
timeslot10(10):The time slot 10 on the TDM interface,
timeslot11(11):The time slot 11 on the TDM interface,
timeslot12(12):The time slot 12 on the TDM interface,
timeslot13(13):The time slot 13 on the TDM interface,
timeslot14(14):The time slot 14 on the TDM interface,
timeslot15(15):The time slot 15 on the TDM interface,
timeslot16(16):The time slot 16 on the TDM interface,
timeslot17(17):The time slot 17 on the TDM interface,
timeslot18(18):The time slot 18 on the TDM interface,
timeslot19(19):The time slot 19 on the TDM interface,
timeslot20(20):The time slot 20 on the TDM interface,
timeslot21(21):The time slot 21 on the TDM interface,
timeslot22(22):The time slot 22 on the TDM interface,
timeslot23(23):The time slot 23 on the TDM interface,
timeslot24(24):The time slot 24 on the TDM interface,
timeslot25(25):The time slot 25 on the TDM interface,
timeslot26(26):The time slot 26 on the TDM interface,
timeslot27(27):The time slot 27 on the TDM interface,
timeslot28(28):The time slot 28 on the TDM interface,
timeslot29(29):The time slot 29 on the TDM interface,
timeslot30(30):The time slot 30 on the TDM interface,
timeslot31(31):The time slot 31 on the TDM interface."
::= { hwLinkModeChangeAutoCreateIfEntry 2 }
hwIFExtPhyNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of the physical interfaces."
::= { hwIFExtBase 5 }
hwRemoteIfTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwRemoteIfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"hwRemoteIfTable is a virtual access interface table."
::= { hwIFExtBase 6 }
hwRemoteIfEntry OBJECT-TYPE
SYNTAX HwRemoteIfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entries of private extended remote interface table."
INDEX { hwRemoteIfIndex }
::= { hwRemoteIfTable 1 }
HwRemoteIfEntry ::=
SEQUENCE {
hwRemoteIfIndex
InterfaceIndex,
hwRemoteIfInOctets
Counter64,
hwRemoteIfInPkts
Counter64,
hwRemoteIfInUcastPkts
Counter64,
hwRemoteIfInMulticastPkts
Counter64,
hwRemoteIfInBroadcastPkts
Counter64,
hwRemoteIfInOctetRate
Counter64,
hwRemoteIfInPktRate
Counter64,
hwRemoteIfInErrorPkts
Counter64,
hwRemoteIfInDiscardPkts
Counter64,
hwRemoteIfOutOctets
Counter64,
hwRemoteIfOutPkts
Counter64,
hwRemoteIfOutUcastPkts
Counter64,
hwRemoteIfOutMulticastPkts
Counter64,
hwRemoteIfOutBroadcastPkts
Counter64,
hwRemoteIfOutOctetRate
Counter64,
hwRemoteIfOutPktRate
Counter64,
hwRemoteIfOutErrorPkts
Counter64,
hwRemoteIfOutDiscardPkts
Counter64
}
hwRemoteIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index of extended table of remote interface."
::= { hwRemoteIfEntry 1 }
hwRemoteIfInOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of octets received on the interface."
::= { hwRemoteIfEntry 2 }
hwRemoteIfInPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets received on the interface."
::= { hwRemoteIfEntry 3 }
hwRemoteIfInUcastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets, delivered by this sub-layer to
a higher (sub-)layer, which were not addressed to a
multicast or broadcast address at this sub-layer."
::= { hwRemoteIfEntry 4 }
hwRemoteIfInMulticastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only