Community discussions

MikroTik App
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 5:24 pm

We have a poor performance between 2 CCR 1072... we are an FTTH ISP, we have 5000 PPPoE tunnels on each CCR and 5000 correspondent queues. But we think that no effects because CPU is near 5% - 10%.

WAT?!

Bandwith test with direct 10G connected, from one CCR to another, DIRECT CABLE, no switches no nothing.

Same configuration on both:
L2MTU: 9216
MTU: 9000

[admin@ICMAN02] > /tool bandwidth-test protocol=tcp address=10.1.2.7 user=admin password=somepassword
status: running
duration: 11s
rx-current: 484.9Mbps
rx-10-second-average: 690.3Mbps
rx-total-average: 700.7Mbps
random-data: no
direction: receive

[admin@ICMAN02] > /tool bandwidth-test protocol=tcp address=10.1.2.7 user=admin password=somepassword direction=transmit
status: running
duration: 9s
tx-current: 622.0Mbps
tx-10-second-average: 785.6Mbps
tx-total-average: 785.6Mbps
random-data: no
direction: transmit


Both supout.rif are uploaded to my Mikrotik account, login is nadeu

Regards
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7056
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 5:29 pm

http://forum.mikrotik.com/viewtopic.php ... 65#p534265

Make a real test where traffic is forwarded and no BW test tool
 
User avatar
ZeroByte
Forum Guru
Forum Guru
Posts: 4047
Joined: Wed May 11, 2011 6:08 pm

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 5:30 pm

I think bandwidth-test only uses one core of the tile processor, so that test isn't valid. Chances are good that whatever core the test is running on is hitting 100% which limits how much traffic it can generate and respond to.

A better test is to get a pair of PCs that can handle 10Gbps throughput and run iperf between them. Test directly between the two computers first as a control, and then connect one to one CCR and the other to the other, and THEN run the test this way.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 5:41 pm

Our FTTH clients cannot reach more than 150Mbps of upload, we have the same setup with CCR1036 and run properly.
We don't know why not run properly with 1072.

With CCR1036 our clients do a Speedtest in Speedtest.net and get 500/500, like queue indicates. And the clients that have a 1G/1G get 900/900.

Why now service is degradated?

Regards
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 5:58 pm

With MikroTik:

root@cdn02:~# iperf -c 10.1.1.197 -i1 -t 10 -m
------------------------------------------------------------
Client connecting to 10.1.1.197, TCP port 5001
TCP window size: 4.00 MByte (default)
------------------------------------------------------------
[ 3] local 10.1.1.199 port 46395 connected with 10.1.1.197 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0- 1.0 sec 29.1 MBytes 244 Mbits/sec
[ 3] 1.0- 2.0 sec 30.6 MBytes 257 Mbits/sec
[ 3] 2.0- 3.0 sec 33.5 MBytes 281 Mbits/sec
[ 3] 3.0- 4.0 sec 32.4 MBytes 272 Mbits/sec
[ 3] 4.0- 5.0 sec 32.9 MBytes 276 Mbits/sec
[ 3] 5.0- 6.0 sec 32.1 MBytes 269 Mbits/sec
[ 3] 6.0- 7.0 sec 30.4 MBytes 255 Mbits/sec
[ 3] 7.0- 8.0 sec 24.6 MBytes 207 Mbits/sec
[ 3] 8.0- 9.0 sec 31.9 MBytes 267 Mbits/sec
[ 3] 9.0-10.0 sec 29.9 MBytes 251 Mbits/sec
[ 3] 0.0-10.0 sec 308 MBytes 258 Mbits/sec
[ 3] MSS size 1448 bytes (MTU 1500 bytes, ethernet)


Without MikroTik, two 1G connected between servers throught Quanta switch.

