User`s guide

Chapter 4 Configuring the XgOS CLI 55
Example: Controlling Echo on the Command Line
echo {off|on} Displays all CLI communication. The on option will echo all
commands to the terminal screen. The default is off.
idle-timeout <minutes> After this many idle minutes, your CLI session will timeout.
Configure a value of “0” to configure an infinite CLI timeout
(no timeout).
mode {expert|user|xml} Controls the CLI mode. The default is user. See show cli mode.
paging {off|on} Sets the CLI paging mode. When on, the display output stops
when the screen is full. When paging mode is off, the output
does not stop at the end of the page.
progress-bar {off|on} Determines if a progress bar is displayed on the screen for
commands that are expected to take a long time to execute.
prompt {custom <value>|normal} Controls the current CLI prompt mode. The custom keyword
sets the prompt to be an arbitrary CLI expression. The normal
keyword sets the prompt to be the full name of the current
object, such as “admin@chassis[xsigo]”.
space-completion {off|on} Controls whether the CLI will complete commands when the
space-bar is pressed or not. The default is on.
wrap {off|on} Controls whether the CLI will wrap text at the end of line or
not. The default is on.
set cli echo on
add server-profile foo
add server-profile foo
add server virtual "foo"
top
commit noconfirm
set cli echo off
set cli echo off
add server-profile gogo
Parameter Description