WEP-2L. User manual
51
6.3.3 Configuration of VAP with Enterprise authorization
Creation of VAP with WPA2-Enterprise security mode with periodic accounting to RADIUS server
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_enterprise'
(Change SSID name)
WEP-2L(config):/interface/wlan1-va0/vap#
security-mode WPA_WPA2_1X
(Encryption mode - WPA/WPA2-
Enterprise)
WEP-2L(config):/interface/wlan1-va0/vap#
radius
WEP-2L(config):/interface/wlan1-va0/vap/radius#
domain root
(where root - User domain)
WEP-2L(config):/interface/wlan1-va0/vap/radius#
auth-address X.X.X.X
(where X.X.X.X - RADIUS server IP
address)
WEP-2L(config):/interface/wlan1-va0/vap/radius#
auth-port X
(where X - RADIUS server port, used for
authentication and authorization. By default: 1812)
WEP-2L(config):/interface/wlan1-va0/vap/radius#
auth-password secret
(where secret - Password for
RADIUS server, used for authentication and authorization)
WEP-2L(config):/interface/wlan1-va0/vap/radius#
acct-enable true
(Enable the sending of «Accounting»
messages to the RADIUS server. By default: false)
WEP-2L(config):/interface/wlan1-va0/vap/radius#
acct-address X.X.X.X
(where X.X.X.X - RADIUS server IP
address, used for accounting)
WEP-2L(config):/interface/wlan1-va0/vap/radius#
acct-password secret
(where secret - Password for
RADIUS server, used for accounting)
WEP-2L(config):/interface/wlan1-va0/vap/radius#
acct-periodic true
(Enable the periodic sending of
«Accounting» messages to the RADIUS server. By default: false)
WEP-2L(config):/interface/wlan1-va0/vap/radius#
acct-interval 600
(Interval of sending of «Accounting»
messages to the RADIUS server)
WEP-2L(config):/interface/wlan1-va0/vap#
save