root@cdn02:~# iperf -c 10.0.88.201 -i1 -t 10 -m
------------------------------------------------------------
Client connecting to 10.0.88.201, TCP port 5001
TCP window size: 4.00 MByte (default)
------------------------------------------------------------
[ 3] local 10.0.88.202 port 34982 connected with 10.0.88.201 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0- 1.0 sec 116 MBytes 974 Mbits/sec
[ 3] 1.0- 2.0 sec 112 MBytes 941 Mbits/sec
[ 3] 2.0- 3.0 sec 112 MBytes 941 Mbits/sec
[ 3] 3.0- 4.0 sec 112 MBytes 941 Mbits/sec
[ 3] 4.0- 5.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5.0- 6.0 sec 112 MBytes 943 Mbits/sec
[ 3] 6.0- 7.0 sec 112 MBytes 941 Mbits/sec
[ 3] 7.0- 8.0 sec 112 MBytes 941 Mbits/sec
[ 3] 8.0- 9.0 sec 112 MBytes 941 Mbits/sec
[ 3] 9.0-10.0 sec 112 MBytes 940 Mbits/sec
[ 3] 0.0-10.0 sec 1.10 GBytes 943 Mbits/sec
[ 3] MSS size 1448 bytes (MTU 1500 bytes, ethernet)
root@cdn02:~#


As requested. Between 2 E3-1245 V3 with 10G HotLava passing by router.

Regards
 
User avatar
ZeroByte
Forum Guru
Forum Guru
Posts: 4047
Joined: Wed May 11, 2011 6:08 pm

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 6:26 pm

Okay - that rules out the bandwidth-test limitation.
Unfortunately, I don't have any CCR to work with so I'm going to let someone else take a stab at this.

One thing I've seen mentioned, though, is something to do with the interface queues being set to hw-only. Perhaps fastpath is not working for you?
 
User avatar
chechito
Forum Guru
Forum Guru
Posts: 3007
Joined: Sun Aug 24, 2014 3:14 am
Location: Bogota Colombia
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 6:31 pm

We have a poor performance between 2 CCR 1072... we are an FTTH ISP, we have 5000 PPPoE tunnels on each CCR and 5000 correspondent queues. But we think that no effects because CPU is near 5% - 10%.

WAT?!

Bandwith test with direct 10G connected, from one CCR to another, DIRECT CABLE, no switches no nothing.

Same configuration on both:
L2MTU: 9216
MTU: 9000

[admin@ICMAN02] > /tool bandwidth-test protocol=tcp address=10.1.2.7 user=admin password=somepassword
status: running
duration: 11s
rx-current: 484.9Mbps
rx-10-second-average: 690.3Mbps
rx-total-average: 700.7Mbps
random-data: no
direction: receive

[admin@ICMAN02] > /tool bandwidth-test protocol=tcp address=10.1.2.7 user=admin password=somepassword direction=transmit
status: running
duration: 9s
tx-current: 622.0Mbps
tx-10-second-average: 785.6Mbps
tx-total-average: 785.6Mbps
random-data: no
direction: transmit


Both supout.rif are uploaded to my Mikrotik account, login is nadeu

Regards
bad testing procedure i have obtained more than that on a ccr1009

here are test of ccr1072 reaching 80gpbs

http://www.stubarea51.net/2015/10/09/mi ... t-testing/
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 6:43 pm

We have a poor performance between 2 CCR 1072... we are an FTTH ISP, we have 5000 PPPoE tunnels on each CCR and 5000 correspondent queues. But we think that no effects because CPU is near 5% - 10%.

WAT?!

Bandwith test with direct 10G connected, from one CCR to another, DIRECT CABLE, no switches no nothing.

Same configuration on both:
L2MTU: 9216
MTU: 9000

[admin@ICMAN02] > /tool bandwidth-test protocol=tcp address=10.1.2.7 user=admin password=somepassword
status: running
duration: 11s
rx-current: 484.9Mbps
rx-10-second-average: 690.3Mbps
rx-total-average: 700.7Mbps
random-data: no
direction: receive

[admin@ICMAN02] > /tool bandwidth-test protocol=tcp address=10.1.2.7 user=admin password=somepassword direction=transmit
status: running
duration: 9s
tx-current: 622.0Mbps
tx-10-second-average: 785.6Mbps
tx-total-average: 785.6Mbps
random-data: no
direction: transmit


Both supout.rif are uploaded to my Mikrotik account, login is nadeu

Regards
bad testing procedure i have obtained more than that on a ccr1009

