Running Spectrum Analysis With SNMP

I'm attempting to start and stop the spectrum analyzer using snmp. I am using an ePMP v4.4.1 with CAMBIUM-ePMP-4.4.0-MIB.txt. I wasn't able to get snmpset working, so I decided to start by attempting the snmpget of CAMBIUM-PMP80211-MIB::spectralEnable

When I run 

snmptranslate -On CAMBIUM-PMP80211-MIB::spectralEnable -m ./CAMBIUM-ePMP-4.3.2-MIB.txt

it returns .1.3.6.1.4.1.17713.21.6.7.1

However, when I attempt

snmpget -v2c -c private 192.168.1.20 .1.3.6.1.4.1.17713.21.6.7.1.0 -m +./CAMBIUM-ePMP-4.3.2-MIB.txt

 it returns

 CAMBIUM-PMP80211-MIB::spectralEnable.0 = No Such Object available on this agent at this OID

To make sure I was running the command correctly, I also ran

snmpget -v2c -c public 192.168.1.20 .1.3.6.1.4.1.17713.21.1.1.2.0 -m ./CAMBIUM-ePMP-4.3.2-MIB.txt

which returned 

CAMBIUM-PMP80211-MIB::cambiumHWInfo.0 = INTEGER: 2

Am I doing something wrong for the spectralEnable command?

Thanks for the help,

Karl Eaves

HW Info = 2 means you have ePMP1000 radio. Try using this OID to switch the AP to SA Mode. (You might lose access to the AP as it needs to be rebooted after that).

wirelessInterfaceMode.0 = 3 

 "spectralEnable" is dedicated to 11ac devices with has additional radio interface for SA and AP reboot is not needed.

1 Like