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

Command line 101
Item Description
Modifies the VLAN ID of an existing server port network mapping
->set server-port-map MyProfile:1 Network1 Untagged=true
Modifies the existing server port network mapping to handle untagged packets
Item Description
show server-port-map
Display a server port network mapping.
Syntax
show server-port-map [<ConnectionID> | *]
Parameter
ConnectionID
(optional)
The ID of an existing Ethernet connection associated with a profile and a server
port. The format of the ConnectionID is
<ProfileName:PortNumber>
.
Examples
->show server-port-map
Displays a summary of all the server port mappings
->show server-port-map MyProfile:1
Displays the server port mapping for a profile
->show server-port-map *
Displays detailed output of all server port mappings
server-port-map-range
Manage ranges of shared server downlink port mapping configurations.
Supported actions: add, help, remove
Item Description
add server-port-
map-range
Add a new server port network mapping range, and allow server ports to be shared
among multiple VC Ethernet networks.
Syntax
add server-port-map-range <ConnectionId> UplinkSet=<Uplink
Set Name> VLANIDs=<VLAN ID Range List>
[MatchUplinkSet=<true|false>]
Parameters
ConnectionId
(required)
The ID of an existing Ethernet connection associated with a profile and a server
port. The format of the ConnectionID is
<ProfileName:PortNumber>
.
Properties
Uplinkset (required)
The name of the shared uplink set to use with the server port mapping
VLANIDs (required)
The VLAN IDs to use for the mapping. The format is a comma-separated list of VLAN
ID ranges, where a range is either a single VLAN ID or a hyphen-separated pair of
VLAN IDs that identify a range of VLAN IDs. Valid VLAN ID values include 1 to
4094.
MatchUplinkSet
(optional)
Requires that the VLANs used for mappings match the VLAN IDs specified on the
identified Uplink Set. If set to false, the command will not set the profile connection
associated uplink set attribute (but will use the
uplink set VLAN IDs from the uplink
set). If there are already server port map entries for the specified profile connection,
then either the uplink set must match or the port map entries must not have the
associated uplink set attribute specified. The default value of this attribute is "false".
Examples
->add server-port-map-range MyProfile:1
UplinkSet=MyUplinkSet1 VLanIds=101-124,214