D-Link dws-1008 Switch User Manual


 
D-Link DWS-1008 CLI Manual 391
Note: To use WebAAA, the fallthru authentication type in the service profile that manages the
SSID must be set to web-portal. To use WebAAA for a wired authentication port, edit the port
configuration with the set port type wired-auth command.
The web-portal authentication type also requires additional configuration items.
Examples: The following commands create a subdirectory named corpa, copy a custom login
page named corpa-login.html and a jpg image named corpa-logo.jpg into that subdirectory, and
set the Web login page for service profile corpa-service to corpa-login.html:
DWS-1008# mkdir corpa
success: change accepted.
DWS-1008# copy tftp://10.1.1.1/corpa-login.html corpa/corpa-login.html
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
DWS-1008# copy tftp://10.1.1.1/corpa-logo.jpg corpa/corpa-logo.jpg
success: received 1202 bytes in 0.402 seconds [ 2112 bytes/sec]
DWS-1008# dir corpa
===========================================================
file:
Filename Size Created
file:corpa-login.html 637 bytes Aug 12 2004, 15:42:26
file:corpa-logo.jpg 1202 bytes Aug 12 2004, 15:57:11
Total: 1839 bytes used, 206577 Kbytes free
DWS-1008# set service-profile corpa-service web-portal-form
corpa/corpa-login html
success: change accepted.
See Also:
• copy
• dir
• mkdir
• set port type wired-auth
• set service-profile auth-fallthru
• set web-portal
• show service-profile