User Guide

Table Of Contents
438 Configuring AAA for Network Users
320657-A
b Change the logo:
<img src="mycorp/mylogo.gif" width="143" height="65" border="0"
alt="Company Logo">
c Change the greeting:
<h3>Welcome to Mycorp’s Wireless LAN</h3>
d Change the warning statement if desired:
<b>WARNING:</b>
My corp’s warning text.
e Do not change the form (delimited by the <form name=> and </form> tags. The form values are
required for the page to work properly.
5 Save the modified page.
6 On the WSS switch, create a new subdirectory for the customized page. (The files must be on a TFTP
server that the WSS switch can reach over the network.)
23x0# mkdir mycorp-webaaa
success: change accepted.
7 Copy the files for the customized page into the subdirectory:
23x0# copy tftp://10.1.1.1/mycorp-login.html mycorp-webaaa/mycorp-login.html
success: received 637 bytes in 0.253 seconds [ 2517 bytes/sec]
23x0# copy tftp://10.1.1.1/mycorp-logo.jpg mycorp-webaaa/mycorp-logo.jpg
success: received 1202 bytes in 0.402 seconds [ 2112 bytes/sec]
23x0# dir mycorp-webaaa
===============================================================================
file:
Filename Size Created
file:mycorp-login.html 637 bytes Aug 12 2004, 15:42:26
file:mycorp-logo.jpg 1202 bytes Aug 12 2004, 15:57:11
Total: 1839 bytes used, 206577 Kbytes free
8 Use the following command to configure the SSID to use the custom page:
set service-profile name web-aaa-form url
For the url, specify the full path; for example, corpa-ssid/corpa.html. If the custom login page includes
gif or jpg images, their path names are interpreted relative to the directory from which the page is served.
9 Configure a Web-based AAA users and rules as described in “Configuring Portal Web-based AAA” on
page 433.