Community discussions

MikroTik App
 
Agamen
just joined
Topic Author
Posts: 11
Joined: Sat Jan 15, 2011 6:42 pm

RB2011 UAS Gigabit to 100Mbit fragmentation bug

Mon Sep 30, 2013 11:48 am

Hello all
Took Router 2011 and put into production as a bridge (tower 7 Rocket M5 and a RB912 link), but my colleagues have shared that there are problems like strange lag and ping tests with big packets (65000) don't run on the 100Mbit ports and Giga ports on 100Mbit link (rockets).
Testing from Rocket to RB2011 (5m FTP cable) ping 65000byte - 100% loss
Testing from RB912 to RB2011 (5m FTP cable) ping 65000byte - 0% loss 3ms
Colleagues replace RB2011 whit switch TP-Link 3210 and all running OK

Now the RB2011UAS is in my lab and testings starts :)
Reset to defaults , put IP on interface and cables

First test (first image):
mt-g.jpg
RB2011UAS --- Giga switch --- Linux router
All test was OK ping from Linux to RB on 65500bytes is 2,7-3,0ms and 0% loss

Second test (second image):
mt-f.jpg
RB2011UAS --100M-8port switch -- Giga switch --- Linux router
Same ping was 100%loss

PP---------------------------
Then try on 100M ports (port 6-10) has the same problem.
Strange in the whole situation is that the graph shows two-way traffic on RB2011 port and replays on Linux tcpdump, but there are 100% losses!
I tried with different versions of firmware and RouterOS, same results!

Is this hardware bug on 2011 series , because I have two RB2011 and two are held in the same way?

Ideas?
You do not have the required permissions to view the files attached to this post.
Last edited by Agamen on Mon Sep 30, 2013 4:30 pm, edited 1 time in total.
 
jaykay2342
Member
Member
Posts: 336
Joined: Tue Dec 04, 2012 2:49 pm
Location: /Vigor/LocalGroup/Milky Way/Earth/Europe/Germany

Re: RB2011 UAS network bug

Mon Sep 30, 2013 2:03 pm

Sounds all like there is a problem with fragmentation. Why are you testing with 65000byte? In your 2nd image the dump looks like you are getting responses on the interface but the ping process didn't get them. Are you sure that these responses are not filtered on that linux box ( iptables )?
 
Agamen
just joined
Topic Author
Posts: 11
Joined: Sat Jan 15, 2011 6:42 pm

Re: RB2011 UAS network bug

Mon Sep 30, 2013 2:05 pm

My laptop (100M) --- RB2011UAS local ping tests:
local.jpg
Pings whit 56710bytes is OK , but whit 56711bytes are 100%
Board is factory reset and set bridge whit IP

Yes I'm sure for IPTABLES rules on Linux!
You do not have the required permissions to view the files attached to this post.
 
Agamen
just joined
Topic Author
Posts: 11
Joined: Sat Jan 15, 2011 6:42 pm

Re: RB2011 UAS Gigabit to 100Mbit fragmentation bug

Mon Sep 30, 2013 4:47 pm

More testings , now pass thru capabilities

Linux --switch--- 100M --(ether2) RB2011 (ether6)-- 100M --- Laptop
ping 65500 bytes - 12ms , 0% loss

