Netgear XCM8810 - 8800 SERIES 10-SLOT CHASSIS SWITCH ユーザーズマニュアル

ページ / 968
  Chapter 16.  Network Login    
|
    
415
NETGEAR 8800 User Manual 
Configuring Logout Privilege
To enable or disable network login logout privilege, use one of the following commands:
enable netlogin logout-privilege
 
disable netlogin logout-privilege
 
These commands turn the privilege for network login users to logout by popping up (or not 
popping up) the logout window. 
Logout-privilege
 is enabled by default.
You can configure the number of times a refresh failure is ignored before it results in the client 
being unauthenticated by using the following commands:
configure netlogin allowed-refresh-failures
 
unconfigure netlogin allowed-refresh-failures
 
You can set the number of failures to be from between 0 and 5. The default number of logout 
failures is 0.
Configuring the Login Page
You can fully customize the HTML login page and also add custom embedded graphical 
images to it. This page and the associated graphics must be uploaded to the switch so that 
they can be served up as the initial login page at the base URL. Both HTTP and HTTPS are 
supported as a means of authenticating the user via the custom page.
In general, the steps for setting up a custom login page and graphical images (if any) are as 
follows:
1. 
Write the custom web-page.
2. 
TFTP the page and any embedded JPEG or GIF graphical images that it references onto 
the switch.
3. 
Enable and configure web-based Network Login on the switch. When the custom page is 
present on the switch, it will over-ride the configured banner. 
Login Page Contents
The customized web-page must have the file name netlogin_login_page.html. While the 
contents of the page are left up to the customer, they must contain the following elements:
•     
An HTML submit form with action="/hello" and method="post" that is used to send the 
Network Login username and password to the switch. The form must contain the 
following:
•     
A username input field with name="netgearnetloginuser"
•     
A password input field with name="netgearnetloginpassword"
•     
Optionally, one or more graphical images embedded using the tags 
<img src="netlogin_<xxx>.jpg"> or 
<img src="netlogin_<xxx>.jpeg"> or 
<img src="<netlogin_<xxx>.gif">