Command Reference
126
ETEP CLI User Guide
●
Brackets [ ] indicate that the enclosed parameter is optional.
●
Braces { } indicate that the enclosed arguments or parameters are required.
●
Arguments separated by the vertical bar | indicate that any one of the arguments may be used. For
example, a | b means enter a or b, but not both.
●
Parameters that a user needs to enter are enclosed in angle brackets < >. For example, <ipAddress>
indicates that the user needs to enter an IP address, such as 192.168.1.1.
●
When entering a command with several optional parameters, you must enter the optional parameters
up to and including the parameter of interest. Subsequent optional parameters will be left at their
default settings.
Examples
In this example the arguments are to be entered exactly as shown.
show version
In the next example, enter “show” followed by either “version” or “date.”
show version|date
The
ip
command includes required parameters that are enclosed in braces (ip address and subnet
mask), and an optional parameter that is enclosed in brackets (gateway). If an optional attribute is not
explicitly configured the appliance will use its default value.
ip {<ip address> <subnet mask>} [gateway]
The
ip
command with the optional gateway attribute might look like this:
ip 10.168.224.1 255.255.0.0 10.168.1.1
The
user-add
command includes several optional parameters.
user-add <name> <role> [password-max-days] [password-warn-days]
[password-min-days]
To specify the password-warn-days of the Ops user “dallas”, you must also enter the password-max-
days. If the password-min-days is omitted, it defaults to 0.
user-add dallas ops 60 5
The following example specifies only the password-max-days and leaves password-warn-days and
password-min-days at the default values
user-add dallas ops 45
Tips on Command Usage
This section explains how to get help about CLI commands, how to use the auto-complete feature for
entering commands, and provides a list of the cursor movement keys.
Context Sensitive Help
[?] - Display context sensitive help. This is either a list of possible command completions with
summaries, or the full syntax of the current command. A subsequent repeat of this key, when a command
has been resolved, displays a detailed reference.
Auto-completion
Each of the following keys perform auto-completion for the current command line. A subsequent repeat
of the key displays possible completions.
Содержание ET0010A
Страница 7: ...8 ETEP CLI User Guide Contents...
Страница 15: ...Getting Started 16 ETEP CLI User Guide...
Страница 33: ...User Administration 34 ETEP CLI User Guide...
Страница 55: ...Configuring the ETEP 56 ETEP CLI User Guide...
Страница 97: ...Creating Policies 98 ETEP CLI User Guide...
Страница 101: ...Maintenance 102 ETEP CLI User Guide...
Страница 119: ...Troubleshooting 120 ETEP CLI User Guide...
Страница 123: ...FIPS 140 2 Level 2 Operation 124 ETEP CLI User Guide...
Страница 205: ...Command Reference 206 ETEP CLI User Guide...
Страница 211: ...Index 212 ETEP CLI User Guide...