-
Notifications
You must be signed in to change notification settings - Fork 0
/
MOXA-EDSP510A_8POE_MIB.my
4929 lines (4300 loc) · 151 KB
/
MOXA-EDSP510A_8POE_MIB.my
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
-- *****************************************************************
-- Moxa EtherDevice Switch EDSP510A_8POE MIB
--
-- Copyright (c) 2011 by Moxa Inc.
-- All rights reserved.
-- *****************************************************************
MOXA-EDSP510A8POE-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises, MODULE-IDENTITY, NOTIFICATION-TYPE, IpAddress, OBJECT-TYPE
FROM SNMPv2-SMI
DateAndTime, TEXTUAL-CONVENTION, MacAddress, DisplayString
FROM SNMPv2-TC;
moxa OBJECT IDENTIFIER ::= { enterprises 8691 } -- 1.3.6.1.4.1.8691
industrialEthernet OBJECT IDENTIFIER ::= { moxa 7 } -- 1.3.6.1.4.1.8691.7
edsp510a8poe MODULE-IDENTITY
LAST-UPDATED "201506300000Z"
ORGANIZATION "Moxa Inc."
CONTACT-INFO
"Postal: Moxa Inc.
Fl.4, No.135,Lane 235,Pao-Chiao Rd.
Shing Tien City,Taipei,Taiwan,R.O.C
Tel: +866-2-89191230 "
DESCRIPTION
"The MIB module for Moxa EDSP510A-8PoE series specific information."
REVISION "201506300000Z"
DESCRIPTION
"Support v3.5 firmware,
Added new objects:
multicastFastForwarding,
Modified objects:
n/a"
REVISION "201301080000Z"
DESCRIPTION
"Support TurboPack2 v3.3 firmware,
Added new objects:
timeProtocolOption,
loopProtection,
calibratePeriod,
monitorSFPTable,
eventlog,
Modified objects:
Vlan,
enableModbusTCP,
enableWarmStart,
mibNotificationsPrefix,
dhcpRelayAgentSetting"
REVISION "201212190000Z"
DESCRIPTION
"Support TurboPack2 v3.1 firmware,
Added new objects:
spanningTreePortEdge,
enableEtherNetIP,
enableModbus,
enableNTPServer,
userLoginSetting,
cpuLoading5s,
cpuLoading30s,
cpuLoading300s,
totalMemory,
freeMemory,
usedMemory,
memoryUsage,
Modified objects:
Vlan,
commRedundancy,
rateLimiting,
ieee1588Setting"
::= { industrialEthernet 86 } -- 1.3.6.1.4.1.8691.7.86
-- -------------------------------------------------------------
-- groups in the MOXA-EDSP510 MIB
-- -------------------------------------------------------------
mibNotificationsPrefix OBJECT IDENTIFIER
::= { edsp510a8poe 0 }
swMgmt OBJECT IDENTIFIER ::= { edsp510a8poe 1 } -- 1.3.6.1.4.1.8691.7.86.1
swTraps OBJECT IDENTIFIER ::= { edsp510a8poe 2 } -- 1.3.6.1.4.1.8691.7.86.2
-- -------------------------------------------------------------
-- Textual Conventions
-- -------------------------------------------------------------
PortList ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Each octet within this value specifies a set of eight
ports, with the first octet specifying ports 1 through
8, the second octet specifying ports 9 through 16, etc.
Within each octet, the most significant bit represents
the lowest numbered port, and the least significant bit
represents the highest numbered port. Thus, each port
of the bridge is represented by a single bit within the
value of this object. If that bit has a value of '1'
then that port is included in the set of ports; the port
is not included if its bit has a value of '0'."
SYNTAX OCTET STRING
-- -------------------------------------------------------------
-- swMgmt group
-- -------------------------------------------------------------
numberOfPorts OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Ports."
::= { swMgmt 1 }
switchModel OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The switch model."
::= { swMgmt 2 }
firmwareVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The firmware version."
::= { swMgmt 4 }
enableWebConfig OBJECT-TYPE
SYNTAX INTEGER { disable(0), httpOrHttps(1), httpsOnly(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This enable the Web. configuration function."
::= { swMgmt 5 }
consoleLoginMode OBJECT-TYPE
SYNTAX INTEGER { menu(0), cli(1)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This option can change console login mode."
::= { swMgmt 51 }
enableTelnetConsole OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This enable telnet console."
::= { swMgmt 6 }
lineSwapRecovery OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This enable line-swap-fast-recovery function."
::= { swMgmt 7 }
webTimeout OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Web Timeout"
::= { swMgmt 43 }
ageTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Web Timeout"
::= { swMgmt 44 }
-- -------------------------------------------------------------
-- network settings
-- -------------------------------------------------------------
networkSetting OBJECT IDENTIFIER ::= { swMgmt 8 }
switchIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP Address of this switch."
::= { networkSetting 1 }
switchIpMask OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The netmask of this switch."
::= { networkSetting 2 }
defaultGateway OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The default gateway of this switch."
::= { networkSetting 3 }
enableAutoIpConfig OBJECT-TYPE
SYNTAX INTEGER { disable(0), enableDHCP(1),enableBOOTP(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This enable the automatic IP address configuration function."
::= { networkSetting 4 }
dnsServer1IpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The first DNS server's IP address"
::= { networkSetting 5 }
snmpTrapCommunity OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The SNMP trap community name"
::= { networkSetting 6 }
trapServerAddr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The IP address/Domain name of SNMP trap server"
::= { networkSetting 7 }
dnsServer2IpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The second DNS server's IP address"
::= { networkSetting 8 }
snmpReadCommunity OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The SNMP read community name"
::= { networkSetting 9 }
snmpTrap2Community OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Second SNMP trap community name"
::= { networkSetting 11 }
trap2ServerAddr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The IP address/Domain name of Second SNMP trap server"
::= { networkSetting 12 }
snmpInformEnable OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This enable the snmpInform function."
::= { networkSetting 13 }
snmpInformRetries OBJECT-TYPE
SYNTAX INTEGER (1..99)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The snmp inform retry times of SNMP trap server"
::= { networkSetting 14 }
snmpInformTimeout OBJECT-TYPE
SYNTAX INTEGER (1..300)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The snmp inform interval of SNMP trap server"
::= { networkSetting 15 }
dhcpRetryPeriods OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The DHCP retry periods."
::= { networkSetting 16 }
dhcpRetryTimes OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The dhcp retry times."
::= { networkSetting 17 }
-- -------------------------------------------------------------
-- port settings
-- -------------------------------------------------------------
portSetting OBJECT IDENTIFIER ::= { swMgmt 9 }
portTable OBJECT-TYPE
SYNTAX SEQUENCE OF PortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The port table."
::= { portSetting 1 }
portEntry OBJECT-TYPE
SYNTAX PortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The port entry."
INDEX { portIndex }
::= { portTable 1 }
PortEntry ::=
SEQUENCE {
portIndex
INTEGER,
portDesc
DisplayString,
portEnable
INTEGER,
portSpeed
INTEGER,
portMDI
INTEGER,
portFDXFlowCtrl
INTEGER,
portName
DisplayString
}
portIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port index."
::= { portEntry 1 }
portDesc OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port description"
::= { portEntry 2 }
portEnable OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This enable the port."
::= { portEntry 3 }
portSpeed OBJECT-TYPE
SYNTAX INTEGER {
auto(0),
speed100M-Full(1),
speed100M-Half(2),
speed10M-Full(3),
speed10M-Half(4),
speed1000M-Full(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The port speed and duplex."
::= { portEntry 4 }
portMDI OBJECT-TYPE
SYNTAX INTEGER
{
na(0),
auto(1),
mdi(2),
mdiX(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The port MDI/MDIX."
::= { portEntry 5 }
portFDXFlowCtrl OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The port FDX Flow Control"
::= { portEntry 6 }
portName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The port Name"
::= { portEntry 7 }
-- -------------------------------------------------------------
-- monitor
-- -------------------------------------------------------------
monitor OBJECT IDENTIFIER ::= { swMgmt 10 }
power1InputStatus OBJECT-TYPE
SYNTAX INTEGER { not-present(0), present(1) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the first power input."
::= { monitor 1 }
power2InputStatus OBJECT-TYPE
SYNTAX INTEGER { not-present(0), present(1) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the second power input."
::= { monitor 2 }
monitorPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF MonitorPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The port table of monitor function."
::= { monitor 3 }
monitorPortEntry OBJECT-TYPE
SYNTAX MonitorPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The port table entry of monitor function."
INDEX { portIndex }
::= { monitorPortTable 1 }
MonitorPortEntry ::=
SEQUENCE {
monitorLinkStatus
INTEGER,
monitorSpeed
INTEGER,
monitorAutoMDI
INTEGER,
monitorTraffic
INTEGER,
monitorFDXFlowCtrl
INTEGER,
monitorTxTraffic
INTEGER,
monitorRxTraffic
INTEGER
}
monitorLinkStatus OBJECT-TYPE
SYNTAX INTEGER { disable(-1), off(0), on(1) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port link status."
::= { monitorPortEntry 2}
monitorSpeed OBJECT-TYPE
SYNTAX INTEGER
{
speed1000M-Full(5),
speed1000M-Half(4),
speed100M-Full(3),
speed100M-Half(2),
speed10M-Full(1),
speed10M-Half(0),
na(-1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port speed and duplex status."
::= { monitorPortEntry 3 }
monitorAutoMDI OBJECT-TYPE
SYNTAX INTEGER
{
mdiX(1),
mdi(0),
na(-1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port MDI/MDIX status."
::= { monitorPortEntry 4 }
monitorTraffic OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The trafic loading percentage of port."
::= { monitorPortEntry 5 }
monitorFDXFlowCtrl OBJECT-TYPE
SYNTAX INTEGER { off(0),on(1)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Full-Duplex flow control status"
::= { monitorPortEntry 6 }
monitorTxTraffic OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The TX traffic loading percentage of port."
::= { monitorPortEntry 7 }
monitorRxTraffic OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The RTX traffic loading percentage of port."
::= { monitorPortEntry 8 }
monitorDiTable OBJECT-TYPE
SYNTAX SEQUENCE OF MonitorDiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The DI table of monitor function."
::= { monitor 4 }
monitorDiEntry OBJECT-TYPE
SYNTAX MonitorDiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The DI table entry of monitor function."
INDEX { diIndex }
::= { monitorDiTable 1 }
MonitorDiEntry ::=
SEQUENCE {
diIndex
INTEGER,
diInputStatus
INTEGER
}
diIndex OBJECT-TYPE
SYNTAX INTEGER (1..2)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The DI index of monitor function"
::= { monitorDiEntry 1 }
diInputStatus OBJECT-TYPE
SYNTAX INTEGER { off(0), on(1) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The DI input status."
::= { monitorDiEntry 2 }
-- -------------------------------------------------------------
-- Monitor SFP Informations
-- Add by Steven SC Yen 2013-01-17
-- -------------------------------------------------------------
monitorSFPTable OBJECT-TYPE
SYNTAX SEQUENCE OF MonitorSFPEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The SFP table of monitor function."
::= { monitor 7 }
monitorSFPEntry OBJECT-TYPE
SYNTAX MonitorSFPEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The SFP table entry of monitor function."
INDEX { portIndex }
::= { monitorSFPTable 1 }
MonitorSFPEntry ::=
SEQUENCE {
sfpPort
DisplayString,
sfpModelName
DisplayString,
sfpTemperature
DisplayString,
sfpVoltage
DisplayString,
sfpTxPower
DisplayString,
sfpRXPower
DisplayString
}
sfpPort OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SPF index of monitor function"
::= { monitorSFPEntry 1 }
sfpModelName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SPF ModelName of monitor function"
::= { monitorSFPEntry 2 }
sfpTemperature OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SPF Temperature of monitor function"
::= { monitorSFPEntry 3 }
sfpVoltage OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SPF Voltage of monitor function"
::= { monitorSFPEntry 4 }
sfpTxPower OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SPF TX power of monitor function"
::= { monitorSFPEntry 5 }
sfpRXPower OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SPF RX power of monitor function"
::= { monitorSFPEntry 6 }
-- -------------------------------------------------------------
-- email warning
-- -------------------------------------------------------------
emailWarning OBJECT IDENTIFIER ::= { swMgmt 11 }
emailService OBJECT IDENTIFIER ::= { emailWarning 1 }
emailWarningMailServer OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The email server's Ip Address/Domain name of email warning function."
::= { emailService 1 }
emailWarningSMTPPort OBJECT-TYPE
SYNTAX INTEGER (1..65536)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The email server's SMTP port of email warning function."
::= { emailService 6 }
emailWarningFirstEmailAddr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The first email address of email warning function."
::= { emailService 2 }
emailWarningSecondEmailAddr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The second email address of email warning function."
::= { emailService 3 }
emailWarningThirdEmailAddr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The third email address of email warning function."
::= { emailService 4 }
emailWarningFourthEmailAddr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The fourth email address of email warning function."
::= { emailService 5 }
emailWarningEventType OBJECT IDENTIFIER ::= { emailWarning 2 }
emailWarningEventServerColdStart OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The switch cold start event of email warning function."
::= { emailWarningEventType 1 }
emailWarningEventServerWarmStart OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The switch warm start event of email warning function."
::= { emailWarningEventType 2 }
emailWarningEventConfigChange OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The configuration changed event of email warning function."
::= { emailWarningEventType 3 }
emailWarningEventPowerOn2Off OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The power on event of email warning function."
::= { emailWarningEventType 4 }
emailWarningEventPowerOff2On OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The power off event of email warning function."
::= { emailWarningEventType 5 }
emailWarningEventAuthFail OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The authentication fail event of email warning function."
::= { emailWarningEventType 6 }
emailWarningEventTopologyChanged OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The communication redundancy topology changed event of email warning function."
::= { emailWarningEventType 7 }
emailWarningEventPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF EmailWarningEventPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The port table of the email warning event."
::= { emailWarning 3 }
emailWarningEventPortEntry OBJECT-TYPE
SYNTAX EmailWarningEventPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The port table entry of the email warning event."
INDEX { portIndex }
::= { emailWarningEventPortTable 1 }
EmailWarningEventPortEntry ::=
SEQUENCE {
emailWarningEventPortLinkOn
INTEGER,
emailWarningEventPortLinkOff
INTEGER,
emailWarningEventPortTrafficOverload
INTEGER,
emailWarningEventPortRxTrafficThreshold
INTEGER,
emailWarningEventPortTrafficDuration
INTEGER
}
emailWarningEventPortLinkOn OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The port link on event of email warning function."
::= { emailWarningEventPortEntry 2 }
emailWarningEventPortLinkOff OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The port link off event of email warning function."
::= { emailWarningEventPortEntry 3 }
emailWarningEventPortTrafficOverload OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The port's traffic overloading event of email warning function."
::= { emailWarningEventPortEntry 4 }
emailWarningEventPortRxTrafficThreshold OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The port's traffic threshold of the overloading event."
::= { emailWarningEventPortEntry 5 }
emailWarningEventPortTrafficDuration OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The port's traffic duration of the overloading event."
::= { emailWarningEventPortEntry 6 }
emailWarningEventDiTable OBJECT-TYPE
SYNTAX SEQUENCE OF EmailWarningEventDiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The DI table of the email warning event."
::= { emailWarning 4 }
emailWarningEventDiEntry OBJECT-TYPE
SYNTAX EmailWarningEventDiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The DI table entry of the email warning event."
INDEX { diIndex }
::= { emailWarningEventDiTable 1 }
EmailWarningEventDiEntry ::=
SEQUENCE {
emailWarningEventDiInputOn2Off
INTEGER,
emailWarningEventDiInputOff2On
INTEGER
}
emailWarningEventDiInputOn2Off OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The DI input off event of email warning function ."
::= { emailWarningEventDiEntry 1 }
emailWarningEventDiInputOff2On OBJECT-TYPE
SYNTAX INTEGER { disable(0), enable(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The DI input on event of email warning function."
::= { emailWarningEventDiEntry 2 }
-- -------------------------------------------------------------
-- set device ip
-- -------------------------------------------------------------
setDeviceIp OBJECT IDENTIFIER ::= { swMgmt 12 }
setDevIpTable OBJECT-TYPE
SYNTAX SEQUENCE OF SetDevIpEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The set devvice IP table."
::= { setDeviceIp 1 }
setDevIpEntry OBJECT-TYPE
SYNTAX SetDevIpEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The set devvice IP table entry."
INDEX { setDevIpIndex }
::= { setDevIpTable 1 }
SetDevIpEntry ::=
SEQUENCE {
setDevIpIndex
INTEGER,
setDevIpCurrentIpofDevice
DisplayString,
setDevIpPresentBy
INTEGER,
setDevIpDedicatedIp
IpAddress
}
setDevIpIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The set devvice IP index."
::= { setDevIpEntry 1 }
setDevIpCurrentIpofDevice OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current IP address of connected to this port."
::= { setDevIpEntry 2 }
setDevIpPresentBy OBJECT-TYPE
SYNTAX INTEGER
{
no(0),
dhcpClient(1),
rarp(2),
bootp(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The protocol used that assigning IP to the device."
::= { setDevIpEntry 3 }
setDevIpDedicatedIp OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The IP address when assign to the device connected to this port."
::= { setDevIpEntry 4 }
-- -------------------------------------------------------------
-- port mirror
-- -------------------------------------------------------------
mirroring OBJECT IDENTIFIER ::= { swMgmt 13 }
targetPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The mirrored port of mirroring function."
::= { mirroring 1 }
mirroringPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write