here are test of ccr1072 reaching 80gpbs

http://www.stubarea51.net/2015/10/09/mi ... t-testing/
Hello,
The test is launched from Winbox, and if you look at iperf gives the same result, even worse, so I do not think it's anything that this evil in our sense. I understand that in the video StubArea51 works perfect, so we buy two drives us, but the reality is that currently we are disappointing a lot and are generating a thousand problems.

Sincerly,
Pau
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 6:46 pm

Image

Hardware queues are enabled.

We disabled fastpath.

Regards,
Pau.
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7056
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 6:58 pm

Maybe incompatible SFP module, what SFP modules you use?
Damaged fibre cable?
Damaged port? Try switching to different ports.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 7:09 pm

ICMAN1:
Image

ICMAN2:
Image

Regards
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 7:11 pm

Aggreggated traffic (multiple connections) is OK, we got peaks of 1.3Gbps, I think that issue it's with a single connection.

Regards
 
User avatar
chechito
Forum Guru
Forum Guru
Posts: 3007
Joined: Sun Aug 24, 2014 3:14 am
Location: Bogota Colombia
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 8:47 pm

We have a poor performance between 2 CCR 1072... we are an FTTH ISP, we have 5000 PPPoE tunnels on each CCR and 5000 correspondent queues. But we think that no effects because CPU is near 5% - 10%.

WAT?!

Bandwith test with direct 10G connected, from one CCR to another, DIRECT CABLE, no switches no nothing.

Same configuration on both:
L2MTU: 9216
MTU: 9000

[admin@ICMAN02] > /tool bandwidth-test protocol=tcp address=10.1.2.7 user=admin password=somepassword
status: running
duration: 11s
rx-current: 484.9Mbps
rx-10-second-average: 690.3Mbps
rx-total-average: 700.7Mbps
random-data: no
direction: receive

[admin@ICMAN02] > /tool bandwidth-test protocol=tcp address=10.1.2.7 user=admin password=somepassword direction=transmit
status: running
duration: 9s
tx-current: 622.0Mbps
tx-10-second-average: 785.6Mbps
tx-total-average: 785.6Mbps
random-data: no
direction: transmit


Both supout.rif are uploaded to my Mikrotik account, login is nadeu

Regards
bad testing procedure i have obtained more than that on a ccr1009

here are test of ccr1072 reaching 80gpbs

http://www.stubarea51.net/2015/10/09/mi ... t-testing/
Hello,
The test is launched from Winbox, and if you look at iperf gives the same result, even worse, so I do not think it's anything that this evil in our sense. I understand that in the video StubArea51 works perfect, so we buy two drives us, but the reality is that currently we are disappointing a lot and are generating a thousand problems.

Sincerly,
Pau
again you are doing things wrong

you are stating the device have a ridiculous performance

but you dont document your test

frits you make a test with btest

then iperf but you dont state how the test was made, and what configuration have the device at the moment of the test

off course you are having troubles

well deserved problems

please document your test properly
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 10:06 pm

again you are doing things wrong

you are stating the device have a ridiculous performance

but you dont document your test

frits you make a test with btest

then iperf but you dont state how the test was made, and what configuration have the device at the moment of the test

off course you are having troubles

well deserved problems

please document your test properly

root@cdn02:~# iperf -c 10.1.1.197 -i1 -t 10 -m
------------------------------------------------------------
Client connecting to 10.1.1.197, TCP port 5001
TCP window size: 4.00 MByte (default)
------------------------------------------------------------
[ 3] local 10.1.1.199 port 46395 connected with 10.1.1.197 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0- 1.0 sec 29.1 MBytes 244 Mbits/sec
[ 3] 1.0- 2.0 sec 30.6 MBytes 257 Mbits/sec
[ 3] 2.0- 3.0 sec 33.5 MBytes 281 Mbits/sec
[ 3] 3.0- 4.0 sec 32.4 MBytes 272 Mbits/sec
[ 3] 4.0- 5.0 sec 32.9 MBytes 276 Mbits/sec
[ 3] 5.0- 6.0 sec 32.1 MBytes 269 Mbits/sec
[ 3] 6.0- 7.0 sec 30.4 MBytes 255 Mbits/sec
[ 3] 7.0- 8.0 sec 24.6 MBytes 207 Mbits/sec
[ 3] 8.0- 9.0 sec 31.9 MBytes 267 Mbits/sec
[ 3] 9.0-10.0 sec 29.9 MBytes 251 Mbits/sec
[ 3] 0.0-10.0 sec 308 MBytes 258 Mbits/sec
[ 3] MSS size 1448 bytes (MTU 1500 bytes, ethernet)


