Link to home
Start Free TrialLog in
Avatar of Kevin Larkin
Kevin LarkinFlag for United States of America

asked on

Testing throughput on Switch to Server etherchannel

How can I test the throughput between a Cisco ether channel on a Cat 3560G and a dual nic server.  The etherchannel seems fine and does work even when I unplug one nic so I imagine the Load Balance is working.  I just want to determine the difference in throughput compared to a single nic connected to a non etherchanel port on the switch.  Is their any free software to do this?  
I just want to quantify what I am gaining from having an etherchannel (Besides Fault Tolerance)
:Port 1 and 2 is the etherchannel in question

!
interface GigabitEthernet0/1
 description Epicor EtherChan1
 switchport mode access
 speed 1000
 duplex full
 spanning-tree portfast
!
interface GigabitEthernet0/2
 description Epicor EtherChan2
 switchport mode access
 speed 1000
 duplex full
 spanning-tree portfast
!
interface GigabitEthernet0/3
 description VLAN1 Data Access for servers, PC's, Switches
 switchport mode access
 spanning-tree portfast
!
interface GigabitEthernet0/4
 description VLAN1 Data Access for servers, PC's, Switches
 switchport mode access
 spanning-tree portfast

Thanks
ASKER CERTIFIED SOLUTION
Avatar of leibinusa
leibinusa
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial