set cli
To specify whether command output lines wrap or truncate to fit the width of the terminal window, whether
table headers are displayed, and whether commas or spaces are used to separate fields in command output
tables, use the set cli command.
set cli {suppress-field-spillover {off|on}|suppress-headers {off|on}|table-field-delimiter {
comma|none } }
Syntax Description
Use off to wrap output lines in the terminal window.
Use on to truncate output lines at the end of the terminal window.
suppress-field-spillover
{off|on}
Use off to display table headers.
Use on to not display table headers.
suppress-headers
{off|on}
Use comma to separate fields in command output tables with commas.
Use none to separate fields in command output tables with spaces.
table-field-delimiter
{comma|none}
Command Default
Command output lines wrap in the terminal window.
Table headers are displayed.
Spaces are used to separate fields in command output tables.
Command Modes
Any command mode
Command History
ModificationRelease
Command added.1.1(1)
Usage Guidelines
Use this command to specify whether command output lines wrap or truncate to fit the width of the terminal
window, whether table headers are displayed, and whether commas or spaces are used to separate fields in
command output tables.
Example
This example shows how to specify that command output lines truncate, and then how to reset to
wrap:
FP9300-A# set cli suppress-field-spillover on
FP9300-A# show fault
Severity Code Last Transition Time ID Description
--------- -------- ------------------------ -------- -----------
Warning F16520 2010-01-21T18:33:22.065 5785755 [FSM:STAGE:RETRY:]: detect
mezz cards in 1/6(FSM-STAGE:sam:dme:ComputeBladeDiscover:NicPresence)
Condition F77960 2010-01-21T18:32:31.255 1089623 [FSM:STAGE:REMOTE-ERROR]: R
esult: end-point-unavailable Code: unspecified Message: sendSamDmeAdapterInfo: i
dentify failed
FP9300-A# set cli suppress-field-spillover off
FP9300-A# show fault
Cisco Firepower 4100/9300 FXOS Command Reference
174
S Commands
set cli