Esto no parece claro? Es un test entre dos servidores pasando por 2 Mikrotiks con una ruta estatica, los dos Mikrotiks tienen un 10G anteriormente documentado.

Para responder sin sentidos no respondas; estoy pidiendo ayuda y solo haces que decirme que falta documentación. :)

I follow the ticket with Mikrotik support team, you're not from Mikrotik.

Thank you,
Pau
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 11:19 pm


again you are doing things wrong

you are stating the device have a ridiculous performance

but you dont document your test

frits you make a test with btest

then iperf but you dont state how the test was made, and what configuration have the device at the moment of the test

off course you are having troubles

well deserved problems

please document your test properly

FYI:
Image
 
User avatar
chechito
Forum Guru
Forum Guru
Posts: 3007
Joined: Sun Aug 24, 2014 3:14 am
Location: Bogota Colombia
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 21, 2016 11:59 pm

you have to look for some bottleneck somewhere on your testing environment

for your reference there are a test i conducted on a ccr1009, in this result i think my environment test are limiting the results but i dont have more hardware to test
iperf.jpg
the topology of the test
topology.jpg
the config of ccr was only a bridge between the two ports in fast path mode, mtu 1500 (virtualbox do not support jumbo frames) unfortunately i am limited to 1gbit testing because i dont have more pci express slots for more nics
You do not have the required permissions to view the files attached to this post.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Fri Apr 22, 2016 12:12 am

you have to look for some bottleneck somewhere on your testing environment

for your reference there are a test i conducted on a ccr1009, in this result i think my environment test are limiting the results but i dont have more hardware to test
iperf.jpg
the topology of the test
topology.jpg
the config of ccr was only a bridge between the two ports in fast path mode, mtu 1500 (virtualbox do not support jumbo frames) unfortunately i am limited to 1gbit testing because i dont have more pci express slots for more nics
Contact you via private message.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Fri Apr 22, 2016 10:41 am

you have to look for some bottleneck somewhere on your testing environment

for your reference there are a test i conducted on a ccr1009, in this result i think my environment test are limiting the results but i dont have more hardware to test
iperf.jpg
the topology of the test
topology.jpg
the config of ccr was only a bridge between the two ports in fast path mode, mtu 1500 (virtualbox do not support jumbo frames) unfortunately i am limited to 1gbit testing because i dont have more pci express slots for more nics
Contact you via private message.

Yesterday we analyze it and get the same conclusions: CCR1072 is a unfinished product.
We are awaiting for a solution.

Regards
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Fri Apr 22, 2016 5:47 pm

Up please! This is a nightmare.
Regards
 
User avatar
shaoranrch
Member Candidate
Member Candidate
Posts: 184
Joined: Thu Feb 13, 2014 8:03 pm

Re: Poor (ridiculously) performance on two CCR1072

Fri Apr 22, 2016 9:10 pm

Up please! This is a nightmare.
Regards
Did you check RX and TX stats on both links? Inside the interface where errors are counted, look for errors, crc problems this would lead to a faulty line or faulty SFP.

Did you try a test with the router having no configurations whatsoever?

Did you try with different ports, different sfp?

I know people with this particular model. None of them presenting issues like this.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Sun Apr 24, 2016 11:37 pm

No errors in any interface. The issue is related with a single TCP connection.

Regards
 
User avatar
shaoranrch
Member Candidate
Member Candidate
Posts: 184
Joined: Thu Feb 13, 2014 8:03 pm

Re: Poor (ridiculously) performance on two CCR1072

Sun Apr 24, 2016 11:54 pm

No errors in any interface. The issue is related with a single TCP connection.

