Component Role Quantity PowerEdge M710 Hyper-V R2 host 2 PowerEdge M805 SCVMM R2 1 PowerConnect M6220 -- 4 Chassis Management Controllers (CMC) with FlexAddress enabled -- 2
Internal view of a PowerEdge M710 server
Back end of a PowerEdge M1000e chassis with PowerConnect M6220 switches
Type VLAN Management 52 Client/server workloads 152, 153
Type VLAN Egress Chassis? Cluster public/management 52 Yes, tagged Cluster private/CSV 53 No* Live migration 81 No* Virtual machine/virtual networking 152, 153 Yes, tagged iSCSI 20 Yes, untagged***With our failover cluster being completely contained within the chassis, there is no need to externally route live migration or cluster public traffic. As such, the uplink ports on the switch do not allow those VLANs. **With our EqualLogic array being directly attached to the switch, there was no need to keep the traffic tagged coming out of the switch.
Type VLAN Tagged by Cluster public/management 52 Switch Cluster private/CSV 53 Switch Live migration 81 Switch Virtual machine/virtual networking 152, 153 Hyper-V virtual adapters* iSCSI 20 Switch*The tagging for virtual machines occurs on a per-virtual adapter basis. As such, any individual virtual machine can have an adapter on VLAN 152, an adapter on VLAN 153, or two adapters to provide access to both VLANs.
Import-Module FailoverClusters Get-ClusterNetwork | ft Name, Metric, AutoMetric
Get-ClusterNetwork | ft Name, Metric, AutoMetric
Note the name of the networks that you want to set the values on (used for next command)
$cn = Get-ClusterNetwork "<cluster network name>" $cn.Metric = <value>
Cluster private/CSV should have a value of 1000 Live migration should have a value of 1100