PMP450 MIB SNMP

Problem with the PMP MIB file 13.x,

I want to monitor the rssi level of my PMP450 links (AP and SMs).

Currently, using that MIB, I can only found the rssi OID for the SM but not for the AP; meaning, I can monitor the SMs rssi but cannot monitor the AP rssi.

Anyone came accros this issue.

Hi Riyaaz,

The OID value 1.3.6.1.4.1.161.19.3.1.4.1.21 mentioned for RSSI is for FSK radios that will not be working with 450 PMP radios .

Regards,

Richa

You can query .1.3.6.1.4.1.161.19.3.1.4.1.87 (linkRadioDbmHorizontal) and .1.3.6.1.4.1.161.19.3.1.4.1.88 (linkRadioDmbVertical) on the AP. This is part of whispLinkTable.

On the SM side, you can query .1.3.6.1.4.1.161.19.3.2.2.117.0 (radioDbmHorizontal) and .1.3.6.1.4.1.161.19.3.2.2.118.0 (radioDbmVertical).

Alternately you can query .1.3.6.1.4.1.161.19.3.2.2.8.0 (radioDbm) on the SM to get the combined signal strength.