Initial commit

This commit is contained in:
David Leutgeb
2023-12-05 12:25:34 +01:00
commit 98a672123c
4378 changed files with 8817503 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

7737
MIBS/cambium/CAMBIUM-PTP670-MIB Executable file

File diff suppressed because it is too large Load Diff

2171
MIBS/cambium/CMM3-MIB.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,103 @@
TERRAGRAPH-RADIO-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Gauge32, Integer32,
enterprises FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString FROM SNMPv2-TC;
tgRadioMIB MODULE-IDENTITY
LAST-UPDATED "202001080000Z"
ORGANIZATION "Terragraph"
CONTACT-INFO "fbc-terragraph@fb.com"
DESCRIPTION "Terragraph Radio MIB"
REVISION "202001080000Z"
DESCRIPTION "First Draft"
::= { terragraph 60 }
-- cnWave identifier
terragraph OBJECT IDENTIFIER ::= { enterprises 17713 }
interfaces OBJECT IDENTIFIER ::= { tgRadioMIB 1 }
ObjectIndex ::= TEXTUAL-CONVENTION
DISPLAY-HINT "x"
STATUS current
DESCRIPTION ""
SYNTAX Integer32 (-2147483648..2147483647)
tgRadioInterfacesTable OBJECT-TYPE
SYNTAX SEQUENCE OF TgRadioStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Terragraph Radio Interfaces"
::= { interfaces 1 }
tgRadioStatEntry OBJECT-TYPE
SYNTAX TgRadioStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Terragraph Radio Interface"
INDEX { ifIndex }
::= { tgRadioInterfacesTable 1 }
TgRadioStatEntry ::= SEQUENCE {
ifIndex ObjectIndex,
ifName DisplayString,
-- TODO: Should be MacAddress
macAddr DisplayString,
-- TODO: Should be MacAddress
remoteMacAddr DisplayString,
mcs Gauge32,
snr Integer32,
rssi Integer32
}
ifIndex OBJECT-TYPE
SYNTAX ObjectIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION ""
::= { tgRadioStatEntry 1 }
ifName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::= { tgRadioStatEntry 2 }
macAddr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::= { tgRadioStatEntry 3 }
remoteMacAddr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::= { tgRadioStatEntry 4 }
mcs OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::= { tgRadioStatEntry 5 }
snr OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::= { tgRadioStatEntry 6 }
rssi OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::= { tgRadioStatEntry 7 }
END

