HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 122
Item Description
show uplinkport
Display all Ethernet module uplink ports known to the domain. If the port is a member
of a network or a shared uplink set, it appears. If the port is unlinked and no
connectivity exists, the cause is displayed. For more information about possible causes,
see "Port status conditions (on page 178)."
Syntax
show uplinkport <PortID|*> [FilterBy]
Parameters
PortID (optional)
The ID of an uplink port. The PortID format is
<EnclosureID>:<Bay>:<PortNumber>. Use "*" to display a detailed view of all
uplink ports.
FilterBy
(optional)
Filters the output of the show command by the specified attribute. The option is
specified in the format <columnID>=<value>. For example, to display uplink ports
belonging to enclosure enc0, specify ID=enc0. To display all ports using an RJ-45
connector type, specify Type=RJ45
. You can specify more than one filter option in a
single command, for example,
show uplinkport ID=enc0 Type=RJ45
.
Examples
->show uplinkport
Displays all uplink ports
->show uplinkport enc0:5:6
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
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