Simple Noc Authentication Example - HP MSM7xx Management And Configuration Manual

Hide thumbs Also See for MSM7xx:
Table of Contents

Advertisement

NOC authentication

Simple NOC authentication example

User authentication was refused by the RADIUS server
This could be due to an unknown username, or invalid username or password.
<HTML>
status=failure
external-err-msg=Your login was refused.
login-err-url=https://206.162.167.226:8888/cebit-php/login-
error.php?site=john-cn3000&user=user12&nasipaddress=
</HTML>
User could not be authenticated
The controller could not contact a RADIUS server.
<HTML>
status=failure
external-err-msg=You cannot be logged in at this time. Please try again
later.
login-err-url=https://206.162.167.226:8888/cebit-php/login-
error.php?site=john
-cn3000&user=user12&nasipaddress=
</HTML>

Simple NOC authentication example

This is a simple example showing how to use the NOC authentication feature.
1. Retrieve the Public Access Examples zip file at
examples.
2. Create the following folder on your Web sever: newlogin.
3. Copy these files from the Public Access Examples zip file into the newlogin folder:
4. Customize login.html to accept username and password information from users and
then send it to the controller. You could use code similar to the following PHP example to
send login information back to the controller for authentication:
https://controller_ip:8090/goform/HtmlNocLoginRequest
?username=username&password=password&ipaddress=user_ip
The variable loginurl contains the URL on the controller where user information is
sent for authentication.
5. Start the management tool.
D-12
login.html
transport.html
session.html
fail.html
logo.gif
www.hp.com/networking/public-access-

Advertisement

Table of Contents
loading

Table of Contents