System information
General System Configuration
Setting Management Access Controls
Command Syntax CLI Reference Page
[no] https port <port-number> page 8-23
[no] cli telnet <enable | session session_number> page 8-17
[no] ssh enable page 8-18
ssh port <port-number> page 8-19
show system page 8-25
The following example shows how to enter management configuration con-
text and disable the access point’s Reset button. An attempt to also disable
the console port fails, since the Reset button and console port cannot be
disabled at the same time.
HP420(config)#management
Enter management commands, one per line.
HP420(config-mgmt)#no reset-button
HP420(config-mgmt)#no cli serial
Reset Button and Console Port CANNOT disable at the same
time!
HP420(config-mgmt)#
The following example shows how to disable the HTTP server, enable the
HTTPS web server and set the HTTPS port .
HP420(config-mgmt)#no http server
HP420(config-mgmt)#https server
HP420(config-mgmt)#https port 1224
HP420(config-mgmt)#
The following example shows how to disable the Telnet server, set the maxi-
mum number of allowed Telnet and SSH sessions, then enable the SSH server
and set the SSH port .
HP420(config-mgmt)#no cli telnet
HP420(config-mgmt)#cli telnet session 1
HP420(config-mgmt)#ssh enable
HP420(config-mgmt)#ssh port 1124
HP420(config-mgmt)#
5-10