Reference Guide

Command History
Version 8.3.11.1 Introduced on the Z9000.
Version 7.8.1.0 Introduced save to the file options.
Version 7.6.1.0 Introduced on the S-Series.
Usage
Information
Without the page or stack-unit option, the command output is continuous. Use Ctrl-z to
interrupt the command output.
The save option works with other filtering commands. This allows you to save specific
information of a show command. The save entry must always be the last option. For example:
FTOS#show tech-support |grep regular-expression |except
regular-expression | find regular-expression | save flash://
result
This display output is an accumulation of the same information that is displayed when you
execute one of the following show commands:
show cam
show clock
show environment
show file
show interfaces
show inventory
show ip protocols
show ip route summary
show processes cpu
show processes memory
show redundancy
show running-conf
show version
Example (S-
Series)
FTOS#show tech-support ?
page Page through output
stack-unit Unit Number
| Pipe through a command
<cr>
FTOS#show tech-support stack-unit 1 ?
| Pipe through a command
<cr>
FTOS#show tech-support stack-unit 1 | ?
except Show only text that does not match a pattern
find Search for the first occurrence of a pattern
grep Show only text that matches a pattern
no-more Don't paginate output
save Save output to a file
FTOS#show tech-support stack-unit 1 | save ?
flash: Save to local file system (flash://filename (max 20
chars) )
FTOS#show tech-support stack-unit 1 | save flash://LauraSave
Start saving show command report .......
FTOS#
196