From 98a672123c7872f6b9b75a9a2b6bb3aea504de6a Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 5 Dec 2023 12:25:34 +0100 Subject: Initial commit --- MIBS/mimosa/MIMOSA-MIB-TC | 90 +++ MIBS/mimosa/MIMOSA-NETWORKS-BASE-MIB | 188 ++++++ MIBS/mimosa/MIMOSA-NETWORKS-BFIVE-MIB | 958 ++++++++++++++++++++++++++++++ MIBS/mimosa/MIMOSA-NETWORKS-PTMP-MIB | 1036 +++++++++++++++++++++++++++++++++ 4 files changed, 2272 insertions(+) create mode 100644 MIBS/mimosa/MIMOSA-MIB-TC create mode 100644 MIBS/mimosa/MIMOSA-NETWORKS-BASE-MIB create mode 100644 MIBS/mimosa/MIMOSA-NETWORKS-BFIVE-MIB create mode 100644 MIBS/mimosa/MIMOSA-NETWORKS-PTMP-MIB (limited to 'MIBS/mimosa') diff --git a/MIBS/mimosa/MIMOSA-MIB-TC b/MIBS/mimosa/MIMOSA-MIB-TC new file mode 100644 index 0000000..c30f0a3 --- /dev/null +++ b/MIBS/mimosa/MIMOSA-MIB-TC @@ -0,0 +1,90 @@ +MIMOSA-MIB-TC DEFINITIONS ::= BEGIN + +-- Copyright (C) 2017, Mimosa Networks, Inc. All Rights Reserved. +-- +-- Mimosa Networks MIB +-- Revision: 1.00 +-- Date: February 15, 2017 +-- +-- Mimosa Networks, Inc. +-- 469 El Camino Real, Suite 100 +-- Santa Clara, CA 95050 +-- support@mimosa.co +-- +-- This MIB defines the base 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, Integer32 FROM SNMPv2-SMI + TEXTUAL-CONVENTION FROM SNMPv2-TC + mimosa FROM MIMOSA-NETWORKS-BASE-MIB; + +mimosaMibTC MODULE-IDENTITY + LAST-UPDATED "201702150000Z" + ORGANIZATION "Mimosa Networks + www.mimosa.co" + CONTACT-INFO + "postal: + Mimosa Networks, Inc. + 469 El Camino Real, Suite 100 + Santa Clara, CA 95050 + email: support@mimosa.co" + DESCRIPTION + "Mimosa device MIB definitions" + REVISION "201702150000Z" + DESCRIPTION + "First Revision of Textual Conventions defined for MIMOSA-MIB modules." + ::= { mimosa 3 } + +-- ***************************************************************** +-- *** 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 + +Mimosa5GHzFrequency ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "Represents the frequency in the range of 4800 to 6200" + SYNTAX Integer32 (4800..6200) + +Mimosa5GHzChannelNumber ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "Reprensents the channel Wifi ChannelWidth" + SYNTAX Integer32 + +END diff --git a/MIBS/mimosa/MIMOSA-NETWORKS-BASE-MIB b/MIBS/mimosa/MIMOSA-NETWORKS-BASE-MIB new file mode 100644 index 0000000..e440122 --- /dev/null +++ b/MIBS/mimosa/MIMOSA-NETWORKS-BASE-MIB @@ -0,0 +1,188 @@ +MIMOSA-NETWORKS-BASE-MIB DEFINITIONS ::= BEGIN + +-- Copyright (C) 2015, Mimosa Networks, Inc. All Rights Reserved. +-- +-- Mimosa Networks MIB +-- Revision: 1.00 +-- Date: June 03, 2015 +-- +-- Mimosa Networks, Inc. +-- 300 Orchard City Dr. +-- Campbell, CA 95008 +-- support@mimosa.co +-- +-- This MIB defines the base 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, Integer32, + NOTIFICATION-TYPE FROM SNMPv2-SMI + OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF + enterprises FROM RFC1155-SMI + ifIndex FROM IF-MIB; + + +-- EXPORTS mimosa... +mimosa MODULE-IDENTITY + LAST-UPDATED "201506030000Z" + ORGANIZATION "Mimosa Networks + www.mimosa.co" + CONTACT-INFO + "postal: + Mimosa Networks, Inc. + 300 Orchard City Dr. + Campbell, CA 95008 + email: support@mimosa.co" + DESCRIPTION + "Mimosa device MIB definitions" + REVISION "201506030000Z" + DESCRIPTION + "First draft" + ::= { enterprises 43356 } + +--mimosa OBJECT IDENTIFIER ::= { enterprises 43356 } + +mimosaProduct OBJECT IDENTIFIER ::= { mimosa 1 } +mimosaMgmt OBJECT IDENTIFIER ::= { mimosa 2 } + + +mimosaHardware OBJECT IDENTIFIER ::= { mimosaProduct 1 } +mimosaSoftware OBJECT IDENTIFIER ::= { mimosaProduct 2 } + +mimosaB5 OBJECT IDENTIFIER ::= { mimosaHardware 1 } +mimosaB5Lite OBJECT IDENTIFIER ::= { mimosaHardware 2 } +mimosaA5 OBJECT IDENTIFIER ::= { mimosaHardware 3 } +mimosaC5 OBJECT IDENTIFIER ::= { mimosaHardware 4 } + +mimosaTrap OBJECT IDENTIFIER ::= { mimosaMgmt 0 } +mimosaMib OBJECT IDENTIFIER ::= { mimosaMgmt 1 } +mimosaMIBGroups OBJECT IDENTIFIER ::= { mimosaMgmt 3 } +mimosaConformanceGroup OBJECT IDENTIFIER ::= { mimosaMgmt 4 } + +mimosaTrapMib OBJECT IDENTIFIER ::= { mimosaMib 1 } +mimosaWireless OBJECT IDENTIFIER ::= { mimosaMib 2 } + + +-- ********************************************************************** +-- *** Mimosa General MIB variables are specified below. *** +-- *** These varbinds are common to all Mimosa products. *** +-- ********************************************************************** + +mimosaTrapMIBGroup OBJECT-GROUP + OBJECTS { mimosaTrapMessage, + mimosaOldSpeed, + mimosaNewSpeed + } + STATUS current + DESCRIPTION + "A collection of objects providing basic Trap function." + ::= { mimosaMIBGroups 1 } + + +mimosaTrapMessage OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "General Octet String object to contain message sent with traps." + ::= { mimosaTrapMib 1 } + +mimosaOldSpeed OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The speed of the Ethernet link before the change within Ethernet + Speed Change Notifications." + ::= { mimosaTrapMib 2 } + +mimosaNewSpeed OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The speed of the Ethernet link after the change within Ethernet + Speed Change Notifications." + ::= { mimosaTrapMib 3 } + + +-- ********************************************************************** +-- *** Mimosa Generic Traps are specified below. *** +-- *** These traps are common to all Mimosa products. *** +-- ********************************************************************** + +mimosaGenericNotificationsGroup NOTIFICATION-GROUP + NOTIFICATIONS { mimosaCriticalFault, mimosaTempWarning, + mimosaTempNormal, mimosaEthernetSpeedChange } + STATUS current + DESCRIPTION + "The basic Trap notifications for all Mimosa products." + ::= { mimosaMIBGroups 2 } + + +mimosaCriticalFault NOTIFICATION-TYPE + OBJECTS { mimosaTrapMessage } + STATUS current + DESCRIPTION + "The mimosaCriticalFault notification is sent when the log manager + in the Mimosa product determines that a fault with a critical + severity has been detected. The mimosaCriticalFaultLog contains + the description of the general error." + ::= {mimosaTrap 1 } + +mimosaTempWarning NOTIFICATION-TYPE + OBJECTS { mimosaTrapMessage } + STATUS current + DESCRIPTION + "The mimosaTempWarning notification is sent when the log manager in + the Mimosa product receives an indication that the temperature is + outside the safe range." + ::= {mimosaTrap 2 } + +mimosaTempNormal NOTIFICATION-TYPE + OBJECTS { mimosaTrapMessage } + STATUS current + DESCRIPTION + "The mimosaTempNormal notification is sent when the log manager in the + Mimosa product receives an indication that the temperature is with + in the safe range." + ::= {mimosaTrap 3 } + +mimosaEthernetSpeedChange NOTIFICATION-TYPE + OBJECTS { ifIndex, mimosaOldSpeed, mimosaNewSpeed } + STATUS current + DESCRIPTION + "The mimosaEthernetSpeedChange notification is sent when the log manager + in the Mimosa product determines that a speed change on the Ethernet + port was detected. The mimosaOldSpeed and mimosaNewSpeed indicates the + speed in bits per second of the change. ifIndex is used per the ifTable + in the IF-MIB." + ::= {mimosaTrap 4 } + +-- Note the following publicly defined traps are also used for Mimosa Product +-- Notifications: +-- +-- From SNMPv2-MIB: coldStart, warmStart, linkUp, LinkDown and +-- authenticationFailure +END + diff --git a/MIBS/mimosa/MIMOSA-NETWORKS-BFIVE-MIB b/MIBS/mimosa/MIMOSA-NETWORKS-BFIVE-MIB new file mode 100644 index 0000000..496d0bb --- /dev/null +++ b/MIBS/mimosa/MIMOSA-NETWORKS-BFIVE-MIB @@ -0,0 +1,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 diff --git a/MIBS/mimosa/MIMOSA-NETWORKS-PTMP-MIB b/MIBS/mimosa/MIMOSA-NETWORKS-PTMP-MIB new file mode 100644 index 0000000..07f1937 --- /dev/null +++ b/MIBS/mimosa/MIMOSA-NETWORKS-PTMP-MIB @@ -0,0 +1,1036 @@ +MIMOSA-NETWORKS-PTMP-MIB DEFINITIONS ::= BEGIN + +-- Copyright (C) 2017, Mimosa Networks, Inc. All Rights Reserved. +-- +-- Mimosa Networks MIB +-- Revision: 0.3 +-- Date: April 05, 2017 +-- +-- Mimosa Networks, Inc. +-- 469 El Camino Real, Suite 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 + OBJECT-TYPE, MODULE-IDENTITY, + IpAddress, Integer32, Counter64, + Unsigned32 FROM SNMPv2-SMI + + DisplayString, TruthValue, + MacAddress, TimeStamp FROM SNMPv2-TC + + MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF + + DecimalOne, DecimalTwo, + Mimosa5GHzFrequency, + Mimosa5GHzChannelNumber FROM MIMOSA-MIB-TC + + mimosaWireless, mimosaConformanceGroup FROM MIMOSA-NETWORKS-BASE-MIB; + + +-- ***************************************************************** +-- *** Mimosa PTMP variables are specified below. *** +-- ***************************************************************** + +mimosaPtmp MODULE-IDENTITY + LAST-UPDATED "201704050000Z" + ORGANIZATION "Mimosa Networks" + CONTACT-INFO + " + Postal: Mimosa Networks, Inc. + 469 El Camino Real, Suite 100 + Santa Clara, CA 95050 + US + + Tel: +1-408-628-1277 + + E-mail: inquiry@mimosa.co + " + DESCRIPTION + "The MIB module for Mimosa PTMP products" + REVISION "201704050000Z" + DESCRIPTION + "The first version of this MIB" + ::= { mimosaWireless 9 } + +mimosaPtmpSsid OBJECT IDENTIFIER ::= { mimosaPtmp 1 } +mimosaPtmpLinkInfo OBJECT IDENTIFIER ::= { mimosaPtmp 2 } +mimosaPtmpChannelPower OBJECT IDENTIFIER ::= { mimosaPtmp 3 } +mimosaPtmpApStats OBJECT IDENTIFIER ::= { mimosaPtmp 4 } +mimosaPtmpClientInfo OBJECT IDENTIFIER ::= { mimosaPtmp 5 } +mimosaPtmpClientStats OBJECT IDENTIFIER ::= { mimosaPtmp 6 } +mimosaPtmpMgmtInfo OBJECT IDENTIFIER ::= { mimosaPtmp 7 } + + +-- ************************************************************************* +-- *** Mimosa SSID Information variables are specified below. *** +-- ************************************************************************* + +mimosaPtmpSsidTable OBJECT-TYPE + SYNTAX SEQUENCE OF MimosaPtmpSsidEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of A5 SSID entries" + ::= { mimosaPtmpSsid 1 } + + +mimosaPtmpSsidEntry OBJECT-TYPE + SYNTAX MimosaPtmpSsidEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry that describes each SSID and all its related configuration" + INDEX { mimosaPtmpSsidIndex } + ::= { mimosaPtmpSsidTable 1 } + +MimosaPtmpSsidEntry ::= + SEQUENCE { + mimosaPtmpSsidIndex Integer32, + mimosaPtmpSsidName DisplayString, + mimosaPtmpSsidType INTEGER, + mimosaPtmpSsidEnabled TruthValue, + mimosaPtmpSsidBroadcastEnabled TruthValue, + mimosaPtmpSsidIsolationEnabled TruthValue + } + +mimosaPtmpSsidIndex OBJECT-TYPE + SYNTAX Integer32(1..24) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Describes the index used to access a particular entry in the SSID + table." + ::= { mimosaPtmpSsidEntry 1 } + +mimosaPtmpSsidName OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the name of the SSID" + ::= { mimosaPtmpSsidEntry 2 } + +mimosaPtmpSsidType OBJECT-TYPE + SYNTAX INTEGER { + hotspot(0), + cpe(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the type of clients that will connect to this SSID. CPE + represents fixed, or Hotspot represents mobile devices" + ::= { mimosaPtmpSsidEntry 3 } + +mimosaPtmpSsidEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes if the SSID is enabled (True) or disabled (False)" + ::= { mimosaPtmpSsidEntry 4 } + +mimosaPtmpSsidBroadcastEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes if the Broadcast feature for this SSID is enabled or + disabled" + ::= { mimosaPtmpSsidEntry 5 } + +mimosaPtmpSsidIsolationEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes if the client isolation is enabled or disabled" + ::= { mimosaPtmpSsidEntry 6 } + + +-- ************************************************************************* +-- *** Mimosa PTMP Link Information variables are specified below. *** +-- ************************************************************************* + +mimosaPtmpWirelessMode OBJECT-TYPE + SYNTAX INTEGER { + srs (1), + wifiinterop (2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the wireless protocol configured on the Mimosa Device" + ::= { mimosaPtmpLinkInfo 1 } + +mimosaPtmpWirelessGender OBJECT-TYPE + SYNTAX INTEGER { + a (1), + b (2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the wireless protocol gender that defines the transmit + and receive timing" + ::= { mimosaPtmpLinkInfo 2 } + +mimosaPtmpWirelessTrafficSplit OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes how the bandwidth is split between the AP and Station" + ::= { mimosaPtmpLinkInfo 3 } + +mimosaPtmpWirelessWindowLength OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the length of the transmit time slot in milliseconds" + ::= { mimosaPtmpLinkInfo 4 } + +-- ************************************************************************* +-- *** Mimosa Radio Channel Power Information variables are specified . *** +-- ************************************************************************* + +mimosaPtmpAutoChannelEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes if the Auto Channel feature is Enabled or Disabled. This + function selects the channel that results in the best RF + performance." + ::= { mimosaPtmpChannelPower 1 } + +mimosaPtmpAntennaGain OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the antenna gain for connectorized version of the device. + Measured in dBi." + ::= { mimosaPtmpChannelPower 2 } + +mimosaPtmpChannelPowerTable OBJECT-TYPE + SYNTAX SEQUENCE OF MimosaPtmpChannelPowerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of Channel and Power related information per radio." + ::= { mimosaPtmpChannelPower 3 } + +mimosaPtmpChannelPowerEntry OBJECT-TYPE + SYNTAX MimosaPtmpChannelPowerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing channel and power information" + INDEX { mimosaPtmpChPwrRadioIndex } + ::= { mimosaPtmpChannelPowerTable 1 } + +MimosaPtmpChannelPowerEntry ::= + SEQUENCE { + mimosaPtmpChPwrRadioIndex Unsigned32, + mimosaPtmpChPwrRadioName DisplayString, + mimosaPtmpChPwrCntrFreqCfg Mimosa5GHzFrequency, + mimosaPtmpChPwrPrimChannelCfg Mimosa5GHzChannelNumber, + mimosaPtmpChPwrChWidthCfg Unsigned32, + mimosaPtmpChPwrTxPowerCfg Integer32, + mimosaPtmpChPwrCntrFreqCur Mimosa5GHzFrequency, + mimosaPtmpChPwrPrimChannelCur Mimosa5GHzChannelNumber, + mimosaPtmpChPwrChWidthCur Unsigned32, + mimosaPtmpChPwrTxPowerCur Integer32, + mimosaPtmpChPwrAgcMode INTEGER, + mimosaPtmpChPwrMinRxPower Integer32 + } + +mimosaPtmpChPwrRadioIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Describes the index of the radio." + ::= { mimosaPtmpChannelPowerEntry 1 } + +mimosaPtmpChPwrRadioName OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the name of the radio." + ::= { mimosaPtmpChannelPowerEntry 2 } + +mimosaPtmpChPwrCntrFreqCfg OBJECT-TYPE + SYNTAX Mimosa5GHzFrequency + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the configured center frequency of the channel used on the + access point. The center frequency represents the absolute center + of the selected channel width without any offset. Measured in MHz" + ::= { mimosaPtmpChannelPowerEntry 3 } + +mimosaPtmpChPwrPrimChannelCfg OBJECT-TYPE + SYNTAX Mimosa5GHzChannelNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the primary channel number that corresponds with the + operating frequency." + ::= { mimosaPtmpChannelPowerEntry 4 } + +mimosaPtmpChPwrChWidthCfg OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the channel width for access point operation: 20 MHz, + 40 MHz or 80 MHz" + ::= { mimosaPtmpChannelPowerEntry 5 } + +mimosaPtmpChPwrTxPowerCfg OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the desired transmit power level. The allowed options + are determined by a combination of country and chosen frequency. + Measured in dBm" + ::= { mimosaPtmpChannelPowerEntry 6 } + +mimosaPtmpChPwrCntrFreqCur OBJECT-TYPE + SYNTAX Mimosa5GHzFrequency + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the current center frequency of the channel used on the + access point. The center frequency represents the absolute center + of the selected channel width without any offset. Measured in MHz" + ::= { mimosaPtmpChannelPowerEntry 7 } + +mimosaPtmpChPwrPrimChannelCur OBJECT-TYPE + SYNTAX Mimosa5GHzChannelNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the current primary channel number that corresponds with the + operating frequency." + ::= { mimosaPtmpChannelPowerEntry 8 } + +mimosaPtmpChPwrChWidthCur OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the current channel width for access point operation: 20 MHz, + 40 MHz or 80 MHz" + ::= { mimosaPtmpChannelPowerEntry 9 } + +mimosaPtmpChPwrTxPowerCur OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the current transmit power level. The allowed options + are determined by a combination of country and chosen frequency. + Measured in dBm" + ::= { mimosaPtmpChannelPowerEntry 10 } + +mimosaPtmpChPwrAgcMode OBJECT-TYPE + SYNTAX INTEGER { + off (0), + manual (1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the setting for Automatic Gain Control (AGC) feature, + which is used to set the signal level below which the radio + ignores incoming RF interference. The choices are Off or Manual" + ::= { mimosaPtmpChannelPowerEntry 11 } + +mimosaPtmpChPwrMinRxPower OBJECT-TYPE + SYNTAX Integer32 (-90..-10) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the Rx power level (in manual AGC Mode) below your + expected signal, but above other interference, measured in dBm" + ::= { mimosaPtmpChannelPowerEntry 12 } + +mimosaPtmpChannelExclusionTable OBJECT-TYPE + SYNTAX SEQUENCE OF MimosaPtmpChannelExclusionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of Exclusions and Restrictions" + ::= { mimosaPtmpChannelPower 4 } + +mimosaPtmpChannelExclusionEntry OBJECT-TYPE + SYNTAX MimosaPtmpChannelExclusionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry that describes each SSID and all its related configuration" + INDEX { mimosaPtmpChannelExclusionIndex } + ::= { mimosaPtmpChannelExclusionTable 1 } + +MimosaPtmpChannelExclusionEntry ::= + SEQUENCE { + mimosaPtmpChannelExclusionIndex Integer32, + mimosaPtmpChannelExclusionStart Integer32, + mimosaPtmpChannelExclusionEnd Integer32 + } + +mimosaPtmpChannelExclusionIndex OBJECT-TYPE + SYNTAX Integer32 (1..16) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Describes the index used to access a particular entry in the + Exclusion list table." + ::= { mimosaPtmpChannelExclusionEntry 1 } + +mimosaPtmpChannelExclusionStart OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the lower limit for the exclusion range, not including + this frequency" + ::= { mimosaPtmpChannelExclusionEntry 2 } + +mimosaPtmpChannelExclusionEnd OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the upper limit for the exclusion range, not including + this frequency." + ::= { mimosaPtmpChannelExclusionEntry 3 } + + +-- ************************************************************************* +-- *** Mimosa Access Point Statistics *** +-- ************************************************************************* +mimosaPtmpApStatsRxBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the number of bytes received by the AP in single-User mode" + ::= { mimosaPtmpApStats 1 } + +mimosaPtmpApStatsTxBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the number of bytes transmitted by the AP in single-user + mode" + ::= { mimosaPtmpApStats 2 } + +mimosaPtmpApStatsRxPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the number of packets received by the AP in single-user mode" + ::= { mimosaPtmpApStats 3 } + +mimosaPtmpApStatsTxPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the number of packets transmitted by the AP in + single-user mode" + ::= { mimosaPtmpApStats 4 } + +mimosaPtmpApStatsTxPer OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the packet error rate on the transmit path of the + AP, in single-user mode" + ::= { mimosaPtmpApStats 5 } + +mimosaPtmpApStatsLastUpdated OBJECT-TYPE + SYNTAX TimeStamp + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the last updated time for these statistics" + ::= { mimosaPtmpApStats 6 } + + +-- ************************************************************************* +-- *** Mimosa Access Point Client Information *** +-- ************************************************************************* + +mimosaPtmpClientInfoTable OBJECT-TYPE + SYNTAX SEQUENCE OF MimosaPtmpClientInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of all the associated clients and related information of + each of them." + ::= { mimosaPtmpClientInfo 1 } + +mimosaPtmpClientInfoEntry OBJECT-TYPE + SYNTAX MimosaPtmpClientInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry that describes each client and related configuration and + statistics." + INDEX { mimosaPtmpClientInfoIndex } + ::= { mimosaPtmpClientInfoTable 1 } + +MimosaPtmpClientInfoEntry ::= + SEQUENCE { mimosaPtmpClientInfoIndex Unsigned32, + mimosaPtmpClientInfoMacAddress MacAddress, + mimosaPtmpClientName DisplayString, + mimosaPtmpClientFWVersion DisplayString, + mimosaPtmpClientIPAddress IpAddress, + mimosaPtmpClientAssociatedTime TimeStamp, + mimosaPtmpClientPlanName DisplayString, + mimosaPtmpClientUlCommitted Unsigned32, + mimosaPtmpClientUlPeak Unsigned32, + mimosaPtmpClientDlCommitted Unsigned32, + mimosaPtmpClientDlPeak Unsigned32, + mimosaPtmpClientInfoLastUpdated TimeStamp } + +mimosaPtmpClientInfoIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Describes the index used to access a particular entry in the + Client Traffic Shaping Information table." + ::= { mimosaPtmpClientInfoEntry 1 } + +mimosaPtmpClientInfoMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the MAC address of the client associated to this access- + point." + ::= { mimosaPtmpClientInfoEntry 2 } + +mimosaPtmpClientName OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the name associated with this client." + ::= { mimosaPtmpClientInfoEntry 3 } + +mimosaPtmpClientFWVersion OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the firmware version of this client. + + This is supported only if the client is a Mimosa device." + ::= { mimosaPtmpClientInfoEntry 4 } + +mimosaPtmpClientIPAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the IP Address associated with this client." + ::= { mimosaPtmpClientInfoEntry 5 } + +mimosaPtmpClientAssociatedTime OBJECT-TYPE + SYNTAX TimeStamp + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes how long the client is associated with this access-point." + ::= { mimosaPtmpClientInfoEntry 6 } + +mimosaPtmpClientPlanName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the Traffic Shaping plan associated with this client." + ::= { mimosaPtmpClientInfoEntry 7 } + +mimosaPtmpClientUlCommitted OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the Uplink Committed Rate configured for the client." + ::= { mimosaPtmpClientInfoEntry 8 } + +mimosaPtmpClientUlPeak OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the Uplink Peak Rate configured for the client." + ::= { mimosaPtmpClientInfoEntry 9 } + +mimosaPtmpClientDlCommitted OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the Downlink Committed Rate configured for the client." + ::= { mimosaPtmpClientInfoEntry 10 } + +mimosaPtmpClientDlPeak OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the Downlink Peak Rate configured for the client." + ::= { mimosaPtmpClientInfoEntry 11 } + +mimosaPtmpClientInfoLastUpdated OBJECT-TYPE + SYNTAX TimeStamp + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the last updated time of this information for the Client." + ::= { mimosaPtmpClientInfoEntry 12 } + + +-- ************************************************************************* +-- *** Mimosa Access Point Client Statistics *** +-- ************************************************************************* + +mimosaPtmpClientStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MimosaPtmpClientStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of all the associated clients and related information of each + of them." + + ::= { mimosaPtmpClientStats 1 } + +mimosaPtmpClientStatsEntry OBJECT-TYPE + SYNTAX MimosaPtmpClientStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry that describes each client all its related configuration and + statistics." + INDEX { mimosaPtmpClientStatsIndex } + ::= { mimosaPtmpClientStatsTable 1 } + +MimosaPtmpClientStatsEntry ::= + SEQUENCE { mimosaPtmpClientStatsIndex Unsigned32, + mimosaPtmpClientStatsMacAddress MacAddress, + mimosaPtmpClientAssocBW Unsigned32, + mimosaPtmpClientRxBytes Counter64, + mimosaPtmpClientTxBytes Counter64, + mimosaPtmpClientRxPkts Counter64, + mimosaPtmpClientTxPkts Counter64, + mimosaPtmpClientRxPhyRate Unsigned32, + mimosaPtmpClientTxPhyRate Unsigned32, + mimosaPtmpClientTxAvgPer DecimalTwo, + mimosaPtmpClientRssiAvg DecimalOne, + mimosaPtmpClientStatsLastUpdated TimeStamp + } + +mimosaPtmpClientStatsIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Describes the index used to access a particular entry in the + Client Information table." + ::= { mimosaPtmpClientStatsEntry 1 } + +mimosaPtmpClientStatsMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the MAC address of the client associated to this access- + point." + ::= { mimosaPtmpClientStatsEntry 2 } + +mimosaPtmpClientAssocBW OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the associated bandwidth of the client." + ::= { mimosaPtmpClientStatsEntry 3 } + +mimosaPtmpClientRxBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the number of bytes received from this client." + ::= { mimosaPtmpClientStatsEntry 4 } + +mimosaPtmpClientTxBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the number of bytes transmitted to this client." + ::= { mimosaPtmpClientStatsEntry 5 } + +mimosaPtmpClientRxPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the number of packets received from this client." + ::= { mimosaPtmpClientStatsEntry 6 } + +mimosaPtmpClientTxPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the number of packets transmitted to this client." + ::= { mimosaPtmpClientStatsEntry 7 } + +mimosaPtmpClientRxPhyRate OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the receive rate of this client." + ::= { mimosaPtmpClientStatsEntry 8 } + +mimosaPtmpClientTxPhyRate OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the transmit rate of this client." + ::= { mimosaPtmpClientStatsEntry 9 } + +mimosaPtmpClientTxAvgPer OBJECT-TYPE + SYNTAX DecimalTwo + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the average packet error rate on the transmit side for + this client." + ::= { mimosaPtmpClientStatsEntry 10 } + +mimosaPtmpClientRssiAvg OBJECT-TYPE + SYNTAX DecimalOne + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the average RSSI for this Client." + ::= { mimosaPtmpClientStatsEntry 11 } + +mimosaPtmpClientStatsLastUpdated OBJECT-TYPE + SYNTAX TimeStamp + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the last updated time of this information for the Client." + ::= { mimosaPtmpClientStatsEntry 12 } + + +-- ************************************************************************* +-- *** Mimosa PTMP Management Information variables are specified below. *** +-- ************************************************************************* + +mimosaPtmpMgmtIpAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the IP Address configured on the Mimosa Device" + ::= { mimosaPtmpMgmtInfo 1 } + +mimosaPtmpMgmtIpNetmask OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the IP netmask configured on the Mimosa Device" + ::= { mimosaPtmpMgmtInfo 2 } + +mimosaPtmpMgmtIpGateway OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the IP Address of the Gateway configured on the Mimosa + Device" + ::= { mimosaPtmpMgmtInfo 3 } + +mimosaPtmpMgmtIpMode OBJECT-TYPE + SYNTAX DisplayString (SIZE (4..6)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the IP Address assignment mode configured on the Mimosa + Device" + ::= { mimosaPtmpMgmtInfo 4 } + +mimosaPtmpMgmtPrimaryDNS OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the IP Address of the Primary DNS server configured on the + Mimosa Device" + ::= { mimosaPtmpMgmtInfo 5 } + +mimosaPtmpMgmtSecondaryDNS OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the IP Address of the Secondary DNS server configured on the + Mimosa Device" + ::= { mimosaPtmpMgmtInfo 6 } + +mimosaPtmpMgmtVlanStatus OBJECT-TYPE + SYNTAX INTEGER { + disable (0), + enable (1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the status of management vlan configured on the Mimosa Device" + ::= { mimosaPtmpMgmtInfo 7 } + +mimosaPtmpMgmtVlanId OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the management vlan-id configured on the Mimosa Device" + ::= { mimosaPtmpMgmtInfo 8 } + +mimosaPtmpMgmtVlanPassthrough OBJECT-TYPE + SYNTAX INTEGER { + disable (0), + enable (1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the status of the vlan passthrough configured on the Mimosa Device" + ::= { mimosaPtmpMgmtInfo 9 } + +mimosaPtmpMgmtEthernetMac OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes the Ethernet MAC address configured on the Mimosa Device" + ::= { mimosaPtmpMgmtInfo 10 } + +--- +--- Conformance/Compliance Statements +--- +mimosaPtmpConformance OBJECT IDENTIFIER ::= { mimosaConformanceGroup 2 } + +mimosaPtmpCompliances OBJECT IDENTIFIER ::= { mimosaPtmpConformance 1 } +mimosaPtmpGroups OBJECT IDENTIFIER ::= { mimosaPtmpConformance 2 } + + +mimosaPtmpCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for PTMP supported Access Points that + implement this MIB." + MODULE + GROUP mimosaPtmpSsidGroup + DESCRIPTION + "The mimosaPtmpSsidGroup is mandatory only for access-point device + supporting PTMP." + + GROUP mimosaPtmpLinkInfoGroup + DESCRIPTION + "The mimosaPtmpLinkInfoGroup is mandatory only for access-point + device supporting PTMP." + + GROUP mimosaPtmpChannelPowerGroup + DESCRIPTION + "The mimosaPtmpChannelPowerGroup is mandatory only for access-point + device supporting PTMP." + + GROUP mimosaPtmpApStatsGroup + DESCRIPTION + "The mimosaPtmpApStatsGroup is mandatory only for access-point + device supporting PTMP." + + GROUP mimosaPtmpClientStatsGroup + DESCRIPTION + "The mimosaPtmpClientStatsGroup is mandatory only for access-point + device supporting PTMP." + + GROUP mimosaPtmpClientInfoGroup + DESCRIPTION + "The mimosaPtmpClientInfoGroup is mandatory only for access-point + device supporting PTMP." + + GROUP mimosaPtmpMgmtInfoGroup + DESCRIPTION + "The mimosaPtmpMgmtInfoGroup is mandatory only for access-point + device supporting PTMP." + ::= { mimosaPtmpCompliances 1 } + + +mimosaPtmpSsidGroup OBJECT-GROUP + OBJECTS { + mimosaPtmpSsidName, + mimosaPtmpSsidType, + mimosaPtmpSsidEnabled, + mimosaPtmpSsidBroadcastEnabled, + mimosaPtmpSsidIsolationEnabled + } + STATUS current + DESCRIPTION + "A collection of objects for the SSID Table." + ::= { mimosaPtmpGroups 1 } + +mimosaPtmpLinkInfoGroup OBJECT-GROUP + OBJECTS { + mimosaPtmpWirelessMode, + mimosaPtmpWirelessGender, + mimosaPtmpWirelessTrafficSplit, + mimosaPtmpWirelessWindowLength + } + STATUS current + DESCRIPTION + "A collection of objects for the wireless link objects." + ::= { mimosaPtmpGroups 2 } + +mimosaPtmpChannelPowerGroup OBJECT-GROUP + OBJECTS { + mimosaPtmpAutoChannelEnabled, + mimosaPtmpAntennaGain, + mimosaPtmpChPwrRadioName, + mimosaPtmpChPwrCntrFreqCfg, + mimosaPtmpChPwrPrimChannelCfg, + mimosaPtmpChPwrChWidthCfg, + mimosaPtmpChPwrTxPowerCfg, + mimosaPtmpChPwrCntrFreqCur, + mimosaPtmpChPwrPrimChannelCur, + mimosaPtmpChPwrChWidthCur, + mimosaPtmpChPwrTxPowerCur, + mimosaPtmpChPwrAgcMode, + mimosaPtmpChPwrMinRxPower, + mimosaPtmpChannelExclusionStart, + mimosaPtmpChannelExclusionEnd + } + STATUS current + DESCRIPTION + "A collection of objects for the wireless channel and power settings." + ::= { mimosaPtmpGroups 3 } + +mimosaPtmpApStatsGroup OBJECT-GROUP + OBJECTS { + mimosaPtmpApStatsRxBytes, + mimosaPtmpApStatsTxBytes, + mimosaPtmpApStatsRxPkts, + mimosaPtmpApStatsTxPkts, + mimosaPtmpApStatsTxPer, + mimosaPtmpApStatsLastUpdated + } + STATUS current + DESCRIPTION + "A collection of objects describing the AP related statistics." + ::= { mimosaPtmpGroups 4 } + +mimosaPtmpClientInfoGroup OBJECT-GROUP + OBJECTS { + mimosaPtmpClientName, + mimosaPtmpClientFWVersion, + mimosaPtmpClientIPAddress, + mimosaPtmpClientAssociatedTime, + mimosaPtmpClientPlanName, + mimosaPtmpClientUlCommitted, + mimosaPtmpClientUlPeak, + mimosaPtmpClientDlCommitted, + mimosaPtmpClientDlPeak, + mimosaPtmpClientInfoLastUpdated + } + STATUS current + DESCRIPTION + "A collection of objects describing the client details." + ::= { mimosaPtmpGroups 5 } + +mimosaPtmpClientStatsGroup OBJECT-GROUP + OBJECTS { + mimosaPtmpClientStatsMacAddress, + mimosaPtmpClientAssocBW, + mimosaPtmpClientRxBytes, + mimosaPtmpClientRxPkts, + mimosaPtmpClientTxPkts, + mimosaPtmpClientRssiAvg, + mimosaPtmpClientRxPhyRate, + mimosaPtmpClientTxAvgPer, + mimosaPtmpClientTxPhyRate, + mimosaPtmpClientTxBytes, + mimosaPtmpClientStatsLastUpdated + } + STATUS current + DESCRIPTION + "A collection of objects describing the client statistics." + ::= { mimosaPtmpGroups 6 } + +mimosaPtmpMgmtInfoGroup OBJECT-GROUP + OBJECTS { + mimosaPtmpMgmtIpAddress, + mimosaPtmpMgmtIpNetmask, + mimosaPtmpMgmtIpGateway, + mimosaPtmpMgmtIpMode, + mimosaPtmpMgmtPrimaryDNS, + mimosaPtmpMgmtSecondaryDNS, + mimosaPtmpMgmtVlanStatus, + mimosaPtmpMgmtVlanId, + mimosaPtmpMgmtVlanPassthrough, + mimosaPtmpMgmtEthernetMac + } + STATUS current + DESCRIPTION + "A collection of objects describing the client details." + ::= { mimosaPtmpGroups 7 } + +END + -- cgit v1.2.3