Scenario 3:2 - Flex-10 with Multi-Enclosure stacking - VLAN Tagging (802.1Q) with Multiple Shared Uplink Sets (SUS) - VMware
ESX - (4 Enclosures) 191
Defining a new Shared Uplink Set (VLAN-Trunk-2)
Connect Port X2 of VC module 2m enclosure 4 to Port 1 on switch 2
Create a SUS named “VLAN-Trunk-2” and connect it to Flex-10 Port X2 on Module 2, enclosure 4
•
On the Virtual Connect Home page, select Define, Shared Uplink Set
•
Insert Uplink Set Name as VLAN-Trunk-2
•
Select Add Port, then add the following port;
a.
Enclosure 4, Bay 2, Port X2
•
Add Networks as follows;
a.
PROD-A-2 = VLAN ID=101
b.
PROD-B-2 = VLAN ID=102
c.
PROD-C-2 = VLAN ID=103
d.
PROD-D-2 = VLAN ID=104
e.
PROD-E-2 = VLAN ID=105
•
Enable Smart Link on each network
•
Click Apply
Defining a new Shared Uplink Set via CLI
The following script can be used to create the first Shared Uplink Set (VLAN-Trunk-1)
The following command(s) can be copied and pasted into an SSH based CLI session with Virtual Connect
Note: This uplink will connect from Enclosure 1, Bay 1
# Create Shared Uplink Set "VLAN-Trunk-1" and configure uplinks
add uplinkset VLAN-Trunk-1
add uplinkport enc0:1:X2 Uplinkset=VLAN-Trunk-1 speed=auto
# Create Networks Prod-A-1 through Prod-D-1 for Shared Uplink Set "VLAN-Trunk-1"
add network PROD-A-1 uplinkset=VLAN-Trunk-1 VLanID=101
set network
PROD-A-1
SmartLink=Enabled
add network PROD-B-1 uplinkset=VLAN-Trunk-1 VLanID=102
set network
PROD-B-1
SmartLink=Enabled
add network PROD-C-1 uplinkset=VLAN-Trunk-1 VLanID=103
set network
PROD-C-1
SmartLink=Enabled
add network PROD-D-1 uplinkset=VLAN-Trunk-1 VLanID=104
set network
PROD-D-1
SmartLink=Enabled
add network PROD-E-1 uplinkset=VLAN-Trunk-1 VLanID=105
set network
PROD-E-1
SmartLink=Enabled
The following script can be used to create the Second Shared Uplink Set (VLAN-Trunk-2)
Note: This uplink will connect from Enclosure 3, Bay 2