summaryrefslogtreecommitdiff
path: root/MIBS/dasan/SLE-DHCP-SNOOPING-MIB
blob: 6cd1f37614d2f02084b382612faaefdf8d39778e (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
--
-- sle-Dhcp-snooping-mib.my
-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 285
-- Monday, August 29, 2005 at 13:16:22
--

	SLE-DHCP-SNOOPING-MIB DEFINITIONS ::= BEGIN
 
		IMPORTS
			sleMgmt			
				FROM DASAN-SMI			
			InterfaceIndex			
				FROM IF-MIB			
			SleControlStatusType, SleControlRequestResultType			
				FROM SLE-TC-MIB			
			TimeTicks, IpAddress, Integer32, Gauge32, OBJECT-TYPE, 
			MODULE-IDENTITY, NOTIFICATION-TYPE			
				FROM SNMPv2-SMI			
			MacAddress			
				FROM SNMPv2-TC;
	
	
		-- 1.3.6.1.4.1.6296.101.12
		sleDhcpSnooping MODULE-IDENTITY 
			LAST-UPDATED "200507291407Z"		-- July 29, 2005 at 14:07 GMT
			ORGANIZATION 
				"HANASOFT"
			CONTACT-INFO 
				"Contact-info."
			DESCRIPTION 
				"This MIB contains all needed informations about DHCP Snooping
				 and all supported sle DHCP Snooping features."
			REVISION "200507291425Z"		-- July 29, 2005 at 14:25 GMT
			DESCRIPTION 
				" "
			::= { sleMgmt 12 }

		
	
	
	
--
-- Node definitions
--
	
		-- 1.3.6.1.4.1.6296.101.12.1
		sleGlobal OBJECT IDENTIFIER::= { sleDhcpSnooping 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.1
		sleGlobalInfo OBJECT IDENTIFIER::= { sleGlobal 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.1.1
		sleFeatureEnable OBJECT-TYPE
			SYNTAX INTEGER
				{
				inactive(0),
				active(1)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object indicates whether the DHCP Snooping feature is
				 enabled at the device level."
			::= { sleGlobalInfo 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.2
		sleGlobalControl OBJECT IDENTIFIER::= { sleGlobal 2 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.2.1
		sleGlobalControlRequest OBJECT-TYPE
			SYNTAX INTEGER { setSnoopingEnable(1) }
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The request of a user command."
			::= { sleGlobalControl 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.2.2
		sleGlobalControlStatus OBJECT-TYPE
			SYNTAX SleControlStatusType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The status of a user command."
			::= { sleGlobalControl 2 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.2.3
		sleGlobalControlTimer OBJECT-TYPE
			SYNTAX Gauge32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The maximum wait time for the manager for a long running user command."
			::= { sleGlobalControl 3 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.2.4
		sleGlobalControlTimeStamp OBJECT-TYPE
			SYNTAX TimeTicks
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The time stamp of the last command (end of command)."
			::= { sleGlobalControl 4 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.2.5
		sleGlobalControlReqResult OBJECT-TYPE
			SYNTAX SleControlRequestResultType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The result of the last user command."
			::= { sleGlobalControl 5 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.2.6
		sleGlobalControlFeatureEnable OBJECT-TYPE
			SYNTAX INTEGER
				{
				inactive(0),
				active(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Description."
			::= { sleGlobalControl 6 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.3
		sleGlobalNotification OBJECT IDENTIFIER::= { sleGlobal 3 }

		
		-- 1.3.6.1.4.1.6296.101.12.1.3.1
		sleGlobalFeatureEnableChanged NOTIFICATION-TYPE
			OBJECTS { sleGlobalControlRequest, sleGlobalControlTimeStamp, sleGlobalControlReqResult, sleFeatureEnable }
			STATUS current
			DESCRIPTION 
				"Description."
			::= { sleGlobalNotification 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.2
		slePortSrcGuard OBJECT IDENTIFIER::= { sleDhcpSnooping 2 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1
		slePortSrcGuardConfig OBJECT IDENTIFIER::= { slePortSrcGuard 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.1
		slePortSrcGuardConfigTable OBJECT-TYPE
			SYNTAX SEQUENCE OF SlePortSrcGuardConfigEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"A table provides the mechanism to enable or disable  
				 IP Source Guard at each physical port capable of
				 this feature. 
				
				 When DHCP Snooping is enabled at an interface, a list of
				 IP addresses is obtained through DHCP Snooping for this
				 particular port. If IP Source Guard is enabled, only
				 traffic from these IP addresses is allowed to pass through
				 the port."
			::= { slePortSrcGuardConfig 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.1.1
		slePortSrcGuardConfigEntry OBJECT-TYPE
			SYNTAX SlePortSrcGuardConfigEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"A row instance contains the configuration to enable
				 or disable IP Source Guard at each physical port
				 capable of this feature."
			INDEX { slePortSrcGuardIndex }
			::= { slePortSrcGuardConfigTable 1 }

		
		SlePortSrcGuardConfigEntry ::=
			SEQUENCE { 
				slePortSrcGuardIndex
					INTEGER,
				slePortSrcGuardEnable
					INTEGER
			 }

		-- 1.3.6.1.4.1.6296.101.12.2.1.1.1.1
		slePortSrcGuardIndex OBJECT-TYPE
			SYNTAX INTEGER
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"Same as sleBridgePortIndex."
			::= { slePortSrcGuardConfigEntry 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.1.1.2
		slePortSrcGuardEnable OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object indicates whether IP Source Guard is enabled
				 at this port. 
				
				 If this object is set to 'true', IP Source Guard is
				 enabled. Traffic coming to this interface will be forwarded
				 if it is from the list of IP addresses obtained through
				 DHCP Snooping. Otherwise, it is denied.
				
				 If this object is set to 'false', IP Source Guard is
				 disabled."
			::= { slePortSrcGuardConfigEntry 2 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.2
		slePortSrcGuardConfigControl OBJECT IDENTIFIER::= { slePortSrcGuardConfig 2 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.2.1
		slePortSrcGuardConfigControlRequest OBJECT-TYPE
			SYNTAX INTEGER { setPortSrcGuardConfig(1) }
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The request of a user command."
			::= { slePortSrcGuardConfigControl 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.2.2
		slePortSrcGuardConfigControlStatus OBJECT-TYPE
			SYNTAX SleControlStatusType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The status of a user command."
			::= { slePortSrcGuardConfigControl 2 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.2.3
		slePortSrcGuardConfigControlTimer OBJECT-TYPE
			SYNTAX Gauge32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The maximum wait time for the manager for a long running user command."
			::= { slePortSrcGuardConfigControl 3 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.2.4
		slePortSrcGuardConfigControlTimeStamp OBJECT-TYPE
			SYNTAX TimeTicks
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The time stamp of the last command (end of command)."
			::= { slePortSrcGuardConfigControl 4 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.2.5
		slePortSrcGuardConfigControlReqResult OBJECT-TYPE
			SYNTAX SleControlRequestResultType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The result of the last user command."
			::= { slePortSrcGuardConfigControl 5 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.2.6
		slePortSrcGuardConfigControlIndex OBJECT-TYPE
			SYNTAX INTEGER
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The port number that IP Source Guard is enabled at."
			::= { slePortSrcGuardConfigControl 6 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.2.7
		slePortSrcGuardConfigControlEnable OBJECT-TYPE
			SYNTAX INTEGER
				{
				disable(0),
				enable(1)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The flag to specify whether IP Source Guard is enabled or not."
			::= { slePortSrcGuardConfigControl 7 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.3
		slePortSrcGuardConfigNotification OBJECT IDENTIFIER::= { slePortSrcGuardConfig 3 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.1.3.1
		slePortSrcGuardConfigEnableChanged NOTIFICATION-TYPE
			OBJECTS { slePortSrcGuardConfigControlRequest, slePortSrcGuardConfigControlTImeStamp, slePortSrcGuardConfigControlReqResult, slePortSrcGuardEnable }
			STATUS current
			DESCRIPTION 
				"Description."
			::= { slePortSrcGuardConfigNotification 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2
		slePortSrcGuardAddress OBJECT IDENTIFIER::= { slePortSrcGuard 2 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.1
		slePortSrcGuardAddressTable OBJECT-TYPE
			SYNTAX SEQUENCE OF SlePortSrcGuardAddressEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"A table provides the information on IP addresses used
				 for IP Source Guard purpose at each physical port
				 capable of this feature."
			::= { slePortSrcGuardAddress 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.1.1
		slePortSrcGuardAddressEntry OBJECT-TYPE
			SYNTAX SlePortSrcGuardAddressEntry
			MAX-ACCESS not-accessible
			STATUS current
			DESCRIPTION
				"A row instance contains the IP address type and IP
				 address used for IP Source Guard purpose at each
				 physical port capable of this feature."
			INDEX { slePortSrcGuardIndex, slePortSrcGuardAddressIp }
			::= { slePortSrcGuardAddressTable 1 }

		
		SlePortSrcGuardAddressEntry ::=
			SEQUENCE { 
				slePortSrcGuardAddressIp
					IpAddress,
				slePortSrcGuardAddressMask
					IpAddress,
				slePortSrcGuardAddressMac
					MacAddress,
				slePortSrcGuardAddressLease
					Integer32
			 }

		-- 1.3.6.1.4.1.6296.101.12.2.2.1.1.1
		slePortSrcGuardAddressIp OBJECT-TYPE
			SYNTAX IpAddress
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object indicates the IP address obtained at
				 this port through DHCP Snooping."
			::= { slePortSrcGuardAddressEntry 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.1.1.2
		slePortSrcGuardAddressMask OBJECT-TYPE
			SYNTAX IpAddress
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object indicates the subnet mask of IP address 
				 obtained at this port through DHCP Snooping."
			::= { slePortSrcGuardAddressEntry 2 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.1.1.3
		slePortSrcGuardAddressMac OBJECT-TYPE
			SYNTAX MacAddress
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object indicates the MAC responding to IP address 
				 obtained at this port through DHCP Snooping."
			::= { slePortSrcGuardAddressEntry 3 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.1.1.4
		slePortSrcGuardAddressLease OBJECT-TYPE
			SYNTAX Integer32
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"This object indicates the lease time of IP address 
				 obtained at this port through DHCP Snooping."
			::= { slePortSrcGuardAddressEntry 4 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.2
		slePortSrcGuardAddressControl OBJECT IDENTIFIER::= { slePortSrcGuardAddress 2 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.2.1
		slePortSrcGuardAddressControlRequest OBJECT-TYPE
			SYNTAX INTEGER
				{
				createPortSrcGuardAddress(1),
				destroyPortSrcGuardAddress(2)
				}
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The request of a user command."
			::= { slePortSrcGuardAddressControl 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.2.2
		slePortSrcGuardAddressControlStatus OBJECT-TYPE
			SYNTAX SleControlStatusType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The status of a user command."
			::= { slePortSrcGuardAddressControl 2 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.2.3
		slePortSrcGuardAddressControlTimer OBJECT-TYPE
			SYNTAX Gauge32
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"The maximum wait time for the manager for a long running user command."
			::= { slePortSrcGuardAddressControl 3 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.2.4
		slePortSrcGuardAddressControlTimeStamp OBJECT-TYPE
			SYNTAX TimeTicks
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The time stamp of the last command (end of command)."
			::= { slePortSrcGuardAddressControl 4 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.2.5
		slePortSrcGuardAddressControlReqResult OBJECT-TYPE
			SYNTAX SleControlRequestResultType
			MAX-ACCESS read-only
			STATUS current
			DESCRIPTION
				"The result of the last user command."
			::= { slePortSrcGuardAddressControl 5 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.2.6
		slePortSrcGuardAddressControlIndex OBJECT-TYPE
			SYNTAX InterfaceIndex
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Description."
			::= { slePortSrcGuardAddressControl 6 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.2.7
		slePortSrcGuardAddressControlIp OBJECT-TYPE
			SYNTAX IpAddress
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Description."
			::= { slePortSrcGuardAddressControl 7 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.2.8
		slePortSrcGuardAddressControlMask OBJECT-TYPE
			SYNTAX IpAddress
			MAX-ACCESS read-write
			STATUS current
			DESCRIPTION
				"Description."
			::= { slePortSrcGuardAddressControl 8 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.3
		slePortSrcGuardAddressNotification OBJECT IDENTIFIER::= { slePortSrcGuardAddress 3 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.3.1
		slePortSrcGuardAddressCreated NOTIFICATION-TYPE
			OBJECTS { slePortSrcGuardAddressControlRequest, slePortSrcGuardAddressControlTImeStamp, slePortSrcGuardAddressControlReqResult, slePortSrcGuardAddressIp, slePortSrcGuardAddressMask
				 }
			STATUS current
			DESCRIPTION 
				"Description."
			::= { slePortSrcGuardAddressNotification 1 }

		
		-- 1.3.6.1.4.1.6296.101.12.2.2.3.2
		slePortSrcGuardAddressDestroyed NOTIFICATION-TYPE
			OBJECTS { slePortSrcGuardAddressControlRequest, slePortSrcGuardAddressControlTImeStamp, slePortSrcGuardAddressControlReqResult, slePortSrcGuardAddressIp, slePortSrcGuardAddressMask
				 }
			STATUS current
			DESCRIPTION 
				"Description."
			::= { slePortSrcGuardAddressNotification 2 }

		
	
	END

--
-- sle-Dhcp-snooping-mib.my
--