User's Manual
Command line 143
Item Description
->show uplinkport enc0:5:X6
Displays details of uplink port 6 in bay 5 of the local enclosure
->show uplinkport *
Displays all uplink ports in the enclosure (detailed view)
->show uplinkport ID=enc0:1
Displays all the uplink ports for bay 1 of the local enclosure
->show uplinkport status=Linked
Displays all the uplink ports that are linked
->show uplinkport ID=enc0:1 type=RJ45
Displays all the uplink ports for bay 1 of the local enclosure with connector type RJ-45
->show uplinkport enc0:3:Q1.1
Displays detailed information for uplink port enc0:3:Q1.1
->show uplinkport ID=enc0:3 type=QSFP+
Displays all the uplink ports for bay 3 of the local enclosure with connector type QSFP+
uplinkset
Manage shared uplink sets.
Supported actions: add, copy, help, remove, set, show
Item Description
add uplinkset
Create a new shared uplink set.
Syntax
add uplinkset <UplinkSetName>
[ConnectionMode=<Auto|Failover>]
[LacpTimer=<Domain-Default|Short|Long>]
Parameter
UplinkSetName
(required)
The unique name of the new shared uplink set to create
Properties
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".
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
->add uplinkset MyNewUplinkSet
Creates a new shared uplink set and adds it to the domain
->add uplinkset MyNewUplinkSet ConnectionMode=Failover
Creates a new shared uplink set and sets the connection mode to Failover
->add uplinkset MyNewUplinkSet ConnectionMode=Auto
LacpTimer=Domain-Default
Creates a new shared uplink set using the domain default LACP timer
Item Description
copy uplinkset
Copy a shared uplink port set. The copy uplinkset command does not allow
copying of Private Networks within the shared uplink set.
Syntax
copy uplinkset <fromSUS> <toSUS> fromVlanStr=<vlanString>
toVlanStr=<vlanString> [replace=<all|first|last>]
Parameters