cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1498
Views
10
Helpful
2
Replies

etherchannel between 2960s & QNAP

chpmotry
Level 1
Level 1

hi guys.

i have a Qnap device that i created a trunk port with two interfaces and 802.3ad protocol and MAC state. and i connected those two to the switch .i created an etherchannel in the switch with LACP protocol and active Mode. the trunk port in the switch is up . etherchannel output rate is 146mbps ,but its input rate is 18mbps. Qnap shows me that the speed of store data to the storages is about 18MBps.i will this speed reaches to up than 200MBps.

what  i do in switch

in below i put my configuration in the Qnap & 2960s-LPD Cisco switch

my configuration in QNAPmy configuration in QNAP

 

etherchannel loadbalance src-mac
interface Port-channel10
switchport trunk native vlan 4
switchport mode trunk

interface GigabitEthernet1/0/5
description -QNAP
switchport trunk native vlan 4
switchport mode trunk
channel-protocol lacp
channel-group 10 mode active
!
interface GigabitEthernet1/0/6
description -QNAP
switchport trunk native vlan 4
switchport mode trunk
channel-protocol lacp
channel-group 10 mode active

sh etherchannel load-balance
EtherChannel Load-Balancing Configuration:
src-mac

EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source MAC address
IPv4: Source MAC address
IPv6: Source MAC address


sh interfaces port-channel 10
Port-channel10 is up, line protocol is up (connected)
Hardware is EtherChannel, address is ...... (bia ..........)
MTU 1500 bytes, BW 2000000 Kbit, DLY 10 usec,
reliability 255/255, txload 2/255, rxload 18/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 1000Mb/s, link type is auto, media type is unknown
input flow-control is off, output flow-control is unsupported
Members in this channel: Gi1/0/37 Gi1/0/38
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 531006
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 146551000 bits/sec, 12338 packets/sec
5 minute output rate 18929000 bits/sec, 2590 packets/sec
1936630946 packets input, 2833818057871 bytes, 0 no buffer
Received 12177 broadcasts (5801 multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 5801 multicast, 0 pause input
0 input packets with dribble condition detected
571581081 packets output, 683395265270 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out

 

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

 

 

Can you post below output ;

show interface GigabitEthernet1/0/5

show interface GigabitEthernet1/0/6

 

also prefer to see full config - show run

show sdm prefer 

You used LB algorithm - src-mac

what did you configure on QNAP side - it should match Layer 2 MAC (rather Layer2+3(MAC+IP)

Select a HASH policy for 802.3ad:
The default setting is “layer 2 (MAC)“. This is compatible with every switch but only offers load balancing by MAC address. We recommend using “Layer 2+3 (MAC+IP)” for greater performance but you will need to check that your switch supports it.

 

Note : 

  1. Port Trunking cannot break the speed limit of a single Ethernet device, but it offers a sufficient amount of bandwidth for multiple users connecting at the same time. For example, if two 1Gb NICs are used for Port Trunking, the aggregated network bandwidth will be increased to 2Gb, but the network speed will remain 1Gb.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

according to the output, there is no packet drops or error. so it seems like working fine. check if your storage can provide that much throughput with configured disks and IOPS.

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

balaji.bandi
Hall of Fame
Hall of Fame

 

 

Can you post below output ;

show interface GigabitEthernet1/0/5

show interface GigabitEthernet1/0/6

 

also prefer to see full config - show run

show sdm prefer 

You used LB algorithm - src-mac

what did you configure on QNAP side - it should match Layer 2 MAC (rather Layer2+3(MAC+IP)

Select a HASH policy for 802.3ad:
The default setting is “layer 2 (MAC)“. This is compatible with every switch but only offers load balancing by MAC address. We recommend using “Layer 2+3 (MAC+IP)” for greater performance but you will need to check that your switch supports it.

 

Note : 

  1. Port Trunking cannot break the speed limit of a single Ethernet device, but it offers a sufficient amount of bandwidth for multiple users connecting at the same time. For example, if two 1Gb NICs are used for Port Trunking, the aggregated network bandwidth will be increased to 2Gb, but the network speed will remain 1Gb.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card