CLI Advanced Commands
There are several additional CLI commands for command line completions,
insta-help, and VTY session management.
- C-c
- Interrupt current input and moves to the next line.
- C-z
- End current configuration session and move to top node.
- C-n
- <DOWN>
- Move down to next line in the history buffer.
- C-p
- <UP>
- Move up to previous line in the history buffer.
- TAB
- Use command line completion by typing <TAB>.
-
- You can use command line help by typing
help
at the beginning of
the line. Typing ? at any point in the line will show possible
completions.