WEP-2L. User manual
49
Configuration of reception of the network parameters via DHCP
WEP-2L(root):/#
configure
WEP-2L(config):/#
interface
WEP-2L(config):/interface#
br0
WEP-2L(config):/interface/br0#
common
WEP-2L(config):/interface/br0/common#
protocol dhcp
WEP-2L(config):/interface/br0/common#
save
(Save changes)
6.3 Virtual Wi-Fi access points (VAP) configuration
When configuring a VAP, remember that the interface names in the 2.4 GHz range start with wlan0, in the 5 GHz
range with wlan1.
Table 8 – Commands for configuration of security mode on VAP
Security mode
Command to set the security mode
Without password
security-mode off
WPA
security-mode WPA
WPA2
security-mode WPA2
WPA/WPA2
security-mode WPA_WPA2
WPA-Enterprise
security-mode WPA_1X
WPA2-Enterprise
security-mode WPA2_1X
WPA/WPA2-Enterprise
security-mode WPA_WPA2_1X
Below are examples of VAP configuration with different security modes for Radio 5 GHz (wlan1).
6.3.1 Configuration of VAP without encryption
Creation of VAP without encryption
WEP-2L(root):/#
configure
WEP-2L(config):/#
interface
WEP-2L(config):/interface#
wlan1-va0
WEP-2L(config):/interface/wlan1-va0#
common
WEP-2L(config):/interface/wlan1-va0/common#
enabled true
(Enable VAP)
WEP-2L(config):/interface/wlan1-va0/common#
exit
WEP-2L(config):/interface/wlan1-va0#
vap
WEP-2L(config):/interface/wlan1-va0/vap#
ssid 'SSID_WEP-2L_open'
(Change SSID name)
WEP-2L(config):/interface/wlan1-va0/vap#
security-mode off
(Encryption mode off - Without password)
WEP-2L(config):/interface/wlan1-va0/vap#
save