It’s frustrating to have to repeatedly do the same over and over again. so perhaps it can be autoamated.
I to repeatedly log in to out mikrotik boxes and change the wlan interface frequency.
Can anyone help me with a simple script to perform a scan on wlan3 card and set it’s frequency to be the same as predefined MAC address from the scan list? This way I can set the frequency on the “master” mikrotik box and other would just set to the same freq. Thanks.
Could this interference you mention be caused by having the 3 cards onto one routerboard and moving frequency is having a domino effect on the radio cards.
…
found something simmilar here viewtopic.php?f=9&t=31644
perhaps someone can take a look at it.
That topic refers to “Ducting Effect” where a PTP link over the sea causes large signal variations, can you expand on why you have to scan frequencies frequently.
We use dfs mode but some the different mikrotiks set themselves to different frequency for some reason.
So I decided to use one box as master and so set others the same by using a script.
# set the MAC to look for
static "staticmac_var" to search for 74:EA:3A:A6:5B:F6
# perform search
Scan frequencies using wlan3 interface
# store found variables
Find the mac 74:EA:3A:A6:5B:F6 and store the frequency as variable "frequency_var"
# set interface wlan3 stored frequency from variable "frequency_var"
Set interface wlan3 frequency to "frequency_var"
you only have to associate a routeros client to an ap once. so long as the ssid remains unchanged, the client will always follow the ap on the freq, that way you only need to update the ap side of the link( and all the clients will follow