summaryrefslogtreecommitdiff
path: root/MIBS/dasan/SLE-MPLS-TP-BFD-MIB
blob: 95cc487514c157a29eb4e62e60892c156d183017 (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
--
-- sle-mpls-tp-bfd-mib.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0  Build 88
-- Tuesday, January 12, 2016 at 17:14:36
--

	SLE-MPLS-TP-BFD-MIB DEFINITIONS ::= BEGIN
 
		IMPORTS
			sleMgmt			
				FROM DASAN-SMI			
			IANAbfdDiagTC			
				FROM IANA-BFD-TC-STD-MIB			
			SleControlStatusType, SleControlRequestResultType			
				FROM SLE-TC-MIB			
			mib-2, TimeTicks, Unsigned32, Gauge32, OBJECT-TYPE, 
			MODULE-IDENTITY, OBJECT-IDENTITY			
				FROM SNMPv2-SMI;
	
	
		sleMplsTpBfd MODULE-IDENTITY 
			LAST-UPDATED "201510070000Z"		-- October 07, 2015 at 00:00 GMT
			ORGANIZATION 
				"Dasan Networks"
			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 
				"Bidirectional Forwarding Management Information Base."
			REVISION "200406030000Z"		-- June 03, 2004 at 00:00 GMT
			DESCRIPTION 
				"Initial version issued as part of RFC 3812."
			::= { sleMpls 19 }

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

		
		sleMplsTpBfdCfg OBJECT IDENTIFIER ::= { sleMplsTpBfd 1 }

		
		sleMplsTpBfdCfgInfoTable OBJECT-TYPE
			SYNTAX SEQUENCE OF SleBfdCfgInfoEntry
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The BFD Cfg Table describes the configuration details."
			::= { sleMplsTpBfdCfg 1 }

		
		sleMplsTpBfdCfgInfoEntry OBJECT-TYPE
			SYNTAX SleBfdCfgInfoEntry
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The BFD Session Entry describes BFD session."
			INDEX { sleMplsTpBfdCfgInfoMegIndex, sleMplsTpBfdCfgInfoMeIndex }
			::= { sleMplsTpBfdCfgInfoTable 1 }

		
		SleBfdCfgInfoEntry ::=
			SEQUENCE { 
				sleMplsTpBfdCfgInfoMegIndex
					Unsigned32,
				sleMplsTpBfdCfgInfoMeIndex
					Unsigned32,
				sleMplsTpBfdCfgInfoMegName
					OCTET STRING,
				sleMplsTpBfdCfgInfoMeName
					OCTET STRING,
				sleMplsTpBfdCfgInfoTxInterval
					OCTET STRING,
				sleMplsTpBfdCfgInfoRXInterval
					OCTET STRING
			 }

		sleMplsTpBfdCfgInfoMegIndex OBJECT-TYPE
			SYNTAX Unsigned32 (1..65535)
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"MEG Index."
			::= { sleMplsTpBfdCfgInfoEntry 1 }

		
		sleMplsTpBfdCfgInfoMeIndex OBJECT-TYPE
			SYNTAX Unsigned32 (1..65535)
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"Maintenance Entity Index."
			::= { sleMplsTpBfdCfgInfoEntry 2 }

		
		sleMplsTpBfdCfgInfoMegName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"MEG Index."
			::= { sleMplsTpBfdCfgInfoEntry 3 }

		
		sleMplsTpBfdCfgInfoMeName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Maintenance Entity Index."
			::= { sleMplsTpBfdCfgInfoEntry 4 }

		
		sleMplsTpBfdCfgInfoTxInterval OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"TX Packet Interval of BFD to neighbor."
			::= { sleMplsTpBfdCfgInfoEntry 5 }

		
		sleMplsTpBfdCfgInfoRXInterval OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"RX Packet Interval of BFD from neighbor."
			::= { sleMplsTpBfdCfgInfoEntry 6 }

		
		sleMplsTpBfdCfgControl OBJECT IDENTIFIER ::= { sleMplsTpBfdCfg 2 }

		
		sleMplsTpBfdCfgControlRequest OBJECT-TYPE
			SYNTAX INTEGER
				{
				createBfdcfgEntry(1),
				deleteBfdCfgEntry(2),
				setIntervals(3)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"This object holds the possible read-write columns that can be 
				modified in the BFD Config table. For each read-write column of 
				BFD config table, a Set Operation control value is added in this 
				object."
			::= { sleMplsTpBfdCfgControl 1 }

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

		
		sleMplsTpBfdCfgControlTimer 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."
			::= { sleMplsTpBfdCfgControl 3 }

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

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

		
		sleMplsTpBfdCfgControlMegName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"MEG Name."
			::= { sleMplsTpBfdCfgControl 6 }

		
		sleMplsTpBfdCfgControlMeName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Maintenance Entity Name."
			::= { sleMplsTpBfdCfgControl 7 }

		
		sleMplsTpBfdCfgControlTxInterval OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"TX Packet Interval of BFD to neighbor."
			::= { sleMplsTpBfdCfgControl 8 }

		
		sleMplsTpBfdCfgControlRXInterval OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"RX Packet Interval of BFD from neighbor."
			::= { sleMplsTpBfdCfgControl 9 }

		
		sleMplsTpBfdSession OBJECT IDENTIFIER ::= { sleMplsTpBfd 2 }

		
		sleMplsTpBfdSessionInfoTable OBJECT-TYPE
			SYNTAX SEQUENCE OF SleBfdSessionInfoEntry
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The BFD Session Table describes the BFD sessions."
			REFERENCE
				"Katz, D. and D. Ward, Bidirectional Forwarding
				Detection (BFD), RFC 5880, June 2012."
			::= { sleMplsTpBfdSession 1 }

		
		sleMplsTpBfdSessionInfoEntry OBJECT-TYPE
			SYNTAX SleBfdSessionInfoEntry
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The BFD Session Entry describes BFD session."
			INDEX { sleMplsTpBfdSessionInfoSessIndex }
			::= { sleMplsTpBfdSessionInfoTable 1 }

		
		SleBfdSessionInfoEntry ::=
			SEQUENCE { 
				sleMplsTpBfdSessionInfoSessIndex
					Unsigned32,
				sleMplsTpBfdSessionInfoMegName
					OCTET STRING,
				sleMplsTpBfdSessionInfoMeName
					OCTET STRING,
				sleMplsTpBfdSessionInfoVersionNumber
					Unsigned32,
				sleMplsTpBfdSessionInfoDiscriminator
					Unsigned32,
				sleMplsTpBfdSessionInfoRemoteDiscriminator
					Unsigned32,
				sleMplsTpBfdSessionInfoState
					INTEGER,
				sleMplsTpBfdSessionInfoDiag
					IANAbfdDiagTC,
				sleMplsTpBfdSessionInfoDesiredMinTxInterval
					OCTET STRING,
				sleMplsTpBfdSessionInfoReqMinRxInterval
					OCTET STRING,
				sleMplsTpBfdSessionInfoDetectMult
					Unsigned32
			 }

		sleMplsTpBfdSessionInfoSessIndex OBJECT-TYPE
			SYNTAX Unsigned32 (1..65535)
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"This object contains an index used to represent a
				unique BFD session on this device."
			::= { sleMplsTpBfdSessionInfoEntry 1 }

		
		sleMplsTpBfdSessionInfoMegName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"MEG Name of the BFD Session."
			::= { sleMplsTpBfdSessionInfoEntry 2 }

		
		sleMplsTpBfdSessionInfoMeName OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"MEG Name of the BFD Session."
			::= { sleMplsTpBfdSessionInfoEntry 3 }

		
		sleMplsTpBfdSessionInfoVersionNumber OBJECT-TYPE
			SYNTAX Unsigned32 (0..7)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The version number of the BFD protocol that this session
				is running in. Write access is available for this object
				to provide ability to set desired version for this
				BFD session."
			REFERENCE
				"Katz, D. and D. Ward, Bidirectional Forwarding
				Detection (BFD), RFC 5880, June 2012."
			DEFVAL { 1 }
			::= { sleMplsTpBfdSessionInfoEntry 4 }

		
		sleMplsTpBfdSessionInfoDiscriminator OBJECT-TYPE
			SYNTAX Unsigned32 (1..4294967295)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object specifies the local discriminator for this BFD
				session, used to uniquely identify it."
			::= { sleMplsTpBfdSessionInfoEntry 5 }

		
		sleMplsTpBfdSessionInfoRemoteDiscriminator OBJECT-TYPE
			SYNTAX Unsigned32 (0 | 1..4294967295)
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object specifies the session discriminator chosen
				by the remote system for this BFD session.  The value may
				be zero(0) if the remote discriminator is not yet known
				or if the session is in the down or adminDown(1) state."
			REFERENCE
				"Section 6.8.6, from Katz, D. and D. Ward, Bidirectional 
				Forwarding Detection (BFD), RFC 5880, June 2012."
			::= { sleMplsTpBfdSessionInfoEntry 6 }

		
		sleMplsTpBfdSessionInfoState OBJECT-TYPE
			SYNTAX INTEGER
				{
				adminDown(0),
				stateDown(1),
				stateInit(2),
				stateUp(3),
				unknown(4)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"BFD session state."
			::= { sleMplsTpBfdSessionInfoEntry 7 }

		
		sleMplsTpBfdSessionInfoDiag OBJECT-TYPE
			SYNTAX IANAbfdDiagTC
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"A diagnostic code specifying the local system's reason
				for the last transition of the session from up(4)
				to some other state."
			::= { sleMplsTpBfdSessionInfoEntry 8 }

		
		sleMplsTpBfdSessionInfoDesiredMinTxInterval OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object specifies the minimum interval, in
				microseconds, that the local system would like to use
				when transmitting BFD Control packets. The value of
				zero(0) is reserved, and should not be used."
			REFERENCE
				"Section 4.1 from Katz, D. and D. Ward, Bidirectional 
				Forwarding Detection (BFD), RFC 5880, June 2012."
			::= { sleMplsTpBfdSessionInfoEntry 9 }

		
		sleMplsTpBfdSessionInfoReqMinRxInterval OBJECT-TYPE
			SYNTAX OCTET STRING
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object specifies the minimum interval, in
				microseconds, between received  BFD Control packets the
				local system is capable of supporting. The value of
				zero(0) can be specified when the transmitting system
				does not want the remote system to send any periodic BFD
				control packets."
			REFERENCE
				"Section 4.1 from Katz, D. and D. Ward, Bidirectional 
				Forwarding Detection (BFD), RFC 5880, June 2012."
			::= { sleMplsTpBfdSessionInfoEntry 10 }

		
		sleMplsTpBfdSessionInfoDetectMult OBJECT-TYPE
			SYNTAX Unsigned32
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION			" "
			::= { sleMplsTpBfdSessionInfoEntry 11 }

		
	
	END

--
-- sle-mpls-tp-bfd-mib.mib
--