summaryrefslogtreecommitdiff
path: root/MIBS/dasan/SLE-MPLS-TP-LPS-MIB
blob: 66c3b9670ec28f678d2e524eb3ff0a2932393bdc (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
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
--
-- sle-mpls-tp-lps-mib.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Tuesday, January 12, 2016 at 11:21:30
--

	SLE-MPLS-TP-LPS-MIB DEFINITIONS ::= BEGIN
 
		IMPORTS
			sleMgmt			
				FROM DASAN-SMI			
			SleControlStatusType, SleControlRequestResultType			
				FROM SLE-TC-MIB			
			TimeTicks, Unsigned32, Gauge32, OBJECT-TYPE, MODULE-IDENTITY, 
			OBJECT-IDENTITY			
				FROM SNMPv2-SMI;
	
	
		sleMplsTpLps MODULE-IDENTITY 
			LAST-UPDATED "201510070000Z"		-- October 07, 2015 at 00:00 GMT
			ORGANIZATION 
				"Multiprotocol Label Switching (MplsTp) Working Group"
			CONTACT-INFO 
				"Gyerok Kwon 
				Dasan Networks
				Email:  grkwon@dasannetworks.com
				
				Kantharaj B M
				Dasan Networks
				Email:  kanth@dasannetworks.com
				
				DongChel Shin (Chris)
				Dasan Networks
				Email:  dchshin@dasannetworks.com
				
				Comments about this document should be emailed
				directly to the Dasan support email ID at
				support@dasannetworks.com."
			DESCRIPTION 
				"This management information module supports the
				configuration and management of MplsTp TP linear
				protection groups. "
			REVISION "201207150000Z"		-- July 15, 2012 at 00:00 GMT
			DESCRIPTION 
				"MplsTp Protection Switching Group objects for LSP MEPs"
			::= { sleMpls 18 }

		
	
	
--
-- Node definitions
--
	
		sleMpls OBJECT-IDENTITY
			STATUS current
			DESCRIPTION 
				"SLE MplsTp."
			::= { sleMgmt 16 }

		
		sleMplsTpLpsCfg OBJECT IDENTIFIER ::= { sleMplsTpLps 1 }

		
		sleMplsTpLpsCfgInfoTable OBJECT-TYPE
			SYNTAX SEQUENCE OF SleMplsTpLpsCfgInfoEntry
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This table lists the sleMplsTp linear protection groups that
				have been configured on the system."
			::= { sleMplsTpLpsCfg 1 }

		
		sleMplsTpLpsCfgInfoEntry OBJECT-TYPE
			SYNTAX SleMplsTpLpsCfgInfoEntry
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"A conceptual row in the sleMplsTpLpsCfgInfoTable."
			INDEX { sleMplsTpLpsCfgInfoGroupIndex }
			::= { sleMplsTpLpsCfgInfoTable 1 }

		
		SleMplsTpLpsCfgInfoEntry ::=
			SEQUENCE { 
				sleMplsTpLpsCfgInfoGroupIndex
					Unsigned32,
				sleMplsTpLpsCfgInfoGroupName
					OCTET STRING,
				sleMplsTpLpsCfgInfoMode
					INTEGER,
				sleMplsTpLpsCfgInfoProtectionScheme
					INTEGER,
				sleMplsTpLpsCfgInfoRevertive
					INTEGER,
				sleMplsTpLpsCfgInfoWtr
					Unsigned32,
				sleMplsTpLpsCfgInfoContinualTxInterval
					Unsigned32,
				sleMplsTpLpsCfgInfoRapidTxInterval
					Unsigned32,
				sleMplsTpLpsCfgInfoSwitchOver
					INTEGER,
				sleMplsTpLpsCfgInfoLockOut
					INTEGER,
				sleMplsTpLpsCfgInfoHoldOffTimer
					Unsigned32,
				sleMplsTpLpsCfgInfoActivePath
					INTEGER,
				sleMplsTpLpsCfgInfoOperationState
					INTEGER,
				sleMplsTpLpsCfgInfoEventStatus
					INTEGER
			 }

		sleMplsTpLpsCfgInfoGroupIndex OBJECT-TYPE
			SYNTAX Unsigned32 (0..65535)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Index for the conceptual row identifying a protection group."
			::= { sleMplsTpLpsCfgInfoEntry 1 }

		
		sleMplsTpLpsCfgInfoGroupName OBJECT-TYPE
			SYNTAX OCTET STRING (SIZE (1..128))
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Textual name represents the sleMplsTp tp protection group.
				Each Protection Group is identified by a unique
				protection group name. "
			::= { sleMplsTpLpsCfgInfoEntry 2 }

		
		sleMplsTpLpsCfgInfoMode OBJECT-TYPE
			SYNTAX INTEGER
				{
				onePlusOne(1),
				oneColonOne(2),
				oneColonN(3)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The architectural mode of the Protection group. This can
				either be 1+1, 1:1, 1:n.
				
				1+1
				
				In the 1+1 protection scheme, a fully dedicated
				protection entity is allocated. Data traffic is copied
				and fed at the source to both the working and the
				protection entities.  The traffic on the working and the
				protection entities is transmitted simultaneously to
				the sink of the protection domain, where selection
				between the working and protection entities is performed
				
				1:1
				
				In the 1:1 scheme, a protection path is allocated to
				protect against a defect, failure, or a degradation in a
				working path. In normal conditions, data traffic is
				transmitted over the working entity, while the
				protection entity functions in the idle state. If there
				is a defect on the working entity or a specific
				administrative request, traffic is switched to the
				protection entity.
				
				1:n
				
				In case of 1:n linear protection, one protection entity
				is allocated to protect n working entities. The protection
				entity might not have sufficient resources to protect all the
				working entities that may be affected by fault conditions at a
				specific time. In this case, in order to guaranteed
				protection, the protection entity should support enough
				capacity and bandwidth to protect any of the n working
				entities."
			DEFVAL { oneColonOne }
			::= { sleMplsTpLpsCfgInfoEntry 3 }

		
		sleMplsTpLpsCfgInfoProtectionScheme OBJECT-TYPE
			SYNTAX INTEGER
				{
				bidirectional(1),
				unidirectional(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The object represents the operational scheme of
				protection switching group. The protection scheme may
				either be unidirectional or bidirectional.
				
				bidirectional
				In bidirectional protection scheme, both the directions
				will be switched simultaneously even if the fault
				applies to only one direction of the path.
				
				unidirectional
				In unidirectional protection scheme protection switching
				will be performed independently for each direction of a
				bidirectional transport path
				
				This object may not be modified if the associated
				sleMplsTpLpsCfgRowStatus object is equal to active(1). "
			DEFVAL { bidirectional }
			::= { sleMplsTpLpsCfgInfoEntry 4 }

		
		sleMplsTpLpsCfgInfoRevertive OBJECT-TYPE
			SYNTAX INTEGER
				{
				nonrevertive(1),
				revertive(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object represents the reversion mode of the Linear
				Protection Switching group. The reversion mode of
				protection mechanism may be either revertive or
				non-revertive.
				
				In non-revertive mode, after a service has been
				recovered, traffic will be forwarded on the recovery
				path revertive
				In revertive mode, after a service has been
				recovered, traffic will be redirected back onto the
				original working path."
			DEFVAL { nonrevertive }
			::= { sleMplsTpLpsCfgInfoEntry 5 }

		
		sleMplsTpLpsCfgInfoWtr OBJECT-TYPE
			SYNTAX Unsigned32 (0..720)
			UNITS "seconds"
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object hold the Wait To Restore timer value in
				seconds.
				The WTR timer is used to delay reversion of PSC state
				to Normal state when recovering from a failure
				condition on the working path when the protection
				domain is configured for revertive behavior
				
				This object may not be modified if the associated
				sleMplsTpLpsCfgRowStatus object is equal to active(1)."
			DEFVAL { 300 }
			::= { sleMplsTpLpsCfgInfoEntry 6 }

		
		sleMplsTpLpsCfgInfoContinualTxInterval OBJECT-TYPE
			SYNTAX Unsigned32 (1..20)
			UNITS "seconds"
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The Continual Tx Time in Seconds. Represents the time 
				interval to send the continual LPS packet to the other 
				end based on the current state."
			DEFVAL { 5 }
			::= { sleMplsTpLpsCfgInfoEntry 7 }

		
		sleMplsTpLpsCfgInfoRapidTxInterval OBJECT-TYPE
			SYNTAX Unsigned32 (1000..20000)
			UNITS "micro-seconds"
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The Rapid Tx interval in micro-Seconds. Represents the time
				interval to send the LPS packet to the other end, when
				there is a change in state of Linear Protection domain due
				to local input. The default value is 3.3 milli-seconds
				which is 3300 micro-seconds"
			DEFVAL { 3300 }
			::= { sleMplsTpLpsCfgInfoEntry 8 }

		
		sleMplsTpLpsCfgInfoSwitchOver OBJECT-TYPE
			SYNTAX INTEGER
				{
				none(0),
				forced(1),
				manual(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				" this object used for switch the traffic to the back up path."
			::= { sleMplsTpLpsCfgInfoEntry 9 }

		
		sleMplsTpLpsCfgInfoLockOut OBJECT-TYPE
			SYNTAX INTEGER
				{
				enable(1),
				disable(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"this is object is used for preventing the swith traffic by the protection path."
			::= { sleMplsTpLpsCfgInfoEntry 10 }

		
		sleMplsTpLpsCfgInfoHoldOffTimer OBJECT-TYPE
			SYNTAX Unsigned32
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				" this object used for show the hold off timer."
			::= { sleMplsTpLpsCfgInfoEntry 11 }

		
		sleMplsTpLpsCfgInfoActivePath OBJECT-TYPE
			SYNTAX INTEGER
				{
				primary(1),
				backup(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object say which path is Active ."
			::= { sleMplsTpLpsCfgInfoEntry 12 }

		
		sleMplsTpLpsCfgInfoOperationState OBJECT-TYPE
			SYNTAX INTEGER
				{
				up(1),
				down(0)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"this  object says Operational Status of LPS.    The LPS is between PE to PE."
			DEFVAL { 0 }
			::= { sleMplsTpLpsCfgInfoEntry 13 }

		
		sleMplsTpLpsCfgInfoEventStatus OBJECT-TYPE
			SYNTAX INTEGER
				{
				normal(1),
				protection(2),
				localForce(3),
				localManual(4),
				localSgfProtection(5),
				localSgfWorking(6),
				localWtr(7),
				localLock(8),
				localClrSfProtection(9),
				localClrSfWorking(10),
				localClrEvent(11),
				remoteLock(12),
				remoteForce(13),
				remoteManual(14),
				remoteSfProtect(15),
				remoteSfWork(16),
				remoteWtr(17),
				remoteNoReq(18),
				remoteNotRevert(19),
				noRequest(20),
				remoteSdWork(21),
				remoteSdProtection(22),
				remoteExesWork(23),
				remoteExesProtect(24),
				remoteRrReqWork(25),
				remoteRrReqProtec(26),
				remoteNoReqWork(27),
				remoteNoReqProtection(28),
				localSdProtection(29),
				localClearSdProtection(30),
				localSdWorking(31),
				localClearSdWorking(32),
				localExercise(33)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This  is object says  EVENT Status of LPS protection ."
			DEFVAL { 0 }
			::= { sleMplsTpLpsCfgInfoEntry 14 }

		
		sleMplsTpLpsCfgControl OBJECT IDENTIFIER ::= { sleMplsTpLpsCfg 2 }

		
		sleMplsTpLpsCfgControlRequest OBJECT-TYPE
			SYNTAX INTEGER
				{
				createSleMplsTpLpsCfgEntry(1),
				deleteSleMplsTpLpsCfgEntry(2),
				setSleMplsTpLpsCfgControProtectionScheme(3),
				unsetSleMplsTpLpsCfgControProtectionScheme(4),
				setSleMplsLpsTpCfgControlRevertive(5),
				setSleMplsLpsTpCfgControlWaitToRestoreset(6),
				unsetSleMplsTpLpsCfgControlWaitToRestoreset(7),
				setSleMplsLpsTpCfgControlContinualTxInterval(8),
				unsetSleMplsTpLpsCfgControlContinualTxInterval(9),
				setSleMplsLpsTpCfgControlRapidTxInterval(10),
				unsetSleMplsTpLpsCfgControlRapidTxInterval(11),
				setSleMplsLpsTpCfgControlSwitchover(12),
				unsetSleMplsTpLpsCfgControlSwitchover(13),
				setSleMplsTpLpsCfgControlLockOut(14),
				unsetSleMplsTpLpsTpCfgControlLockOut(15),
				setSleMplsTpLpsCfgControlHoldOffTimer(16),
				unSetSleMplsTpLpsCfgControlHoldOffTimer(17)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"the configuration commands, and user can configure functions 
				via setting this entry as proper value."
			::= { sleMplsTpLpsCfgControl 1 }

		
		sleMplsTpLpsCfgControlStatus 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."
			::= { sleMplsTpLpsCfgControl 2 }

		
		sleMplsTpLpsCfgControlTimer 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"
			::= { sleMplsTpLpsCfgControl 3 }

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

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

		
		sleMplsTpLpsCfgControlGroupName OBJECT-TYPE
			SYNTAX OCTET STRING (SIZE (1..32))
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Textual name represents the sleMplsTp tp protection group.
				Each Protection Group is identified by a unique
				protection group name. "
			::= { sleMplsTpLpsCfgControl 6 }

		
		sleMplsTpLpsCfgControlMode OBJECT-TYPE
			SYNTAX INTEGER
				{
				onePlusOne(1),
				oneColonOne(2),
				oneColonN(3)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The architectural mode of the Protection group. This can
				either be 1+1, 1:1, 1:n.
				
				1+1
				
				In the 1+1 protection scheme, a fully dedicated
				protection entity is allocated. Data traffic is copied
				
				
				
				and fed at the source to both the working and the
				protection entities.  The traffic on the working and the
				protection entities is transmitted simultaneously to
				the sink of the protection domain, where selection
				between the working and protection entities is performed
				
				1:1
				
				In the 1:1 scheme, a protection path is allocated to
				protect against a defect, failure, or a degradation in a
				working path. In normal conditions, data traffic is
				transmitted over the working entity, while the
				protection entity functions in the idle state. If there
				is a defect on the working entity or a specific
				administrative request, traffic is switched to the
				protection entity.
				
				1:n
				
				In case of 1:n linear protection, one protection entity
				is allocated to protect n working entities. The protection
				entity might not have sufficient resources to protect all the
				working entities that may be affected by fault conditions at a
				specific time. In this case, in order to guaranteed
				protection, the protection entity should support enough
				capacity and bandwidth to protect any of the n working
				entities."
			DEFVAL { oneColonOne }
			::= { sleMplsTpLpsCfgControl 7 }

		
		sleMplsTpLpsCfgControlProtectionScheme OBJECT-TYPE
			SYNTAX INTEGER
				{
				bidirectional(1),
				unidirectional(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The object represents the operational scheme of
				protection switching group. The protection scheme may
				either be unidirectional or bidirectional.
				
				bidirectional
				In bidirectional protection scheme, both the directions
				will be switched simultaneously even if the fault
				applies to only one direction of the path.
				
				unidirectional
				In unidirectional protection scheme protection switching
				will be performed independently for each direction of a
				bidirectional transport path
				
				This object may not be modified if the associated
				sleMplsTpLpsCfgControlRowStatus object is equal to active(1). "
			DEFVAL { bidirectional }
			::= { sleMplsTpLpsCfgControl 8 }

		
		sleMplsTpLpsCfgControlRevertive OBJECT-TYPE
			SYNTAX INTEGER
				{
				nonrevertive(1),
				revertive(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object represents the reversion mode of the Linear
				Protection Switching group. The reversion mode of
				protection mechanism may be either revertive or
				non-revertive.
				
				nonrevertive
				In non-revertive mode, after a service has been
				recovered, traffic will be forwarded on the recovery
				path
				
				revertive
				In revertive mode, after a service has been
				recovered, traffic will be redirected back onto the
				original working path."
			DEFVAL { nonrevertive }
			::= { sleMplsTpLpsCfgControl 9 }

		
		sleMplsTpLpsCfgControlWtr OBJECT-TYPE
			SYNTAX Unsigned32 (0..720)
			UNITS "seconds"
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object hold the Wait To Restore timer value in
				seconds.
				The WTR timer is used to delay reversion of PSC state
				to Normal state when recovering from a failure
				condition on the working path when the protection
				domain is configured for revertive behavior
				
				This object may not be modified if the associated
				sleMplsTpLpsCfgControlRowStatus object is equal to active(1)."
			DEFVAL { 300 }
			::= { sleMplsTpLpsCfgControl 10 }

		
		sleMplsTpLpsCfgControlContinualTxInterval OBJECT-TYPE
			SYNTAX Unsigned32 (1..20)
			UNITS "seconds"
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The Continual Tx Time in Seconds. Represents the time 
				interval to send the continual LPS packet to the other 
				end based on the current state."
			DEFVAL { 5 }
			::= { sleMplsTpLpsCfgControl 11 }

		
		sleMplsTpLpsCfgControlRapidTxInterval OBJECT-TYPE
			SYNTAX Unsigned32 (1000)
			UNITS "micro-seconds"
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The Rapid Tx interval in micro-Seconds. Represents the time
				interval to send the LPS packet to the other end, when
				there is a change in state of Linear Protection domain due
				to local input. The default value is 3.3 milli-seconds
				which is 3300 micro-seconds"
			DEFVAL { 3300 }
			::= { sleMplsTpLpsCfgControl 12 }

		
		sleMplsTpLpsCfgControlswitchOver OBJECT-TYPE
			SYNTAX INTEGER
				{
				force(1),
				manual(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				" this object used for switch the traffic to the back up path."
			::= { sleMplsTpLpsCfgControl 13 }

		
		sleMplsTpLpsCfgControlLockOut OBJECT-TYPE
			SYNTAX INTEGER
				{
				enable(1),
				disable(0)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"this is object is used for preventing the swith traffic by the protection path."
			::= { sleMplsTpLpsCfgControl 14 }

		
		sleMplsTpLpsCfgControlHoldOffTimer OBJECT-TYPE
			SYNTAX Unsigned32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the holdofftimer "
			::= { sleMplsTpLpsCfgControl 15 }

		
		sleMplsTpLpsMeCfg OBJECT IDENTIFIER ::= { sleMplsTpLps 2 }

		
		sleMplsTpLpsMeCfgInfoTable OBJECT-TYPE
			SYNTAX SEQUENCE OF SleMplsTpLpsMeCfgInfoEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"This table lists Maintenance Association that have been
				configured in Protection groups."
			::= { sleMplsTpLpsMeCfg 1 }

		
		sleMplsTpLpsMeCfgInfoEntry OBJECT-TYPE
			SYNTAX SleMplsTpLpsMeCfgInfoEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"A conceptual row in the sleMplsTpLpsMeCfgInfoTable."
			INDEX { sleMplsTpLpsMeCfgInfoMeIndex, sleMplsTpLpsMeCfgInfoMPId, sleMplsTpLspMeCfgInfoGroupIndex, sleMplsTpLpsMeCfgInfoMegIndex }
			::= { sleMplsTpLpsMeCfgInfoTable 1 }

		
		SleMplsTpLpsMeCfgInfoEntry ::=
			SEQUENCE { 
				sleMplsTpLpsMeCfgInfoMegIndex
					Unsigned32,
				sleMplsTpLpsMeCfgInfoMeIndex
					Unsigned32,
				sleMplsTpLpsMeCfgInfoMPId
					Unsigned32,
				sleMplsTpLspMeCfgInfoGroupIndex
					Unsigned32,
				sleMplsTpLpsMeCfgInfoState
					INTEGER
			 }

		sleMplsTpLpsMeCfgInfoMegIndex OBJECT-TYPE
			SYNTAX Unsigned32 (0..65535)
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"Uniquely identifies a maintenance entity index within
				a MEG."
			::= { sleMplsTpLpsMeCfgInfoEntry 1 }

		
		sleMplsTpLpsMeCfgInfoMeIndex OBJECT-TYPE
			SYNTAX Unsigned32 (0..65535)
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"This object denotes the ME name, each
				Maintenance Entity has unique name within MEG."
			::= { sleMplsTpLpsMeCfgInfoEntry 2 }

		
		sleMplsTpLpsMeCfgInfoMPId OBJECT-TYPE
			SYNTAX Unsigned32 (1..8191)
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"Indicates the maintenance point index, used to create
				multiple MEPs in a node of single ME. The value of this
				object can be MEP index or MIP index. Managers should 
				obtain new values for row creation in this table by reading
				mplsOamIdMeMpIndexNext."
			::= { sleMplsTpLpsMeCfgInfoEntry 3 }

		
		sleMplsTpLspMeCfgInfoGroupIndex OBJECT-TYPE
			SYNTAX Unsigned32 (0..65535)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Textual name represents the sleMplsTp tp protection group.
				Each Protection Group is identified by a unique
				protection group name. "
			::= { sleMplsTpLpsMeCfgInfoEntry 4 }

		
		sleMplsTpLpsMeCfgInfoState OBJECT-TYPE
			SYNTAX INTEGER
				{
				primary(1),
				backup(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object represents the operational state of the ME
				as either primary or backup"
			::= { sleMplsTpLpsMeCfgInfoEntry 5 }

		
		sleMplsTpLpsMeCfgControl OBJECT IDENTIFIER ::= { sleMplsTpLpsMeCfg 2 }

		
		sleMplsTpLpsMeCfgControlRequest OBJECT-TYPE
			SYNTAX INTEGER
				{
				createSleMplsTpLpsMeConfigEntry(1),
				deleteSleMplsTpLpsMeConfigEntry(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"the configuration commands, and user can configure functions via setting 
				this entry as proper value."
			::= { sleMplsTpLpsMeCfgControl 1 }

		
		sleMplsTpLpsMeCfgControlStatus 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."
			::= { sleMplsTpLpsMeCfgControl 2 }

		
		sleMplsTpLpsMeCfgControlTimer 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"
			::= { sleMplsTpLpsMeCfgControl 3 }

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

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

		
		sleMplsTpLpsMeCfgControlMegName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Uniquely identifies a maintenance entity index within
				a MEG"
			::= { sleMplsTpLpsMeCfgControl 6 }

		
		sleMplsTpLpsMeCfgControlMeName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object denotes the ME name, each
				Maintenance Entity has unique name within MEG."
			::= { sleMplsTpLpsMeCfgControl 7 }

		
		sleMplsTpLpsMeCfgControlMpId OBJECT-TYPE
			SYNTAX Unsigned32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION			" "
			::= { sleMplsTpLpsMeCfgControl 8 }

		
		sleMplsTpLpsMeCfgControlGroupName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object holds the Protection group index wherein
				this ME included in. If this ME is not part of a protection
				group this value is set to 0. "
			::= { sleMplsTpLpsMeCfgControl 9 }

		
		sleMplsTpLpsMeCfgControlState OBJECT-TYPE
			SYNTAX INTEGER
				{
				primary(1),
				backup(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object represents the operational state of the ME
				as either primary or backup"
			::= { sleMplsTpLpsMeCfgControl 10 }

		
	
	END

--
-- sle-mpls-tp-lps-mib.mib
--