Linux --switch 1G --(ether2) RB2011 (ether6)-- 100M --- Laptop
ping 65500 bytes - 100% loss :(
max packet size without (minimal) losses ~ 58000bytes

Linux --switch 1G --(ether2) RB2011 (ether5 gigabit port)-- 100M --- Laptop
ping 65500 bytes - 100% loss :(
max packet size without (minimal) losses ~ 33000bytes

PP:
I guess that the problem in my previous post with ping to CPU (bridge IP) is similar because CPU us gigabit connected internally :D
 
jaykay2342
Member
Member
Posts: 336
Joined: Tue Dec 04, 2012 2:49 pm
Location: /Vigor/LocalGroup/Milky Way/Earth/Europe/Germany

Re: RB2011 UAS Gigabit to 100Mbit fragmentation bug

Mon Sep 30, 2013 6:46 pm

More testings , now pass thru capabilities

Linux --switch--- 100M --(ether2) RB2011 (ether6)-- 100M --- Laptop
ping 65500 bytes - 12ms , 0% loss

Linux --switch 1G --(ether2) RB2011 (ether6)-- 100M --- Laptop
ping 65500 bytes - 100% loss :(
max packet size without (minimal) losses ~ 58000bytes

Linux --switch 1G --(ether2) RB2011 (ether5 gigabit port)-- 100M --- Laptop
ping 65500 bytes - 100% loss :(
max packet size without (minimal) losses ~ 33000bytes

PP:
I guess that the problem in my previous post with ping to CPU (bridge IP) is similar because CPU us gigabit connected internally :D
Looks like you having problems once you use Gbit. These packets get fragmented anyway. So i suspect the fragmentation as you problem source. What is the MTU at your interfaces? are the Linux boxes starting to use jumbo frames when you using gigabit, so fragments are to big to be handled by the RB2011?
 
Agamen
just joined
Topic Author
Posts: 11
Joined: Sat Jan 15, 2011 6:42 pm

Re: RB2011 UAS Gigabit to 100Mbit fragmentation bug

Mon Sep 30, 2013 7:33 pm

These Linux is our border router working on gigabit and I have perfect 65500 ping from whole network!

And what about ping from my laptop to routerboard directly (my second post)?
 
DonaldDKM
just joined
Posts: 1
Joined: Tue Nov 05, 2013 11:50 pm

Re: RB2011 UAS Gigabit to 100Mbit fragmentation bug

Tue Nov 05, 2013 11:56 pm

Confirm the problem by RB951G-2HnD
I would like to hear an explanation of support on this issue.
 
norpan
newbie
Posts: 37
Joined: Sat Dec 19, 2009 12:40 pm

Re: RB2011 UAS Gigabit to 100Mbit fragmentation bug

Fri Nov 08, 2013 9:38 am

My guess is that is Rx/Tx buffer which gets full when you go from 1000Mbit -> 100Mbit which causes dropped packets, but no counters are increasing under '/interface' nor '/interface ethernet' so it's hard to tell.
There are no issues when you do 100Mbit -> 100Mbit or 1000Mbit -> 1000Mbit, but there you have a 1:1 relation in linerate.
I'm about to do a "well documented" lab and I hope I can take some time for that soon. And I will send my info to support@mikrotik.com when I have some results.

Are there anyone who have reported this to support?
 
mindaugasr
newbie
Posts: 49
Joined: Wed Oct 07, 2009 9:08 pm

Re: RB2011 UAS Gigabit to 100Mbit fragmentation bug

Mon Nov 18, 2013 9:31 pm

Hello,
We have similar problems on RB2011LS-IN with 65000 packet size icmp ping
Linux -> 1gbps -> 1-6port on RB2011LS-IN -> ok
Linux -> 100mbps -> 1-5port on RB2011LS-IN -> 100% loss
Linux -> 100mbps -> 1-5port on RB2011LS-IN -> 100% loss
Linux -> 100mbps -> 6-10port on RB2011LS-IN -> 100% loss
I think its some hardware bug if mikrotik does not respond
 
User avatar
Kostadinoff
just joined
Posts: 12
Joined: Wed Oct 02, 2013 8:23 am
Location: Bulgaria/Sofia

Re: RB2011 UAS Gigabit to 100Mbit fragmentation bug

Tue Nov 19, 2013 9:24 am

I too have this issue and waiting ... :(
 
SwissWISP
Member Candidate
Member Candidate
Posts: 186
Joined: Fri Sep 23, 2011 12:16 pm

Re: RB2011 UAS Gigabit to 100Mbit fragmentation bug

Tue Nov 19, 2013 4:12 pm

I'm not quite sure if this is a bug. It may also be a limitation of the driver or hardware. There are other network devices like for example the Cisco ASA 5510, which aren't able to handle 65k.

- Mat

Who is online

Users browsing this forum: No registered users and 18 guests