Community discussions

MikroTik App
 
antsh
just joined
Topic Author
Posts: 16
Joined: Sat Apr 02, 2011 8:08 pm

RB850Gx2 Expected Performance

Fri Jan 02, 2015 9:00 am

Hi Everyone,

I have a quick question about the performance of the new 850Gx2. I am currently running an RB450G at 800MHz. I currently have a 130mbps/12mbps pipe, and am going to upgrade to something closer to 175/20. With the below configuration and it running at 800MHz, the CPU hits about 85-90% utilization. Since it is at around 90% at 130mbps, I am thinking that I might want to get something with a little more power for anything faster. I would really like something fanless, and the fact that the 850Gx2 would fit in the same case is a plus.
Flags: X - disabled, I - invalid, D - dynamic 
 0    ;;; DNS UDP
      chain=forward action=mark-connection new-connection-mark=DNS 
      passthrough=yes protocol=udp port=53 log=no log-prefix="" 

 1    ;;; DNS TCP
      chain=forward action=mark-connection new-connection-mark=DNS 
      passthrough=yes protocol=tcp port=53 log=no log-prefix="" 

 2    ;;; HTTP
      chain=forward action=mark-connection new-connection-mark=HTTP 
      passthrough=yes protocol=tcp port=80 log=no log-prefix="" 

 3    ;;; HTTP
      chain=forward action=mark-connection new-connection-mark=HTTP 
      passthrough=yes protocol=tcp port=443 log=no log-prefix="" 

 4    ;;; NAS DL
      chain=forward action=mark-connection new-connection-mark=P2P 
      passthrough=yes dst-address=192.168.15.14 log=no log-prefix="" 

 5    ;;; NAS UL
      chain=forward action=mark-connection new-connection-mark=P2P 
      passthrough=yes src-address=192.168.15.14 log=no log-prefix="" 

 6    ;;; Packet Mark P2P
      chain=forward action=mark-packet new-packet-mark=Packet-P2P 
      passthrough=no connection-mark=P2P log=no log-prefix="" 

 7    ;;; Packet Mark HTTP
      chain=forward action=mark-packet new-packet-mark=Packet-HTTP 
      passthrough=no connection-mark=HTTP log=no log-prefix="" 

 8    ;;; Packet Mark DNS
      chain=forward action=mark-packet new-packet-mark=Packet-DNS 
      passthrough=no connection-mark=DNS log=no log-prefix="" 
Flags: X - disabled, I - invalid 
 0   name="Total Download" parent=LAN packet-mark="" limit-at=0 queue=default 
     priority=1 max-limit=125M burst-limit=0 burst-threshold=0 burst-time=0s 

 1   name="P2P DL" parent=Total Download packet-mark=Packet-P2P limit-at=20M 
     queue=wireless-default priority=8 max-limit=115M burst-limit=0 
     burst-threshold=0 burst-time=0s 

 2   name="Total Upload" parent=WAN packet-mark="" limit-at=0 queue=default 
     priority=1 max-limit=11M burst-limit=0 burst-threshold=0 burst-time=0s 

 3   name="P2P UL" parent=Total Upload packet-mark=Packet-P2P limit-at=2M 
     queue=wireless-default priority=8 max-limit=10M burst-limit=0 
     burst-threshold=0 burst-time=0s 

 4   name="DNS DL" parent=Total Download packet-mark=Packet-DNS limit-at=512k 
     queue=default priority=2 max-limit=1M burst-limit=0 burst-threshold=0 
     burst-time=0s 

 5   name="DNS UL" parent=Total Upload packet-mark=Packet-DNS limit-at=512k 
     queue=default priority=2 max-limit=1M burst-limit=0 burst-threshold=0 
     burst-time=0s 

 6   name="HTTP DL" parent=Total Download packet-mark=Packet-HTTP limit-at=50M 
     queue=wireless-default priority=3 max-limit=125M burst-limit=0 
     burst-threshold=0 burst-time=0s 

 7   name="HTTP UL" parent=Total Upload packet-mark=Packet-HTTP limit-at=5M 
     queue=wireless-default priority=3 max-limit=11M burst-limit=0 
     burst-threshold=0 burst-time=0s 

 8   name="Other" parent=Total Download packet-mark=no-mark limit-at=40M 
     queue=wireless-default priority=7 max-limit=125M burst-limit=0 
     burst-threshold=0 burst-time=0s 

 9   name="Other UL" parent=Total Upload packet-mark=no-mark limit-at=2M 
     queue=wireless-default priority=7 max-limit=11M burst-limit=0 
     burst-threshold=0 burst-time=0s 
