Disable

The following scenario shows how to disable a WLAN interface, stopping the selected WLAN network, and how to disable a radio module, stopping all networks configured on top the selected module.

Disable Interface

Description

In this example, the WLAN interfaces wlan4 and wlan1 will be disabled by mean of the disable command.

Scenario

Step 1: Set the following configuration in DUT0:

set controllers wlan installation indoor
set controllers wlan radios wifi1 band 2.4GHz
set controllers wlan radios wifi1 channel 1
set controllers wlan radios wifi0 band 5GHz
set controllers wlan radios wifi0 channel 36
set controllers wlan radios wifi0 bandwidth 80MHz
set controllers wlan radios wifi0 mode 802.11n
set controllers wlan radios wifi0 mode 802.11ac
set controllers wlan radios wifi0 mode 802.11ax
set interfaces bridge br0
set interfaces wlan wlan4 bridge-group bridge br0
set interfaces wlan wlan4 phy wifi1
set interfaces wlan wlan4 type access-point security akm none
set interfaces wlan wlan4 type access-point ssid network1_24ghz
set interfaces wlan wlan5 bridge-group bridge br0
set interfaces wlan wlan5 phy wifi1
set interfaces wlan wlan5 type access-point security akm none
set interfaces wlan wlan5 type access-point ssid network2_24ghz
set interfaces wlan wlan1 bridge-group bridge br0
set interfaces wlan wlan1 phy wifi0
set interfaces wlan wlan1 type access-point security akm none
set interfaces wlan wlan1 type access-point ssid network1_5ghz
set interfaces wlan wlan2 bridge-group bridge br0
set interfaces wlan wlan2 phy wifi0
set interfaces wlan wlan2 type access-point security akm none
set interfaces wlan wlan2 type access-point ssid network2_5ghz

Step 2: Set the following configuration in DUT0:

set interfaces wlan wlan4 disable

Step 3: Set the following configuration in DUT0:

set interfaces wlan wlan1 disable

Disable Controller

Description

In this example, the radio interfaces wifi1 and wifi0 will be disabled by mean of the disable command. As consequence of that, the WLAN interfaces wlan4 and wlan5 and the wlan1 and wlan2 will be also disabled.

Scenario

Step 1: Set the following configuration in DUT0:

set controllers wlan installation indoor
set controllers wlan radios wifi1 band 2.4GHz
set controllers wlan radios wifi1 channel 1
set controllers wlan radios wifi0 band 5GHz
set controllers wlan radios wifi0 channel 36
set controllers wlan radios wifi0 bandwidth 80MHz
set controllers wlan radios wifi0 mode 802.11n
set controllers wlan radios wifi0 mode 802.11ac
set controllers wlan radios wifi0 mode 802.11ax
set interfaces bridge br0
set interfaces wlan wlan4 bridge-group bridge br0
set interfaces wlan wlan4 phy wifi1
set interfaces wlan wlan4 type access-point security akm none
set interfaces wlan wlan4 type access-point ssid network1_24ghz
set interfaces wlan wlan5 bridge-group bridge br0
set interfaces wlan wlan5 phy wifi1
set interfaces wlan wlan5 type access-point security akm none
set interfaces wlan wlan5 type access-point ssid network2_24ghz
set interfaces wlan wlan1 bridge-group bridge br0
set interfaces wlan wlan1 phy wifi0
set interfaces wlan wlan1 type access-point security akm none
set interfaces wlan wlan1 type access-point ssid network1_5ghz
set interfaces wlan wlan2 bridge-group bridge br0
set interfaces wlan wlan2 phy wifi0
set interfaces wlan wlan2 type access-point security akm none
set interfaces wlan wlan2 type access-point ssid network2_5ghz

Step 2: Set the following configuration in DUT0:

set controllers wlan radios wifi1 disable

Step 3: Set the following configuration in DUT0:

set controllers wlan radios wifi0 disable