Although the double quote is not a command
option symbol, it must be used when entering multi-word phrases
in CLI commands. For example, to create an address group named Test
Group and to add the user named user1 to this group, you must surround
the group name with double quotes as follows: set address-group
“Test Group” user1. If you do not put a double quote surrounding
the group name, the CLI would interpret the word Test as the group
name and Group as the username and the following error wold be displayed: testis not a valid name.
A
single quote would also be invalid in this example.
|