HP Virtual Connect 1Gb Ethernet Cookbook

Scenario 6 – VLAN Tagging (802.1Q) with Multiple Shared Uplink Sets (SUS) and Link Aggregation using LACP (802.3ad) –
VMware ESX 74
Defining a new Shared Uplink Set via CLI
#Create Shared Uplink Set "VLAN-Trunk-1" and configure uplinks 1 and 2 from the VC-F module in
Bay 1
add uplinkset VLAN-Trunk-1
add uplinkport enc0:1:1 Uplinkset=VLAN-Trunk-1 speed=auto
add uplinkport enc0:1:2 Uplinkset=VLAN-Trunk-1 speed=auto
# Create Networks VLAN-1-1, VLAN-101-105-1 and 2101-2150-1 for Shared Uplink Set "VLAN-
TRUNK-1"
add network VLAN-101-1 uplinkset=VLAN-Trunk-1 VLanID=101 NativeVLAN=Enabled
Set Network VLAN-101-1 SmartLink=Enabled
add network-range -quiet UplinkSet=VLAN-Trunk-1 NamePrefix=VLAN- NameSuffix=-1
VLANIds=1,102-105,2101-2150 State=enabled PrefSpeedType=auto SmartLink=Enabled
Copy a new Shared Uplink Set via CLI
copy uplinkset VLAN-Trunk-1 VLAN-Trunk-2 fromVlanStr=1 toVlanStr=2 replace=last
add uplinkport enc0:2:1 Uplinkset=VLAN-Trunk-2 speed=auto
add uplinkport enc0:2:2 Uplinkset=VLAN-Trunk-2 speed=auto
set network-range -quiet UplinkSet=VLAN-Trunk-2 VLANIds=1,102-105,2101-2150
SmartLink=enabled
Set Network VLAN-101-2 SmartLink=Enabled
Figure 72 - Define Shared Uplink Set VLAN-Trunk and VLANs.