Notation Conventions
The notation conventions for the parameter syntax of each CLI command are as follows:
Parameters enclosed in [ ] are optional.
Parameter values are separated by a vertical bar “” only when one of the specified values can be used.
Parameter values are enclosed in { } when you must use one of the values specified.
About String-type Parameters
Some commands have string type parameters. When you type in the values of these parameters, you must be careful not to use the keyword that is actually a part of some command. For example, ‘account add default’ will cause a syntax mistake, since default is the keyword of the command ‘igmp default’ and some other commands. Therefore, it is recommended to add “ ” when you have to use the command keyword as the parameter value. In this way, the keyword will be regarded as a common string. For example, account add “default”.
- 211 -