WEP-3ax, WEP-3ax-Z. User manual
53
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 7 – Commands for configuration of security mode on VAP
Security mode
Command to set the security mode
Without password
mode off
WPA
mode WPA
WPA2
mode WPA2
WPA/WPA2
mode WPA_WPA2
WPA3
mode WPA3
WPA-Enterprise
mode WPA_1X
WPA2-Enterprise
mode WPA2_1X
WPA/WPA2-Enterprise
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-3ax(root):/#
configure
WEP-3ax(config):/#
interface
WEP-3ax(config):/interface#
wlan1-vap0
WEP-3ax(config):/interface/wlan1-vap0#
common
WEP-3ax(config):/interface/wlan1-vap0/common#
enabled true
(Enable virtual access point)
WEP-3ax(config):/interface/wlan1-vap0/common#
exit
WEP-3ax(config):/interface/wlan1-vap0#
vap
WEP-3ax(config):/interface/wlan1-vap0/vap#
ssid 'SSID_WEP-3ax_open'
(Change SSID name)
WEP-3ax(config):/interface/wlan1-vap0/vap#
ap-security
(Transition to the security settings block on the
VAP)
WEP-3ax(config):/interface/wlan1-vap0/vap/ap-security#
mode off
(Encryption off – without password)
WEP-3ax(config):/interface/wlan1-vap0/vap/ap-security#
save
(Save configuration)