beautypg.com

Dell Emulex Family of Adapters User Manual

Page 631

background image

Emulex Drivers for Windows User Manual

P010077-01A Rev. A

3. Configuration

NIC Driver Configuration

631

# ---------------------------------------------------------------------------------

# Blue1 Host1 5001 10.0.0.5 192.x.x.x 06-06-00-00-00-05 10.0.0.1

# Blue2 Host2 5001 10.0.0.7 192.x.x.x 06-06-00-00-00-07 10.0.0.1

#

# [Customer Routes]

# DestPrefix NextHopGW Note

# -----------------------------------------------------------------------------------

# 10.0.1.0/24 0.0.0.0 Onlink route for Blue subnet

# Remove the locator records for Blue subnet

Get-NetVirtualizationLookupRecord | where {$_.VirtualSubnetID -eq "5001"} |

Remove-NetVirtualizationLookupRecord;

# Remove the customer route records for Blue subnet

Get-NetVirtualizationCustomerRoute | where {$_.VirtualSubnetID -eq "5001"} |

Remove-NetVirtualizationCustomerRoute;

########################################################################################

#########################

# Red Virtual Network Information

#

# RoutingDomainID="{11111111-2222-3333-4444-000000006001}"

# VirtualSubnetID=6001

# (Both RDID and VSID are defined by administrators, MUST be unique in the datacenter)

#

# [Customer Addresses]

# VM Name Host VSID CA PA MAC DefaultGW

# --------------------------------------------------------------------------------------

# Red1 Host1 6001 10.0.0.5 192.x.x.x 08-08-00-00-00-05 10.0.0.1

# Red2 Host2 6001 10.0.0.7 192.x.x.x 08-08-00-00-00-07 10.0.0.1

#

# [Customer Routes]

# DestPrefix NextHopGW Note

# --------------------------------------------------------------------------------------

# 10.0.0.0/24 0.0.0.0 Onlink route for Red subnet

# Remove the locator records for Red subnet

Get-NetVirtualizationLookupRecord | where {$_.VirtualSubnetID -eq "6001"} |

Remove-NetVirtualizationLookupRecord;

# Remove the customer route records for Red subnet

Get-NetVirtualizationCustomerRoute | where {$_.VirtualSubnetID -eq "6001"} |

Remove-NetVirtualizationCustomerRoute;

#

# [2] Configure the Host Provider Addresses and Routes required for this setup

#

# [Host PA Address & Route information required by the VM policy]

#

# Host Hostname {PA's} {VM:VirtualSubnetID} ==> Set on the VMNetworkAdapter

on eash host

# --------------------------------------------------------------------------------------

# Host1 example-host1 192.x.x.x {Blue1:5001, Red1:6001}