Scenario 2:4 - Flex-10 - VLAN Tagging (802.1Q) with Multiple Shared Uplink Sets (SUS) and Tunneled VLANs - ESX 4 164
Defining a Server Profile
We will create a server profile with two server NICs.
Each server NIC will connect to a specific network.
•
On the main menu, select Define, then Server Profile
•
Create a server profile called “Server-1”
•
In the Network Port 1 drop down box, select PROD-A-1, configure the speed as custom at 100Mb
•
In the Network Port 2 drop down box, select PROD-A-2, configure the speed as custom at 100Mb
•
In the Network Port 3 drop down box, select PROD-B-1, configure the speed as custom at 2Gb
•
In the Network Port 4 drop down box, select PROD-B-2, configure the speed as custom at 2Gb
•
In the Network Port 5 drop down box, select PROD-C-1, configure the speed as custom at 4Gb
•
In the Network Port 6 drop down box, select PROD-C-2, configure the speed as custom at 4Gb
•
In the Network Port 7 drop down box, select VNET-Many-1, configure the speed as custom at 3.9Gb
•
In the Network Port 8 drop down box, select VNET-Many-2, configure the speed as custom at 3.9Gb
•
In the Assign Profile to Server Bay box, locate the Select Location drop down and select Bay 1, then
apply
Note:
you should now have a server profile assigned to Bay 1, with 8 Server NICs connected to the
various networks.
Defining a Server Profile via CLI
The following command(s) can be copied and pasted into an SSH based CLI session with Virtual Connect
# Create Server Profile Server-1
add profile Server-1 –nodefaultenetconn
add enet-connection Server-1 pxe=Enabled Network=PROD-A-1 SpeedType=Custom Speed=100
add enet-connection Server-1 pxe=Disabled Network=PROD-A-2 SpeedType=Custom Speed=100
add enet-connection Server-1 pxe=Disabled Network=PROD-B-1 SpeedType=Custom Speed=2000
add enet-connection Server-1 pxe=Disabled Network=PROD-B-2 SpeedType=Custom Speed=2000
add enet-connection Server-1 pxe=Disabled Network=PROD-C-1 SpeedType=Custom Speed=3900
add enet-connection Server-1 pxe=Disabled Network=PROD-C-2 SpeedType=Custom Speed=3900
add enet-connection Server-1 pxe=Disabled Network=VLAN-Many-1 SpeedType=Custom Speed=4000
add enet-connection Server-1 pxe=Disabled Network=VLAN-Many-2 SpeedType=Custom Speed=4000
Assign profile Server-1 enc0:1