168 Alphabetical list of commands
set prompt
Description Sets the prompt for the current CLI session.
Syntax
set prompt prompt
Parameters prompt
The new prompt, which can include any printable UTF-8 characters except left angle bracket,
backslash, and double quote, and can have a maximum of 16 bytes. A prompt that includes a space
must be enclosed in double quotes.
Example Change the prompt from “# “ to “CLI$ “ and start entering another command:
# set prompt "CLI$ "
Success: Command completed successfully. (2012-08-14 14:47:23)
CLI$ show ...