setting wirelessInterfaceScanFrequencyList via ssh

Hello,

I am trying to set the Subscriber Module Scanning freqeuncy list via ssh.

I found into the cli guide the command: config set wirelessInterfaceScanFrequencyListForty

and I tried passing varius parameters like 5500-5740; 5500/5740; 5500,5740 

e.g. config set wirelessInterfaceScanFrequencyListForty 5500,5740

to select all frequencies in that range but at best it was selected the first freq (5500)..

How can i select a contiguos range of frequencies via ssh command?

Thanks


@gravel wrote:

Hello,

I am trying to set the Subscriber Module Scanning freqeuncy list via ssh.

I found into the cli guide the command: config set wirelessInterfaceScanFrequencyListForty

and I tried passing varius parameters like 5500-5740; 5500/5740; 5500,5740 

e.g. config set wirelessInterfaceScanFrequencyListForty 5500,5740

to select all frequencies in that range but at best it was selected the first freq (5500)..

How can i select a contiguos range of frequencies via ssh command?

Thanks


Hi,

Please use the following format:

config set wirelessInterfaceScanFrequencyListForty "5840 5845 5850"
config save
config apply

Thank you.

Yes it's working.

Thank you Fedor!

1 Like