CPE510v2 monitoring Signal status
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
CPE510v2 monitoring Signal status
Posts: 3
Helpful: 0
Solutions: 0
Stories: 0
Registered: 2017-12-28
2017-12-28 04:46:15
Posts: 3
Helpful: 0
Solutions: 0
Stories: 0
Registered: 2017-12-28
CPE510v2 monitoring Signal status
2017-12-28 04:46:15
Tags:
Model :
Hardware Version :
Firmware Version :
ISP :
Hello...is it possible to get the values of Signal strength, noise and SNR without weblogin to monitor these values via external Tools like Nagios?
Hardware Version :
Firmware Version :
ISP :
Hello...is it possible to get the values of Signal strength, noise and SNR without weblogin to monitor these values via external Tools like Nagios?
#1
Options
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
Thread Manage
Announcement Manage
2 Reply
Posts: 230
Helpful: 18
Solutions: 0
Stories: 0
Registered: 2017-04-12
Re:CPE510v2 monitoring Signal status
2017-12-28 10:06:05
I don't think so.
SNMP allows to collect information about a network device which has a public MIB. But CPE supports SNMPv1/2 and has a private MIB, parameter values of CPE can not obtained via external tools.
SNMP allows to collect information about a network device which has a public MIB. But CPE supports SNMPv1/2 and has a private MIB, parameter values of CPE can not obtained via external tools.
0
We appreciate your feedback. Feel free to let us know more. Log in to submit feedback.
0
We appreciate your feedback. Feel free to let us know more. Log in to submit feedback.
#2
Options
- Copy Link
- Report Inappropriate Content
Thread Manage
Announcement Manage
Posts: 4334
Helpful: 1039
Solutions: 173
Stories: 3
Registered: 2015-12-05
Re:CPE510v2 monitoring Signal status
2017-12-28 16:47:08
leo29041982 wrote
Hello...is it possible to get the values of Signal strength, noise and SNR without weblogin to monitor these values via external Tools like Nagios?
Since Pharos Control (an administrative controller for CPEs) can manage to read those values without logging into the web UI, any other utility should be able to do this also. You just have to find out how Pharos Control achieves this (probably using SNMP).
As a last resort, you could use ssh to grab those values using the CLI. Since this device is running Linux, be somewhat creative:
[CODE]
$ ssh admin@192.168.1.254 iwconfig ath0
admin@192.168.1.254's password:
ath0 IEEE 802.11na ESSID:"XXXXXXXXXXX" Nickname:"RFS-1"
Mode:Master Frequency:5.64 GHz Access Point: 98:DE:D0:12:34:56
Bit Rate:300 Mb/s Tx-Power=17 dBm
RTS thr=2346 B Fragment thr:off
Encryption key:none Security mode:open
Power Management:off
Link Quality=94/94 Signal level=-36 dBm Noise level=-95 dBm
Rx invalid nwid:22856 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[/CODE]
There you have it. Calculate the SNR from signal and noise levels. You could use an expect(1) script to automate the ssh dialog asking for the password.
༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
0
We appreciate your feedback. Feel free to let us know more. Log in to submit feedback.
0
We appreciate your feedback. Feel free to let us know more. Log in to submit feedback.
#3
Options
- Copy Link
- Report Inappropriate Content
Thread Manage
Announcement Manage
Posts: 3
Helpful: 0
Solutions: 0
Stories: 0
Registered: 2017-12-28
2017-12-28 04:46:15
Posts: 3
Helpful: 0
Solutions: 0
Stories: 0
Registered: 2017-12-28
Information
Helpful: 0
Views: 689
Replies: 2
Voters 0
No one has voted for it yet.
Tags
Related Articles
URL Monitoring
879
0
Traffic monitoring
704
5
Monitoring EAP330
2550
0
Realtime Monitoring
109
2
Report Inappropriate Content
Transfer Module
New message