System Center 2012 R2 POCNic for deploymentCombination and vswitch Creation
What is a NIC combination?
Simply put, the NIC combination is to bind multiple physical NICs on the same server to a virtual Nic through software. That is to say, for an external network, this server has only one visible Nic. For any application and the network on which the server is located, this server has only one network link or only one accessible IP address. The reason for using Nic combination technology is that in addition to using multiple NICs to increase the network speed at the same time, you can also use Nic combination to achieve load balancing between different NICs) and Network Card Redundancy (fault tolerance ).
Microsoft Nic combination, also known as load balancing/failover (lbfo), allows multiple network adapters to be combined into one, this can bring about bandwidth aggregation and solve the Failover during network connection failure.
1. Open the Server Manager
Select Local manager ------ click Disabled after Nic combination
650) This. width = 650; "Title =" clip_image002 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px "border =" 0 "alt =" clip_image002 "src =" http://img1.51cto.com/attachment/201407/19/212259_1405794154CZOB.jpg "" 644 "Height =" 364 "/>
2. Create a NIC group, Select Server> click Task> Create Group
650) This. width = 650; "Title =" clip_image004 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px "border =" 0 "alt =" clip_image004 "src =" http://img1.51cto.com/attachment/201407/19/212259_1405794154uLwa.jpg "" 644 "Height =" 364 "/>
3. Enter the group name and select the NIC to be added to the NIC combination.
650) This. width = 650; "Title =" clip_image006 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px "border =" 0 "alt =" clip_image006 "src =" http://img1.51cto.com/attachment/201407/19/212259_1405794155CZNU.jpg "" 644 "Height =" 364 "/>
Keep other attributes by default. After confirmation, a NIC group will be created.
650) This. width = 650; "Title =" clip_image008 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px "border =" 0 "alt =" clip_image008 "src =" http://img1.51cto.com/attachment/201407/19/212259_1405794156J1AI.jpg "" 644 "Height =" 364 "/>
After the configuration is successful, check the network connection. A netteam is added.
650) This. width = 650; "Title =" clip_image010 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px "border =" 0 "alt =" clip_image010 "src =" http://img1.51cto.com/attachment/201407/19/212259_1405794156GTFv.jpg "" 644 "Height =" 364 "/>
Then, set the IP address in the netteam Nic.
650) This. width = 650; "Title =" clip_image012 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px "border =" 0 "alt =" clip_image012 "src =" http://img1.51cto.com/attachment/201407/19/212259_14057941579dKF.jpg "" 644 "Height =" 364 "/>
4. Create a hyper-V vswitch
Open hyper-V manager --- vswitch Manager
650) This. width = 650; "Title =" clip_image002 [7] "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px "border =" 0 "alt =" clip_image002 [7] "src =" http://img1.51cto.com/attachment/201407/19/212259_1405795090jn5N.jpg "" 644 "Height =" 370 "/>
Create a vswitch, select External as the type, and click Create vswitch.
650) This. width = 650; "Title =" clip_image004 [5] "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px "border =" 0 "alt =" clip_image004 [5] "src =" http://img1.51cto.com/attachment/201407/19/212259_1405795091Cpmw.jpg "" 510 "Height =" 484 "/>
For the mapped Nic, select Microsoft Network Adapter mutiplexor Driver (that is, the NIC group created earlier). The created vswitch will not affect the network of the VM even if one of the NICS fails to communicate normally.
650) This. width = 650; "Title =" clip_image006 [5] "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-right: 0px "border =" 0 "alt =" clip_image006 [5] "src =" http://img1.51cto.com/attachment/201407/19/212259_14057950917hPs.jpg "" 644 "Height =" 364 "/>
This article from the "zero" blog, please be sure to keep this source http://fjcloud.blog.51cto.com/212259/1440420
System Center 2012 R2 POC deployment-nic Nic combination and vswitch Creation