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
|
--
-- sle-mpls-tp-node-mib.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
-- Tuesday, January 12, 2016 at 11:22:02
--
SLE-MPLS-TP-NODE-MIB DEFINITIONS ::= BEGIN
IMPORTS
sleMgmt
FROM DASAN-SMI
MplsCcId, MplsIccId
FROM MPLS-TC-EXT-STD-MIB
mplsTunnelIndex, mplsTunnelInstance, mplsTunnelIngressLSRId, mplsTunnelEgressLSRId
FROM MPLS-TE-STD-MIB
SleControlStatusType, SleControlRequestResultType
FROM SLE-TC-MIB
zeroDotZero, TimeTicks, IpAddress, Unsigned32, Gauge32,
OBJECT-TYPE, MODULE-IDENTITY, OBJECT-IDENTITY
FROM SNMPv2-SMI;
sleMplsTpNode 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) 2012 IETF Trust and the persons identified
as the document authors. All rights reserved.
This MIB module contains generic object definitions for
MPLS Traffic Engineering in transport networks."
REVISION "201207150000Z" -- July 15, 2012 at 00:00 GMT
DESCRIPTION
"MPLS_TP node configuration table"
::= { sleMpls 13 }
--
-- Node definitions
--
sleMpls OBJECT-IDENTITY
STATUS current
DESCRIPTION
"SLE MPLS."
::= { sleMgmt 16 }
sleMplsTpNodeCfg OBJECT IDENTIFIER ::= { sleMplsTpNode 1 }
sleMplsTpNodeCfgInfo OBJECT IDENTIFIER ::= { sleMplsTpNodeCfg 1 }
sleMplsTpNodeCfgInfoGlobalId OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the Global Operator Identifier.
this object value should be zero when
sleMplsTpNodeConfigInfoCcId and sleMplsTpNodeConfigInfoICcId
is configured with non-null value."
REFERENCE
"MPLS-TP Identifiers [RFC6370]."
::= { sleMplsTpNodeCfgInfo 1 }
sleMplsTpNodeCfgInfoItutCc OBJECT-TYPE
SYNTAX MplsCcId
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object allows the operator or service provider to
configure a unique MPLS-TP ITU-T Carrier Code (ICC)
either for Ingress ID or Egress ID.
This object value should be zero when
sleMplsTpNodeConfigInfoGlobalId are assigned with non-zero value."
REFERENCE
"MPLS-TP Identifiers [RFC6370]."
::= { sleMplsTpNodeCfgInfo 2 }
sleMplsTpNodeCfgInfoItutIcc OBJECT-TYPE
SYNTAX MplsIccId
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object allows the operator or service provider to
configure a unique MPLS-TP ITU-T Carrier Code (ICC)
either for Ingress ID or Egress ID.
This object value should be zero when
sleMplsTpNodeConfigInfoGlobalId are assigned with non-zero value."
REFERENCE
"MPLS-TP Identifiers [RFC6370]."
::= { sleMplsTpNodeCfgInfo 3 }
sleMplsTpNodeCfgInfoNodeId OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the Node_ID within the operator."
REFERENCE
"MPLS-TP Identifiers [RFC6370]."
::= { sleMplsTpNodeCfgInfo 4 }
sleMplsTpNodeCfgInfoNodeType OBJECT-TYPE
SYNTAX INTEGER
{
ietf(1),
itut(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object value should be zero when
sleMplsTpNodeConfigInfoGlobalId are assigned with non-zero value ."
::= { sleMplsTpNodeCfgInfo 5 }
sleMplsTpNodeCfgControl OBJECT IDENTIFIER ::= { sleMplsTpNodeCfg 2 }
sleMplsTpNodeCfgControlRequest OBJECT-TYPE
SYNTAX INTEGER
{
setMplsTpNode(1),
unsetMplsTpNode(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object holds the possible read-write columns that can be
modified in the TunnelExtNodeConfigTable table. For each read-write
column of TunnelExtNodeConfigTable table, a Set Operation control
value is added in this object."
::= { sleMplsTpNodeCfgControl 1 }
sleMplsTpNodeCfgControlStatus OBJECT-TYPE
SYNTAX SleControlStatusType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object displays the status of the configuration done."
::= { sleMplsTpNodeCfgControl 2 }
sleMplsTpNodeCfgControlTimer 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."
::= { sleMplsTpNodeCfgControl 3 }
sleMplsTpNodeCfgControlTimestamp OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object specifies the time at which the configuration is done."
::= { sleMplsTpNodeCfgControl 4 }
sleMplsTpNodeCfgControlReqResult OBJECT-TYPE
SYNTAX SleControlRequestResultType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The standard result of the SET operation is stored here."
::= { sleMplsTpNodeCfgControl 5 }
sleMplsTpNodeCfgControlGlobalId OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the Global Operator Identifier.
This object value should be zero when
sleMplsTpNodeConfigControlIccId and sleMplsTpNodeConfigControlccId
is configured with non-null value."
REFERENCE
"MPLS-TP Identifiers [RFC6370]."
::= { sleMplsTpNodeCfgControl 6 }
sleMplsTpNodeCfgControlItutCc OBJECT-TYPE
SYNTAX MplsCcId
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object allows the operator or service provider to
configure a unique MPLS-TP ITU-T Carrier Code (ICC)
either for Ingress ID or Egress ID.
This object value should be zero when
sleMplsTpNodeConfigControlGlobalId are assigned with
non-zero value."
REFERENCE
"MPLS-TP Identifiers [RFC6370]."
::= { sleMplsTpNodeCfgControl 7 }
sleMplsTpNodeCfgControlItutIcc OBJECT-TYPE
SYNTAX MplsIccId
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object allows the operator or service provider to configure a
unique MPLS-TP ITU-T Carrier Code (ICC) either for Ingress ID
or Egress ID.
This object value should be zero when
sleMplsTpNodeConfigControlGlobalId are assigned with non-zero
value."
REFERENCE
"MPLS-TP Identifiers [RFC6370]."
::= { sleMplsTpNodeCfgControl 8 }
sleMplsTpNodeCfgControlNodeId OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the Node_ID within the operator."
REFERENCE
"MPLS-TP Identifiers [RFC6370]."
::= { sleMplsTpNodeCfgControl 9 }
sleMplsTpNodeCfgControlNodeType OBJECT-TYPE
SYNTAX INTEGER
{
ietf(1),
itut(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object allows the operator or service provider to
configure a unique MPLS-TP ITU-T Carrier Code (ICC)
either for Ingress ID or Egress ID.
This object value should be zero when
msleMplsTpNodeConfigControlGlobalId are assigned with non-zero
value."
REFERENCE
"MPLS-TP Identifiers [RFC6370]."
::= { sleMplsTpNodeCfgControl 10 }
END
--
-- sle-mpls-tp-node-mib.mib
--
|