User's Manual

Command line 145
Item Description
Changes the connection mode of a shared uplink set named Blue to Failover
->set uplinkset UplinkSet-1 ConnectionMode=Auto
LacpTimer=Long
Modifies the shared uplink set LACP timer configuration
Item Description
show uplinkset
Display shared uplink configurations.
Syntax
show uplinkset [<UplinkSetName> | *]
Parameter
UplinkSetName
(optional)
Name of an existing shared uplink set. Use "*" to display a detailed view of all
shared uplink sets. If not specified, a summary of all shared uplink sets is
displayed.
Examples
->show uplinkset
Displays a summary of all shared uplink sets
->show uplinkset *
Displays detailed information for all shared uplink sets
->show uplinkset MyUplinkSet
Displays detailed information for a shared uplink set named MyUplinkSet
user-security
Manage local user security settings.
Supported actions: help, set, show
Item Description
set user-security
Modify domain user security settings and enforce additional security requirements
for user passwords.
Syntax
set user-security [StrongPasswords=<Enabled|Disabled>]
[MinPasswordLength=<3-40>]
Properties
StrongPasswords
(optional)
Enables or disables strong password enforcement. If enabled, then new, local users
that are created are validated against the password characteristics specified. Valid
values include: "Enabled" and "Disabled".
MinPasswordLength
(optional)
The minimum password length allowed for new passwords when adding a new
user and when changing an existing password. The default value is 8.
Examples
->set user-security StrongPasswords=Enabled
Enables strong user password enforcement
->set user-security StrongPasswords=Disabled
Disables strong user password enforcement
->set user-security MinPasswordLength=10
Modifies the minimum password length
Item Description
show user-security
Display general domain user security settings.
Syntax
show user-security
Example