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
|
-- *****************************************************************
-- UBQS-ARP-MIB.mib: Ubiquoss arp MIB file
--
-- June 2011, kimbk
--
-- Copyright (c) 2010 by Ubiquoss, Corp.
-- All rights reserved.
--
-- *****************************************************************
--
UBQS-ARP-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE,
IpAddress
FROM SNMPv2-SMI
RowStatus, TruthValue, MacAddress
FROM SNMPv2-TC
DisplayString
FROM RFC1213-MIB
InetAddress, InetAddressType,
InetAddressPrefixLength,
FROM INET-ADDRESS-MIB
ifIndex
FROM IF-MIB
ubiMgmtv2
FROM UBQS-SMI;
ubiArpMIB MODULE-IDENTITY
LAST-UPDATED "201012170000Z"
ORGANIZATION "Ubiquoss Corp."
CONTACT-INFO
" Ubiquoss
Customer Service
Postal: 24F Milennium B/D,
467-12, Dogok-Dong,
GangNam-Gu, Seoul 135-270
Korea
Tel: 82-2-2190-3100"
DESCRIPTION
"The UBQS-SYSLOG-MIB is used to get
the syslog information."
::= { ubiMgmtv2 20 }
-- ***********************************************************
-- Textual Conventions
-- ***********************************************************
-- ***************************************************************
-- ubiSyslogMIB
-- ***************************************************************
ubiArpMIBNotificationPrefix OBJECT IDENTIFIER ::= { ubiArpMIB 0 }
ubiArpMIBObjects OBJECT IDENTIFIER ::= { ubiArpMIB 1 }
ubiArpMIBConformance OBJECT IDENTIFIER ::= { ubiArpMIB 2 }
ubiArpEntryMIBObjects OBJECT IDENTIFIER ::= { ubiArpMIBObjects 1 }
ubiArpSnoopMIBObjects OBJECT IDENTIFIER ::= { ubiArpMIBObjects 3 }
-- ***********************************************************
-- ubiArpTable
-- ***********************************************************
ubiArpTable OBJECT-TYPE
SYNTAX SEQUENCE OF UbiArpEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"The Table of arp cache list entrys"
::= { ubiArpEntryMIBObjects 1 }
ubiArpEntry OBJECT-TYPE
SYNTAX UbiArpEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry of arp cache entry"
INDEX
{
ifIndex,
ubiArpMacAddress
}
::= { ubiArpTable 1 }
UbiArpEntry ::= SEQUENCE {
ubiArpIpAddress DisplayString,
ubiArpMacAddress DisplayString,
ubiArpType INTEGER,
ubiArpPortIndex Integer32,
ubiArpRowStatus RowStatus
}
ubiArpIpAddress OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS current
DESCRIPTION
"arp cache ip address"
::= { ubiArpEntry 1 }
ubiArpMacAddress OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-create
STATUS current
DESCRIPTION
"arp cache mac address"
::= { ubiArpEntry 2 }
ubiArpType OBJECT-TYPE
SYNTAX INTEGER
{
dynamic(0),
static(1)
}
ACCESS read-only
STATUS current
DESCRIPTION
"arp cache type"
::= { ubiArpEntry 3 }
ubiArpPortIndex OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION
"arp cache port index"
::= { ubiArpEntry 4 }
ubiArpRowStatus OBJECT-TYPE
SYNTAX RowStatus
ACCESS read-create
STATUS current
DESCRIPTION
"arp cache row status"
::= { ubiArpEntry 5 }
ubiClearArpCache OBJECT-TYPE
SYNTAX Integer32
ACCESS read-write
STATUS current
DESCRIPTION
"command to clear arp-cache.
If value == 0
clear all arp-cache
else if value == specific ifindex
clear specific ifindex arp-cache"
::= { ubiArpEntryMIBObjects 2 }
-- ***********************************************************
-- ubiArpGetPonInfo
-- ***********************************************************
ubiArpGetPonInfo OBJECT IDENTIFIER ::= { ubiArpEntryMIBObjects 3 }
ubiArpGetPonInfoIpAddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS current
DESCRIPTION
"IP address to be used to get pon information in arp table"
::= { ubiArpGetPonInfo 1 }
ubiArpGetPonInfoOnuId OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION
"Searched ONU ID"
::= { ubiArpGetPonInfo 2 }
ubiArpGetPonInfoOnuMacAddress OBJECT-TYPE
SYNTAX MacAddress
ACCESS read-only
STATUS current
DESCRIPTION
"Searched ONU MAC Address"
::= { ubiArpGetPonInfo 3 }
ubiArpGetTotalCount OBJECT-TYPE
SYNTAX Unsigned32
ACCESS read-only
STATUS current
DESCRIPTION
"Total Count of arp-cache"
::= { ubiArpEntryMIBObjects 4 }
-- ***********************************************************
-- ubiArpSnoopGlobal
-- ***********************************************************
ubiArpSnoopGlobal OBJECT IDENTIFIER ::= { ubiArpSnoopMIBObjects 1 }
ubiArpSnoopStatus OBJECT-TYPE
SYNTAX INTEGER
{
disable(0),
enable(1)
}
ACCESS read-write
STATUS current
DESCRIPTION
"arp snoop enable status"
::= { ubiArpSnoopGlobal 1 }
ubiArpSnoopGratuitous OBJECT-TYPE
SYNTAX INTEGER
{
disable(0),
enable(1)
}
ACCESS read-write
STATUS current
DESCRIPTION
"arp snoop gratuitous-arp-update"
::= { ubiArpSnoopGlobal 2 }
ubiArpSnoopHealthCheck OBJECT-TYPE
SYNTAX INTEGER
{
disable(0),
enable(1)
}
ACCESS read-write
STATUS current
DESCRIPTION
"arp snoop health-check"
::= { ubiArpSnoopGlobal 3 }
ubiArpSnoopProbe OBJECT-TYPE
SYNTAX INTEGER
{
disable(0),
enable(1)
}
ACCESS read-write
STATUS current
DESCRIPTION
"arp snoop probe"
::= { ubiArpSnoopGlobal 4 }
ubiArpSnoopProbeInterval OBJECT-TYPE
SYNTAX INTEGER
{
noProbeInterval(0)
}(10..120)
ACCESS read-write
STATUS current
DESCRIPTION
"arp snoop probe-interval"
::= { ubiArpSnoopGlobal 5 }
ubiArpSnoopWaitTime OBJECT-TYPE
SYNTAX INTEGER
{
noWaitTime(0)
}(1..5)
ACCESS read-write
STATUS current
DESCRIPTION
"arp snoop wait-time"
::= { ubiArpSnoopGlobal 6 }
-- ***********************************************************
-- ubiArpSnoopTable
-- ***********************************************************
ubiArpSnoopTable OBJECT-TYPE
SYNTAX SEQUENCE OF UbiArpSnoopEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of arp snoop entrys"
::= { ubiArpSnoopMIBObjects 2 }
ubiArpSnoopEntry OBJECT-TYPE
SYNTAX UbiArpSnoopEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry representing arp snoop entry"
INDEX { ubiArpSnoopBeginAddress }
::= { ubiArpSnoopTable 1 }
UbiArpSnoopEntry ::= SEQUENCE {
ubiArpSnoopBeginAddress IpAddress,
ubiArpSnoopEndAddress IpAddress,
ubiArpSnoopAgingTime INTEGER,
ubiArpSnoopRowStatus RowStatus
}
ubiArpSnoopBeginAddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS current
DESCRIPTION
"arp snoop begin address"
::= { ubiArpSnoopEntry 1 }
ubiArpSnoopEndAddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-create
STATUS current
DESCRIPTION
"arp snoop end address"
::= { ubiArpSnoopEntry 2 }
ubiArpSnoopAgingTime OBJECT-TYPE
SYNTAX INTEGER
{
defaultAgingTime(80)
}(0..300)
ACCESS read-write
STATUS current
DESCRIPTION
"arp snoop aging time"
::= { ubiArpSnoopEntry 3 }
ubiArpSnoopRowStatus OBJECT-TYPE
SYNTAX RowStatus
ACCESS read-create
STATUS current
DESCRIPTION
"arp snoop row status"
::= { ubiArpSnoopEntry 4 }
-- ***********************************************************
-- ubiArpSnoopBindingTable
-- ***********************************************************
ubiArpSnoopBindingTable OBJECT-TYPE
SYNTAX SEQUENCE OF UbiArpSnoopBindingEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of arp snoop binding information"
::= { ubiArpSnoopMIBObjects 3 }
ubiArpSnoopBindingEntry OBJECT-TYPE
SYNTAX UbiArpSnoopBindingEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry of arp snoop binding information"
INDEX { ubiArpSnoopBindingIpAddr }
::= { ubiArpSnoopBindingTable 1 }
UbiArpSnoopBindingEntry ::= SEQUENCE {
ubiArpSnoopBindingIpAddr IpAddress,
ubiArpSnoopBindingMacAddr MacAddress,
ubiArpSnoopBindingInterface DisplayString,
ubiArpSnoopBindingPort DisplayString,
ubiArpSnoopBindingState INTEGER,
ubiArpSnoopBindingAge INTEGER,
ubiArpSnoopBindingAnalysis INTEGER,
ubiArpSnoopBindingRcvRequest Integer32,
ubiArpSnoopBindingReply Integer32
}
ubiArpSnoopBindingIpAddr OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS current
DESCRIPTION
"binding ip address"
::= { ubiArpSnoopBindingEntry 1 }
ubiArpSnoopBindingMacAddr OBJECT-TYPE
SYNTAX MacAddress
ACCESS read-only
STATUS current
DESCRIPTION
"binding mac address"
::= { ubiArpSnoopBindingEntry 2 }
ubiArpSnoopBindingInterface OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS current
DESCRIPTION
"binding vlan interface"
::= { ubiArpSnoopBindingEntry 3 }
ubiArpSnoopBindingPort OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS current
DESCRIPTION
"binding physical port"
::= { ubiArpSnoopBindingEntry 4 }
ubiArpSnoopBindingState OBJECT-TYPE
SYNTAX INTEGER
{
init(0),
incomplete(1),
reachable(2),
stale(3),
unsolicited(4),
threeWay(5)
}
ACCESS read-only
STATUS current
DESCRIPTION
"binding state"
::= { ubiArpSnoopBindingEntry 5 }
ubiArpSnoopBindingAge OBJECT-TYPE
SYNTAX INTEGER
{
noAge(301),
n/a(302)
}(0..300)
ACCESS read-only
STATUS current
DESCRIPTION
"binding age time"
::= { ubiArpSnoopBindingEntry 6 }
ubiArpSnoopBindingAnalysis OBJECT-TYPE
SYNTAX INTEGER
{
none(0),
manyReply(1),
inactive(2),
active(3)
}
ACCESS read-only
STATUS current
DESCRIPTION
"binding analysis"
::= { ubiArpSnoopBindingEntry 7 }
ubiArpSnoopBindingRcvRequest OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION
"binding statistics - received ARP request"
::= { ubiArpSnoopBindingEntry 8 }
ubiArpSnoopBindingReply OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION
"binding statistices - ARP reply"
::= { ubiArpSnoopBindingEntry 9 }
-- ***********************************************************
-- ubiClearArpSnoop
-- ***********************************************************
ubiClearArpSnoop OBJECT IDENTIFIER ::= { ubiArpSnoopMIBObjects 4 }
ubiClearArpSnoopBinding OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS current
DESCRIPTION
"command to clear arp snoop binding.
If value == 0.0.0.0
clear all arp snoop binding
else if value == specific Ip address
clear specific Ip address arp snoop binding"
::= { ubiClearArpSnoop 1 }
ubiClearArpSnoopStatistics OBJECT-TYPE
SYNTAX INTEGER
{
none(0),
clear(1)
}
ACCESS read-write
STATUS current
DESCRIPTION
"command to clear arp snoop statistics"
::= { ubiClearArpSnoop 2 }
-- *****************************************************************
-- ubiSyslogMIBConformance
-- *****************************************************************
ubiArpMIBCompliances OBJECT IDENTIFIER ::= { ubiArpMIBConformance 1 }
ubiArpMIBGroups OBJECT IDENTIFIER ::= { ubiArpMIBConformance 2 }
END
|