User guide

Chapter 7: Using the Command Line Interface
214
Deleting a Role
This command syntax deletes an existing role.
config:# role delete "<name>"
Example
The following command deletes an existing role.
config:# role delete tester
Multi-Command Syntax
To shorten the configuration time, you can combine various configuration
commands in one command and perform all of them at a time.
A multi-command syntax looks like this:
<setting 1> <value 1> <setting 2> <value 2> <setting 3>
<value 3> ...
Example 1 - Combination of IP, Subnet Mask and Gateway Parameters
The following multi-command syntax configures IP address, subnet mask
and gateway for the network connectivity simultaneously.
config:# network ipAddress 192.168.84.225 subnetMask 255.255.255.0
gateway 192.168.84.0
Results:
The IP address is set to 192.168.84.225.
The subnet mask is set to 255.255.255.0.
The gateway is set to 192.168.84.0.
Example 2 - Combination of Upper Critical and Upper Warning Settings
The following multi-command syntax simultaneously configures Upper
Critical and Upper Warning thresholds for the RMS current of the 3rd
circuit breaker.