Web and MAC Authentication
Setup Procedure for Web/MAC Authentication
Filename: statusprocess
The statusprocess file contains the WAUTHSTATUSPROC ESI. This ESI is
used to redirect an authenticated client to the appropriate web page during
the login process.
<html>
<head>
<!- ESI(WAUTHSTATUSPROC, 1) ->
</head>
</html>
Filename: timeout.html
The timeout.html file is the web page used to return an error message if the
RADIUS server is not reachable. You can configure the time period (in
seconds) that the switch waits for a response from the RADIUS server used
to verify client credentials with the server-timeout parameter (see page
3-38).
<html>
<head>
<title>EWA User Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<h1><font face="Verdana, Arial, Helvetica, sans-serif">EWA Timeout</font></h1>
<p><font face="Verdana, Arial, Helvetica, sans-serif">Your credentials could not
be verified with authentication server.</font></p>
</body>
</html>
3-24