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
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
|
MIMOSA-NETWORKS-BFIVE-MIB DEFINITIONS ::= BEGIN
-- Copyright (C) 2017, Mimosa Networks, Inc. All Rights Reserved.
--
-- Mimosa Networks MIB
-- Revision: 1.02
-- Date: April 28, 2017
--
-- Mimosa Networks, Inc.
-- 469 El Camino Real Ste 100
-- Santa Clara, CA 95050
-- support@mimosa.co
--
-- This MIB defines the MIB specification for Mimosa Network's Products
--
-- Mimosa reserves the right to make changes to this MIB specification as
-- well as other information related to this specification without prior
-- notice. The user of this specification should consult Mimosa Networks,
-- to determine if any such changes have been made.
--
-- Current MIBs are available from Mimosa Networks at the following URLs:
--
-- http://help.mimosa.co
--
-- In no event shall Mimosa Networks, Inc. be liable for any indirect,
-- consequential, special or incidental damages whatsoever (including
-- but not limited to lost profits or lost revenue) arising out of or
-- related to this specification or the information contained in it.
-- This non-liability extends to even if Mimosa Networks Inc. has been
-- advised of, known, or should have known, the potential for such damages.
-- Mimosa Networks, Inc. hereby grants end-users, and other parties a
-- a non-exclusive license to use this MIB specification in order to
-- manage products of Mimosa Networks, Inc.
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
NOTIFICATION-TYPE, Integer32,
Counter32, Counter64, Unsigned32,
TimeTicks, IpAddress FROM SNMPv2-SMI
DisplayString , MacAddress,
RowStatus, TruthValue,
PhysAddress, TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP,
NOTIFICATION-GROUP FROM SNMPv2-CONF
ifIndex FROM IF-MIB
mimosaWireless,
mimosaConformanceGroup FROM MIMOSA-NETWORKS-BASE-MIB;
mimosaB5Module MODULE-IDENTITY
LAST-UPDATED "201506030000Z"
ORGANIZATION "Mimosa Networks
www.mimosa.co"
CONTACT-INFO
"postal:
Mimosa Networks, Inc.
469 El Camino Real Ste 100
Santa Clara, CA 95050
email: support@mimosa.co"
DESCRIPTION
"Mimosa device MIB definitions"
REVISION "201704280000Z"
DESCRIPTION
"Compatible with Firmware 1.4.5"
::= { mimosaConformanceGroup 1 }
mimosaGeneral OBJECT IDENTIFIER ::= { mimosaWireless 1 }
mimosaLocInfo OBJECT IDENTIFIER ::= { mimosaWireless 2 }
mimosaWanInfo OBJECT IDENTIFIER ::= { mimosaWireless 3 }
mimosaTdmaInfo OBJECT IDENTIFIER ::= { mimosaWireless 4 }
mimosaMgmtInfo OBJECT IDENTIFIER ::= { mimosaWireless 5 }
mimosaRfInfo OBJECT IDENTIFIER ::= { mimosaWireless 6 }
mimosaPerfInfo OBJECT IDENTIFIER ::= { mimosaWireless 7 }
mimosaServices OBJECT IDENTIFIER ::= { mimosaWireless 8 }
-- *****************************************************************
-- *** Mimosa Textual Conventions ***
-- *****************************************************************
DecimalOne ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-1"
STATUS current
DESCRIPTION "Fixed point, one decimal"
SYNTAX Integer32
DecimalTwo ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-2"
STATUS current
DESCRIPTION "Fixed point, two decimals"
SYNTAX Integer32
DecimalFive ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-5"
STATUS current
DESCRIPTION "Fixed point, five decimals"
SYNTAX Integer32
-- *****************************************************************
-- *** Mimosa General variables are specified below. ***
-- *****************************************************************
mimosaDeviceName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the local Mimosa device. This unique identifier could
be the same as the sysName object."
::= { mimosaGeneral 1 }
mimosaSerialNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique serial number of the Mimosa device."
::= { mimosaGeneral 2 }
mimosaFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version of the currently installed and/or running firmware
on the Mimosa device."
::= { mimosaGeneral 3 }
mimosaFirmwareBuildDate OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The creation date of the currently installed and/or running
firmware on the Mimosa device."
::= { mimosaGeneral 4 }
mimosaLastRebootTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The last time the Mimosa device rebooted."
::= { mimosaGeneral 5 }
mimosaUnlockCode OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The code used to unlock the Mimosa device."
::= { mimosaGeneral 6 }
mimosaLEDBrightness OBJECT-TYPE
SYNTAX INTEGER {
auto(1),
low(2),
medium(3),
high(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the intensity of the status indicator lights on the
device exterior. The Auto option adjusts the amount of light
based upon ambient conditions. Manual options include Low,
Medium, and High."
::= { mimosaGeneral 7 }
mimosaInternalTemp OBJECT-TYPE
SYNTAX DecimalOne
UNITS "C"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The internal temperature of the Mimosa device."
::= { mimosaGeneral 8 }
mimosaRegulatoryDomain OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The country in which the Mimosa device has been configured to run."
::= { mimosaGeneral 9 }
-- **********************************************************************
-- *** Mimosa Device Location variables are specified below. ***
-- **********************************************************************
mimosaLongitude OBJECT-TYPE
SYNTAX DecimalFive
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Longitude of the Mimosa device location, in 5 decimal points."
::= { mimosaLocInfo 1 }
mimosaLatitude OBJECT-TYPE
SYNTAX DecimalFive
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Latitude of the Mimosa device location, in 5 decimal points."
::= { mimosaLocInfo 2 }
mimosaAltitude OBJECT-TYPE
SYNTAX Integer32
UNITS "meters"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Altitude of the Mimosa device location in meters."
::= { mimosaLocInfo 3 }
mimosaSatelliteSNR OBJECT-TYPE
SYNTAX DecimalOne
UNITS "dB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average Signal to Noise Ratio (SNR) amongst all of the satellites
detected by the Mimosa device. Display is in 1 decimal point."
::= { mimosaLocInfo 4 }
mimosaSatelliteStrength OBJECT-TYPE
SYNTAX INTEGER {
good(1),
bad(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Strength of the satellites based on the number of satellites available.
It is considered good if more than 2 satellites are available."
::= { mimosaLocInfo 5 }
mimosaGPSSatellites OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of GPS satellites detected."
::= { mimosaLocInfo 6 }
mimosaGlonassSatellites OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of GLONASS satellites detected."
::= { mimosaLocInfo 7 }
mimosaClockAccuracy OBJECT-TYPE
SYNTAX DecimalTwo
UNITS "PPB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Timing signal accuracy measured in parts per billion (PPB) by the
Mimosa device. Display is in 2 decimal points."
::= { mimosaLocInfo 8 }
-- **********************************************************************
-- *** Mimosa Device TDMA Information variables are specified below. ***
-- **********************************************************************
mimosaWirelessMode OBJECT-TYPE
SYNTAX INTEGER {
accessPoint(1),
station(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Describes wherger the Mimosa device acts as an access point or station."
::= { mimosaTdmaInfo 1 }
mimosaWirelessProtocol OBJECT-TYPE
SYNTAX INTEGER {
tdma(1),
csma(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Describes the wireless protocol configured on the Mimosa device.
Both TDMA and CSMA are supported. TDMA is a deterministic protocol
where each device is assigned a time slot during which it is allowed
to transmit. This allows for collocated radios to utilize the same
channel and avoid Tx/Rx collisions and interference."
::= { mimosaTdmaInfo 2 }
mimosaTDMAMode OBJECT-TYPE
SYNTAX INTEGER {
a(1),
b(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the TDMA Gender of the radio (A or B)."
::= { mimosaTdmaInfo 3 }
mimosaTDMAWindow OBJECT-TYPE
SYNTAX Integer32
UNITS "ms"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the length of the transmit time slot in milliseconds."
::= { mimosaTdmaInfo 4 }
mimosaTrafficSplit OBJECT-TYPE
SYNTAX INTEGER {
symmetric(1),
asymmetric(2),
auto(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The radio can be configured to allocate bandwidth symmetrically (50/50)
or asymmetrically (75/25 or 25/75) in environments where traffic
direction is expected to be heavier in one direction than the other.
With an asymmetrical split, the local radio is represented first in the
slash notation, (local/remote). For example, in the (75/25) split, the
local radio gets 75, while the remote radio gets 25. If Auto is selected
the radio will automatically determine, based upon traffic flow, which
ratio will be used. The radio will continue to evaluate the flow and
adjust accordingly."
::= { mimosaTdmaInfo 5 }
-- **********************************************************************
-- *** Mimosa Device Radio Information variables are specified below. ***
-- **********************************************************************
mimosaChainTable OBJECT-TYPE
SYNTAX SEQUENCE OF MimosaChainEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of RF chain entries, which is part of MIMO tables. MIMO stands
for Multiple In Multiple Out."
::= { mimosaRfInfo 1 }
mimosaChainEntry OBJECT-TYPE
SYNTAX MimosaChainEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing chain information applicable to a particular
RF chain."
INDEX { mimosaChain }
::= { mimosaChainTable 1 }
MimosaChainEntry ::=
SEQUENCE {
mimosaChain Integer32,
mimosaTxPower DecimalOne,
mimosaRxPower DecimalOne,
mimosaRxNoise DecimalOne,
mimosaSNR DecimalOne,
mimosaCenterFreq Integer32,
mimosaPolarization INTEGER
}
mimosaChain OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index which is used to access a particular entry in the chain table."
::= { mimosaChainEntry 1 }
mimosaTxPower OBJECT-TYPE
SYNTAX DecimalOne
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the transmit power of the given RF chain. A value of -8 means
this particular TxChain is not a valid entry."
::= { mimosaChainEntry 2 }
mimosaRxPower OBJECT-TYPE
SYNTAX DecimalOne
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the receive power of the given RF chain. A value of -100
means this particular RxChain is not a valid entry (SNR must be -100)."
::= { mimosaChainEntry 3 }
mimosaRxNoise OBJECT-TYPE
SYNTAX DecimalOne
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the received noise level for the given RF chain."
::= { mimosaChainEntry 4 }
mimosaSNR OBJECT-TYPE
SYNTAX DecimalOne
UNITS "dB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Signal to Noise Ratio (SNR) for the given RF chain.
A value of -100 means this particular RxChain is not a valid entry."
::= { mimosaChainEntry 5 }
mimosaCenterFreq OBJECT-TYPE
SYNTAX Integer32
UNITS "MHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The center frequency for the given RF chain. A value of 0 means this
particular Chain is not a valid entry."
::= { mimosaChainEntry 6 }
mimosaPolarization OBJECT-TYPE
SYNTAX INTEGER {
horizontal(1),
vertical(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ploarization of the given RF chain. It could be horizontal or
vertical."
::= { mimosaChainEntry 7 }
mimosaStreamTable OBJECT-TYPE
SYNTAX SEQUENCE OF MimosaStreamEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of data stream entries, which are part of MIMO tables. MIMO
stands for Multiple In Multiple Out."
::= { mimosaRfInfo 2 }
mimosaStreamEntry OBJECT-TYPE
SYNTAX MimosaStreamEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry containing information applicable to a particular stream."
INDEX { mimosaStream }
::= { mimosaStreamTable 1 }
MimosaStreamEntry ::=
SEQUENCE {
mimosaStream Integer32,
mimosaTxPhy Integer32,
mimosaTxMCS Integer32,
mimosaTxWidth Integer32,
mimosaRxPhy Integer32,
mimosaRxMCS Integer32,
mimosaRxWidth Integer32,
mimosaRxEVM DecimalOne
}
mimosaStream OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The index used to access a particular entry in the stream table."
::= { mimosaStreamEntry 1 }
mimosaTxPhy OBJECT-TYPE
SYNTAX Integer32
UNITS "Mbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the transmit rate of the given data stream."
::= { mimosaStreamEntry 2 }
mimosaTxMCS OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the transmit MCS of the given data stream. A value of
-1 means this particular TxStream is not a valid entry."
::= { mimosaStreamEntry 3 }
mimosaTxWidth OBJECT-TYPE
SYNTAX Integer32
UNITS "MHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the channel width based on MCS. A value of
-1 means this particular TxWidth is not a valid entry"
::= { mimosaStreamEntry 4 }
mimosaRxPhy OBJECT-TYPE
SYNTAX Integer32
UNITS "Mbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the receive rate of the given data stream."
::= { mimosaStreamEntry 5 }
mimosaRxMCS OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the receive MCS of the given data stream. A value of
-1 means this particular RxStream is not a valid entry."
::= { mimosaStreamEntry 6 }
mimosaRxWidth OBJECT-TYPE
SYNTAX Integer32
UNITS "MHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the receive Rx Width of the given data stream. A value of
-1 means this particular RxWidth is not a valid entry."
::= { mimosaStreamEntry 7 }
mimosaRxEVM OBJECT-TYPE
SYNTAX DecimalOne
UNITS "dB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the receive Error Vector Magnitude (EVM) of the given data
stream."
::= { mimosaStreamEntry 8 }
mimosaChannelTable OBJECT-TYPE
SYNTAX SEQUENCE OF MimosaChannelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of RF channel entries on the Mimosa device."
::= { mimosaRfInfo 3 }
mimosaChannelEntry OBJECT-TYPE
SYNTAX MimosaChannelEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry containing management information applicable to a particular
channel."
INDEX { mimosaChannel }
::= { mimosaChannelTable 1 }
MimosaChannelEntry ::=
SEQUENCE {
mimosaChannel Integer32,
mimosaChannelMode INTEGER,
mimosaChannelWidth Integer32,
mimosaChannelTxPower DecimalOne,
mimosaChannelCenterFreq Integer32
}
mimosaChannel OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The index used to access a particular entry in the RF channel table."
::= { mimosaChannelEntry 1 }
mimosaChannelMode OBJECT-TYPE
SYNTAX INTEGER {
transmit(1),
receive(2),
bidirectional(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the mode for the given channel. The transmit or receive
values indicate Frequency Diversity (FD) mode is in use. The
bidirectional value means that the channel is used for both transmit
and receive in all other single or dual channel modes."
::= { mimosaChannelEntry 2 }
mimosaChannelWidth OBJECT-TYPE
SYNTAX Integer32
UNITS "MHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the channel width of the given channel."
::= { mimosaChannelEntry 3 }
mimosaChannelTxPower OBJECT-TYPE
SYNTAX Integer32
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the transmit power level on the channel. If Channel Width
is set to 1xN MHz, Channel 2 is not be used. In Frequency Diversity mode,
Power 1 and Power 2 represent transmit power on the local and remote
sides, respectively."
::= { mimosaChannelEntry 4 }
mimosaChannelCenterFreq OBJECT-TYPE
SYNTAX Integer32
UNITS "MHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the center frequency of the channel used on the link. In all
modes, the center frequency represents the absolute center of the
selected channel width without any offset, and the center can be moved
in 5 MHz increments.
A value of 0 means this particular channel is not a valid entry."
::= { mimosaChannelEntry 5 }
mimosaAntennaGain OBJECT-TYPE
SYNTAX Integer32
UNITS "dBi"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The antenna gain on the Mimosa device."
::= { mimosaRfInfo 4 }
mimosaTotalTxPower OBJECT-TYPE
SYNTAX DecimalOne
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total transmit power for all the channels on the Mimosa device."
::= { mimosaRfInfo 5 }
mimosaTotalRxPower OBJECT-TYPE
SYNTAX DecimalOne
UNITS "dBm"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total receive power for all the channels on the Mimosa device."
::= { mimosaRfInfo 6 }
mimosaTargetSignalStrength OBJECT-TYPE
SYNTAX Integer32
UNITS "dB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The calculated target receive signal strength based on device coordinates and settings."
::= { mimosaRfInfo 7 }
-- **********************************************************************
-- *** Mimosa Device WAN Information variables are specified below. ***
-- **********************************************************************
mimosaWanSsid OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The wireless link name used by both radios. Both AP and Station must
use the same SSID to communicate with each other."
::= { mimosaWanInfo 1 }
mimosaWanMac OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The MAC address used for the wireless link."
::= { mimosaWanInfo 2 }
mimosaWanStatus OBJECT-TYPE
SYNTAX INTEGER {
connected(1),
disconnected(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The wireless link status between the Mimosa devices."
::= { mimosaWanInfo 3 }
mimosaWanUpTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The wireless link up time since last reboot."
::= { mimosaWanInfo 4 }
-- ****************************************************************************
-- *** Mimosa Device Performance Information variables are specified below. ***
-- ****************************************************************************
mimosaPhyTxRate OBJECT-TYPE
SYNTAX DecimalTwo
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The transmit packet rate at the physical level over a 5 second interval."
::= { mimosaPerfInfo 1 }
mimosaPhyRxRate OBJECT-TYPE
SYNTAX DecimalTwo
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The receive packet rate at the physical level over a 5 second interval."
::= { mimosaPerfInfo 2 }
mimosaPerTxRate OBJECT-TYPE
SYNTAX DecimalTwo
UNITS "%"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The trasnmit Packet Error Rate (PER) over a 5 second interval. It is
caluculated as packets with errors versuss packets without errors."
::= { mimosaPerfInfo 3 }
mimosaPerRxRate OBJECT-TYPE
SYNTAX DecimalTwo
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The receive Packet Error Rate (PER) over a 5 second interval. It is
caluculated as packets with errors versuss packets without errors."
::= { mimosaPerfInfo 4 }
-- ****************************************************************************
-- *** Mimosa Device Management Information variables are specified below. ***
-- ****************************************************************************
mimosaNetworkMode OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2),
auto(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the mode for the local 2.4 GHz wireless network operation.
If Auto is selected, the 2.4 GHz management network is turned on for a
limited time (defined in Console Timeout ) after boot and then turned
off if there is no activity. If a user associates with the radio within
the timeout period, they will not be disconnected."
::= { mimosaMgmtInfo 1 }
mimosaRecoverySsid OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The recovery SSID that allows the device to be reset to factory
defaults. This is available for 10 minutes after device boot. Disabling
the 2.4 GHz management network will not impact availability of this
option. The serial number of the device must be known in order to
perform the factory reset."
::= { mimosaMgmtInfo 2 }
mimosaLocalSsid OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SSID for managing the local 2.4 GHz wireless interface."
::= { mimosaMgmtInfo 3 }
mimosaLocalChannel OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The channel used for the local 2.4 GHz wireless interface."
::= { mimosaMgmtInfo 4 }
mimosaConsoleTimeout OBJECT-TYPE
SYNTAX Integer32
UNITS "min"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount inactivity on the 2.4 GHz wireless interface before
turning it off in Auto mode."
::= { mimosaMgmtInfo 5 }
mimosaMaxClients OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of wireless clients that can simultaneously access
the 2.4 GHz management interface."
::= { mimosaMgmtInfo 6 }
mimosaLocalMac OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The MAC address used for 2.4 GHz wireless link."
::= { mimosaMgmtInfo 7 }
mimosaLocalIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address assigned to the 2.4 GHz wireless link."
::= { mimosaMgmtInfo 8 }
mimosaLocalNetMask OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP netmask assigned to the 2.4 GHz wireless link."
::= { mimosaMgmtInfo 9 }
mimosaLocalGateway OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the gateway for the 2.4 GHz wireless link."
::= { mimosaMgmtInfo 10 }
mimosaFlowControl OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether Flow Control is enabled on the Mimosa device."
::= { mimosaMgmtInfo 11 }
-- *************************************************************************
-- *** Mimosa Device Services Information variables are specified below. ***
-- *************************************************************************
mimosaHttpsEnabled OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether HTTPS is enabled on the Mimosa device."
::= { mimosaServices 1 }
mimosaMgmtVlanEnabled OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether the Management VLAN is enabled on the Mimosa device."
::= { mimosaServices 2 }
mimosaMgmtCloudEnabled OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether the Management Cloud is enabled on the Mimosa device."
::= { mimosaServices 3 }
mimosaRestMgmtEnabled OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether the REST management is enabled on the Mimosa device."
::= { mimosaServices 4 }
mimosaPingWatchdogEnabled OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether the IP Ping watchdog is enabled on the Mimosa device.
This is used to reset the device if a configured IP address is
not reached in certain number of retries."
::= { mimosaServices 5 }
mimosaSyslogEnabled OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether the Syslog client is enabled on the Mimosa device.
Syslog client sends the log messages to configured syslog server."
::= { mimosaServices 6 }
mimosaNtpMode OBJECT-TYPE
SYNTAX INTEGER {
custom(1),
standard(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies whether the NTP client is configured to use standard servers
from NIST, NTP organizations or custom NTP server."
::= { mimosaServices 7 }
mimosaNtpServer OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the name or address of the custom NTP server."
::= { mimosaServices 8 }
END
|