So would the 850Gx2 be faster than a 450G@800MHz? Would it be fast enough to do what I am doing now at 130mpbs but at ~180mbps?

Thank you.
 
WillMoore
just joined
Posts: 14
Joined: Sat Sep 01, 2012 7:24 pm

Re: RB850Gx2 Expected Performance

Sun Jan 04, 2015 2:28 am

Up to around 300 Mbps WAN-LAN throughput should not be a problem with an RB850Gx2. If you need more than that, look @ RB1100 or CCR1009.
 
antsh
just joined
Topic Author
Posts: 16
Joined: Sat Apr 02, 2011 8:08 pm

Re: RB850Gx2 Expected Performance

Sun Jan 04, 2015 3:09 am

Thank you for the response. Would you know if it is 300mbps just nat'd throughput or will it be able to do 300mbps with the kind of queuing I have set up?
 
WillMoore
just joined
Posts: 14
Joined: Sat Sep 01, 2012 7:24 pm

Re: RB850Gx2 Expected Performance

Sun Jan 04, 2015 7:54 pm

300Mbps is around the maximum real world nat'd WAN-Lan throughput with a basic/efficient firewall in place and no queuing. I am not sure what effect queuing will have, but my guess would be that 175Mbps on a RB850 should not be an issue.

If you want more headroom throughput wise in a similar form factor to the RB450G/RB850Gx2 the ERLite-3 might be worth a look. If you don't mind the size and the non fan-less aspect and prefer to stay in the MKTK world... the RB1100AHx2 can be acquired for pretty low prices from some of the U.S distributors as of late.

Hopefully at some point in 2015 we will see something price/performance/form factor wise from MKTK that slots between the RB850Gx2 and RB1100AHX2.

600Mbps real world WAN-LAN nat'd throughput, 250-300Mbps single tunnel ipsec throughput and a form factor similar to CRS210-8G-2S+IN for around $200.00 U.S would probably sell pretty well.
 
antsh
just joined
Topic Author
Posts: 16
Joined: Sat Apr 02, 2011 8:08 pm

Re: RB850Gx2 Expected Performance

Mon Jan 05, 2015 9:47 pm

I have actually tried the ER3L. Even though it does have hardware offloading of forwarding, queuing is all done in software. With the ER3Lite, shaping of traffic maxs out the CPU at about 95mbits. This was actually confirmed my their support. This is why I'm looking at the 850Gx2.
 
antsh
just joined
Topic Author
Posts: 16
Joined: Sat Apr 02, 2011 8:08 pm

Re: RB850Gx2 Expected Performance

Sat Jan 10, 2015 7:27 am

Mikrotik Staff,

Can you comment about when you might publish performance data for the 850Gx2 on routerboard.com? Most of your other routers have published performance charts at the bottom of the product page. I understand it should be faster than a 450G, but making a quantitative statement would be much more helpful.
 
antsh
just joined
Topic Author
Posts: 16
Joined: Sat Apr 02, 2011 8:08 pm

Re: RB850Gx2 Expected Performance

Fri Jan 30, 2015 7:47 am

Crickets...

Who is online

Users browsing this forum: No registered users and 5 guests