Page 1 of 1
Info for network implementation with failover.
Posted: Wed Jun 23, 2010 8:14 pm
by debiano
I need to implement this network (see Image) with:
- Automatic failover
- Best bandwidth
I have try with mesh protocol. Is the best way ?
Regards.
P.S.: Sorry for my english
Re: Info for network implementation with failover.
Posted: Tue Jun 29, 2010 3:12 pm
by debiano
No idea ???
Re: Info for network implementation with failover.
Posted: Tue Jun 29, 2010 3:40 pm
by bafh
Yes, mesh. You already told that yourself!
Re: Info for network implementation with failover.
Posted: Tue Jun 29, 2010 3:45 pm
by debiano
Yes but ... in the mesh interface i need to add wireless interface + ethernet interface...
Mesh :
port1 -> wlan
port2 -> eth0
Like a brige with rstp....
It's good ?
Re: Info for network implementation with failover.
Posted: Tue Jun 29, 2010 4:30 pm
by mishaM
you can use ospf .
-------------------------------------
Re: Info for network implementation with failover.
Posted: Tue Jun 29, 2010 4:54 pm
by debiano
Ospf without Mesh ?
P.S.: All backbone i want to work on layer-2.
Re: Info for network implementation with failover.
Posted: Tue Jun 29, 2010 5:46 pm
by mishaM
Re: Info for network implementation with failover.
Posted: Tue Jun 29, 2010 6:13 pm
by debiano
I have already visited all the MikroTik Wiki and more...
Re: Info for network implementation with failover.
Posted: Tue Jun 29, 2010 9:19 pm
by doush
Go for a routed network (no mesh) and enable OSPF. Its the best way
Re: Info for network implementation with failover.
Posted: Wed Jun 30, 2010 2:38 am
by tricer
ospf is the way to go, if you wanted to you could use static routes to but ospf will be smoother when you add new branches or locations
Re: Info for network implementation with failover.
Posted: Fri Jul 02, 2010 11:47 am
by debiano
Ok...i will use OSPF
Tnx