Cisco 2960X – Configuring Port Group with HyperV or Any Server

ciscoetherchannelieee-802.1axswitch

First of all thank you in advance trying to solve my issue.

I'm trying to Team 4 NICs on HyperV and QNAP server to my switch Cisco 2960X in order to get 4Gbps data transfer rate to backup data faster.

I have implemented some configurations found on the internet but none of them give me 4Gbps, they just show that interface's speed is 1Gbps.

sh int port-channel 3 status

Port      Name               Status       Vlan       Duplex  Speed Type
Po3       QNAP EtherChannel  connected    1          a-full a-1000

Here is my config:

interface Port-channel3
 description QNAP EtherChannel
 switchport mode access

interface range GigabitEthernet1/0/9-12
 description QNAP EtherChannel
 switchport mode access
 speed 1000
 duplex full
 channel-protocol lacp
 channel-group 3 mode active

Does anyone have experience with this?

Thanks

Best Answer

first of all you need to know that using port channel mean you will maximum obtain one physical link speed (1G) per flow where flow means same source port and same destination port, so if you generate 2 traffic flow you will obtain speed of two physical link and so on .

Versification

there are two verification methods
1. from cisco side "show port-channel summary" if port-channel working probably you should see GigabitEthernet1/0/9 (p) GigabitEthernet1/0/10 (p) GigabitEthernet1/0/11 (p) GigabitEthernet1/0/12(p) , if it work probably go to next step
2. use the very helpful tool called Jperf which is setup as server as a client and can generat 1 flow or multiple flow , if you could setup it probably generate 1 flow and monitor the traffic digrame and then generate 2 or more flows and monitor , you should realize that your BW is more than 1G

enter image description here

if you still facing same problem , may you make use of the this linkeNIC Teaming in Windows Server 2012

note
don't make any configuration on the members of the port group , just do it under the port channel it self so simply configure
- switchport mode access
- speed 1000
- duplex full
under the port channel not under the interfaces