Command Structure
26
1.1
Format
CLI L2P
Release
7.0
05/2011
1.1.5 Annotations
The CLI allows the user to type single-line annotations at the command
prompt for use when writing test or configuration scripts and for better read-
ability. The exclamation point (‘!’) character flags the beginning of a com-
ment. The comment flag character can begin a word anywhere on the
command line and all input following this character is ignored. Any command
line that begins with the character ‘!’ is recognized as a comment line and ig-
nored by the parser.
Some examples are provided below:
! Script file for setting the CLI prompt
set prompt example-switch
! End of the script file