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
|
UBNT-AFLTU-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter64, IpAddress
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
DisplayString, MacAddress
FROM SNMPv2-TC
ubntAFLTU, ubntAFLTUGroups
FROM UBNT-MIB;
afLTUMIB MODULE-IDENTITY
LAST-UPDATED "201806050000Z"
ORGANIZATION "Ubiquiti Networks, Inc."
CONTACT-INFO "support@ubnt.com"
DESCRIPTION "The AFLTU MIB module for Ubiquiti Networks, Inc. entities"
REVISION "201806050000Z"
DESCRIPTION "AFLTU.v0.1 revision"
::= { ubntAFLTU 1 }
afLTUCompliances OBJECT IDENTIFIER ::= {ubntAFLTUGroups 1}
afLTUGroups OBJECT IDENTIFIER ::= {ubntAFLTUGroups 2}
afLTUConfig OBJECT IDENTIFIER ::= {afLTUMIB 2}
afLTUStatus OBJECT IDENTIFIER ::= {afLTUMIB 3}
afLTUStats OBJECT IDENTIFIER ::= {afLTUMIB 5}
afLTUethStats OBJECT IDENTIFIER ::= {afLTUMIB 6}
afLTUgpsStats OBJECT IDENTIFIER ::= {afLTUMIB 7}
--=== MODULE OBJECTS
--=== AFLTU Config
afLTURole OBJECT-TYPE
SYNTAX INTEGER {
ap (0),
cpe (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Wireless Role (ap/cpe)"
::= { afLTUConfig 1 }
afLTUFrequency OBJECT-TYPE
SYNTAX Integer32
UNITS "MHz"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The main frequency to use in MHz."
::= { afLTUConfig 2 }
afLTUAltFreqList OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..100))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The list of alternative frequencies in MHz. Multiple frequencies should be separated with commas. For example: '5250,5670,5800'."
::= { afLTUConfig 3 }
afLTUBandwidth OBJECT-TYPE
SYNTAX INTEGER {bw10M(10),bw20M(20),bw30M(30),bw40M(40),bw50M(50),bw60M(60),bw80M(80),bw100M(100)}
UNITS "MHz"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Wireless channel bandwidth in MHz."
::= { afLTUConfig 4 }
afLTUSsid OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..15))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Radio SSID"
::= { afLTUConfig 5 }
afLTUTxEIRP OBJECT-TYPE
SYNTAX Integer32 (-10..100)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Tx EIRP in dBm."
::= { afLTUConfig 6 }
afLTUAntennaGain OBJECT-TYPE
SYNTAX Integer32 (0..40)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Antenna gain in dBi."
::= { afLTUConfig 7 }
afLTUCableLoss OBJECT-TYPE
SYNTAX Integer32 (0..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Cable loss in dB."
::= { afLTUConfig 8 }
afLTUTxRate OBJECT-TYPE
SYNTAX Integer32
UNITS "x"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Tx modulation."
::= { afLTUConfig 9 }
afLTUTxRateAuto OBJECT-TYPE
SYNTAX INTEGER {
disabled (0),
enabled (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Automatic Tx moduleation selection. If this is enabled, afLTUTxRate is the maximum modulation for the selection algorithm to select."
::= { afLTUConfig 10 }
afLTUDistanceScale OBJECT-TYPE
SYNTAX Integer32 (0..5)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Distance Scale, options are:
0 = 0km
1 = <1km
2 = <5km
3 = <10km
4 = <20km
5 = <40km"
::= { afLTUConfig 11 }
--=== AFLTU Status
afLTUMac OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The MAC address of this device"
::= { afLTUStatus 1 }
afLTUDevModel OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The device model."
::= { afLTUStatus 2 }
afLTUDevName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The device name."
::= { afLTUStatus 3 }
afLTUFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The firmware version running."
::= { afLTUStatus 4 }
afLTUMemoryUsage OBJECT-TYPE
SYNTAX Integer32
UNITS "%"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The percentage of total memory usage."
::= { afLTUStatus 5 }
afLTUCpuUsage OBJECT-TYPE
SYNTAX Integer32
UNITS "%"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The percentage of total CPU usage."
::= { afLTUStatus 6 }
afLTUUptime OBJECT-TYPE
SYNTAX Counter64
UNITS "s"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The uptime of the device in seconds."
::= { afLTUStatus 7 }
--=== AFLTU Station table
afLTUStationTable OBJECT-TYPE
SYNTAX SEQUENCE OF AfLTUStationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Remote station table for status and statistics."
::= { afLTUMIB 4 }
afLTUStationEntry OBJECT-TYPE
SYNTAX AfLTUStationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry in the afLTUStationTable"
INDEX { afLTUStaRemoteMac }
::= { afLTUStationTable 1 }
AfLTUStationEntry ::= SEQUENCE {
afLTUStaTxRate INTEGER,
afLTUStaRxRate INTEGER,
afLTUStaTxCapacity Integer32,
afLTUStaRxCapacity Integer32,
afLTUStaRxPower0 Integer32,
afLTUStaRxPower1 Integer32,
afLTUStaIdealRxPower0 Integer32,
afLTUStaIdealRxPower1 Integer32,
afLTUStaRxPowerLevel0 Integer32,
afLTUStaRxPowerLevel1 Integer32,
afLTUStaRemoteMac MacAddress,
afLTUStaRemoteDevModel DisplayString,
afLTUStaRemoteDevName DisplayString,
afLTUStaRemoteFirmwareVersion DisplayString,
afLTUStaRemoteTxEIRP Integer32,
afLTUStaRemoteRxPower0 Integer32,
afLTUStaRemoteRxPower1 Integer32,
afLTUStaRemoteIdealRxPower0 Integer32,
afLTUStaRemoteIdealRxPower1 Integer32,
afLTUStaRemoteRxPowerLevel0 Integer32,
afLTUStaRemoteRxPowerLevel1 Integer32,
afLTUStaRemoteLatency Integer32,
afLTUStaRemoteDistance Integer32,
afLTUStaRemoteConnectionTime Counter64,
afLTUStaRemoteLastIp IpAddress,
afLTUStaRemoteRegistrationAttempts Integer32
}
afLTUStaTxRate OBJECT-TYPE
SYNTAX Integer32
UNITS "x"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Current select Tx modulation"
::= { afLTUStationEntry 1 }
afLTUStaRxRate OBJECT-TYPE
SYNTAX Integer32
UNITS "x"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Current select Rx modulation"
::= { afLTUStationEntry 2 }
afLTUStaTxCapacity OBJECT-TYPE
SYNTAX Integer32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Transmit Capacity."
::= { afLTUStationEntry 3 }
afLTUStaRxCapacity OBJECT-TYPE
SYNTAX Integer32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Receive Capacity."
::= { afLTUStationEntry 4 }
afLTUStaRxPower0 OBJECT-TYPE
SYNTAX Integer32
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Measured receive chain0 strength in dBm"
::= { afLTUStationEntry 5 }
afLTUStaRxPower1 OBJECT-TYPE
SYNTAX Integer32
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Measured receive chain1 strength in dBm"
::= { afLTUStationEntry 6 }
afLTUStaIdealRxPower0 OBJECT-TYPE
SYNTAX Integer32
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ideal chain0 receive power in dBm."
::= { afLTUStationEntry 7 }
afLTUStaIdealRxPower1 OBJECT-TYPE
SYNTAX Integer32
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ideal chain1 receive power in dBm."
::= { afLTUStationEntry 8 }
afLTUStaRxPowerLevel0 OBJECT-TYPE
SYNTAX Integer32 (-1..100)
UNITS "%"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Measuared receive chain0 strength in % measured. 100% means that the measured received power is equal to the ideal power. -1 means that we are not able to get the information."
::= { afLTUStationEntry 9 }
afLTUStaRxPowerLevel1 OBJECT-TYPE
SYNTAX Integer32 (-1..100)
UNITS "%"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Mresuared receive chain1 strength in %. 100% means that the measured received power is equal to the ideal power. -1 means that we are not able to get the information."
::= { afLTUStationEntry 10 }
afLTUStaRemoteMac OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The MAC address of the remote station"
::= { afLTUStationEntry 11 }
afLTUStaRemoteDevModel OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The device model of the remote station"
::= { afLTUStationEntry 12 }
afLTUStaRemoteDevName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The device name of the remote station."
::= { afLTUStationEntry 13 }
afLTUStaRemoteFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The firmware version of the remote station."
::= { afLTUStationEntry 14 }
afLTUStaRemoteTxEIRP OBJECT-TYPE
SYNTAX Integer32
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Remote Station transmit signal strength in dBm."
::= { afLTUStationEntry 15 }
afLTUStaRemoteRxPower0 OBJECT-TYPE
SYNTAX Integer32
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Measured receive chain0 strength in dBm at remote"
::= { afLTUStationEntry 16 }
afLTUStaRemoteRxPower1 OBJECT-TYPE
SYNTAX Integer32
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Measured receive chain1 strength in dBm at remote"
::= { afLTUStationEntry 17 }
afLTUStaRemoteIdealRxPower0 OBJECT-TYPE
SYNTAX Integer32
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ideal chain0 receive power in dBm at remote."
::= { afLTUStationEntry 18 }
afLTUStaRemoteIdealRxPower1 OBJECT-TYPE
SYNTAX Integer32
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ideal chain1 receive power in dBm at remote."
::= { afLTUStationEntry 19 }
afLTUStaRemoteRxPowerLevel0 OBJECT-TYPE
SYNTAX Integer32 (-1..100)
UNITS "%"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Remoate measuared receive chain0 strength in % measured. 100% means that the measured received power is equal to the ideal power. -1 means that we are not able to get the information."
::= { afLTUStationEntry 20 }
afLTUStaRemoteRxPowerLevel1 OBJECT-TYPE
SYNTAX Integer32 (-1..100)
UNITS "%"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Remoate measuared receive chain1 strength in % measured. 100% means that the measured received power is equal to the ideal power. -1 means that we are not able to get the information."
::= { afLTUStationEntry 21 }
afLTUStaRemoteLatency OBJECT-TYPE
SYNTAX Integer32
UNITS "ms"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Remote Station latency in milliseconds."
::= { afLTUStationEntry 22 }
afLTUStaRemoteDistance OBJECT-TYPE
SYNTAX Integer32
UNITS "km"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Remote Station distance in kilometers."
::= { afLTUStationEntry 23 }
afLTUStaRemoteConnectionTime OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Remote Station connection time of current session."
::= { afLTUStationEntry 24 }
afLTUStaRemoteLastIp OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Remote Station last known IP address."
::= { afLTUStationEntry 25 }
afLTUStaRemoteRegistrationAttempts OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Remote Station registration attempts."
::= { afLTUStationEntry 26 }
--=== AFLTU Statistics
afLTUTxBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total tx bytes."
::= { afLTUStats 1 }
afLTUTxPps OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "packet per second for tx."
::= { afLTUStats 2 }
afLTURxBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total tx bytes."
::= { afLTUStats 3 }
afLTURxPps OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "packet per second for rx."
::= { afLTUStats 4 }
afLTUConnected OBJECT-TYPE
SYNTAX INTEGER {
disconnected (0),
connected (1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Radio connected"
::= { afLTUStats 5 }
--=== AFLTU ethernet port Statistics
afLTUethTxBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total tx bytes."
::= { afLTUethStats 1 }
afLTUethTxPps OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "packet per second for tx."
::= { afLTUethStats 2 }
afLTUethRxBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total tx bytes."
::= { afLTUethStats 3 }
afLTUethRxPps OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "packet per second for rx."
::= { afLTUethStats 4 }
afLTUethConnected OBJECT-TYPE
SYNTAX INTEGER {
disconnected (0),
connected (1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Ethernet Data port plugged"
::= { afLTUethStats 5 }
--=== AFLTU gps Statistics
afLTUgpsStatus OBJECT-TYPE
SYNTAX INTEGER {
absent(0),
off(1),
on(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GPS status"
::= { afLTUgpsStats 1 }
afLTUgpsDimensions OBJECT-TYPE
SYNTAX INTEGER {
unknown(0),
nofix(1),
fix2d(2),
fix3d(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GPS Fix Obtained"
::= { afLTUgpsStats 2 }
afLTUgpsLat OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GPS Latitude"
::= { afLTUgpsStats 3 }
afLTUgpsLon OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GPS Longitude"
::= { afLTUgpsStats 4 }
afLTUgpsAltMeter OBJECT-TYPE
SYNTAX DisplayString
UNITS "(m)"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GPS Altitude (m)"
::= { afLTUgpsStats 5 }
afLTUgpsAltFeet OBJECT-TYPE
SYNTAX DisplayString
UNITS "(ft)"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GPS Altitude (ft)"
::= { afLTUgpsStats 6 }
afLTUgpsSatsVisible OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GPS Satellites Visible"
::= { afLTUgpsStats 7 }
afLTUgpsSatsTracked OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GPS Satellites Tracked"
::= { afLTUgpsStats 8 }
afLTUgpsHDOP OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "GPS Horizontal Dilution of Precision"
::= { afLTUgpsStats 9 }
ubntAFLTUStatusGroup OBJECT-GROUP OBJECTS {
afLTURole,
afLTUFrequency,
afLTUAltFreqList,
afLTUBandwidth,
afLTUSsid,
afLTUTxEIRP,
afLTUAntennaGain,
afLTUCableLoss,
afLTUTxRate,
afLTUTxRateAuto,
afLTUDistanceScale,
afLTUMac,
afLTUDevModel,
afLTUDevName,
afLTUFirmwareVersion,
afLTUMemoryUsage,
afLTUCpuUsage,
afLTUUptime,
afLTUTxBytes,
afLTUTxPps,
afLTURxBytes,
afLTURxPps,
afLTUConnected,
afLTUethTxBytes,
afLTUethTxPps,
afLTUethRxBytes,
afLTUethRxPps,
afLTUethConnected,
afLTUgpsStatus,
afLTUgpsDimensions,
afLTUgpsLat,
afLTUgpsLon,
afLTUgpsAltMeter,
afLTUgpsAltFeet,
afLTUgpsSatsVisible,
afLTUgpsSatsTracked,
afLTUgpsHDOP,
afLTUStaTxRate,
afLTUStaRxRate,
afLTUStaTxCapacity,
afLTUStaRxCapacity,
afLTUStaRxPower0,
afLTUStaRxPower1,
afLTUStaIdealRxPower0,
afLTUStaIdealRxPower1,
afLTUStaRxPowerLevel0,
afLTUStaRxPowerLevel1,
afLTUStaRemoteDevModel,
afLTUStaRemoteDevName,
afLTUStaRemoteFirmwareVersion,
afLTUStaRemoteTxEIRP,
afLTUStaRemoteRxPower0,
afLTUStaRemoteRxPower1,
afLTUStaRemoteIdealRxPower0,
afLTUStaRemoteIdealRxPower1,
afLTUStaRemoteRxPowerLevel0,
afLTUStaRemoteRxPowerLevel1,
afLTUStaRemoteLatency,
afLTUStaRemoteDistance,
afLTUStaRemoteConnectionTime,
afLTUStaRemoteLastIp,
afLTUStaRemoteRegistrationAttempts}
STATUS current
DESCRIPTION "Status and statistics for AirFiberLTU monitoring"
::= { afLTUGroups 1 }
ubntAFLTUStatusCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for Ubiquiti AirFiberLTU entities."
MODULE
GROUP ubntAFLTUStatusGroup
DESCRIPTION "This group is for Ubiquiti systems."
::= { afLTUGroups 2 }
END
|