ROuting Help!

hi, i just purchase our new RB1100.. i know all its capabilities the reason why i recommend it for our network. problem is how to configure it to work with our network. here is the set up:

  1. i want to load balance with fail over two of our internet feed in port 1 and port 2.
  2. port 5 to 8 will be a dchp server for a specific bandwidth package.
    can mikrotik support this:
    port 5: 10.1.1.0/24
    port 6: 10.2.1.0/24
    port 7: 10.3.1.0/24
    each ip block then will be limit w/ a specific bandwidth and protocol.


    please help! hope you understand the configuration i need.

any help will be appreciated. thanks!

  1. Read the wiki on PCC
  2. Just apply the IP addresses to the ports you want them on and add simple queues to the interfaces for rate limiting. Make sure the master-port of the interfaces is set to “none” so that the switch chip doesn’t act on them.

sir, here is the diagram. the network must have fail over support on load balancing.
please.. really new to mikrotik. thanks!
Diagram2.jpg

Right. That’s covered in the manual:
http://wiki.mikrotik.com/wiki/Manual:PCC
http://wiki.mikrotik.com/wiki/Manual:Queue#Simple_Queues

If you need someone to write an entire config for you it is probably best to hire a consultant.

one more thing sir..

how many user can RB1100 cater?

That is impossible to answer. The router is going to be doing stuff to user traffic: NAT, connection tracking, rate limits, firewall filters, mangling. Depending on what exactly you’re having the router do it is going to be able to process some number of packets per second. Then, depending on how many packets per second the average user is consuming/creating, the router can serve some number of users. There is no generic answer to your question - it depends on the users, and how the router is configured.

sorry about that! i mean refer to the diagram.

say for example base on the diagram, if each port will have an average of 200 user (thats 600 user total), will RB1100 still handle it?

Probably - as long as you don’t configure lots of inefficient rules, like I mentioned.