6332
MIBS/cambium/WHISP-APS-MIB Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,93 @@
--
-- whisp-reg.mib
--
-- *************************************************************************************
-- Copyright 2005 - 2015 (c) Cambium Networks
-- Cambium Networks Confidential Proprietary
-- *************************************************************************************
--
-- This module contains registrations for Canopy related items such
-- as the identity of products, product components and other MIB
-- related items.
--
-- *************************************************************************************
-- $Id: WHISP-GLOBAL-REG-MIB.txt,v 1.2 2007/07/25 16:16:52 qa6656 Exp $
--
-- Revision History:
--
-- <Date> <Author> <Changes>
-- 01/31/2002 Y.G Initial release.
-- 08/24/2005 M.D Change OS type for ucos.
-- 05/02/2006 M.D Add new global OID definitions
-- 07/12/2006 V.G Add new global OIDs whispPlvModem and whispPlvGateway
-- 11/10/2006 V.G Add new global OID whispPlvRepeater and
-- whispPlvBridge
-- **************************************************************************************
WHISP-GLOBAL-REG-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
enterprises
FROM SNMPv2-SMI;
whispGlobalRegModule MODULE-IDENTITY
LAST-UPDATED "200304100000Z"
ORGANIZATION "Motorola"
CONTACT-INFO
"Canopy Technical Support
email: technical-support@canopywireless.com"
DESCRIPTION
"The Canopy central registration module."
::= {whispModules 1}
-- the root of the sub-tree for Canopy Radio Modem Product Line.
mot OBJECT IDENTIFIER ::= {enterprises 161}
whispRoot OBJECT IDENTIFIER ::= {mot 19}
-- sub-tree for registrations, which includes modules
whispReg OBJECT IDENTIFIER ::= {whispRoot 1}
-- sub-tree for WHiSP wide objects and events
whispGeneric OBJECT IDENTIFIER ::= {whispRoot 2}
-- sub-tree for WHiSP product specific objects and events
whispProducts OBJECT IDENTIFIER ::= {whispRoot 3}
-- Product registrations. The OIDs should be assigned to
-- sysObjectID of the system group in SNMPv2-MIB supported
-- by the agent. A manager needs to know the (unique) IP
-- address of the agent and get the value (OID value) of
-- sysObjectID to uniquely identify the agent type. Once the
-- agent type has been identified, the manager will know what
-- MIBs the agent supports (from agent capabilities).
whispAps OBJECT IDENTIFIER ::= {whispProducts 1}
whispSm OBJECT IDENTIFIER ::= {whispProducts 2}
whispBox OBJECT IDENTIFIER ::= {whispProducts 3}
whispCMM OBJECT IDENTIFIER ::= {whispProducts 4}
whispPlv OBJECT IDENTIFIER ::= {whispProducts 5}
whispCMM4 OBJECT IDENTIFIER ::= {whispProducts 6}
whispPlvModem OBJECT IDENTIFIER ::= {whispProducts 7}
whispPlvGateway OBJECT IDENTIFIER ::= {whispProducts 8}
whispPlvRepeater OBJECT IDENTIFIER ::= {whispProducts 9}
whispPlvBridge OBJECT IDENTIFIER ::= {whispProducts 10}
-- the Canopy modules registrations
whispModules OBJECT IDENTIFIER ::= {whispReg 1}
-- These are the returned values of the agent type.
-- returned to: .iso.org.dod.internet.mgmt.mib-2.system.sysObjectID.0
--SNMP agent for Canopy units
canopySnmpAgent OBJECT IDENTIFIER ::= { whispRoot 250 }
--Canopy SNMP agent OID definition
ucos OBJECT IDENTIFIER ::= { canopySnmpAgent 256 }
-- prizm snmp agent
prizmSnmpAgent OBJECT IDENTIFIER ::= { whispRoot 1250 }
-- prizm managed object subtree
prizm OBJECT IDENTIFIER ::= {whispRoot 1000}
END

4156
MIBS/cambium/WHISP-SM-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,69 @@
--
-- whisp-tc.mib
--
-- ********************************************************************
-- Copyright 2005 - 2015 (c) Cambium Networks
-- Cambium Networks Confidential Proprietary
-- ********************************************************************
--
-- Contains SMIv2 Textual conventions for the Canopy Product Line.
--
-- ********************************************************************
-- $Id: WHISP-TCV2-MIB.txt,v 1.2 2009/10/06 16:45:08 aff003 Exp $
--
-- Revision History:
--
-- <Date> <Author> <Changes>
-- 17/May/2000 B.M Initial release.
-- 05/Nov/2001 Y.G Modification
-- 01/Oct/2009 Nando Corrected Module name
-- ********************************************************************
WHISP-TCV2-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC
whispModules
FROM WHISP-GLOBAL-REG-MIB;
whispTextualConventionsModule MODULE-IDENTITY
LAST-UPDATED "200304170000Z"
ORGANIZATION "Motorola"
CONTACT-INFO
"Canopy Technical Support
email: technical-support@canopywireless.com"
DESCRIPTION
"This module contains textual conventions for the Canopy
product line."
::= {whispModules 3}
-- -------------------------------------------------------------------------
-- Start Textual Conventions Definitions.
-- -------------------------------------------------------------------------
-- Textual convention for MAC address
WhispMACAddress ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This a WHiSP MAC address or ESN type."
SYNTAX OCTET STRING(SIZE(6))
--Textual convention for LUID
WhispLUID ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The 12 LUID (Local Unit Identification) assigned to each Canopy
Subscriber Modem (SM)."
SYNTAX INTEGER(0..4095)
-- Textual convention for Event Log
EventString ::= TEXTUAL-CONVENTION
DISPLAY-HINT "2048a"
STATUS current
DESCRIPTION
"The string used to display event log."
SYNTAX OCTET STRING(SIZE (0..2048))
END

