C613-50170-01 Rev B
Command Reference for x510 Series
2327
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
LLIED
T
ELESIS
M
ANAGEMENT
F
RAMEWORK
™ (AMF) C
OMMANDS
HTTP
-
ENABLE
http-enable
Overview
This command is used to enable GUI access to a guest node. When http-enable is
configured the port number is set to its default of 80. If the guest node is using a
different port for HTTP, you can configure this using the port
<PORTNO>
attribute.
This command is used to inform the GUI that this device has an HTTP interface at
the specified port number so that a suitable URL can be provided to the user.
Use the
no
variant of this command to disable HTTP.
Syntax
http-enable [port <
port-number
>]
no http-enable
Default
http-enable is off.
If http-enable is selected without a port parameter the port number will default to
80.
Mode
ATMF Guest Configuration Mode
Example 1
To enable HTTP access to a guest node on port 80 (the default), use the following
commands:
node1#
conf t
node1(config)#
atmf guest-class Camera
node1(config-atmf-guest)#
http-enable
node1(config-atmf-guest)#
Example 2
To enable HTTP access to a guest node on port 400, use the following commands:
node1#
conf t
node1(config)#
atmf guest-class Camera
node1(config-atmf-guest)#
http-enable port 400
node1(config-atmf-guest)#
Example 3
To disable HTTP access to a guest node, use the following commands:
node1#
conf t
node1(config)#
atmf guest-class Camera
node1(config-atmf-guest)#
no http-enable
node1(config-atmf-guest)#
Parameter
Description
port
TCP port number.
<
port-number
>
The port number to be configured.