Regards
What about the other questions I asked?

Enviado desde mi MotoE2(4G-LTE) mediante Tapatalk
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Sun Apr 24, 2016 11:57 pm

-Did you try a test with the router having no configurations whatsoever?
+We only have 2 CCR 1072, we cannot do this test.

-Did you try with different ports, different sfp?
+All ports has this issue.

Note that if we do test between 1036 and 1072 the results are better.

Regards,
Pau.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Tue Apr 26, 2016 11:49 am

Up please :(
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6695
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Tue Apr 26, 2016 4:04 pm

nadeu,
* I would recommend using traffic-generator instead of bandwidth test.
http://wiki.mikrotik.com/wiki/Manual:To ... _Generator
* check SFP modules and SFP cables, make sure they are working correct.
* run test again and if you are not satisfied with the results,
please contact MikroTik support with attached support output files (support@mikrotik.com)
We will see how we can help you.
 
User avatar
chechito
Forum Guru
Forum Guru
Posts: 3007
Joined: Sun Aug 24, 2014 3:14 am
Location: Bogota Colombia
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Tue Apr 26, 2016 6:13 pm

nadeu,
* I would recommend using traffic-generator instead of bandwidth test.
the issue was validated using iperf between servers
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Tue Apr 26, 2016 6:25 pm

Router are rebooted due kernel panic 30 minutes ago...

This is a nightmare. We have those routers and production, but we are planning rollback to 1036..
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6695
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Wed Apr 27, 2016 12:02 pm

Please make sure you are running the latest MikroTik RouterOS version 6.35.1 and the latest RouterBOARD firmware (you can update it by /system routerboard upgrade and /system reboot).

Run the tests again and if you notice any issues, make support output files and send to us (support@mikrotik.com), it will be much more helpful.
Otherwise it is very difficult for us to help you.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Wed Apr 27, 2016 1:09 pm

Please make sure you are running the latest MikroTik RouterOS version 6.35.1 and the latest RouterBOARD firmware (you can update it by /system routerboard upgrade and /system reboot).

Run the tests again and if you notice any issues, make support output files and send to us (support@mikrotik.com), it will be much more helpful.
Otherwise it is very difficult for us to help you.
We downgraded to the bugfix only branch, this is more stable and quickly. But the forwarding speed are blocked on 200Mbps.

Regards,
 
User avatar
inteq
Member
Member
Posts: 412
Joined: Wed Feb 25, 2015 8:15 pm
Location: Romania

Re: Poor (ridiculously) performance on two CCR1072

Wed Apr 27, 2016 9:35 pm

Both test machines are running Linux/Unix?
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Wed Apr 27, 2016 10:02 pm

Both test machines are running Linux/Unix?
Yes :)

Regards.
 
User avatar
inteq
Member
Member
Posts: 412
Joined: Wed Feb 25, 2015 8:15 pm
Location: Romania

Re: Poor (ridiculously) performance on two CCR1072

Wed Apr 27, 2016 11:28 pm

I had a similar situation with a MT router, but the problem was a missing "secret" update on Windows 7/2008 R2.
Only Windows machines were exhibiting the behavior, while Linux boxes were not.
So does not apply to you. Wish I had something to help you with.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 28, 2016 11:26 am

I had a similar situation with a MT router, but the problem was a missing "secret" update on Windows 7/2008 R2.
Only Windows machines were exhibiting the behavior, while Linux boxes were not.
So does not apply to you. Wish I had something to help you with.
Waiting a resolution...I'm annoyed..

Regards
 
andriys
Forum Guru
Forum Guru
Posts: 1527
Joined: Thu Nov 24, 2011 1:59 pm
Location: Kharkiv, Ukraine

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 28, 2016 11:44 am

Waiting a resolution...I'm annoyed..
Have you contacted support already (as suggested by sergejs above)?
I'd like to remind (again) that this is a user forum, and not an official support platform.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu Apr 28, 2016 2:00 pm

Waiting a resolution...I'm annoyed..
Have you contacted support already (as suggested by sergejs above)?
I'd like to remind (again) that this is a user forum, and not an official support platform.
Yes.. but response time is too slow.

