cnWave MIBs

Hi all,

We’ve recently started deploying cnWave and I need to figure out how to add them to our monitoring system it uses SNMP to pull useful things like uptime and RSSI. I notice there are MIBs available for download for other cambium products, but I can’t see one for cnWave.

I just want to monitor useful things like link states and RSSI and uptime. Does anyone have a list of useful OIDs they monitor? Or can we expect a MIB file from cambium?

Thanks,

https://support.cambiumnetworks.com/file/55d57f08990a0f49b003bbb380ef8637e2f349b0

2 Likes

Just as a supplement, would like to share below sample output [that displays RSSI, MCS, SNR,…]

cnwave@cnwave:~$ snmpbulkwalk -v 3 -l authPriv -a MD5 -u tg -A MyPassword -x DES -X MyPrivacyPassword 9001::1 TERRAGRAPH-RADIO-MIB::tgRadioInterfacesTable
TERRAGRAPH-RADIO-MIB::ifName.1 = STRING: terra0
TERRAGRAPH-RADIO-MIB::macAddr.1 = STRING: 12:04:56:12:34:57
TERRAGRAPH-RADIO-MIB::remoteMacAddr.1 = STRING: 12:04:56:23:45:67
TERRAGRAPH-RADIO-MIB::mcs.1 = Gauge32: 10
TERRAGRAPH-RADIO-MIB::snr.1 = INTEGER: 17
TERRAGRAPH-RADIO-MIB::rssi.1 = INTEGER: -56

Thanks

5 Likes

Thanks very much for this Pshemo, I can see it in the list now, so I think I might just have been a bit blind! Thanks for taking the time to link it rather than just saying check again!

Also thanks Prasanna for the sample output. It was helpful building my tools. I now have a lovely set of graphs showing rssi and SNR

Don’t worry, you’re not losing your sight (or mind). It was only on the Archive page before, in the 1.0.1 release. I just now added it to the current 1.1 release to make it more visible, but it’s the same file.

@Kiran_Avva, do you know if there should be an updated MIB for release 1.1?

2 Likes

Thanks @Simon_King. MIB is same.

2 Likes