summaryrefslogtreecommitdiff
path: root/MIBS/dasan/SLE-PM-MIB
blob: c35b7af2eee8d2dd48fa885d8d3ae8cf691bc6ed (plain)
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
--
-- sle-pm-mib.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Wednesday, December 30, 2015 at 17:52:38
--

	SLE-PM-MIB DEFINITIONS ::= BEGIN
 
		IMPORTS
			sleMgmt			
				FROM DASAN-SMI			
			SleControlStatusType, SleControlRequestResultType			
				FROM SLE-TC-MIB			
			zeroDotZero, TimeTicks, Integer32, Unsigned32, Gauge32, 
			Counter32, Counter64, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE			
				FROM SNMPv2-SMI			
			TEXTUAL-CONVENTION			
				FROM SNMPv2-TC;
	
	
		slePmMgr MODULE-IDENTITY 
			LAST-UPDATED "201511300000Z"		-- November 30, 2015 at 00:00 GMT
			ORGANIZATION 
				" "
			CONTACT-INFO 
				" "
			DESCRIPTION 
				"This MIB contains all needed informations about 
				Performance Manager."
			REVISION "201511300000Z"		-- November 30, 2015 at 00:00 GMT
			DESCRIPTION 
				"This MIB module defines the Performance objects ."
			::= { sleMgmt 94 }

		
	
--
-- Textual conventions
--
	
		PmClassId ::= TEXTUAL-CONVENTION
			STATUS current
			DESCRIPTION 
				"Description."
			SYNTAX INTEGER (1..65535)

		PmId ::= TEXTUAL-CONVENTION
			STATUS current
			DESCRIPTION 
				"Current PM ID"
			SYNTAX INTEGER (1..65535)

		PmSrc ::= TEXTUAL-CONVENTION
			STATUS current
			DESCRIPTION 
				"
				|type|length|value|type|length|value|....
				
				type (1-byte) : PM location type
				length(1-byte) : PM location value length
				value (length-bytes) : PM location value"
			SYNTAX OCTET STRING (SIZE (68))

		PmTcaState ::= TEXTUAL-CONVENTION
			STATUS current
			DESCRIPTION 
				" This status explains whether TRAP status is enabled or disabled.
				Enable(1) : TCA State is Enabled. Hence TRAPs will be sent for this.
				Disable(0) : TCA State is Disabled. So TCA won't be notified to user."
			SYNTAX INTEGER
				{
				enable(1),
				disable(0)
				}

		PmDateTime ::= TEXTUAL-CONVENTION
			STATUS current
			DESCRIPTION 
				"TOD integer value"
			SYNTAX Unsigned32

	
