summaryrefslogtreecommitdiff
path: root/MIBS/dasan/SLE-MPLS-TP-TUNNEL-MIB
blob: fb36f90f29918fe8676e82edc08b8d7b6d4b7d3a (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
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
--
-- sle-mpls-tp-tunnel-mib.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Friday, January 15, 2016 at 13:52:12
--

	SLE-MPLS-TP-TUNNEL-MIB DEFINITIONS ::= BEGIN
 
		IMPORTS
			sleMgmt			
				FROM DASAN-SMI			
			ifGeneralInformationGroup, ifCounterDiscontinuityGroup, InterfaceIndexOrZero			
				FROM IF-MIB			
			MplsCcId, MplsIccId			
				FROM MPLS-TC-EXT-STD-MIB			
			mplsStdMIB, MplsLabel			
				FROM MPLS-TC-STD-MIB			
			SleControlStatusType, SleControlRequestResultType			
				FROM SLE-TC-MIB			
			zeroDotZero, TimeTicks, IpAddress, Unsigned32, Gauge32, 
			OBJECT-TYPE, MODULE-IDENTITY, OBJECT-IDENTITY			
				FROM SNMPv2-SMI			
			MacAddress			
				FROM SNMPv2-TC;
	
	
		sleMplsTpTunnel MODULE-IDENTITY 
			LAST-UPDATED "201510070000Z"		-- October 07, 2015 at 00:00 GMT
			ORGANIZATION 
				"Multiprotocol Label Switching (MPLS) 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 
				"Copyright (C) The Internet Society (2004). The
				initial version of this MIB module was published
				in RFC 3812. For full legal notices see the RFC
				itself or see: http://www.ietf.org/copyrights/ianamib.html
				
				This MIB module contains managed object definitions
				 for MPLS Traffic Engineering (TE) as defined in:
				1. Extensions to RSVP for LSP Tunnels, Awduche et
				 al, RFC 3209, December 2001
				2. Constraint-Based LSP Setup using LDP, Jamoussi
				
				 (Editor), RFC 3212, January 2002
				3. Requirements for Traffic Engineering Over MPLS,
				 Awduche, D., Malcolm, J., Agogbua, J., O'Dell, M.,
				 and J. McManus, [RFC2702], September 1999"
			REVISION "200406030000Z"		-- June 03, 2004 at 00:00 GMT
			DESCRIPTION 
				"Initial version issued as part of RFC 3812."
			::= { sleMpls 14 }

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

		
		sleMplsTpTunnelCfg OBJECT IDENTIFIER ::= { sleMplsTpTunnel 1 }

		
		sleMplsTpTunnelCfgInfoTable OBJECT-TYPE
			SYNTAX SEQUENCE OF SleMplsTpTunnelCfgInfoEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"The mplsTunnelTable allows new MPLS tunnels to be
				created between an LSR and a remote endpoint, and
				existing tunnels to be reconfigured or removed.
				Note that only point-to-point tunnel segments are
				supported, although multipoint-to-point and point-
				to-multipoint connections are supported by an LSR
				acting as a cross-connect.  Each MPLS tunnel can
				thus have one out-segment originating at this LSR
				and/or one in-segment terminating at this LSR."
			::= { sleMplsTpTunnelCfg 1 }

		
		sleMplsTpTunnelCfgInfoEntry OBJECT-TYPE
			SYNTAX SleMplsTpTunnelCfgInfoEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"An entry in this table represents an MPLS tunnel.
				An entry can be created by a network administrator
				or by an SNMP agent as instructed by an MPLS
				signalling protocol. Whenever a new entry is
				created with mplsTunnelIsIf set to true(1), then a
				corresponding entry is created in ifTable as well
				(see RFC 2863). The ifType of this entry is
				mplsTunnel(150).
				
				A tunnel entry needs to be uniquely identified across
				a MPLS network. Indices mplsTunnelIndex and
				mplsTunnelInstance uniquely identify a tunnel on
				the LSR originating the tunnel.  To uniquely
				identify a tunnel across an MPLS network requires
				
				index mplsTunnelIngressLSRId.  The last index
				mplsTunnelEgressLSRId is useful in identifying all
				instances of a tunnel that terminate on the same
				egress LSR."
			REFERENCE
				"1. RFC 2863 - The Interfaces Group MIB, McCloghrie,
				K., and F. Kastenholtz, June 2000 "
			INDEX { sleMplsTpTunnelCfgInfoIndex }
			::= { sleMplsTpTunnelCfgInfoTable 1 }

		
		SleMplsTpTunnelCfgInfoEntry ::=
			SEQUENCE { 
				sleMplsTpTunnelCfgInfoIndex
					Unsigned32,
				sleMplsTpTunnelCfgInfoName
					OCTET STRING,
				sleMplsTpTunnelCfgInfoId
					Unsigned32,
				sleMplsTpTunnelCfgInfoSrcIdType
					INTEGER,
				sleMplsTpTunnelCfgInfoSrcGId
					Unsigned32,
				sleMplsTpTunnelCfgInfoSrcCc
					MplsCcId,
				sleMplsTpTunnelCfgInfoSrcIcc
					MplsIccId,
				sleMplsTpTunnelCfgInfoSrcNodeId
					IpAddress,
				sleMplsTpTunnelCfgInfoDestIdType
					INTEGER,
				sleMplsTpTunnelCfgInfoDestGId
					Unsigned32,
				sleMplsTpTunnelCfgInfoDestCc
					MplsCcId,
				sleMplsTpTunnelCfgInfoDestIcc
					MplsIccId,
				sleMplsTpTunnelCfgInfoDestNodeId
					IpAddress,
				sleMplsTpTunnelCfgInfoMode
					INTEGER,
				sleMplsTpTunnelCfgInfoFwdInLabel
					MplsLabel,
				sleMplsTpTunnelCfgInfoFwdInIfIndex
					InterfaceIndexOrZero,
				sleMplsTpTunnelCfgInfoFwdOperation
					INTEGER,
				sleMplsTpTunnelCfgInfoFwdOutLabel
					MplsLabel,
				sleMplsTpTunnelCfgInfoFwdOutIfIndex
					InterfaceIndexOrZero,
				sleMplsTpTunnelCfgInfoFwdOutMac
					MacAddress,
				sleMplsTpTunnelCfgInfoRevInLabel
					MplsLabel,
				sleMplsTpTunnelCfgInfoRevInIfIndex
					InterfaceIndexOrZero,
				sleMplsTpTunnelCfgInfoRevOperation
					INTEGER,
				sleMplsTpTunnelCfgInfoRevOutLabel
					MplsLabel,
				sleMplsTpTunnelCfgInfoRevOutIfIndex
					InterfaceIndexOrZero,
				sleMplsTpTunnelCfgInfoRevOutMac
					MacAddress,
				sleMplsTpTunnelCfgInfoState
					INTEGER,
				sleMplsTpTunnelCfgInfoRole
					INTEGER,
				sleMplsTpTunnelCfgInfoAssociateTnlName
					OCTET STRING,
				sleMplsTpTunnelCfgInfoDescription
					OCTET STRING,
				sleMplsTpTunnelCfgInfoHlspRole
					INTEGER,
				sleMplsTpTunnelCfgInfoHlspServerTunnelName
					OCTET STRING,
				sleMplsTpTunnelCfgInfoQosPolicyName
					OCTET STRING
			 }

		sleMplsTpTunnelCfgInfoIndex OBJECT-TYPE
			SYNTAX Unsigned32 (0..65535)
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"A unique value which identify an entry in this table."
			::= { sleMplsTpTunnelCfgInfoEntry 1 }

		
		sleMplsTpTunnelCfgInfoName OBJECT-TYPE
			SYNTAX OCTET STRING (SIZE (0..16))
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The canonical name assigned to the tunnel. This name
				can be used to refer to the tunnel on the LSR's
				console port.  If mplsTunnelIsIf is set to true
				then the ifName of the interface corresponding to
				this tunnel should have a value equal to
				mplsTunnelName.  Also see the description of ifName
				in RFC 2863."
			REFERENCE
				"RFC 2863 - The Interfaces Group MIB, McCloghrie, K.,
				and F. Kastenholtz, June 2000."
			DEFVAL { "" }
			::= { sleMplsTpTunnelCfgInfoEntry 2 }

		
		sleMplsTpTunnelCfgInfoId OBJECT-TYPE
			SYNTAX Unsigned32 (1..65535)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Uniquely identifies a set of tunnel instances
				between a pair of ingress and egress LSRs.
				Managers should obtain new values for row
				creation in this table by reading
				mplsTunnelIndexNext. When
				the MPLS signalling protocol is rsvp(2) this value
				SHOULD be equal to the value signaled in the
				Tunnel Id of the Session object. When the MPLS
				signalling protocol is crldp(3) this value
				SHOULD be equal to the value signaled in the
				LSP ID."
			::= { sleMplsTpTunnelCfgInfoEntry 3 }

		
		sleMplsTpTunnelCfgInfoSrcIdType OBJECT-TYPE
			SYNTAX INTEGER
				{
				ietf(1),
				itut(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the ietf or itut type."
			::= { sleMplsTpTunnelCfgInfoEntry 4 }

		
		sleMplsTpTunnelCfgInfoSrcGId OBJECT-TYPE
			SYNTAX Unsigned32 (1..4294967295)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This Object is used to display the GlobalID of IETF"
			::= { sleMplsTpTunnelCfgInfoEntry 5 }

		
		sleMplsTpTunnelCfgInfoSrcCc OBJECT-TYPE
			SYNTAX MplsCcId
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This Object is used to display the Source CC-ID of ITUT"
			::= { sleMplsTpTunnelCfgInfoEntry 6 }

		
		sleMplsTpTunnelCfgInfoSrcIcc OBJECT-TYPE
			SYNTAX MplsIccId
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This Object is used to set the Source ICC-ID of ITUT"
			::= { sleMplsTpTunnelCfgInfoEntry 7 }

		
		sleMplsTpTunnelCfgInfoSrcNodeId OBJECT-TYPE
			SYNTAX IpAddress
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This Object is used to display the Source Node ID of IETF and ITUT"
			::= { sleMplsTpTunnelCfgInfoEntry 8 }

		
		sleMplsTpTunnelCfgInfoDestIdType OBJECT-TYPE
			SYNTAX INTEGER
				{
				ietf(1),
				itut(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the ietf or itut type."
			::= { sleMplsTpTunnelCfgInfoEntry 9 }

		
		sleMplsTpTunnelCfgInfoDestGId OBJECT-TYPE
			SYNTAX Unsigned32 (1..4294967295)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This Object is used to set the Destination GlobalID of IETF"
			::= { sleMplsTpTunnelCfgInfoEntry 10 }

		
		sleMplsTpTunnelCfgInfoDestCc OBJECT-TYPE
			SYNTAX MplsCcId
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This Object is used to display the Destination CC-ID of ITUT"
			::= { sleMplsTpTunnelCfgInfoEntry 11 }

		
		sleMplsTpTunnelCfgInfoDestIcc OBJECT-TYPE
			SYNTAX MplsIccId
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This Object is used to set the Destination ICC-ID of ITUT"
			::= { sleMplsTpTunnelCfgInfoEntry 12 }

		
		sleMplsTpTunnelCfgInfoDestNodeId OBJECT-TYPE
			SYNTAX IpAddress
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This Object is used to display the Destination Node ID of IETF and ITUT"
			::= { sleMplsTpTunnelCfgInfoEntry 13 }

		
		sleMplsTpTunnelCfgInfoMode OBJECT-TYPE
			SYNTAX INTEGER
				{
				none(0),
				unidirectional(1),
				bidirectional(2),
				corouted(3),
				associate(4)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the Tunnel Mode"
			::= { sleMplsTpTunnelCfgInfoEntry 14 }

		
		sleMplsTpTunnelCfgInfoFwdInLabel OBJECT-TYPE
			SYNTAX MplsLabel
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to display the Forward In Label.
				The lable range is 0 to 1048575. Here 0 to 15 are
				reserved labels. User allowed range is 16 to 1048575..
				
				The default value 1048576 is invalid label "
			DEFVAL { 1048576 }
			::= { sleMplsTpTunnelCfgInfoEntry 15 }

		
		sleMplsTpTunnelCfgInfoFwdInIfIndex OBJECT-TYPE
			SYNTAX InterfaceIndexOrZero
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the Forward IN Interface index "
			::= { sleMplsTpTunnelCfgInfoEntry 16 }

		
		sleMplsTpTunnelCfgInfoFwdOperation OBJECT-TYPE
			SYNTAX INTEGER
				{
				none(0),
				push(1),
				pop(2),
				swap(3)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the Forward Ilm OPeration ."
			::= { sleMplsTpTunnelCfgInfoEntry 17 }

		
		sleMplsTpTunnelCfgInfoFwdOutLabel OBJECT-TYPE
			SYNTAX MplsLabel
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to display the Forward In Label.
				The lable range is 0 to 1048575. Here 0 to 15 are
				reserved labels. User allowed range is 16 to 1048575.
				
				The default value 1048576 is invalid label "
			DEFVAL { 1048576 }
			::= { sleMplsTpTunnelCfgInfoEntry 18 }

		
		sleMplsTpTunnelCfgInfoFwdOutIfIndex OBJECT-TYPE
			SYNTAX InterfaceIndexOrZero
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the Forward OUT Interface index "
			::= { sleMplsTpTunnelCfgInfoEntry 19 }

		
		sleMplsTpTunnelCfgInfoFwdOutMac OBJECT-TYPE
			SYNTAX MacAddress
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to display the Forward OUT MAC ADDRESS "
			::= { sleMplsTpTunnelCfgInfoEntry 20 }

		
		sleMplsTpTunnelCfgInfoRevInLabel OBJECT-TYPE
			SYNTAX MplsLabel
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to display the Forward In Label.
				The lable range is 0 to 1048575. Here 0 to 15 are
				reserved labels. User allowed range is 16 to 1048575.
				
				The default value 1048576 is invalid label "
			DEFVAL { 1048576 }
			::= { sleMplsTpTunnelCfgInfoEntry 21 }

		
		sleMplsTpTunnelCfgInfoRevInIfIndex OBJECT-TYPE
			SYNTAX InterfaceIndexOrZero
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the Reverse IN Interface index "
			::= { sleMplsTpTunnelCfgInfoEntry 22 }

		
		sleMplsTpTunnelCfgInfoRevOperation OBJECT-TYPE
			SYNTAX INTEGER
				{
				none(0),
				push(1),
				pop(2),
				swap(3)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the Reverse Ilm OPeration ."
			::= { sleMplsTpTunnelCfgInfoEntry 23 }

		
		sleMplsTpTunnelCfgInfoRevOutLabel OBJECT-TYPE
			SYNTAX MplsLabel
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to display the Forward In Label.
				The lable range is 0 to 1048575. Here 0 to 15 are
				reserved labels. User allowed range is 16 to 1048575.
				
				The default value 1048576 is invalid label "
			DEFVAL { 1048576 }
			::= { sleMplsTpTunnelCfgInfoEntry 24 }

		
		sleMplsTpTunnelCfgInfoRevOutIfIndex OBJECT-TYPE
			SYNTAX InterfaceIndexOrZero
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the Reverse OUT Interface index "
			::= { sleMplsTpTunnelCfgInfoEntry 25 }

		
		sleMplsTpTunnelCfgInfoRevOutMac OBJECT-TYPE
			SYNTAX MacAddress
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to display the Forward OUT MAC ADDRESS ."
			::= { sleMplsTpTunnelCfgInfoEntry 26 }

		
		sleMplsTpTunnelCfgInfoState OBJECT-TYPE
			SYNTAX INTEGER
				{
				up(1),
				down(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is to display status of the tunnel."
			::= { sleMplsTpTunnelCfgInfoEntry 27 }

		
		sleMplsTpTunnelCfgInfoRole OBJECT-TYPE
			SYNTAX INTEGER
				{
				source(0),
				transist(1),
				destination(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is to display Role  of the tunnel."
			::= { sleMplsTpTunnelCfgInfoEntry 28 }

		
		sleMplsTpTunnelCfgInfoAssociateTnlName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object to display associate of reverse tunnel."
			::= { sleMplsTpTunnelCfgInfoEntry 29 }

		
		sleMplsTpTunnelCfgInfoDescription OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Description."
			::= { sleMplsTpTunnelCfgInfoEntry 30 }

		
		sleMplsTpTunnelCfgInfoHlspRole OBJECT-TYPE
			SYNTAX INTEGER
				{
				server(1),
				client(2)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This  object is used to set the Hlsp Tunnel. whether the tunnel is Server or client.
				server (1) :- To set the  Server Tunnel
				client(2) :- To set the  Client Tunnel ."
			::= { sleMplsTpTunnelCfgInfoEntry 31 }

		
		sleMplsTpTunnelCfgInfoHlspServerTunnelName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the server TunnelName, 
				when sleMplsTpTunnelCfgControlHlspOption as a client ."
			::= { sleMplsTpTunnelCfgInfoEntry 32 }

		
		sleMplsTpTunnelCfgInfoQosPolicyName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object is used to set the Qos Policy name."
			::= { sleMplsTpTunnelCfgInfoEntry 33 }

		
		sleMplsTpTunnelCfgControl OBJECT IDENTIFIER ::= { sleMplsTpTunnelCfg 2 }

		
		sleMplsTpTunnelCfgControlRequest OBJECT-TYPE
			SYNTAX INTEGER
				{
				createMplsTpTunnelEntry(1),
				deleteMplsTpTunnelEntry(2),
				setMplsTpTunnelMode(3),
				setNhlfe(4),
				setIlmPop(5),
				setIlmSwap(6),
				setAssociateTunnel(7),
				unsetNhlfe(8),
				unsetIlmPop(9),
				unsetIlmSwap(10),
				unsetAssociateTunnel(11),
				setDescription(12),
				setHlspServerLsp(13),
				setHlspClientLsp(14),
				unsetHlspServerLsp(15),
				unsetHlspClientLsp(16),
				setTunnelQosPolicyName(17),
				unsetTunnelQosPolicyName(18)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object holds the possible read-write columns that can be
				modified in the Tunnel table. For each read-write column of 
				Tunnel table, a Set Operation controlvalue is added in this object."
			::= { sleMplsTpTunnelCfgControl 1 }

		
		sleMplsTpTunnelCfgControlStatus OBJECT-TYPE
			SYNTAX SleControlStatusType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object displays the status of the configuration done."
			::= { sleMplsTpTunnelCfgControl 2 }

		
		sleMplsTpTunnelCfgControlTimer OBJECT-TYPE
			SYNTAX Gauge32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is based on the SLE style where a timer is configured 
				for every control table."
			::= { sleMplsTpTunnelCfgControl 3 }

		
		sleMplsTpTunnelCfgControlTimeStamp OBJECT-TYPE
			SYNTAX TimeTicks
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object specifies the time at which the configuration is done."
			::= { sleMplsTpTunnelCfgControl 4 }

		
		sleMplsTpTunnelCfgControlReqResult OBJECT-TYPE
			SYNTAX SleControlRequestResultType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The standard result of the SET operation is stored here."
			::= { sleMplsTpTunnelCfgControl 5 }

		
		sleMplsTpTunnelCfgControlName OBJECT-TYPE
			SYNTAX OCTET STRING (SIZE (0..16))
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The canonical name assigned to the tunnel. This name
				can be used to refer to the tunnel on the LSR's
				console port.  If mplsTunnelIsIf is set to true
				then the ifName of the interface corresponding to
				this tunnel should have a value equal to
				SlemplsTunnelName.  Also see the description of ifName
				in RFC 2863."
			REFERENCE
				"RFC 2863 - The Interfaces Group MIB, McCloghrie, K.,
				and F. Kastenholtz, June 2000."
			DEFVAL { "" }
			::= { sleMplsTpTunnelCfgControl 6 }

		
		sleMplsTpTunnelCfgControlId OBJECT-TYPE
			SYNTAX Unsigned32 (1..65535)
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the tunnel Id ."
			::= { sleMplsTpTunnelCfgControl 7 }

		
		sleMplsTpTunnelCfgControlSrcIdType OBJECT-TYPE
			SYNTAX INTEGER
				{
				ietf(1),
				itut(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the ietf or itut type."
			::= { sleMplsTpTunnelCfgControl 8 }

		
		sleMplsTpTunnelCfgControlSrcGId OBJECT-TYPE
			SYNTAX Unsigned32 (1..4294967295)
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the source Global-Id for IETF ."
			::= { sleMplsTpTunnelCfgControl 9 }

		
		sleMplsTpTunnelCfgControlSrcCc OBJECT-TYPE
			SYNTAX MplsCcId
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the source CC-ID for ITUT."
			::= { sleMplsTpTunnelCfgControl 10 }

		
		sleMplsTpTunnelCfgControlSrcIcc OBJECT-TYPE
			SYNTAX MplsIccId
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the Source ICC-ID for ITUT."
			::= { sleMplsTpTunnelCfgControl 11 }

		
		sleMplsTpTunnelCfgControlSrcNodeId OBJECT-TYPE
			SYNTAX IpAddress
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the Source Node-Id for IETF and ITUT"
			::= { sleMplsTpTunnelCfgControl 12 }

		
		sleMplsTpTunnelCfgControlDestIdType OBJECT-TYPE
			SYNTAX INTEGER
				{
				ietf(1),
				itut(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the ietf or itut type."
			::= { sleMplsTpTunnelCfgControl 13 }

		
		sleMplsTpTunnelCfgControlDestGId OBJECT-TYPE
			SYNTAX Unsigned32 (1)
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the Destination Global-Id for IETF ."
			::= { sleMplsTpTunnelCfgControl 14 }

		
		sleMplsTpTunnelCfgControlDestCc OBJECT-TYPE
			SYNTAX MplsCcId
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the Destination CC-ID for ITUT."
			::= { sleMplsTpTunnelCfgControl 15 }

		
		sleMplsTpTunnelCfgControlDestIcc OBJECT-TYPE
			SYNTAX MplsIccId
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the Destination ICC-ID for ITUT."
			::= { sleMplsTpTunnelCfgControl 16 }

		
		sleMplsTpTunnelCfgControlDestNodeId OBJECT-TYPE
			SYNTAX IpAddress
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This  object is used to set the Destination NodeID for IETF 
				and ITUT."
			::= { sleMplsTpTunnelCfgControl 17 }

		
		sleMplsTpTunnelCfgControlMode OBJECT-TYPE
			SYNTAX INTEGER
				{
				unidirectional(1),
				bidirectional(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This  object is used to set the Tunnel mode ."
			::= { sleMplsTpTunnelCfgControl 18 }

		
		sleMplsTpTunnelCfgControlPath OBJECT-TYPE
			SYNTAX INTEGER
				{
				forwardPath(1),
				reversePath(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to Set the forward path and reverse path 
				tunnel."
			::= { sleMplsTpTunnelCfgControl 19 }

		
		sleMplsTpTunnelCfgControlInLabel OBJECT-TYPE
			SYNTAX MplsLabel
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the Inlabel. "
			::= { sleMplsTpTunnelCfgControl 20 }

		
		sleMplsTpTunnelCfgControlInInterface OBJECT-TYPE
			SYNTAX InterfaceIndexOrZero
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the Ininterface index."
			::= { sleMplsTpTunnelCfgControl 21 }

		
		sleMplsTpTunnelCfgControlOperation OBJECT-TYPE
			SYNTAX INTEGER
				{
				push(1),
				pop(2),
				swap(3)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the operation of Tuunel "
			::= { sleMplsTpTunnelCfgControl 22 }

		
		sleMplsTpTunnelCfgControlOutLabel OBJECT-TYPE
			SYNTAX MplsLabel
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the outlabel. "
			::= { sleMplsTpTunnelCfgControl 23 }

		
		sleMplsTpTunnelCfgControlOutInterface OBJECT-TYPE
			SYNTAX InterfaceIndexOrZero
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the outerinterface index."
			::= { sleMplsTpTunnelCfgControl 24 }

		
		sleMplsTpTunnelCfgControlOutMacAddress OBJECT-TYPE
			SYNTAX MacAddress
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to Set the Out MacAddress ."
			::= { sleMplsTpTunnelCfgControl 25 }

		
		sleMplsTpTunnelCfgControlAssociateTnlName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to Associated Forward tunnel and reverse tunnel
				with reverse tunnel name ."
			::= { sleMplsTpTunnelCfgControl 26 }

		
		sleMplsTpTunnelCfgControlDescription OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Description."
			::= { sleMplsTpTunnelCfgControl 27 }

		
		sleMplsTpTunnelCfgControlHlspSeverTunnelName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the server Tunnel name for associating server and client."
			::= { sleMplsTpTunnelCfgControl 28 }

		
		sleMplsTpTunnelCfgControlQosPolicyName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object is used to set the Qos Policy name."
			::= { sleMplsTpTunnelCfgControl 29 }

		
	
	END

--
-- sle-mpls-tp-tunnel-mib.mib
--