HP (Hewlett-Packard) MSM7XX Switch User Manual


 
NOC authentication
Forcing user logouts
6. Enable the NOC-based authentication feature.
7. Under Security add the IP address of the Web server to the Allowed Addresses box.
8. Under Active interfaces make sure that the interface on which the request will be
received is enabled.
9. Click Save.
10. Add the following entries to the Configured attributes table on the Public access >
Attributes page. (You can also define these attributes in the RADIUS profile for the
service controller if you are using a RADIUS server.)
login-url=URL_of_page_on_remote_server
access-list=loginserver,ACCEPT,tcp,web_server_IP_address,443
ssl-noc-certificate=URL_of_the_certificate
ssl-noc-ca-certificate=URL_of_the_certificate
transport-page=web_server_URL/newlogin/transport.html
session-page=web_server_URL/newlogin/session.html
fail-page=web_server_URL/newlogin/fail.html
logo=web_server_URL/newlogin/logo.gif
use-access-list=loginserver
Forcing user logouts
Users can be logged out by calling the following URL:
https://service controller_ip:8090/goform/HtmlNocLogoutRequest
?ipaddress=user_ip
Note This request must come from the login application (or another other application that is using
the same SSL certificate).
The service controller returns a positive or negative answer for the user logout as standard
HTML. The login application must parse this information to retrieve the response.
Logout success
<HTML>
NOC_INFO_STATUS=NOC_STATUS_SUCCESS
</HTML>
D-13