Get Ch0 and Ch1 signals from SNMP

Hello,

I'm trying to get both ch0 and ch1 SM signals from SNMP, but I only have RSSI (.1.3.6.1.4.1.17713.21.1.2.3.0).

Is it possible to have both ch0 and ch1?

Thank you

Hello,

This is not currently supported. Only combined RSSI is reported via SNMP.

Regards

2 Likes

Hello, 

do you have future plans about that?

I would like to simulate a browser to get json data for ch0 and ch1 from the web if SNMP is not an option.


I tried to make a POST to /cgi-bin/luci with username and password, and it works, I'm in.

I then save sysauth cookie and stok token, and try to make a new call to:

/cgi-bin/luci;stok=STOK_HERE/admin/get_ealign

Passing the cookies, but I'm getting an error like I'm not authenticated.


Is there something I'm not considering?

Thank you :-)

Ok, I made it working!
My error was on the path of the second file.


It's: http://SM_IP_HERE/cgi-bin/luci/;stok=STOK_HERE/admin/get_ealign

And...

[eAlignRSSIch1] => -65
[eAlignRSSIch0] => -68
[eAlignRSSIext0] => -97
[eAlignRSSIext1] => -97
[eAlignRSSIcombine] => -63

Hope you'll make it available via SNMP :)

2 Likes

Hello,

The current CLI allows you to get DL RSSI per chain and ealign results. You could use a script to login to the SM and fetch the information.


********************************************
* ePMP1000 command line interface *
********************************************

ePMP1000_c1d146>show

acs Automatic Channel Selection
ap Access Points list
arp Show ARP table
bridge Show bridge table
config Show running configuration
dashboard Show dashboard information
ealign eAlign
edetect eDetect
ethernet Ethernet statistics
gpssat GPS sattelites
ip Show IP addresses
lldp-neighbors LLDP Neighbors
netstat Display networking connections
rssi Show RSSI per channel
sta Stations list
syslog Syslog
wireless Wireless statistics

ePMP1000_c1d146>show rssi
RSSI per channel (dBm)
CH1 CH2
-55 -51 -56 -52


ePMP1000_c1d146>show ealign
eAlignRSSIch0 -56
eAlignRSSIch1 -51
eAlignRSSIcombine -50
eAlignRSSIext0 -56
eAlignRSSIext1 -53


ePMP1000_c1d146>

Regards

2 Likes