Nortel Networks 2300 Switch User Manual


 
Configuring AAA for network users 507
Nortel WLAN—Security Switch 2300 Series Configuration Guide
a Create a temporary service profile and configure a temporary, clear SSID on it:
WSS# set service-profile tempsrvc
success: change accepted.
WSS# set service-profile tempsrvc ssid-name tempssid
success: change accepted.
WSS# set service-profile tempsrvc ssid-type clear
success: change accepted.
WSS# set service-profile tempsrvc auth-fallthru web-portal
success: change accepted.
b Create a temporary radio profile and map the temporary service profile to it:
WSS# set radio-profile temprad service-profile tempsrvc
success: change accepted.
c Map a radio to the temporary radio profile and enable it:
WSS# set ap 2 radio 1 radio-profile temprad mode enable
success: change accepted.
2 From your PC, attempt to directly access the temporary SSID. The WSS serves the login page.
3 In the browser, select File > Save As to save the login page.
4 Delete the temporary SSID, along with the temporary service profile and radio profile you created for it.
WSS# set ap 2 radio 1 radio-profile temprad mode disable
success: change accepted.
WSS# clear radio-profile temprad
success: change accepted.
WSS# clear service-profile tempsrvc
success: change accepted.
5 Edit the login page:
a Change the page title:
<title>My Corp Web-based AAA</title>
b Change the logo:
<img src="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.