Regards
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Mon May 02, 2016 11:23 am

Not solved yet. We are planning another migration.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Wed May 04, 2016 11:02 am

How to abandon a client: by MikroTik.
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6695
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Thu May 05, 2016 12:44 pm

What is your support ticket number?
 
User avatar
macgaiver
Forum Guru
Forum Guru
Posts: 1764
Joined: Wed May 18, 2005 5:57 pm
Location: Sol III, Sol system, Sector 001, Alpha Quadrant

Re: Poor (ridiculously) performance on two CCR1072

Thu May 05, 2016 12:44 pm

Well as far as i can see this topic is more about "how to ignore other user suggestions".

Bottom line - CCR is working just fine, many people have many deployments, and lately there are almost no complains.
Usually when there are actual problem there are much more that 1 person complaining in the forums

testing performance in the lab might be painful as you can't simply use bandwidth-test (single core program) and press one RUN button.
You need to use more complex programs like Traffic generator.
wiki.mikrotik.com/wiki/Manual:Performance_Testing_with_Traffic_Generator
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu May 05, 2016 6:27 pm

What is your support ticket number?
My ticket ID is #2016032466000431
Well as far as i can see this topic is more about "how to ignore other user suggestions".

Bottom line - CCR is working just fine, many people have many deployments, and lately there are almost no complains.
Usually when there are actual problem there are much more that 1 person complaining in the forums

testing performance in the lab might be painful as you can't simply use bandwidth-test (single core program) and press one RUN button.
You need to use more complex programs like Traffic generator.
wiki.mikrotik.com/wiki/Manual:Performance_Testing_with_Traffic_Generator
You read the thread?
We run two iperf on Supermicro servers, when this passes by 1072 result is 200, else, result is full 10G.

I attach a network diagram:

Image
 
User avatar
ZeroByte
Forum Guru
Forum Guru
Posts: 4047
Joined: Wed May 11, 2011 6:08 pm

Re: Poor (ridiculously) performance on two CCR1072

Thu May 05, 2016 7:22 pm

Is it possible that your test through the CCR1072 is not following the path you expect?
I see that they could potentially choose to go through the Huawei switches or through the CPD-MAN-x routers....

I'm not saying that's what's happening, but is it possible?
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Thu May 05, 2016 7:53 pm

Is it possible that your test through the CCR1072 is not following the path you expect?
I see that they could potentially choose to go through the Huawei switches or through the CPD-MAN-x routers....

I'm not saying that's what's happening, but is it possible?
Hello,
The IPs of servers are forced in both ICMANs with static route, i think that is impossible go through other link.
 
User avatar
dgnevans
Member
Member
Posts: 469
Joined: Fri Mar 08, 2013 11:24 am
Location: Zimbabwe
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Fri May 06, 2016 3:12 pm

Nadeu
When you run a test can you view the inerfaces and ensure traffic is going through the CCR1072 routers.
 
User avatar
nz_monkey
Forum Guru
Forum Guru
Posts: 2104
Joined: Mon Jan 14, 2008 1:53 pm
Location: Over the Rainbow
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Mon May 09, 2016 12:21 pm

The Huawei's do not support bonding-rr you need to run LACP with L3/L4 hash configured on both sides.

Also bonding is NOT fastpathed or fast tracked. You will never get full performance in a bonding configuration until Mikrotik add bonding fastpath TX and RX support.
 
User avatar
ZeroByte
Forum Guru
Forum Guru
Posts: 4047
Joined: Wed May 11, 2011 6:08 pm

Re: Poor (ridiculously) performance on two CCR1072

Mon May 09, 2016 5:46 pm

I don't think Nadeu is using that bonding path though - at least not for the testing. According to the diagram, the link is a 10G-sfp directly between the two devices, and static routes pointing across the 10G link.

I would definitely agree with this though:
Nadeu
When you run a test can you view the inerfaces and ensure traffic is going through the CCR1072 routers.
I've definitely had some "oh, crap now I feel silly" type moments, and just making 100% sure that the traffic is doing what you think is a prudent step.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Wed May 11, 2016 10:48 am

