Chapter 4 CLI – Architecture, Access & Conventions
Command Syntax
Commands are not
Command Abbreviations
All commands and parameters in the CLI can be truncated to an abbreviation of any length, as long as the abbreviation is not ambiguous. For example, version can be abbreviated ver.
For ambiguous commands, type the beginning letters on the command line and then use the Tab key to toggle through all the possible commands beginning with these letters.
Universal Commands
Universal commands are commands that can be issued anywhere in the hierarchical tree.
Retstatus command
Use the retstatus command to show whether the last CLI command you performed was successful. It displays the return status of the previous command.
The syntax for this command is: retstatus
Tree command
The tree command displays the commands that are available at your current location in the CLI hierarchy.
The syntax for this command is: tree
223 |