cnWave / Sonar Monitoring Template

Has anybody been successful in creating an SNMP monitoring template for cnWave equipment in Sonar v1? I have the MIB file but when I try to poll the following OID’s, I keep getting errors:

RSSI - .1.3.6.1.4.1.15000.1.1.1.1.7
SNR - .1.3.6.1.4.1.15000.1.1.1.1.6
MCS - .1.3.6.1.4.1.15000.1.1.1.1.5

I know I’m doing something wrong but I’m not sure how to get this information to properly poll. I have enabled SNMP v2c on the Onboard E2E / V5000 that I’m testing with but getting no love.

Hi Josh, here’s what i get when i walk the mib and focus on the OIDs you listed out… they are specific for each of the two sectors on the V5000 …

does this help you?

2 Likes

That did help, David, thank you.

I settled on the following for now. Will need to keep testing the V5000 template as we add nodes.

V5000
RSSI Node 1 - 1.3.6.1.4.1.15000.1.1.1.1.7.1
RSSI Node 2 - 1.3.6.1.4.1.15000.1.1.1.1.7.2
MCS Node 1 - 1.3.6.1.4.1.15000.1.1.1.1.5.1
SNR Node 1 - 1.3.6.1.4.1.15000.1.1.1.1.6.1
MCS Node 2 - 1.3.6.1.4.1.15000.1.1.1.1.5.2
SNR Node 2 - 1.3.6.1.4.1.15000.1.1.1.1.6.2
System Uptime - 1.3.6.1.2.1.25.1.1.0

V3000 / V1000
RSSI - 1.3.6.1.4.1.15000.1.1.1.1.7.1
RX MCS - 1.3.6.1.4.1.15000.1.1.1.1.5.1
RX SNR - 1.3.6.1.4.1.15000.1.1.1.1.6.1
System Uptime - 1.3.6.1.2.1.25.1.1.0

Any tips on this? I’m trying to set them up in PRTG, but none of those OIDs appear to work. I was able to run auto discovery and get uptime info and traffic sensors. I always get a “no such object” error

Hi Joseph,
Please try using latest MIB file - https://support.cambiumnetworks.com/files/60ghz-cnwave/
cnWave60-MIB.txt

Object ID is changed to 17713.60

iso.3.6.1.4.1.17713.60.1.1.1.2.1 = STRING: “terra0”
iso.3.6.1.4.1.17713.60.1.1.1.3.1 = STRING: “42:cb:c7:73:d0:3e”
iso.3.6.1.4.1.17713.60.1.1.1.4.1 = STRING: “42:cb:c7:73:d0:5b”
iso.3.6.1.4.1.17713.60.1.1.1.5.1 = Gauge32: 9
iso.3.6.1.4.1.17713.60.1.1.1.6.1 = INTEGER: 31
iso.3.6.1.4.1.17713.60.1.1.1.7.1 = INTEGER: -41

Best,
Ravi Varman

2 Likes