Command-Line Interface : Command-Line Interface Operation
  
Command-Line Interface Operation
The AppResponse command-line interface (CLI) is accessed using SSH to the AppResponse 11 IP address, using the default username and password (admin/admin). AppResponse 11 running on a VMware virtual machine can also access it using the VM console by logging in as admin.
Different CLI commands are available in different CLI modes. Each mode has a unique command-line prompt. When entering CLI commands, the use of two special characters can provide information, options, and auto-completion of commands.
Use the "?" key for an explanation of available CLI commands.
Use the Tab key to show the next entries on a command line.
Use the Tab key to auto-complete a CLI entry.
Here is an example CLI session, from login to exit. Text in < > demonstrate how special keys can be used.
login as: admin
host's password: admin
Last login: Thu Nov 3 15:02:52 2016 from 10.18.41.255
host > <?>
enable Enter enable mode
exit Exit config mode or logout
no Negate or clear certain configuration options
show Display system configuration or statistics
host > enable
host # <?>
configure Enter configuration mode
disable Leave enable mode
exit Exit config mode or logout
no Negate or clear certain configuration options
show Display system configuration or statistics
host # con<Tab> terminal
host (config) # <?>
exit Exit config mode or logout
interface Configure network interfaces
ip Configure IP settings
no Negate or clear certain configuration options
reboot Reboot the system immediately
show Display system configuration or statistics
shutdown Shut down the system immediately
storage Configure storage settings
user Add/Modify a user account
wizard Run the configuration wizard
host (config) # exit
host # exit