Community discussions

MikroTik App
 
jonbrewer
Member Candidate
Member Candidate
Topic Author
Posts: 182
Joined: Sat Jun 05, 2004 5:56 am
Location: Wellington, New Zealand
Contact:

CCQ via SNMP

Fri Oct 07, 2005 2:44 am

Is it possible to obtain tx and rx CCQ via SNMP? If so, can anyone post the OIDs?

If it's not possible via SNMP, is there any other way to monitor CCQ? We have a link that has issues occasionally and I think they come up when the CCQ drops below 10, but can't prove it.
 
jonbrewer
Member Candidate
Member Candidate
Topic Author
Posts: 182
Joined: Sat Jun 05, 2004 5:56 am
Location: Wellington, New Zealand
Contact:

Tue Oct 11, 2005 1:38 pm

Does anyone care about CCQ? I think it is a very important measure - as important as RSSI.
 
danletkeman
Member Candidate
Member Candidate
Posts: 110
Joined: Mon Oct 18, 2004 5:42 pm

Re: CCQ via SNMP

Sat Jul 07, 2007 1:30 am

Has anyone been able to get this information via snmp?
 
zl4tar
just joined
Posts: 7
Joined: Thu May 24, 2007 3:58 pm
Location: Millers Flat

Re: CCQ via SNMP

Mon Jul 09, 2007 6:25 am

No! use script to log - from a troublesome link 900mhz
12:45:00 script,info log_rf_data2::signal-to-noise=,tx-ccq=15,rx-ccq=,noise-
floor=-99
12:50:00 script,info log_rf_data2::signal-to-noise=,tx-ccq=30,rx-ccq=,noise-
floor=-99
12:55:00 script,info log_rf_data2::signal-to-noise=,tx-ccq=55,rx-ccq=,noise-
floor=-99
13:00:00 script,info log_rf_data2::signal-to-noise=,tx-ccq=35,rx-ccq=,noise-
floor=-99
13:05:00 script,info log_rf_data2::signal-to-noise=,tx-ccq=28,rx-ccq=,noise-
floor=-99
13:09:59 script,info log_rf_data2::signal-to-noise=,tx-ccq=46,rx-ccq=,noise-
floor=-99
13:15:00 script,info log_rf_data2::signal-to-noise=,tx-ccq=53,rx-ccq=,noise-
floor=-98
13:20:00 script,info log_rf_data2::signal-to-noise=,tx-ccq=31,rx-ccq=,noise-
floor=-98

Produced by
system script print

1 name="log_rf_data2" owner="admin"
policy=ftp,reboot,read,write,policy,test,winbox,password
last-started=jul/09/2007 13:20:00 run-count=1520
source=
/int wir monitor [find name=wlan3] once do {:env; :log info ("log_rf_data2
::signal-to-noise=" . $signal-to-noise . ",tx-ccq=" . $overall-tx-ccq . ",rx-ccq
=" . $rx-ccq . ",noise-floor=" . $noise-floor);}

#/int wir monitor [find name=wlan3] once do {:env; :put ("log_rf_data2::si
gnal-to-noise=" . $signal-to-noise . ",tx-ccq=" . $overall-tx-ccq . ",rx-ccq=" .
$rx-ccq . ",noise-floor=" . $noise-floor);}
[admin@xxxxx] >