thanks before…i have question…i try to created full duplex wireless using OSPF and dual-n-stream in mikrotik and succes..the question is a possible to create full duplex wireless without OSPF and dual-n-stream ? just used static routing…and why mikrotik used OSPF to created full duplex, but is not used RIP, RIPv2 ora EIGRP
You should be able to do it via static routes as well, provided the routes are configured properly.
why, mikrotik not using RIP or EIGRP to create full duplex in wireless network ? instead using OSPF
RIP could probably be made to work, by sending but not receiving routes on one interface, and receiving but not sending on the other. This wouldn’t provide fail over though, and the configuration would likely be more complex than OSPF.
Really though, RIP is outdated, and shouldn’t be used except for supporting old RIP-only gear that you can’t replace easily, or feeding routes to the odd end-station that can’t get by with a default. RIP does not scale well, doesn’t have a useful cost model, and re-converges slowly, among its other problems.
EIGRP is Cisco proprietary, and thus not available on Mikrotik.
–Eric