HP (Hewlett-Packard) 8212ZL Switch User Manual


 
122
Enhancements
Release K.13.19 Enhancements
Timeout Page (timeout.html)
Figure 20. Timeout Page
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 aaa port-access web-based server-timeout
command when you enable Web Authentication.
Figure 21. HTML Code for Timeout Page Template
<!--
ProCurve Web Authentication Template
timeout.html
-->
<html>
<head>
<title>Timeout</title>
</head>
<body>
<h1>Timeout</h1>
<p>Your credentials could not be verified with authentication server.
Please retry later.</p>
</body>
</html>