--
-- Node definitions
--
	
		slePmNeId OBJECT-TYPE
			SYNTAX OCTET STRING (SIZE (6))
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"system MAC address"
			::= { slePmMgr 1 }

		
		slePmConfigBase OBJECT IDENTIFIER ::= { slePmMgr 2 }

		
		slePmConfigTable OBJECT-TYPE
			SYNTAX SEQUENCE OF SlePmConfigEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				" This table is the Performance Config table. 
				It gets populated when system init is done. 
				And it contains all the class performance supported for the device"
			::= { slePmConfigBase 1 }

		
		slePmConfigEntry OBJECT-TYPE
			SYNTAX SlePmConfigEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				" "
			INDEX { slePmConfigSeqId }
			::= { slePmConfigTable 1 }

		
		SlePmConfigEntry ::=
			SEQUENCE { 
				slePmConfigSeqId
					INTEGER,
				slePmConfigClassId
					PmClassId,
				slePmConfigPmId
					PmId,
				slePmConfigSource
					PmSrc,
				slePmConfigTcaStat
					INTEGER,
				slePmConfigTcaEnable
					PmTcaState,
				slePmConfigTh15Min
					Counter64,
				slePmConfigTh1Day
					Counter64
			 }

		slePmConfigSeqId OBJECT-TYPE
			SYNTAX INTEGER (1..65535)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Description."
			::= { slePmConfigEntry 1 }

		
		slePmConfigClassId OBJECT-TYPE
			SYNTAX PmClassId
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Class ID starts from 1 to 255 for the system.
				And these IDs are generated internally"
			::= { slePmConfigEntry 2 }

		
		slePmConfigPmId OBJECT-TYPE
			SYNTAX PmId
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Current PM ID"
			::= { slePmConfigEntry 3 }

		
		slePmConfigSource OBJECT-TYPE
			SYNTAX PmSrc
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"
				|type|length|value|type|length|value|....
				
				type (1-byte) : PM location type
				length(1-byte) : PM location value length
				value (length-bytes) : PM location value"
			::= { slePmConfigEntry 4 }

		
		slePmConfigTcaStat OBJECT-TYPE
			SYNTAX INTEGER
				{
				tcaNormal(0),
				tcaOccur(1)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"TCA status    
				TCA Normal (0)
				TCA Occur  (1)	 "
			::= { slePmConfigEntry 5 }

		
		slePmConfigTcaEnable OBJECT-TYPE
			SYNTAX PmTcaState
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				" TCA enable Confguration : enabled or disabled.
				Enable(1) : TCA State is Enabled. Hence TRAPs will be sent for this.
				Disable(0) : TCA State is Disabled. So TCA won't be notified to user."
			::= { slePmConfigEntry 6 }

		
		slePmConfigTh15Min OBJECT-TYPE
			SYNTAX Counter64
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"15minute Performance TCA threshold configuration count"
			::= { slePmConfigEntry 7 }

		
		slePmConfigTh1Day OBJECT-TYPE
			SYNTAX Counter64
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"1day Performance TCA threshold configuration count"
			::= { slePmConfigEntry 8 }

		
		slePmConfigControl OBJECT IDENTIFIER ::= { slePmConfigBase 2 }

		
		slePmConfigControlRequest OBJECT-TYPE
			SYNTAX INTEGER
				{
				setPmConfigTcaEnable(1),
				setPmConfigTh15Min(2),
				setPmConfigTh1Day(3)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The configuration commands, and user can configure 
				functions via setting this entry as proper value."
			::= { slePmConfigControl 1 }

		
		slePmConfigControlStatus OBJECT-TYPE
			SYNTAX SleControlStatusType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"status of user command. User have to check this 
				value as .busy. or .idle. before do setRequest."
			::= { slePmConfigControl 2 }

		
		slePmConfigControlTimer OBJECT-TYPE
			SYNTAX Gauge32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"the wait-time until setRequest 
				end. In case of short-time command, this value is 0"
			::= { slePmConfigControl 3 }

		
		slePmConfigControlTimeStamp OBJECT-TYPE
			SYNTAX TimeTicks
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"the time stamp of the last command. (don.t care)"
			::= { slePmConfigControl 4 }

		
		slePmConfigControlReqResult OBJECT-TYPE
			SYNTAX SleControlRequestResultType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Result of the last command."
			::= { slePmConfigControl 5 }

		
		slePmConfigControlSeqId OBJECT-TYPE
			SYNTAX Integer32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"PM Manager Class ID"
			::= { slePmConfigControl 6 }

		
		slePmConfigControlTcaEnable OBJECT-TYPE
			SYNTAX PmTcaState
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				" TCA enable Confguration : enabled or disabled.
				Enable(1) : TCA State is Enabled. Hence TRAPs will be sent for this.
				Disable(0) : TCA State is Disabled. So TCA won't be notified to user."
			::= { slePmConfigControl 7 }

		
		slePmConfigControlTh15Min OBJECT-TYPE
			SYNTAX Counter64
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"15minute Performance TCA threshold configuration count"
			::= { slePmConfigControl 8 }

		
		slePmConfigControlTh1Day OBJECT-TYPE
			SYNTAX Counter64
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"1day Performance TCA threshold configuration count"
			::= { slePmConfigControl 9 }

		
		slePmConfigNotification OBJECT IDENTIFIER ::= { slePmConfigBase 3 }

		
		slePmConfigTcaEnableChanged NOTIFICATION-TYPE
			OBJECTS { slePmNeId, slePmConfigControlRequest, slePmConfigControlTimeStamp, slePmConfigControlReqResult, slePmConfigControlSeqId, 
				slePmConfigControlTcaEnable }
			STATUS current
			DESCRIPTION 
				" Notification for Tca Enable change"
			::= { slePmConfigNotification 1 }

		
		slePmConfigTh15MinChanged NOTIFICATION-TYPE
			OBJECTS { slePmNeId, slePmConfigControlRequest, slePmConfigControlTimeStamp, slePmConfigControlReqResult, slePmConfigControlSeqId, 
				slePmConfigControlTh15Min }
			STATUS current
			DESCRIPTION 
				" Notification for 15minute theshold change"
			::= { slePmConfigNotification 2 }

		
		slePmConfigTh1DayChanged NOTIFICATION-TYPE
			OBJECTS { slePmNeId, slePmConfigControlRequest, slePmConfigControlTimeStamp, slePmConfigControlReqResult, slePmConfigControlSeqId, 
				slePmConfigControlTh1Day }
			STATUS current
			DESCRIPTION 
				" Notification for 1day theshold change"
			::= { slePmConfigNotification 3 }

		
		slePmCurrentBase OBJECT IDENTIFIER ::= { slePmMgr 3 }

		
		slePmCurrentTable OBJECT-TYPE
			SYNTAX SEQUENCE OF SlePmCurrentEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				" This table contains the current PM count."
			::= { slePmCurrentBase 1 }

		
		slePmCurrentEntry OBJECT-TYPE
			SYNTAX SlePmCurrentEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				" "
			INDEX { slePmCurrentSeqId, slePmCurrentTerm }
			::= { slePmCurrentTable 1 }

		
		SlePmCurrentEntry ::=
			SEQUENCE { 
				slePmCurrentSeqId
					INTEGER,
				slePmCurrentClassId
					PmClassId,
				slePmCurrentPmId
					PmId,
				slePmCurrentSource
					PmSrc,
				slePmCurrentTerm
					INTEGER,
				slePmCurrentPmCount
					Counter64,
				slePmCurrentAccSecond
					Counter32,
				slePmCurrentTcaStat
					INTEGER,
				slePmCurrentTcaTime
					TimeTicks
			 }

		slePmCurrentSeqId OBJECT-TYPE
			SYNTAX INTEGER (1..65535)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Description."
			::= { slePmCurrentEntry 1 }

		
		slePmCurrentClassId OBJECT-TYPE
			SYNTAX PmClassId
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Current Class ID"
			::= { slePmCurrentEntry 2 }

		
		slePmCurrentPmId OBJECT-TYPE
			SYNTAX PmId
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Current PM ID"
			::= { slePmCurrentEntry 3 }

		
		slePmCurrentSource OBJECT-TYPE
			SYNTAX PmSrc
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"
				|type|length|value|type|length|value|....
				
				type (1-byte) : PM location type
				length(1-byte) : PM location value length
				value (length-bytes) : PM location value"
			::= { slePmCurrentEntry 4 }

		
		slePmCurrentTerm OBJECT-TYPE
			SYNTAX INTEGER
				{
				min15(1),
				day1(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Description."
			::= { slePmCurrentEntry 5 }

		
		slePmCurrentPmCount OBJECT-TYPE
			SYNTAX Counter64
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Current Performance count"
			::= { slePmCurrentEntry 6 }

		
		slePmCurrentAccSecond OBJECT-TYPE
			SYNTAX Counter32
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Current Performance data accumulation seconds(count)"
			::= { slePmCurrentEntry 7 }

		
		slePmCurrentTcaStat OBJECT-TYPE
			SYNTAX INTEGER
				{
				tcaNormal(0),
				tcaOccur(1)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"TCA status    
				TCA Normal (0)
				TCA Occur  (1)	 "
			::= { slePmCurrentEntry 8 }

		
		slePmCurrentTcaTime OBJECT-TYPE
			SYNTAX TimeTicks
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Current PM Time and Date"
			::= { slePmCurrentEntry 9 }

		
		slePmCurrentControl OBJECT IDENTIFIER ::= { slePmCurrentBase 2 }

		
		slePmCurrentControlRequest OBJECT-TYPE
			SYNTAX INTEGER
				{
				clearCurrentPm(1),
				clearCurrentTca(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The configuration commands, and user can configure 
				functions via setting this entry as proper value.
				
				clearCurrentPm(1):
					Clears the current Performance count (both 15min and 1day)
					PM history(accumulation) count is not cleared									
					
				clearCurrentTca(2):
					Clears the current Performance TCA flag (both 15min and 1day)"
			::= { slePmCurrentControl 1 }

		
		slePmCurrentControlStatus OBJECT-TYPE
			SYNTAX SleControlStatusType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"status of user command. User have to check this 
				value as .busy. or .idle. before do setRequest."
			::= { slePmCurrentControl 2 }

		
		slePmCurrentControlTimer OBJECT-TYPE
			SYNTAX Gauge32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"the wait-time until setRequest 
				end. In case of short-time command, this value is 0"
			::= { slePmCurrentControl 3 }

		
		slePmCurrentControlTimeStamp OBJECT-TYPE
			SYNTAX TimeTicks
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"the time stamp of the last command. (don.t care)"
			::= { slePmCurrentControl 4 }

		
		slePmCurrentControlReqResult OBJECT-TYPE
			SYNTAX SleControlRequestResultType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Result of the last command."
			::= { slePmCurrentControl 5 }

		
		slePmCurrentNotification OBJECT IDENTIFIER ::= { slePmCurrentBase 3 }

		
		slePmCurrentPmCleared NOTIFICATION-TYPE
			OBJECTS { slePmNeId, slePmCurrentControlRequest, slePmCurrentControlTimeStamp, slePmCurrentControlReqResult }
			STATUS current
			DESCRIPTION 
				" Notification for current PM clear"
			::= { slePmCurrentNotification 1 }

		
		slePMHistoryBase OBJECT IDENTIFIER ::= { slePmMgr 4 }

		
		slePmHistoryTable OBJECT-TYPE
			SYNTAX SEQUENCE OF SlePmHistoryEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"This Table is used to for keeping the PM History"
			::= { slePMHistoryBase 1 }

		
		slePmHistoryEntry OBJECT-TYPE
			SYNTAX SlePmHistoryEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				" "
			INDEX { slePmHistorySeqId, slePmHistoryTerm, slePmHistoryIndex }
			::= { slePmHistoryTable 1 }

		
		SlePmHistoryEntry ::=
			SEQUENCE { 
				slePmHistorySeqId
					INTEGER,
				slePmHistoryClassId
					PmClassId,
				slePmHistoryPmId
					PmId,
				slePmHistoryPmSource
					PmSrc,
				slePmHistoryTerm
					INTEGER,
				slePmHistoryIndex
					INTEGER,
				slePmHistoryPmCount
					Counter64,
				slePmHistoryAccCount
					Counter32,
				slePmHistoryStartTime
					TimeTicks
			 }

		slePmHistorySeqId OBJECT-TYPE
			SYNTAX INTEGER (1..65535)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Description."
			::= { slePmHistoryEntry 1 }

		
		slePmHistoryClassId OBJECT-TYPE
			SYNTAX PmClassId
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"History Class ID."
			::= { slePmHistoryEntry 2 }

		
		slePmHistoryPmId OBJECT-TYPE
			SYNTAX PmId
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"History PM Id"
			::= { slePmHistoryEntry 3 }

		
		slePmHistoryPmSource OBJECT-TYPE
			SYNTAX PmSrc
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"
				|type|length|value|type|length|value|....
				
				type (1-byte) : PM location type
				length(1-byte) : PM location value length
				value (length-bytes) : PM location value"
			::= { slePmHistoryEntry 4 }

		
		slePmHistoryTerm OBJECT-TYPE
			SYNTAX INTEGER
				{
				min15(1),
				day1(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Description."
			::= { slePmHistoryEntry 5 }

		
		slePmHistoryIndex OBJECT-TYPE
			SYNTAX INTEGER (1..31)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"History Index:
				15min : 1 ~ 96,
				1-day : 1 ~ 7"
			::= { slePmHistoryEntry 6 }

		
		slePmHistoryPmCount OBJECT-TYPE
			SYNTAX Counter64
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"History Performance count"
			::= { slePmHistoryEntry 7 }

		
		slePmHistoryAccCount OBJECT-TYPE
			SYNTAX Counter32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Description."
			::= { slePmHistoryEntry 8 }

		
		slePmHistoryStartTime OBJECT-TYPE
			SYNTAX TimeTicks
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Description."
			::= { slePmHistoryEntry 9 }

		
		slePmHistoryControl OBJECT IDENTIFIER ::= { slePMHistoryBase 2 }

		
		slePmHistoryControlRequest OBJECT-TYPE
			SYNTAX INTEGER { clearPmHistory(1) }
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The configuration commands, and user can configure 
				functions via setting this entry as proper value.
				clearPmHistory : clears all the PM History Table"
			::= { slePmHistoryControl 1 }

		
		slePmHistoryControlStatus OBJECT-TYPE
			SYNTAX SleControlStatusType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"status of user command. User have to check this 
				value as .busy. or .idle. before do setRequest."
			::= { slePmHistoryControl 2 }

		
		slePmHistoryControlTimer OBJECT-TYPE
			SYNTAX Gauge32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"the wait-time until setRequest 
				end. In case of short-time command, this value is 0"
			::= { slePmHistoryControl 3 }

		
		slePmHistoryControlTimeStamp OBJECT-TYPE
			SYNTAX TimeTicks
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"the time stamp of the last command. (don.t care)"
			::= { slePmHistoryControl 4 }

		
		slePmHistoryControlReqResult OBJECT-TYPE
			SYNTAX SleControlRequestResultType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Result of the last command."
			::= { slePmHistoryControl 5 }

		
		slePmHistoryNotification OBJECT IDENTIFIER ::= { slePMHistoryBase 3 }

		
		slePmHistoryPmCleared NOTIFICATION-TYPE
			OBJECTS { slePmNeId, slePmHistoryControlRequest, slePmHistoryControlTimeStamp, slePmHistoryControlReqResult }
			STATUS current
			DESCRIPTION 
				" Notification for PM History cleared"
			::= { slePmHistoryNotification 1 }

		
	
	END

--
-- sle-pm-mib.mib
--