User`s guide

54 XgOS User’s Guide September 2014
Syntax
Parameter Description
set cli autocommit {off|on} [-noconfirm]
set cli block-entry {off|on}
set cli color {off|on}
set cli cols <number>
set cli rows <number>
set cli confirm {off|on}
set cli echo {off|on}
set cli idle-timeout <minutes>
set cli mode {expert|user|xml}
set cli paging {off|on}
set cli progress-bar {off|on}
set cli prompt {custom <value>|normal}
set cli space-completion {off on}
set cli wrap {off|on}
Parameter Description
autocommit {off|on} [-noconfirm] The default is on. When a CLI command is complete, the system
automatically commits the changes to the configuration
database. When set to off, any changes must be manually
written to the database using the commit command. The off
option is useful for creating a set of changes and then
committing them as a group. Autocommit is disabled for ACLs
on 10 GE and 10-port GE cards (see add acl).
block-entry {off| on} Controls whether the CLI prompts for the entry of scripting
blocks such as “foreach”, etc.
color {off|on} Controls whether the CLI displays colors for command output
in a session. Only output is displayed in color. Command
prompts and command text is monochrome. By default, colors
are displayed, but setting color off returns the screen to
monochrome display.
cols <number> Sets the number of columns on the screen. The default is the
screen size for your monitor. Setting row size might not be
available through a TTY/Console port.
rows <number> Sets the number of rows on the screen. The default is the screen
size for your monitor. Setting row size might not be available
through a TTY/Console port.
confirm {off|on} Sets the CLI confirmation mode. If the mode is set to on, the CLI
confirms dangerous commands.