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
|
Montclair-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
IpAddress, Integer32, Gauge32, enterprises
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
OBJECT-GROUP
FROM SNMPv2-CONF;
Montclair MODULE-IDENTITY
LAST-UPDATED "201704190000Z"
ORGANIZATION "Montclair"
CONTACT-INFO
"Montclair Fiber Optics, Inc.
Web: Montclair Fiber Optics, Inc
E-mail: info@montclairfiber.com
8705 Montclair Drive, Suite 140
Middleton, WI 53562"
DESCRIPTION "'Number' changed to 'Amount', 'Fans' changed to 'Fan' in object names; DESCRIPTIONs correction"
REVISION "201704090000Z"
DESCRIPTION "Correction of DESCRIPTIONs."
REVISION "201704090000Z"
DESCRIPTION "Updated description of some object."
REVISION "201601182020Z"
DESCRIPTION "Beta Version."
::= { enterprises 1385 }
mainInfo OBJECT IDENTIFIER ::= { Montclair 1 }
networkConfig OBJECT IDENTIFIER ::= { Montclair 3 }
networkSNMP OBJECT IDENTIFIER ::= { Montclair 5 }
networkLLDP OBJECT IDENTIFIER ::= { Montclair 7 }
deviceTime OBJECT IDENTIFIER ::= { Montclair 11 }
deviceStatus OBJECT IDENTIFIER ::= { Montclair 12 }
deviceSetting OBJECT IDENTIFIER ::= { Montclair 13 }
mainDevices OBJECT IDENTIFIER ::= { Montclair 77 }
amplifier OBJECT IDENTIFIER ::= { mainDevices 7 }
amplifierDynamic OBJECT IDENTIFIER ::= { amplifier 2 }
amplifierSetting OBJECT IDENTIFIER ::= { amplifier 3 }
--
-- mainInfo objects .1.3.6.1.4.1.1385.1
--
deviceVendor OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"deviceVendor"
::= { mainInfo 1 }
-- .1.3.6.1.4.1.1385.1.1.0 --
devicePartNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Model full info (P/N)"
::= { mainInfo 2 }
deviceSerialNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device Serial Number"
::= { mainInfo 3 }
deviceFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Firmware version"
::= { mainInfo 4 }
--
-- networkConfig objects .1.3.6.1.4.1.1385.3
--
netDHCPConfig OBJECT-TYPE
SYNTAX INTEGER {
off(1),
on(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"DHCP Client Configuration:
1 - Off,
2 - On"
::= { networkConfig 1 }
-- .1.3.6.1.4.1.1385.3.1.0 --
netConfigIPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Device IP Address"
::= { networkConfig 2 }
netConfigSubnetMask OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Device Subnet Mask"
::= { networkConfig 3 }
netDefaultGateway OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Default Gateway"
::= { networkConfig 4 }
netMACAddress OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device MAC Address"
::= { networkConfig 5 }
--
-- networkSNMP objects .1.3.6.1.4.1.1385.5
--
netSNMPServer1IPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP Address of SNMP (Simple Network Management
Protocol) TRAP-server #1 (primary)"
::= { networkSNMP 1 }
-- .1.3.6.1.4.1.1385.5.1.0 --
netSNMPServer2IPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP Address of SNMP (Simple Network Management
Protocol) TRAP-server #2 (backup)"
::= { networkSNMP 2 }
netSNMPServer3IPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP Address of SNMP (Simple Network Management
Protocol) TRAP-server #3 (backup)"
::= { networkSNMP 3 }
netSNMPServer4IPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP Address of SNMP (Simple Network Management
Protocol) TRAP-server #4 (backup)"
::= { networkSNMP 4 }
netSNMPTrustedIP1 OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP Address of SNMP Trusted IP #1 (primary)"
::= { networkSNMP 5 }
netSNMPTrustedIP2 OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP Address of SNMP Trusted IP #2"
::= { networkSNMP 6 }
netSNMPTrustedIP3 OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP Address of SNMP Trusted IP #3"
::= { networkSNMP 7 }
netSNMPTrustedIP4 OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP Address of SNMP Trusted IP #4"
::= { networkSNMP 8 }
netSNMPCommunityRead OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"SNMP Read Community"
::= { networkSNMP 9 }
netSNMPCommunityWrite OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"SNMP Read/Write Community"
::= { networkSNMP 10 }
--
-- networkLLDP objects .1.3.6.1.4.1.1385.7
--
netLLDPEnabled OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"LLDP Enabled/Disabled"
::= { networkLLDP 1 }
-- .1.3.6.1.4.1.1385.7.1.0 --
netLLDPPeriod OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"LLDP Message Transmission Period"
::= { networkLLDP 2 }
netLLDPRemoteMAC OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Detected Remote Port MAC Address"
::= { networkLLDP 3 }
netLLDPRemotePortID OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Detected Remote Port Identifier (ID)"
::= { networkLLDP 4 }
netLLDPRemotePortDesc OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Detected Remote Port Description"
::= { networkLLDP 5 }
--
-- deviceTime objects .1.3.6.1.4.1.1385.11
--
netTimeServerIPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP Address of SNTP:
Simple Network Time Protocol -
Time Server"
::= { deviceTime 1 }
-- .1.3.6.1.4.1.1385.11.1.0
deviceUNIXTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current Time in UNIX(POSIX) Time Notation
(Seconds elapsed since 00:00:00,
1 Jan 1970 UTC"
::= { deviceTime 2 }
deviceTimeZone OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Local Time Zone (The offset from
Coordinated Universal Time (UTC)), minutes"
::= { deviceTime 3 }
deviceDateTime OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DateTime, string"
::= { deviceTime 4 }
deviceOperationTime OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Summary Operation time, seconds"
::= { deviceTime 5 }
--
-- deviceStatus .1.3.6.1.4.1.1385.12
--
status OBJECT-TYPE
SYNTAX INTEGER {
emergency(1),
alert(2),
critical(3),
error(4),
warning(5),
notice(6),
normal(7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device Common Status"
::= { deviceStatus 1 }
deviceInternalTemperatute OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Case Temperatute, degree"
::= { deviceStatus 2 }
devicePowerSupplyAmount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"PowerSupply Amount"
::= { deviceStatus 3 }
devicePowerSupply1Status OBJECT-TYPE
SYNTAX INTEGER {
undef(1),
critical(3),
normal(7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"PowerSupply1 Status"
::= { deviceStatus 4 }
devicePowerSupply2Status OBJECT-TYPE
SYNTAX INTEGER {
undef(1),
critical(3),
normal(7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"PowerSupply2 Status"
::= { deviceStatus 5 }
deviceFanAmount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fans Amount"
::= { deviceStatus 6 }
deviceFanStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
critical(3),
warning(5),
normal(7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fans status"
::= { deviceStatus 7 }
deviceFanMode OBJECT-TYPE
SYNTAX INTEGER {
auto(1),
manual(2),
low(3),
linear(4),
high(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fan Operation Mode:
auto(1); manual(2) - forced set value;
low(3), linear(4) or high(5) - the current condition of automatic fan mode operation"
::= { deviceStatus 8 }
deviceFun1Speed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fan1 Speed, RPM"
::= { deviceStatus 9 }
deviceFun2Speed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fan2 Speed, RPM"
::= { deviceStatus 10 }
deviceFun3Speed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fan3 Speed, RPM"
::= { deviceStatus 11 }
--
-- deviceSetting objects .1.3.6.1.4.1.1385.13
--
deviceFanModeSet OBJECT-TYPE
SYNTAX INTEGER {
auto(1),
manual(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"deviceFanMode, Auto Mode On/Off"
::= { deviceSetting 1 }
deviceFanPowerSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"deviceFanPowerSet, Set Value of Fan Air Flow for Manual Mode, %"
::= { deviceSetting 2 }
deviceFanMinimumSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"deviceFanMinimum, Min Value of Fan Air Flow for Auto Mode, %"
::= { deviceSetting 3 }
deviceFanMaximumSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"PFanMax, Max Value of Fan Air Flow for Auto Mode, %"
::= { deviceSetting 4 }
deviceFanTemperatureLowThrSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"TCaseMin, Min Value of Case Temperature for Auto Mode, centigrade degree"
::= { deviceSetting 5 }
deviceFanTemperatureHighThrSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"TCaseMax, Max Value of Case Temperature for Auto Mode, centigrade degree"
::= { deviceSetting 6 }
--
-- amplifierDynamic objects .1.3.6.1.4.1.1385.77.7.2
--
opticalSwitchInput1Power OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"InputPower1*10, input 1 optical power, dBm*10.
For example, value -12 means the input 1 optical power is -1.2 dBm."
::= { amplifierDynamic 1 }
-- .1.3.6.1.4.1.1385.77.7.2.1.0 --
opticalSwitchInput2Power OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Input2Power*10, input 2 optical power, dBm*10.
For example, value 35 means the input 1 optical power is 3.5 dBm."
::= { amplifierDynamic 2 }
opticalSwitchActiveInput OBJECT-TYPE
SYNTAX INTEGER {
pin1(1),
pin2(2),
pass(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Active Optical Input:
pin1(1) - input 1;
pin2(2) - input 2;
pass(3) - have one input"
::= { amplifierDynamic 3 }
amplifierBackReflectionPower OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"BackReflectionPower*10, BackReflectionPower Optical Power, dBm*10.
Monitoring of backward optical power. Sensor measure full backward incoming power in dBm.
For example, value -378 means the backwar incomind amplifier is -37.8 dBm."
::= { amplifierDynamic 4 }
amplifierInputPower OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"InputPower*10, Amplifier Input Optical Power, dBm*10.
For example, value 23 means the input optical power is 2.3 dBm."
::= { amplifierDynamic 5 }
amplifierEnabled OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"AmpEnable, Amplifier pump current On/Off"
::= { amplifierDynamic 6 }
amplifierMode OBJECT-TYPE
SYNTAX INTEGER {
acc(1),
apc(2),
agc(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amplifier stabilization mode:
acc(1) - amplifier pump current stabilization mode;
apc(2) - amplifier output power stabilization mode;
agc(3) - amplifier gain stabilization mode"
::= { amplifierDynamic 7 }
amplifierPrePumpCurrent OBJECT-TYPE
SYNTAX Integer32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"PrePumpCurrent, Preliminary Pump Current, %"
::= { amplifierDynamic 8 }
amplifierPumpCurrent1 OBJECT-TYPE
SYNTAX Integer32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"PumpCurrent1, Amplifier Pump Current 1, %"
::= { amplifierDynamic 9 }
amplifierPumpCurrent2 OBJECT-TYPE
SYNTAX Integer32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"PumpCurrent2, Amplifier Pump Current 2, %"
::= { amplifierDynamic 10 }
amplifierOutputPower OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Pout*10, Output optical power, dBm*10"
::= { amplifierDynamic 11 }
amplifierGain OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Gain, Amlifier gain, dB*10"
::= { amplifierDynamic 12 }
amplifierPortAmount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"PortAmount (PortsNumber), pcs"
::= { amplifierDynamic 13 }
amplifierPortOutputPower OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"PortOutputPower, Amlifier PortOutputPower, dBm*10"
::= { amplifierDynamic 14 }
amplifierPortGain OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Gain per Port, Calculated from InputPower and PortOutputPower, dB*10"
::= { amplifierDynamic 15 }
amplifierRadiatorTemperature OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RadiatorTemperature, Main Radiator Temperature, centigrade degree"
::= { amplifierDynamic 16 }
amplifierPrePumpTemperature OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"PrePumpTemperature*10, Pre Pump Diod TEC Temperature, centigrade degree*10"
::= { amplifierDynamic 17 }
amplifierAPSbyInputPower OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"amplifierAPSbyInputPower"
::= { amplifierDynamic 18 }
amplifierAPSbyBackReflection OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"amplifierAPSbyBackReflection"
::= { amplifierDynamic 19 }
amplifierAPSbyTemperature OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"amplifierAPSbyTemperature"
::= { amplifierDynamic 20 }
--
-- amplifierSetting objects .1.3.6.1.4.1.1385.77.7.3
--
opticalSwitchModeSet OBJECT-TYPE
SYNTAX INTEGER {
input1manual(1),
input2manual(2),
auto(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Switching Operation Mode"
::= { amplifierSetting 1 }
opticalSwitchDeltaSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Maximum |Pin1-Pin2| Difference for Optical Switch Commutation, dB"
::= { amplifierSetting 2 }
amplifierAPSSet OBJECT-TYPE
SYNTAX INTEGER {
on(1),
off(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"amplifier APS Set, Amplifier Automatic Power Shotdown Mode On/Off"
::= { amplifierSetting 3 }
amplifierModeSet OBJECT-TYPE
SYNTAX INTEGER {
acc(1),
apc(2),
agc(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amplifier Stabilization Mode,
acc(1) - Amplifier Current Stabilization Mode,
apc(2) - Amplifier Pout Stabilization Mode,
agc(3) - Amplifier Gain Stabilization Mode"
::= { amplifierSetting 4 }
amplifierPrePumpCurrentSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"amplifierPrePumpCurrentSet, Set Value of Preliminary Pump Laser Diode Current, mA"
::= { amplifierSetting 5 }
amplifierPumpCurrent1Set OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"amplifierPumpCurrent1Set, Set Value of Amplifier Laser Diode Pump Current, mA"
::= { amplifierSetting 6 }
amplifierPumpCurrent2Set OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"amplifierPumpCurrent2Set, Set Value of Amplifier Laser Diode Pump Current, mA"
::= { amplifierSetting 7 }
amplifierOutputPowerSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"amplifierOutputPowerSet*10, Set Value of Output Optical Power, dBm*10"
::= { amplifierSetting 8 }
amplifierGainSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"amplifierGainSet*10, Set Value of Output Optical Power, dBm*10"
::= { amplifierSetting 9 }
amplifierPortOutputPowerSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"amplifierPortOutputPowerSet*10, Set Value of Output Optical Power, dBm*10"
::= { amplifierSetting 10 }
amplifierPortGainSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"amplifierPortGainSet*10, Set Value of Output Optical Power, dBm*10"
::= { amplifierSetting 11 }
--
--
-- Compliance statements
--
--
mainConformance OBJECT IDENTIFIER ::= { Montclair 9 }
devicesConformance OBJECT IDENTIFIER ::= { mainConformance 77 }
--
-- local Devices Groups BEGIN
--
mainInfoGroup OBJECT-GROUP
OBJECTS {
deviceVendor,
devicePartNumber,
deviceSerialNumber,
deviceFirmwareVersion
}
STATUS current
DESCRIPTION
"A collection of objects for mainInfo"
::= { mainConformance 1 }
networkConfigGroup OBJECT-GROUP
OBJECTS {
netDHCPConfig,
netConfigIPAddress,
netConfigSubnetMask,
netDefaultGateway,
netMACAddress,
netSNMPServer1IPAddress,
netSNMPServer2IPAddress,
netSNMPServer3IPAddress,
netSNMPServer4IPAddress,
netSNMPTrustedIP1,
netSNMPTrustedIP2,
netSNMPTrustedIP3,
netSNMPTrustedIP4,
netSNMPCommunityRead,
netSNMPCommunityWrite,
netLLDPEnabled,
netLLDPPeriod,
netLLDPRemoteMAC,
netLLDPRemotePortID,
netLLDPRemotePortDesc,
netTimeServerIPAddress
}
STATUS current
DESCRIPTION
"A collection of objects for networkConfig"
::= { mainConformance 3 }
deviceTimeGroup OBJECT-GROUP
OBJECTS {
deviceUNIXTime,
deviceTimeZone,
deviceDateTime,
deviceOperationTime
}
STATUS current
DESCRIPTION
"A collection of objects for deviceTime"
::= { mainConformance 11 }
deviceStatusGroup OBJECT-GROUP
OBJECTS {
status,
deviceInternalTemperatute,
devicePowerSupplyAmount,
devicePowerSupply1Status,
devicePowerSupply2Status,
deviceFanAmount,
deviceFanStatus,
deviceFanMode,
deviceFun1Speed,
deviceFun2Speed,
deviceFun3Speed,
deviceFanModeSet,
deviceFanPowerSet,
deviceFanMinimumSet,
deviceFanMaximumSet,
deviceFanTemperatureLowThrSet,
deviceFanTemperatureHighThrSet
}
STATUS current
DESCRIPTION
"A collection of objects for deviceStatus"
::= { mainConformance 12 }
deviceSettingGroup OBJECT-GROUP
OBJECTS {
status,
deviceInternalTemperatute,
devicePowerSupplyAmount,
devicePowerSupply1Status,
devicePowerSupply2Status,
deviceFanAmount,
deviceFanStatus,
deviceFanMode,
deviceFun1Speed,
deviceFun2Speed,
deviceFun3Speed
}
STATUS current
DESCRIPTION
"A collection of objects for deviceSetting"
::= { mainConformance 13 }
amplifierGroup OBJECT-GROUP
OBJECTS {
amplifierBackReflectionPower,
amplifierInputPower,
amplifierEnabled,
amplifierMode,
amplifierPrePumpCurrent,
amplifierPumpCurrent1,
amplifierPumpCurrent2,
amplifierOutputPower,
amplifierGain,
amplifierPortAmount,
amplifierPortOutputPower,
amplifierPortGain,
amplifierRadiatorTemperature,
amplifierPrePumpTemperature,
amplifierAPSbyInputPower,
amplifierAPSbyBackReflection,
amplifierAPSbyTemperature,
opticalSwitchModeSet,
opticalSwitchDeltaSet,
amplifierAPSSet,
amplifierModeSet,
amplifierPrePumpCurrentSet,
amplifierPumpCurrent1Set,
amplifierPumpCurrent2Set,
amplifierOutputPowerSet,
amplifierGainSet,
amplifierPortOutputPowerSet,
amplifierPortGainSet,
opticalSwitchInput1Power,
opticalSwitchInput2Power,
opticalSwitchActiveInput
}
STATUS current
DESCRIPTION
"A collection of objects for amplifier"
::= { devicesConformance 7 }
END
|