Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Hide_comments
This command

Scroll Ignore

Table of Contents

Description

Command is used to configure DFS configure DFS (Dynamic Frequency Selection) function of a radio interfaceradio interface function.

While scanning and choosing the best channel the DFS function also takes into consideration the radio environment "density" characteristic. This characteristic indicates how much impulse interference was detected on the channel during the scan time. The "density" measurement results are added into the system log with the other DFS scanning information.

The DFS configuration based on the principle "Leader/Client". "DFS Leader" is a unit which will perform frequency selection and radar detection functions (exp. base station sector). "DFS Client" is a unit that does not choose the frequency itself but follows "DFS Leader" frequency settings (exp. CPEs). In case of PtP link one unit should be configured as a "DFS Leader" and another one as a "DFS Client". It is recommended to set as a "DFS Leader" the unit that is working in worthier interference conditions.

Syntax:

Code Block
languagetext
themeEmacs
  dfs "interface_name" (dfsradar | dfsonly | dfsoff)

...


  dfs "interface_name" freq {

...

 auto |"frequency_list"}

...


  dfs "interface_name" cot hh:mm

...


  dfs "interface_name" scansec <seconds>

...

  [3]

Parameters

Center
ParameterDescription
interface_name

...

An interface to configure.
dfsonly

Enables DFS on the device.

...

In DFS mode device selects the most interference-free frequency channel by scanning all available frequencies

...

While scanning and choosing the best channel the DFS function also takes into consideration the “density” characteristic of the radio environment. This characteristic indicates how much impulse interference was detected on the channel during the scan time. The “density” measurement results are added into the system log along with the other DFS scanning information.

...

.

dfsradarEnables DFS with radar detection. After choosing the most

...

"clear" frequency channel the device

...

listens to radars that may work on the specified frequency. In case of detecting the radar it starts frequency selection process again.

...

dfsoffDisables DFS on the device.

...

freq {

...

auto |"frequency_list"}

...

Sets frequency range allowable to DFS function.

  • "frequency_list" – range value in "ХХХХ-ХХХХ" form.
  • "auto" allows DFS to use all frequencies supported by the device.
cot hh:mm

Allows to make rescanning and choosing the most optimal frequency for using on the daily basis in the defined time

...

. The "off" parameter disables this

...

function.

  • "

...

  • hh:mm" sets the time in hours and minutes.

scansec <seconds>

Sets the time that is spent on scanning each available frequency in seconds. By default

...

is 3 second.

DFS default operational characteristics:

  • Channel occupation time: 24 hours
  • Scanned time: 6 seconds for each available frequency
  • Listening to the Radar on the chosen frequency: 1 minute

DFS Master/Slave configuration:

DFS Master” is a unit that process actual frequency selection and radar detection functions. “DFS Slave” is a unit that does not choose the frequency itself but follows “DFS Master’s” frequency settings. For example, in PtP link one unit should be configured as a “DFS Master” and another one as a “DFS Slave”.

It is strongly recommended to set as a “DFS Master” the unit that is working in worthier interference conditions.

To set a unit as a “DFS Master” (example):

  • Set a unit as “Master”

...

Examples

Set the unit as "DFS Leader".

By using "mint" command enable the "Roaming Leader" mode. For more information about the roaming settings see "Frequency roaming" subsection of the "mint" command.

Code Block
languagetext
themeEmacs
mint rf5.0 

...

  • Configure it as a “Roaming Leader”
Code Block
languagejava
themeDJango
mint rf5.0 roaming leader

Please refer to the “Frequency roaming” chapter for detailed description.

...

roaming leader   

Enable DFS (if not already started).

Code Block
language

...

text
theme

...

Emacs
dfs rf5.0 dfsonly

The unit will perform DFS functions and send the chosen frequency information to the “DFS Slave” devices.

To set a unit as a “DFS Slave” (example):

  • Set a unit as “Slave”
Code Block
languagejava
themeDJango
mint rf5.0 –type slave
  • Configure the corresponding “Roaming Profile” on the unit:

Set the unit as "DFS Client".

Enable the "Roaming Profile" and start the roaming. For more information about the roaming settings see "Frequency roaming" subsection of the "mint" command.

Code Block
languagetext
themeEmacs
mint rf5.0 profile

...

 –freq auto
mint rf5.0 roaming enable

...

Please refer to the “Frequency roaming” chapter for detailed description.

...