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
|
NBS-ODSYS-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, MODULE-IDENTITY, OBJECT-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
InterfaceIndex
FROM IF-MIB
nbs, NbsTcTemperature, NbsTcMilliVolt, NbsTcMilliAmp,
NbsTcStatusSimple, NbsTcStatusLevel, NbsTcPartIndex
FROM NBS-MIB
;
nbsOdsysMib MODULE-IDENTITY
LAST-UPDATED "201308200000Z" -- Aug 20, 2013
ORGANIZATION "NBS"
CONTACT-INFO
"For technical support, please contact your service channel"
DESCRIPTION
"For managing Opti-Driver systems."
::= { nbs 228 }
-- *******************************************************************
-- Groups in NBS-ODSYS-MIB
-- *******************************************************************
nbsOdsysChasGrp
OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Chassis component overview"
::= { nbsOdsysMib 2 }
nbsOdsysCcGrp OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Chassis control card information"
::= { nbsOdsysMib 3 }
nbsOdsysFtGrp OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Chassis cooling system"
::= { nbsOdsysMib 4 }
nbsOdsysPsGrp OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Chassis power supplies"
::= { nbsOdsysMib 5 }
nbsOdsysEventsGrp OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { nbsOdsysMib 100 }
nbsOdsysEvents OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Event NOTIFICATIONS"
::= { nbsOdsysEventsGrp 0 }
-- ********************************************************************
--
-- Objects for the nbsOdsysChasGrp group
--
-- ********************************************************************
nbsOdsysChasTable OBJECT-TYPE
SYNTAX SEQUENCE OF NbsOdsysChasEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
""
::= { nbsOdsysChasGrp 1 }
nbsOdsysChasEntry OBJECT-TYPE
SYNTAX NbsOdsysChasEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about a particular OptiDriver chassis."
INDEX { nbsOdsysChasIndex }
::= { nbsOdsysChasTable 1 }
NbsOdsysChasEntry ::= SEQUENCE {
nbsOdsysChasIndex INTEGER,
nbsOdsysChasCcMaxCount INTEGER,
nbsOdsysChasPsMaxCount INTEGER,
nbsOdsysChasFtMaxCount INTEGER
}
nbsOdsysChasIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nbsCmmcChassisIndex of this chassis"
::= { nbsOdsysChasEntry 1 }
nbsOdsysChasCcMaxCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of control cards that can be installed in this chassis"
::= { nbsOdsysChasEntry 10 }
nbsOdsysChasPsMaxCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of power supply bays/slots in this chassis"
::= { nbsOdsysChasEntry 20 }
nbsOdsysChasFtMaxCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of fan tray bays/slots in this chassis"
::= { nbsOdsysChasEntry 30 }
-- ********************************************************************
--
-- Objects for the nbsOdsysCcGrp group
--
-- ********************************************************************
nbsOdsysCcTable OBJECT-TYPE
SYNTAX SEQUENCE OF NbsOdsysCcEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about OptiDriver chassis control/fpga cards"
::= { nbsOdsysCcGrp 1 }
nbsOdsysCcEntry OBJECT-TYPE
SYNTAX NbsOdsysCcEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Status information for a particular control card slot/bay.
When a control card is present, it will also have entries
in nbsPartHardTable, nbsPartFirmTable, and nbsPartProgTable.
The events nbsOdsysTrapCcFailed, nbsOdsysTrapCcRestored,
nbsOdsysTrapCcRemoved and nbsOdsysTrapCcInserted indicate
changes in nbsOdsysCcOperationalStatus."
INDEX { nbsOdsysCcChasIndex, nbsOdsysCcBayIndex }
::= { nbsOdsysCcTable 1 }
NbsOdsysCcEntry ::= SEQUENCE {
nbsOdsysCcChasIndex INTEGER,
nbsOdsysCcBayIndex INTEGER,
nbsOdsysCcChIfIndex InterfaceIndex,
nbsOdsysCcPartIndex NbsTcPartIndex,
nbsOdsysCcThermActual NbsTcTemperature,
nbsOdsysCcThermLevel NbsTcStatusLevel,
nbsOdsysCcThermThreshLoErr NbsTcTemperature,
nbsOdsysCcThermThreshLoWarn NbsTcTemperature,
nbsOdsysCcThermThreshHiWarn NbsTcTemperature,
nbsOdsysCcThermThreshHiErr NbsTcTemperature,
nbsOdsysCcOperationalStatus NbsTcStatusSimple
}
nbsOdsysCcChasIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nbsCmmcChassisIndex of this control card's chassis"
::= { nbsOdsysCcEntry 1 }
nbsOdsysCcBayIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The control card slot/bay #"
::= { nbsOdsysCcEntry 2 }
nbsOdsysCcChIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nbsPartHardIfIndex of this Cc daughtercard's chassis"
::= { nbsOdsysCcEntry 10 }
nbsOdsysCcPartIndex OBJECT-TYPE
SYNTAX NbsTcPartIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nbsPartHardPartIndex of this Cc daughtercard"
::= { nbsOdsysCcEntry 11 }
nbsOdsysCcThermActual OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current temperature reading,
in degrees celsius"
::= { nbsOdsysCcEntry 30}
nbsOdsysCcThermLevel OBJECT-TYPE
SYNTAX NbsTcStatusLevel
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates level of current temperature reading with respect
to the CcTherm threshold objects below"
::= { nbsOdsysCcEntry 40 }
nbsOdsysCcThermThreshLoErr OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum functional operating temperature,
in degrees celsius"
::= { nbsOdsysCcEntry 41 }
nbsOdsysCcThermThreshLoWarn OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum safe operating temperature,
in degrees celsius"
::= { nbsOdsysCcEntry 42 }
nbsOdsysCcThermThreshHiWarn OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum safe operating temperature,
in degrees celsius"
::= { nbsOdsysCcEntry 43 }
nbsOdsysCcThermThreshHiErr OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum functional operating temperature,
in degrees celsius"
::= { nbsOdsysCcEntry 44 }
nbsOdsysCcOperationalStatus OBJECT-TYPE
SYNTAX NbsTcStatusSimple
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Operational status of this daughtercard"
::= { nbsOdsysCcEntry 50 }
-- ********************************************************************
--
-- Objects for the nbsOdsysFtGrp group
--
-- ********************************************************************
nbsOdsysFtTable OBJECT-TYPE
SYNTAX SEQUENCE OF NbsOdsysFtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
""
::= { nbsOdsysFtGrp 1 }
nbsOdsysFtEntry OBJECT-TYPE
SYNTAX NbsOdsysFtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A particular chassis cooling assembly slot/bay.
Each installed fan tray also has entries in nbsPartHardTable.
The events nbsCmmcTrapFanFailure, nbsCmmcTrapFanRestored,
nbsCmmcTrapFanRemoved and nbsCmmcTrapFanInserted indicate
changes in nbsOdsysFtOperationalStatus."
INDEX { nbsOdsysFtChasIndex, nbsOdsysFtBayIndex }
::= { nbsOdsysFtTable 1 }
NbsOdsysFtEntry ::= SEQUENCE {
nbsOdsysFtChasIndex INTEGER,
nbsOdsysFtBayIndex INTEGER,
nbsOdsysFtOperationalStatus NbsTcStatusSimple,
nbsOdsysFtChIfIndex InterfaceIndex,
nbsOdsysFtPartIndex NbsTcPartIndex,
nbsOdsysFtFanCount INTEGER,
nbsOdsysFtThermActual NbsTcTemperature,
nbsOdsysFtThermLevel NbsTcStatusLevel,
nbsOdsysFtThermThreshLoErr NbsTcTemperature,
nbsOdsysFtThermThreshLoWarn NbsTcTemperature,
nbsOdsysFtThermThreshHiWarn NbsTcTemperature,
nbsOdsysFtThermThreshHiErr NbsTcTemperature
}
nbsOdsysFtChasIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"nbsCmmcChassisIndex of this fan tray's chassis"
::= { nbsOdsysFtEntry 1 }
nbsOdsysFtBayIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fan tray bay/slot number, unique within this chassis"
::= { nbsOdsysFtEntry 2 }
nbsOdsysFtOperationalStatus OBJECT-TYPE
SYNTAX NbsTcStatusSimple
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value notSupported(1) indicates the fan tray is absent."
::= { nbsOdsysFtEntry 3 }
nbsOdsysFtChIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nbsPartHardIfIndex of this fan tray's chassis"
::= { nbsOdsysFtEntry 10 }
nbsOdsysFtPartIndex OBJECT-TYPE
SYNTAX NbsTcPartIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nbsPartHardPartIndex of this fan tray"
::= { nbsOdsysFtEntry 11 }
nbsOdsysFtFanCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of fans in this tray"
::= { nbsOdsysFtEntry 20 }
nbsOdsysFtThermActual OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current temperature reading,
in degrees celsius"
::= { nbsOdsysFtEntry 30}
nbsOdsysFtThermLevel OBJECT-TYPE
SYNTAX NbsTcStatusLevel
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates level of current temperature reading with respect
to the FtTherm threshold objects below"
::= { nbsOdsysFtEntry 40 }
nbsOdsysFtThermThreshLoErr OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum functional operating temperature,
in degrees celsius"
::= { nbsOdsysFtEntry 41 }
nbsOdsysFtThermThreshLoWarn OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum safe operating temperature,
in degrees celsius"
::= { nbsOdsysFtEntry 42 }
nbsOdsysFtThermThreshHiWarn OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum safe operating temperature,
in degrees celsius"
::= { nbsOdsysFtEntry 43 }
nbsOdsysFtThermThreshHiErr OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum functional operating temperature,
in degrees celsius"
::= { nbsOdsysFtEntry 44 }
-- ********************************************************************
--
-- Objects for the nbsOdsysPsGrp group
--
-- ********************************************************************
--
-- PSTable (Power Supply Info)
--
nbsOdsysPsTable OBJECT-TYPE
SYNTAX SEQUENCE OF NbsOdsysPsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about OptiDriver chassis' power supplies"
::= { nbsOdsysPsGrp 2 }
nbsOdsysPsEntry OBJECT-TYPE
SYNTAX NbsOdsysPsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A particular power supply slot/bay.
Each installed power supply also has entries in
nbsPartHardTable.
The events nbsCmmcTrapPowerSupplyFailure,
nbsCmmcTrapPowerSupplyRestored, nbsCmmcTrapPowerSupplyRemoved,
and nbsCmmcTrapPowerSupplyInserted indicate changes in
nbsOdsysFtOperationalStatus."
INDEX { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex }
::= { nbsOdsysPsTable 1 }
NbsOdsysPsEntry ::= SEQUENCE {
nbsOdsysPsChasIndex INTEGER,
nbsOdsysPsBayIndex INTEGER,
nbsOdsysPsOperationalStatus NbsTcStatusSimple,
nbsOdsysPsChIfIndex InterfaceIndex,
nbsOdsysPsPartIndex NbsTcPartIndex,
nbsOdsysPsFanCount INTEGER,
nbsOdsysPsThermActual NbsTcTemperature,
nbsOdsysPsThermLevel NbsTcStatusLevel,
nbsOdsysPsThermThreshLoErr NbsTcTemperature,
nbsOdsysPsThermThreshLoWarn NbsTcTemperature,
nbsOdsysPsThermThreshHiWarn NbsTcTemperature,
nbsOdsysPsThermThreshHiErr NbsTcTemperature,
nbsOdsysPsVInActual NbsTcMilliVolt,
nbsOdsysPsVInLevel NbsTcStatusLevel,
nbsOdsysPsVInThreshLoErr NbsTcMilliVolt,
nbsOdsysPsVInThreshLoWarn NbsTcMilliVolt,
nbsOdsysPsVInThreshHiWarn NbsTcMilliVolt,
nbsOdsysPsVInThreshHiErr NbsTcMilliVolt,
nbsOdsysPsVOutActual NbsTcMilliVolt,
nbsOdsysPsVOutLevel NbsTcStatusLevel,
nbsOdsysPsVOutThreshLoErr NbsTcMilliVolt,
nbsOdsysPsVOutThreshLoWarn NbsTcMilliVolt,
nbsOdsysPsVOutThreshHiWarn NbsTcMilliVolt,
nbsOdsysPsVOutThreshHiErr NbsTcMilliVolt,
nbsOdsysPsIInActual NbsTcMilliAmp,
nbsOdsysPsIInLevel NbsTcStatusLevel,
nbsOdsysPsIInThreshLoErr NbsTcMilliAmp,
nbsOdsysPsIInThreshLoWarn NbsTcMilliAmp,
nbsOdsysPsIInThreshHiWarn NbsTcMilliAmp,
nbsOdsysPsIInThreshHiErr NbsTcMilliAmp,
nbsOdsysPsIOutActual NbsTcMilliAmp,
nbsOdsysPsIOutLevel NbsTcStatusLevel,
nbsOdsysPsIOutThreshLoErr NbsTcMilliAmp,
nbsOdsysPsIOutThreshLoWarn NbsTcMilliAmp,
nbsOdsysPsIOutThreshHiWarn NbsTcMilliAmp,
nbsOdsysPsIOutThreshHiErr NbsTcMilliAmp
}
nbsOdsysPsChasIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nbsCmmcChassisIndex of this power supply's chassis"
::= { nbsOdsysPsEntry 1 }
nbsOdsysPsBayIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of this power supply slot/bay"
::= { nbsOdsysPsEntry 2 }
nbsOdsysPsOperationalStatus OBJECT-TYPE
SYNTAX NbsTcStatusSimple
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value notSupported(1) indicates power supply is absent."
::= { nbsOdsysPsEntry 3 }
nbsOdsysPsChIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nbsPartHardIfIndex of this power supply's chassis"
::= { nbsOdsysPsEntry 10 }
nbsOdsysPsPartIndex OBJECT-TYPE
SYNTAX NbsTcPartIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The nbsPartHardPartIndex of this power supply"
::= { nbsOdsysPsEntry 11 }
nbsOdsysPsFanCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates how many internal fans this power supply has."
::= { nbsOdsysPsEntry 30 }
nbsOdsysPsThermActual OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current temperature reading,
in degrees celsius"
::= { nbsOdsysPsEntry 40}
nbsOdsysPsThermLevel OBJECT-TYPE
SYNTAX NbsTcStatusLevel
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates level of current temperature reading with respect
to the PsTherm threshold objects below"
::= { nbsOdsysPsEntry 41 }
nbsOdsysPsThermThreshLoErr OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum functional operating temperature,
in degrees celsius"
::= { nbsOdsysPsEntry 42 }
nbsOdsysPsThermThreshLoWarn OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum safe operating temperature,
in degrees celsius"
::= { nbsOdsysPsEntry 43 }
nbsOdsysPsThermThreshHiWarn OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum safe operating temperature,
in degrees celsius"
::= { nbsOdsysPsEntry 44 }
nbsOdsysPsThermThreshHiErr OBJECT-TYPE
SYNTAX NbsTcTemperature
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum functional operating temperature,
in degrees celsius"
::= { nbsOdsysPsEntry 45 }
nbsOdsysPsVInActual OBJECT-TYPE
SYNTAX NbsTcMilliVolt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the input voltage reading, in millivolts"
::= { nbsOdsysPsEntry 50}
nbsOdsysPsVInLevel OBJECT-TYPE
SYNTAX NbsTcStatusLevel
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates level of input voltage reading with respect
to the PsVIn threshold objects below"
::= { nbsOdsysPsEntry 51 }
nbsOdsysPsVInThreshLoErr OBJECT-TYPE
SYNTAX NbsTcMilliVolt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum functional input voltage, in millivolts"
::= { nbsOdsysPsEntry 52 }
nbsOdsysPsVInThreshLoWarn OBJECT-TYPE
SYNTAX NbsTcMilliVolt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum safe input voltage, in millivolts"
::= { nbsOdsysPsEntry 53 }
nbsOdsysPsVInThreshHiWarn OBJECT-TYPE
SYNTAX NbsTcMilliVolt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum safe input voltage, in millivolts"
::= { nbsOdsysPsEntry 54 }
nbsOdsysPsVInThreshHiErr OBJECT-TYPE
SYNTAX NbsTcMilliVolt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum functional input voltage, in millivolts"
::= { nbsOdsysPsEntry 55 }
nbsOdsysPsVOutActual OBJECT-TYPE
SYNTAX NbsTcMilliVolt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the output voltage reading, in millivolts"
::= { nbsOdsysPsEntry 60}
nbsOdsysPsVOutLevel OBJECT-TYPE
SYNTAX NbsTcStatusLevel
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates level of output voltage reading with respect
to the PsVOut threshold objects below"
::= { nbsOdsysPsEntry 61 }
nbsOdsysPsVOutThreshLoErr OBJECT-TYPE
SYNTAX NbsTcMilliVolt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum functional output voltage, in millivolts"
::= { nbsOdsysPsEntry 62}
nbsOdsysPsVOutThreshLoWarn OBJECT-TYPE
SYNTAX NbsTcMilliVolt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum safe output voltage, in millivolts"
::= { nbsOdsysPsEntry 63 }
nbsOdsysPsVOutThreshHiWarn OBJECT-TYPE
SYNTAX NbsTcMilliVolt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum safe output voltage, in millivolts"
::= { nbsOdsysPsEntry 64 }
nbsOdsysPsVOutThreshHiErr OBJECT-TYPE
SYNTAX NbsTcMilliVolt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum functional output voltage, in millivolts"
::= { nbsOdsysPsEntry 65 }
nbsOdsysPsIInActual OBJECT-TYPE
SYNTAX NbsTcMilliAmp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the input current reading, in milliamps"
::= { nbsOdsysPsEntry 70}
nbsOdsysPsIInLevel OBJECT-TYPE
SYNTAX NbsTcStatusLevel
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates level of input current reading with respect
to the PsIIn threshold objects below"
::= { nbsOdsysPsEntry 71 }
nbsOdsysPsIInThreshLoErr OBJECT-TYPE
SYNTAX NbsTcMilliAmp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum functional input current, in milliamps"
::= { nbsOdsysPsEntry 72 }
nbsOdsysPsIInThreshLoWarn OBJECT-TYPE
SYNTAX NbsTcMilliAmp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum safe input current, in milliamps"
::= { nbsOdsysPsEntry 73 }
nbsOdsysPsIInThreshHiWarn OBJECT-TYPE
SYNTAX NbsTcMilliAmp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum safe input current, in milliamps"
::= { nbsOdsysPsEntry 74 }
nbsOdsysPsIInThreshHiErr OBJECT-TYPE
SYNTAX NbsTcMilliAmp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum functional input current, in milliamps"
::= { nbsOdsysPsEntry 75 }
nbsOdsysPsIOutActual OBJECT-TYPE
SYNTAX NbsTcMilliAmp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the output current, in milliamps"
::= { nbsOdsysPsEntry 80}
nbsOdsysPsIOutLevel OBJECT-TYPE
SYNTAX NbsTcStatusLevel
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates level of output current reading with respect
to the PsIOut threshold objects below"
::= { nbsOdsysPsEntry 81 }
nbsOdsysPsIOutThreshLoErr OBJECT-TYPE
SYNTAX NbsTcMilliAmp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum functional output current, in milliamps"
::= { nbsOdsysPsEntry 82 }
nbsOdsysPsIOutThreshLoWarn OBJECT-TYPE
SYNTAX NbsTcMilliAmp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the minimum safe output current, in milliamps"
::= { nbsOdsysPsEntry 83 }
nbsOdsysPsIOutThreshHiWarn OBJECT-TYPE
SYNTAX NbsTcMilliAmp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum safe output current, in milliamps"
::= { nbsOdsysPsEntry 84 }
nbsOdsysPsIOutThreshHiErr OBJECT-TYPE
SYNTAX NbsTcMilliAmp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the maximum functional output current, in milliamps"
::= { nbsOdsysPsEntry 85 }
-- ********************************************************************
--
-- Notifications in nbsOdsysEvents
--
-- ********************************************************************
nbsOdsysTrapCcThermLevelBad NOTIFICATION-TYPE
OBJECTS { nbsOdsysCcChasIndex, nbsOdsysCcBayIndex,
nbsOdsysCcThermActual, nbsOdsysCcThermLevel }
STATUS current
DESCRIPTION
"Sent when nbsOdsysCcThermLevel changes to anything but
statusGood (4)"
::= { nbsOdsysEvents 30 }
nbsOdsysTrapCcThermLevelOk NOTIFICATION-TYPE
OBJECTS { nbsOdsysCcChasIndex, nbsOdsysCcBayIndex,
nbsOdsysCcThermActual, nbsOdsysCcThermLevel }
STATUS current
DESCRIPTION
"Sent when nbsOdsysCcThermLevel changes to statusGood (4)"
::= { nbsOdsysEvents 31 }
nbsOdsysTrapFtThermLevelBad NOTIFICATION-TYPE
OBJECTS { nbsOdsysFtChasIndex, nbsOdsysFtBayIndex,
nbsOdsysFtThermActual, nbsOdsysFtThermLevel }
STATUS current
DESCRIPTION
"Sent when fan tray's nbsOdsysFtThermLevel changes to
anything but statusGood (4)"
::= { nbsOdsysEvents 40 }
nbsOdsysTrapFtThermLevelOk NOTIFICATION-TYPE
OBJECTS { nbsOdsysFtChasIndex, nbsOdsysFtBayIndex,
nbsOdsysFtThermActual, nbsOdsysFtThermLevel }
STATUS current
DESCRIPTION
"Sent when fan tray's nbsOdsysFtThermLevel changes to
statusGood (4)"
::= { nbsOdsysEvents 41 }
nbsOdsysTrapPsThermLevelBad NOTIFICATION-TYPE
OBJECTS { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex,
nbsOdsysPsThermActual, nbsOdsysPsThermLevel }
STATUS current
DESCRIPTION
"Sent when power supply's nbsOdsysPsThermLevel changes to
anything but statusGood (4)"
::= { nbsOdsysEvents 50 }
nbsOdsysTrapPsThermLevelOk NOTIFICATION-TYPE
OBJECTS { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex,
nbsOdsysPsThermActual, nbsOdsysPsThermLevel }
STATUS current
DESCRIPTION
"Sent when power supply's nbsOdsysPsThermLevel changes to
statusGood (4)"
::= { nbsOdsysEvents 51 }
nbsOdsysTrapPsVInLevelBad NOTIFICATION-TYPE
OBJECTS { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex,
nbsOdsysPsVInActual, nbsOdsysPsVInLevel }
STATUS current
DESCRIPTION
"Sent when power supply's nbsOdsysPsVInLevel changes to
anything but statusGood (4)"
::= { nbsOdsysEvents 60 }
nbsOdsysTrapPsVInLevelOk NOTIFICATION-TYPE
OBJECTS { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex,
nbsOdsysPsVInActual, nbsOdsysPsVInLevel }
STATUS current
DESCRIPTION
"Sent when power supply's nbsOdsysPsVInLevel changes to
statusGood (4)"
::= { nbsOdsysEvents 61 }
nbsOdsysTrapPsVOutLevelBad NOTIFICATION-TYPE
OBJECTS { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex,
nbsOdsysPsVOutActual, nbsOdsysPsVOutLevel }
STATUS current
DESCRIPTION
"Sent when power supply's nbsOdsysPsVOutLevel changes to
anything but statusGood (4)"
::= { nbsOdsysEvents 70 }
nbsOdsysTrapPsVOutLevelOk NOTIFICATION-TYPE
OBJECTS { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex,
nbsOdsysPsVOutActual, nbsOdsysPsVOutLevel }
STATUS current
DESCRIPTION
"Sent when power supply's nbsOdsysPsVOutLevel changes to
statusGood (4)"
::= { nbsOdsysEvents 71 }
nbsOdsysTrapPsIInLevelBad NOTIFICATION-TYPE
OBJECTS { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex,
nbsOdsysPsIInActual, nbsOdsysPsIInLevel }
STATUS current
DESCRIPTION
"Sent when power supply's nbsOdsysPsIInLevel changes to
anything but statusGood (4)"
::= { nbsOdsysEvents 80 }
nbsOdsysTrapPsIInLevelOk NOTIFICATION-TYPE
OBJECTS { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex,
nbsOdsysPsIInActual, nbsOdsysPsIInLevel }
STATUS current
DESCRIPTION
"Sent when power supply's nbsOdsysPsIInLevel changes to
statusGood (4)"
::= { nbsOdsysEvents 81 }
nbsOdsysTrapPsIOutLevelBad NOTIFICATION-TYPE
OBJECTS { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex,
nbsOdsysPsIOutActual, nbsOdsysPsIOutLevel }
STATUS current
DESCRIPTION
"Sent when power supply's nbsOdsysPsIOutLevel changes to
anything but statusGood (4)"
::= { nbsOdsysEvents 90 }
nbsOdsysTrapPsIOutLevelOk NOTIFICATION-TYPE
OBJECTS { nbsOdsysPsChasIndex, nbsOdsysPsBayIndex,
nbsOdsysPsIOutActual, nbsOdsysPsIOutLevel }
STATUS current
DESCRIPTION
"Sent when power supply's nbsOdsysPsIOutLevel changes to
statusGood (4)"
::= { nbsOdsysEvents 91 }
nbsOdsysTrapCcFailed NOTIFICATION-TYPE
OBJECTS { nbsOdsysCcChasIndex, nbsOdsysCcBayIndex }
STATUS current
DESCRIPTION
"Triggered when nbsOdsysCcOperationalStatus transitions to
bad (2)"
::= { nbsOdsysEvents 131 }
nbsOdsysTrapCcRestored NOTIFICATION-TYPE
OBJECTS { nbsOdsysCcChasIndex, nbsOdsysCcBayIndex }
STATUS current
DESCRIPTION
"Triggered when nbsOdsysCcOperationalStatus transitions to
good (3)"
::= { nbsOdsysEvents 132 }
nbsOdsysTrapCcRemoved NOTIFICATION-TYPE
OBJECTS { nbsOdsysCcChasIndex, nbsOdsysCcBayIndex }
STATUS current
DESCRIPTION
"Triggered when control card is removed from chassis"
::= { nbsOdsysEvents 133 }
nbsOdsysTrapCcInserted NOTIFICATION-TYPE
OBJECTS { nbsOdsysCcChasIndex, nbsOdsysCcBayIndex }
STATUS current
DESCRIPTION
"Triggered when control card is inserted into chassis"
::= { nbsOdsysEvents 134 }
END
|