User's Manual

Command line 144
Item Description
fromSUS (required)
The unique name of the shared uplink set to copy from
toSUS (required)
The unique name of the shared uplink set to copy to
Properties
fromVlanStr
(required)
The partial network name string to be replaced. The fromVlanStr property cannot
be empty and must be present in all associated network names.
toVlanStr (required)
The network name string to be replaced to. The new network name cannot exceed
64 characters. This string can be empty, which is considered as removing
fromVlanStr from all associated network names.
replace (optional)
The instance of the string replacement to occur. Valid values include "all", "first",
and "last". The default value is "all".
Example
->copy uplinkset uplinkset_1 uplinkset_2 fromVlanStr=LEFT
toVlanStr=RIGHT replace=first
Copies uplinkset_1 to uplinkset_2 and replaces the first instance of LEFT to RIGHT
in the name string of all associate networks
Item Description
remove uplinkset
Remove a shared uplink port set from the domain.
Syntax
remove uplinkset <UplinkSetName|*>
Parameter
UplinkSetName
(required)
The name of an existing shared uplink set. Use "*" to remove all existing shared
uplink sets from the domain.
Example
->remove uplinkset MyUplinkSet
Removes a shared uplink set
->remove uplinkset *
Removes all shared uplink sets from the domain
Item Description
set uplinkset
Modify an existing shared uplink port set.
Syntax
set uplinkset <UplinkSetName> [Name=<NewName>]
[ConnectionMode=<Auto|Failover>]
[LacpTimer=<Domain-Default|Short|Long>]
Parameter
UplinkSetName
(required)
The name of an existing shared uplink set to modify
Properties
Name (optional)
The new name of the shared uplink set
ConnectionMode
(optional)
Specifies the connection type that is formed when multiple ports are added to the
shared uplink set. Valid values include "Auto" and "Failover". The default value is
"Auto". If the uplink set has an FCoE network, then the ConnectionMode property
is disallowed.
LacpTimer (optional)
Specifies the domain default LACP timer. Valid values are "Domain-Default",
"Short", and "Long". This property can be specified only if the ConnectionMode is
"Auto".
Examples
->set uplinkset Blue Name=Red
Changes the name of a shared uplink set from Blue to Red
->set uplinkset Blue connectionMode=Failover