1089
MIBS/cambium/cmm4/CMM4-MIB Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,306 @@
-- Copyright (C) 2006-2012 Aricent Group . All Rights Reserved
ARICENT-POE-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, enterprises, Integer32
FROM SNMPv2-SMI
RowStatus, MacAddress, DisplayString
FROM SNMPv2-TC
InterfaceIndex
FROM IF-MIB;
fspoe MODULE-IDENTITY
LAST-UPDATED "202112200000Z"
ORGANIZATION "ARICENT COMMUNICATIONS SOFTWARE"
CONTACT-INFO "support@aricent.com"
DESCRIPTION
" The proprietary MIB module for POE. "
REVISION "202112200000Z"
DESCRIPTION
"Added fsPethPsPortPowerPriorityStatic object
supporting the export of static (vs dynamic)
port power priority settings."
REVISION "201906240000Z"
DESCRIPTION
"Added fsPowerModeDCinVoltageRange object
which allows user to specify in which input voltage
range will the TX1012-P-DC be powered."
REVISION "201209050000Z"
DESCRIPTION
" The proprietary MIB module for POE. "
::= { enterprises futuresoftware (2076) 103 }
-- ------------------------------------------------------------
-- groups in the MIB
-- ------------------------------------------------------------
fsPoeSystem OBJECT IDENTIFIER ::= { fspoe 1 }
-- ------------------------------------------------------------------
-- The Poe System Group
-- ------------------------------------------------------------------
fsPoeGlobalAdminStatus OBJECT-TYPE
SYNTAX INTEGER { start(1), shutdown(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Start or shutdown PoE Module in the system
When set as 'start' PoE module initializes data structures and
gets the power supply status.
When shutdown, all resources used by PoE module
will be released back to the system and also power will
be shut on all PoE enabled ports"
::= { fsPoeSystem 1 }
-- Poe Mac Table
fsPoeMacTable OBJECT-TYPE
SYNTAX SEQUENCE OF FsPoeMacEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains information associated MAC Addresses for which
Power has to be applied."
::= { fsPoeSystem 2 }
fsPoeMacEntry OBJECT-TYPE
SYNTAX FsPoeMacEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Powered Device(PD)s MAC address, the port through which its
been learnt"
INDEX { fsPoePdMacAddress }
::= { fsPoeMacTable 1 }
FsPoeMacEntry ::=
SEQUENCE {
fsPoePdMacAddress
MacAddress,
fsPoePdMacPort
InterfaceIndex,
fsPoePdMacRowStatus
RowStatus
}
fsPoePdMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"MAC address of the PD."
::= { fsPoeMacEntry 1 }
fsPoePdMacPort OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object stores the port through which the fsPoePdMacAddress
has been learnt "
::= { fsPoeMacEntry 2 }
fsPoePdMacRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object indicates the status of this entry."
::= { fsPoeMacEntry 3 }
-- Fs Poe Port Table
fsPethPsePortTable OBJECT-TYPE
SYNTAX SEQUENCE OF FsPethPsePortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of objects that display and control non-standard power
characteristics of power Ethernet ports on a Power Source
Entity (PSE) device. This group will be implemented in
managed power Ethernet switches and mid-span devices.
Values of all read-write objects in this table are
persistent at restart/reboot."
::= { fsPoeSystem 3 }
fsPethPsePortEntry OBJECT-TYPE
SYNTAX FsPethPsePortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of objects that display and control non-standard power
characteristics of a power Ethernet PSE port."
INDEX { fsPethPsePortGroupIndex , fsPethPsePortIndex }
::= { fsPethPsePortTable 1 }
FsPethPsePortEntry ::= SEQUENCE {
fsPethPsePortGroupIndex
Integer32,
fsPethPsePortIndex
Integer32,
fsPethPsPortPowerMeasurementsAmperage
Integer32,
fsPethPsPortPowerMeasurementsVoltage
Integer32,
fsPethPsPortPowerMeasurementsWattage
Integer32,
fsPethPsPortPowerPriorityStatic
INTEGER,
fsPethPsPortPowerMode
INTEGER,
fsPethPsPortPowerModeDynamic
INTEGER
}
fsPethPsePortGroupIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This variable uniquely identifies the group
containing the port to which a power Ethernet PSE is
connected. Group means box in the stack, module in a
rack and the value 1 MUST be used for non-modular devices."
::= { fsPethPsePortEntry 1 }
fsPethPsePortIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This variable uniquely identifies the power Ethernet PSE
port within group fsPethPsePortGroupIndex to which the
power Ethernet PSE entry is connected."
::= { fsPethPsePortEntry 2 }
fsPethPsPortPowerMeasurementsAmperage OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable contains the amperage value of a power Ethernet PSE port on which a device is connected"
::= { fsPethPsePortEntry 3 }
fsPethPsPortPowerMeasurementsVoltage OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable contains the voltage value of a power Ethernet PSE port on which a device is connected"
::= { fsPethPsePortEntry 4 }
fsPethPsPortPowerMeasurementsWattage OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable contains the wattage value of a power Ethernet PSE port on which a device is connected"
::= { fsPethPsePortEntry 5 }
fsPethPsPortPowerPriorityStatic OBJECT-TYPE
SYNTAX INTEGER {
critical(1),
high(2),
low(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object controls the priority of the port from the point
of view of a power management algorithm. The priority that
is set by this variable could be used by a control mechanism
that prevents over current situations by disconnecting first
ports with lower power priority. Ports that connect devices
critical to the operation of the network - like the E911
telephones ports - should be set to higher priority.
This object represents the static Port Power Priority value.
When the standard pethPsePortPowerPriority value is different
than the value of this object, a dynamic setting is currently
applied."
::= { fsPethPsePortEntry 6 }
fsPethPsPortPowerMode OBJECT-TYPE
SYNTAX INTEGER {
std802d3(1),
passive-24v(2),
passive-54v(3),
force-power(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object controls the power mode configured by the user.
It is port dependant, based on the capabilities of the port.
802d3 is standards based PoE, passive-24v is 24V passive PoE (no detection, no classification),
passive-54v is 54V passive PoE (no detection, no classification),
force is 54V passive PoE (with detection, no classification)."
::= { fsPethPsePortEntry 7 }
fsPethPsPortPowerModeDynamic OBJECT-TYPE
SYNTAX INTEGER {
nonDynamic(0),
dynamic(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This objects informs if a power mode has been dynamically changed on a port via the auto-detect mechanism."
::= { fsPethPsePortEntry 8 }
fsPowerModeAutoDetect OBJECT-TYPE
SYNTAX BITS { cnMedusaOn(0), cnMedusaOff(1), cnWaveOn(2), cnWaveOff(3) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This setting enables auto-detection of certain devices via LLDP and applies a specific power-mode for them.
For cnMedusa we will automatically change power-mode to force-power.
This is possible becuase cnMedusa/cnWave boots in 802d3 mode, but then it requires force-mode to function properly.
The 802d3 boot-up mode allows it to transmit the LLDP TLV by which it is recognised as a cnMedusa/cnWave.
Depending on the device, this setting will only apply on corresponding capable ports"
::= { fsPoeSystem 4 }
fsPowerModePassiveSafe OBJECT-TYPE
SYNTAX INTEGER { enable(1), disable(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This setting enables PoE passive-safe mode, which offers a certain degree of protection against accidental insertion
of non-compatible devices in ports already configured in a passive PoE mode (passive-low or passive-high). Passive modes
can damage certain devices since it automatically puts voltage out on the port, w/o any sort of 802.3 detection."
::= { fsPoeSystem 5 }
fsPowerModeHighTemperature OBJECT-TYPE
SYNTAX INTEGER { enable(1), disable(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This setting enables high temperature mode, which offers the posibility to reduce the PoE budget to a predetermined value
when the switch is running in a high temperature environment."
::= { fsPoeSystem 6 }
fsPowerFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..127))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the PoE MCU firmware version"
::= { fsPoeSystem 7 }
fsPowerModeDCinVoltageRange OBJECT-TYPE
SYNTAX INTEGER { range9-29V(1), range30-60V(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This setting allows the user to specifiy in which range the DC input voltage is located so that the PoE power budget can be
accordingly adjusted. Currently, only necessary and available on the TX1012-P-DC"
::= { fsPoeSystem 8 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,839 @@
-- Cambium MIB Release CAMBIUM_MIB_VERSION
CAMBIUM-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE,
enterprises, IpAddress, Integer32, Counter32, Counter64, TimeTicks, snmpModules
FROM SNMPv2-SMI
OBJECT-GROUP
FROM SNMPv2-CONF
MacAddress, DisplayString, TEXTUAL-CONVENTION
FROM SNMPv2-TC;
cnPilotMIB MODULE-IDENTITY
LAST-UPDATED "201509091238Z"
ORGANIZATION "Cambium Networks Inc."
CONTACT-INFO
"Cambium Networks Support
http://www.cambiumnetworks.com/support/
E-mail: support@cambiumnetworks.com"
DESCRIPTION
"This module contains MIB definitions for APs"
REVISION "201509091238Z"
DESCRIPTION
"The initial Version."
::= { cambium 22 }
cambium OBJECT IDENTIFIER ::= { enterprises 17713 }
cambiumStateGroup OBJECT IDENTIFIER ::= { cnPilotMIB 1 }
cambiumAccessPointTable OBJECT-TYPE
SYNTAX SEQUENCE OF CambiumAccessPointEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This contains all details about AP"
::= { cambiumStateGroup 1 }
cambiumAccessPointEntry OBJECT-TYPE
SYNTAX CambiumAccessPointEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" "
INDEX { cambiumAPMACAddress }
::= { cambiumAccessPointTable 1 }
CambiumAccessPointEntry ::=
SEQUENCE {
cambiumAPMACAddress MacAddress,
cambiumAPName DisplayString,
cambiumAPIPAddress DisplayString,
cambiumAPSerialNum DisplayString,
cambiumAPModel DisplayString,
cambiumAPCPUUtilization Integer32,
cambiumAPMemoryFree Integer32,
cambiumAPSWVersion DisplayString,
cambiumAPUptime TimeTicks,
cambiumAPHWType DisplayString,
cambiumAPRegulatory DisplayString,
cambiumAPCnmConstaus DisplayString,
cambiumAPCnmAccID DisplayString,
cambiumAPTotalClients Integer32,
cambiumAPCheckUpgradeStatus DisplayString
}
cambiumAPMACAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point MAC Address"
::= { cambiumAccessPointEntry 1 }
cambiumAPName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point hostname"
::= { cambiumAccessPointEntry 2 }
cambiumAPIPAddress OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point IP Address"
::= { cambiumAccessPointEntry 3 }
cambiumAPSerialNum OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point Serial Number"
::= { cambiumAccessPointEntry 4 }
cambiumAPModel OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point Model Name"
::= { cambiumAccessPointEntry 5 }
cambiumAPCPUUtilization OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point CPU Utilization"
::= { cambiumAccessPointEntry 6 }
cambiumAPMemoryFree OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amount of memory free in the access point in bytes"
::= { cambiumAccessPointEntry 7 }
cambiumAPSWVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point Software Version"
::= { cambiumAccessPointEntry 8 }
cambiumAPUptime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point uptime"
::= { cambiumAccessPointEntry 9 }
cambiumAPHWType OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point Hardware Type"
::= { cambiumAccessPointEntry 10 }
cambiumAPRegulatory OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point Regulatory detail"
::= { cambiumAccessPointEntry 11 }
cambiumAPCnmConstaus OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point cnMaestro Connection Status"
::= { cambiumAccessPointEntry 12 }
cambiumAPCnmAccID OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point cnMaestro Account ID"
::= { cambiumAccessPointEntry 13 }
cambiumAPTotalClients OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total clients connected with this Access Point"
::= { cambiumAccessPointEntry 14 }
cambiumAPCheckUpgradeStatus OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access Point check upgrade status"
::= { cambiumAccessPointEntry 15 }
cambiumRadioTable OBJECT-TYPE
SYNTAX SEQUENCE OF CambiumRadioEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains all radios of access point"
::= { cambiumStateGroup 2 }
cambiumRadioEntry OBJECT-TYPE
SYNTAX CambiumRadioEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" "
INDEX { cambiumRadioIndex }
::= { cambiumRadioTable 1 }
CambiumRadioEntry ::=
SEQUENCE {
cambiumRadioIndex Integer32,
cambiumRadioMACAddress MacAddress,
cambiumRadioBandType DisplayString,
cambiumRadioWlan Integer32,
cambiumRadioNumClients Integer32,
cambiumRadioChannel DisplayString,
cambiumRadioChannelWidth DisplayString,
cambiumRadioTransmitPower Integer32,
cambiumRadioTotalTxPackets Counter32,
cambiumRadioTotalRxPackets Counter32,
cambiumRadioTxDataBytes Counter32,
cambiumRadioTxDataBytes Counter32,
cambiumRadioRxDataBytes Counter32,
cambiumRadioState DisplayString,
cambiumRadioDfsStatus Integer32,
cambiumRadioDfsDetect Integer32,
cambiumRadioNoiseFloor DisplayString,
cambiumRadioInterference DisplayString,
cambiumRadioAirtime DisplayString
}
cambiumRadioIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio number"
::= { cambiumRadioEntry 1 }
cambiumRadioMACAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio MAC Address"
::= { cambiumRadioEntry 2 }
cambiumRadioBandType OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio band type"
::= { cambiumRadioEntry 3 }
cambiumRadioWlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio WLAN number"
::= { cambiumRadioEntry 4 }
cambiumRadioNumClients OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of clients connected with a radio"
::= { cambiumRadioEntry 5 }
cambiumRadioChannel OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio channel"
::= { cambiumRadioEntry 6 }
cambiumRadioChannelWidth OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio channel width"
::= { cambiumRadioEntry 7 }
cambiumRadioTransmitPower OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio Power"
::= { cambiumRadioEntry 8 }
cambiumRadioTotalTxPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total packets transmitted by a radio"
::= { cambiumRadioEntry 9 }
cambiumRadioTotalRxPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total packets received by a radio"
::= { cambiumRadioEntry 10 }
cambiumRadioTxDataBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Transmitted data packets in bytes by a radio"
::= { cambiumRadioEntry 11 }
cambiumRadioRxDataBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Received data packets in bytes by a radio"
::= { cambiumRadioEntry 12 }
cambiumRadioState OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio state (ON/OFF)"
::= { cambiumRadioEntry 13 }
cambiumRadioDfsStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DFS status"
::= { cambiumRadioEntry 14 }
cambiumRadioDfsDetect OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DFS detected by a radio"
::= { cambiumRadioEntry 15 }
cambiumRadioNoiseFloor OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio noise floor"
::= { cambiumRadioEntry 16 }
cambiumRadioInterference OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio channel interference"
::= { cambiumRadioEntry 17 }
cambiumRadioAirtime OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio airtime (total/tx/rx/busy)"
::= { cambiumRadioEntry 18 }
cambiumClientTable OBJECT-TYPE
SYNTAX SEQUENCE OF CambiumClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contain information about all clients
connected to the access point"
::= { cambiumStateGroup 3 }
cambiumClientEntry OBJECT-TYPE
SYNTAX CambiumClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" "
INDEX { cambiumClientMACAddressIndex }
::= { cambiumClientTable 1 }
CambiumClientEntry ::=
SEQUENCE {
cambiumClientMACAddressIndex Integer32,
cambiumClientMACAddress MacAddress,
cambiumClientIPAddress DisplayString,
cambiumClientName DisplayString,
cambiumClientSsid DisplayString,
cambiumClientVendorName DisplayString,
cambiumClientHwmode DisplayString,
cambiumClientRadioIndex Integer32,
cambiumClientWlan Integer32,
cambiumClientVlan Integer32,
cambiumClientSNR Integer32,
cambiumClientTxRate DisplayString,
cambiumClientTotalTxPackets Counter32,
cambiumClientTxDataBytes Counter32,
cambiumClientTotalRxPackets Counter32,
cambiumClientRxDataBytes Counter32
}
cambiumClientMACAddressIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The auxiliary variable used to identify instances
of the columnar objects in the Client Table."
::= { cambiumClientEntry 1 }
cambiumClientMACAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Client MAC address"
::= { cambiumClientEntry 2 }
cambiumClientIPAddress OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Client IP Address"
::= { cambiumClientEntry 3 }
cambiumClientName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of user using the client"
::= { cambiumClientEntry 4 }
cambiumClientSsid OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Client is connected with SSID"
::= { cambiumClientEntry 5 }
cambiumClientVendorName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Client operating system"
::= { cambiumClientEntry 6 }
cambiumClientHwmode OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Client hardware mode"
::= { cambiumClientEntry 7 }
cambiumClientRadioIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Client is connected with radio"
::= { cambiumClientEntry 8 }
cambiumClientWlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Client wlan number"
::= { cambiumClientEntry 9 }
cambiumClientVlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Client Vlan number"
::= { cambiumClientEntry 10 }
cambiumClientSNR OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signal to noise ratio of client connection to the access point"
::= { cambiumClientEntry 11 }
cambiumClientTxRate OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Transmit rate of client in mbps"
::= { cambiumClientEntry 12 }
cambiumClientTotalTxPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total packets transmitted by the client"
::= { cambiumClientEntry 13 }
cambiumClientTxDataBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total bytes transmitted by the client"
::= { cambiumClientEntry 14 }
cambiumClientTotalRxPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total packets received by the client"
::= { cambiumClientEntry 15 }
cambiumClientRxDataBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total bytes received by the client"
::= { cambiumClientEntry 16 }
cambiumWlanTable OBJECT-TYPE
SYNTAX SEQUENCE OF CambiumWlanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contain information about all WLAN
configured on the access point"
::= { cambiumStateGroup 4 }
cambiumWlanEntry OBJECT-TYPE
SYNTAX CambiumWlanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" "
INDEX { cambiumWlanIndex }
::= { cambiumWlanTable 1 }
CambiumWlanEntry ::=
SEQUENCE {
cambiumWlanIndex Integer32,
cambiumWlanSsid DisplayString,
cambiumWlanBand DisplayString,
cambiumWlanVlan Integer32,
cambiumWlanSecurity DisplayString,
cambiumWlanGuestAccess DisplayString,
cambiumWlanNumClients Integer32,
cambiumWlanTotalTxPackets Counter32,
cambiumWlanTxDataBytes Counter32,
cambiumWlanTotalRxPackets Counter32,
cambiumWlanRxDataBytes Counter32
}
cambiumWlanIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The auxiliary variable used to identify instances
of the columnar objects in the Wlan Table."
::= { cambiumWlanEntry 1 }
cambiumWlanSsid OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Wlan SSID"
::= { cambiumWlanEntry 2 }
cambiumWlanBand OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Radio band configuration on Wlan"
::= { cambiumWlanEntry 3 }
cambiumWlanVlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Wlan vlan number"
::= { cambiumWlanEntry 4 }
cambiumWlanSecurity OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Security configuration on Wlan"
::= { cambiumWlanEntry 5 }
cambiumWlanGuestAccess OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Guest Access configuration on Wlan"
::= { cambiumWlanEntry 6 }
cambiumWlanNumClients OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of clients connected to Wlan"
::= { cambiumWlanEntry 7 }
cambiumWlanTotalTxPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total packets transmitted"
::= { cambiumWlanEntry 8 }
cambiumWlanTxDataBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total bytes transmitted"
::= { cambiumWlanEntry 9 }
cambiumWlanTotalRxPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total packets received"
::= { cambiumWlanEntry 10 }
cambiumWlanRxDataBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total bytes received"
::= { cambiumWlanEntry 11 }
cambiumMeshClientTable OBJECT-TYPE
SYNTAX SEQUENCE OF CambiumMeshClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contain information about all Mesh
clients connected to the access point"
::= { cambiumStateGroup 5 }
cambiumMeshClientEntry OBJECT-TYPE
SYNTAX CambiumMeshClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" "
INDEX { cambiumMeshClientMACAddressIndex }
::= { cambiumMeshClientTable 1 }
CambiumMeshClientEntry ::=
SEQUENCE {
cambiumMeshClientMACAddressIndex Integer32,
cambiumMeshClientMACAddress MacAddress,
cambiumMeshClientBaseMACAddress MacAddress,
cambiumMeshClientIPAddress DisplayString,
cambiumMeshClientName DisplayString,
cambiumMeshClientSsid DisplayString,
cambiumMeshClientRadioBand DisplayString,
cambiumMeshClientSNR Integer32,
cambiumMeshClientRSSI Integer32,
cambiumMeshClientStatus DisplayString,
cambiumMeshClientDataRate DisplayString,
cambiumMeshClientTotalTxPackets Counter32,
cambiumMeshClientTxDataBytes Counter32,
cambiumMeshClientTotalRxPackets Counter32,
cambiumMeshClientRxDataBytes Counter32
}
cambiumMeshClientMACAddressIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The auxiliary variable used to identify instances
of the columnar objects in the mesh client Table."
::= { cambiumMeshClientEntry 1 }
cambiumMeshClientMACAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Mesh client MAC address"
::= { cambiumMeshClientEntry 2 }
cambiumMeshClientBaseMACAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Mesh client AP MAC address"
::= { cambiumMeshClientEntry 3 }
cambiumMeshClientIPAddress OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Mesh client IP Address"
::= { cambiumMeshClientEntry 4 }
cambiumMeshClientName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Hostname of the mesh client"
::= { cambiumMeshClientEntry 5 }
cambiumMeshClientSsid OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Mesh client is connected with SSID"
::= { cambiumMeshClientEntry 6 }
cambiumMeshClientRadioBand OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Mesh client is connected with Radio"
::= { cambiumMeshClientEntry 7 }
cambiumMeshClientSNR OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signal to noise ratio of mesh client connection to the access point"
::= { cambiumMeshClientEntry 8 }
cambiumMeshClientRSSI OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signal strength of mesh client connection to the access point"
::= { cambiumMeshClientEntry 9 }
cambiumMeshClientStatus OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Mesh client connection status"
::= { cambiumMeshClientEntry 10 }
cambiumMeshClientDataRate OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Data rate of mesh client in mbps"
::= { cambiumMeshClientEntry 11 }
cambiumMeshClientTotalTxPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total packets transmitted by the mesh client"
::= { cambiumMeshClientEntry 12 }
cambiumMeshClientTxDataBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total bytes transmitted by the mesh client"
::= { cambiumMeshClientEntry 13 }
cambiumMeshClientTotalRxPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total packets received by the mesh client"
::= { cambiumMeshClientEntry 14 }
cambiumMeshClientRxDataBytes OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total bytes received by the mesh client"
::= { cambiumMeshClientEntry 15 }
cambiumAPSetIPAddress OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Set Access Point IP Address"
::= { cambiumStateGroup 6 }
cambiumAPReboot OBJECT-TYPE
SYNTAX Integer32 (1)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"OID for Device Reboot, send reboot command to device"
::= { cambiumStateGroup 7 }
END

File diff suppressed because it is too large Load Diff