I don't think Nadeu is using that bonding path though - at least not for the testing. According to the diagram, the link is a 10G-sfp directly between the two devices, and static routes pointing across the 10G link.

I would definitely agree with this though:
Nadeu
When you run a test can you view the inerfaces and ensure traffic is going through the CCR1072 routers.
I've definitely had some "oh, crap now I feel silly" type moments, and just making 100% sure that the traffic is doing what you think is a prudent step.
Traffic are forwared as I indicated in network diagram. CDNs are directly connected to CCR1072 and each 1072-1072 throught SFP+ 10G.

MikroTik can't solve it, the same with CCR1036 run properly.

Regards,
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26381
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

Re: Poor (ridiculously) performance on two CCR1072

Wed May 11, 2016 11:23 am

nadeu, please post some more info. you are only posting accusations and statements without any concrete info. how can we help in this case?

re-read the topic above, there are many unanswered questions. as you can see from other replies, the performance you see is not normal, so there is absolutely something in the setup that should be changed/improved.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Wed May 11, 2016 11:31 am

nadeu, please post some more info. you are only posting accusations and statements without any concrete info. how can we help in this case?

re-read the topic above, there are many unanswered questions. as you can see from other replies, the performance you see is not normal, so there is absolutely something in the setup that should be changed/improved.
Hi Normis,
i'm glad to you read this post. We have a opened ticket with all information that is required by MikroTik;

Ticket ID is #2016032466000431

Regards,
 
kujo
Member Candidate
Member Candidate
Posts: 169
Joined: Sat Jun 18, 2016 10:17 am
Location: Ukraine
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Sat Jun 25, 2016 4:04 pm

Hi, any news??


Have a good day!
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Fri Sep 16, 2016 5:35 pm

Hi, any news??


Have a good day!
Unfortunately, no. Incredible but true.
 
SystemErrorMessage
Member
Member
Posts: 383
Joined: Sat Dec 22, 2012 9:04 pm

Re: Poor (ridiculously) performance on two CCR1072

Sat Sep 17, 2016 1:18 am

when testing between 2 CCRs dont use bandwidth tester. Use the packet generator as explained on the wiki. bandwidth tester on routerboards are single threaded and dont give a true indicator of performance, they are only there to test link speeds.
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Mon Sep 19, 2016 12:45 pm

when testing between 2 CCRs dont use bandwidth tester. Use the packet generator as explained on the wiki. bandwidth tester on routerboards are single threaded and dont give a true indicator of performance, they are only there to test link speeds.
We tested with two iperf servers with 8 cores E3-1240 v3;

processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz

iperf 10G L2 throught switch: full 10G reached
iperf 10G L3 throught switch->bonding->ccr1072->switch->bonding->ccr1072: 200Mb/s

Why we need to run traffic-generator if test that we run is the most real test?

Regards,
Pau
 
User avatar
nz_monkey
Forum Guru
Forum Guru
Posts: 2104
Joined: Mon Jan 14, 2008 1:53 pm
Location: Over the Rainbow
Contact:

Re: Poor (ridiculously) performance on two CCR1072

Mon Sep 19, 2016 12:54 pm

@nadeu

Bonding does not use fastpath for TX. Fastpath is RX only!

Have you tried without bonding ?
 
nadeu
newbie
Topic Author
Posts: 39
Joined: Fri Sep 18, 2015 3:50 am

Re: Poor (ridiculously) performance on two CCR1072

Mon Sep 19, 2016 1:44 pm

@nadeu

Bonding does not use fastpath for TX. Fastpath is RX only!

Have you tried without bonding ?

We don't tried without bonding because we can't undo bonding. But... 200Mb/s? Really? ...
BTW, any ETA for implement Fastpath TX for bonding?

Regards,
Pau
 
SystemErrorMessage
Member
Member
Posts: 383
Joined: Sat Dec 22, 2012 9:04 pm

Re: Poor (ridiculously) performance on two CCR1072

Thu Sep 22, 2016 8:59 am

i think the speed may be due to choice of bonding type. Try different ones till you find one that works well.

Who is online

Users browsing this forum: Google [Bot] and 181 guests