Microsoft's Windows Server 2012 has been able to support LACP link aggregation, due to the use of link aggregation can achieve line redundancy and bandwidth increase, here I used a Cisco 2960 to do a test for interested friends reference.
Experiment Preparation:
Cisco switch 29,601, install server 2012 servers, there are two Gigabit network card, network cable two root.
Steps:
1. Configuration of Cisco Switches
Create a new link aggregation channel port in privileged mode and add the port to the VLAN
sw2960 (config) #int Port-channel 6
sw2960 (config) #switchport access Valn 10
Configure the ports to join the link aggregation
Interface G0/1
Switchport Access VLAN 10
Channel-protocol LACP
Channel-group 6 Mode Active
Interface G0/2
Switchport Access VLAN 10
Channel-protocol LACP
Channel-group 6 Mode Active
2. Open Server Manager on server 2012 and click "Enable NIC teaming"
650) this.width=650; "title=" 1.jpg "src=" Http://s3.51cto.com/wyfs02/M01/47/09/wKiom1P1zs6xQWr-AAEIQUSDcLg871.jpg " alt= "Wkiom1p1zs6xqwr-aaeiqusdclg871.jpg"/>
Select New Group on the task bar of the group
650) this.width=650; "title=" 2.jpg "src=" Http://s3.51cto.com/wyfs02/M02/47/09/wKiom1P1z8rQ2D3lAABhtIS8bvE762.jpg " alt= "Wkiom1p1z8rq2d3laabhtis8bve762.jpg"/>
Define group name Select the network card to join the group, select the group mode as "LACP" on the other properties, and load balance mode is dynamic.
650) this.width=650; "title=" 3.jpg "src=" Http://s3.51cto.com/wyfs02/M00/47/0B/wKioL1P10SjBomAfAAFCfIIBT_Q028.jpg " alt= "Wkiol1p10sjbomafaafcfiibt_q028.jpg"/>
After completing the above options, select the application to see if the adapter is active in this column.
650) this.width=650; "title=" 4.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M01/47/0B/ Wkiol1p10i7wpiegaadbho4qk2q675.jpg "alt=" Wkiol1p10i7wpiegaadbho4qk2q675.jpg "/>
3, if the link aggregation success, in the state of the group can be seen speed has reached 2G.
650) this.width=650; "Width=" 843 "height=" 569 "title=" 5.jpg "style=" Width:705px;height:499px;float:none; "src=" http ://s3.51cto.com/wyfs02/m00/47/09/wkiom1p1z3bsrr0xaahkemownsi512.jpg "alt=" wkiom1p1z3bsrr0xaahkemownsi512.jpg "/ >
See if the aggregation was successful on the switch through the show etherchannel Summary command.
650) this.width=650; "title=" 6.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M02/47/0B/ Wkiol1p10i7wdwaiaalth_1c_zw436.jpg "alt=" Wkiol1p10i7wdwaiaalth_1c_zw436.jpg "/>
The displayed port number is followed by a "(p)" Description of the link aggregation succeeds, and if it is otherwise, it may not be configured to cause, you can use the default interface ran G0/1,G0/2. The two ports are initialized and then configured.
650) this.width=650; "title=" 7.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M01/47/09/ Wkiom1p1z3adh3juaaa92v_sfti800.jpg "alt=" Wkiom1p1z3adh3juaaa92v_sfti800.jpg "/>
Summary:
Link aggregation is better supported for network reliability, and is suitable for use in building virtualized environments where high availability of virtual servers has been improved.
This article is from "Jian bo" blog, please be sure to keep this source http://wonderbox.blog.51cto.com/975042/1543288