Dual Setup with OSPF
From MikroTik Wiki
Revision as of 16:11, 8 December 2008 by Stuntshell (talk | contribs)
In this setup we will be connecting a PTP configuration using a Dual Setup and OSPF (Open Shortest Path First).
The advantages for this setup are:
- Double the maximum throuput with Full Duplex
- Automatic Failover
- No delay of packets
- This set up can make use of two radios at each end, so the availability becomes even more robust in case of a radio failure.
Configuring the Radio A:
/ip address add address=192.168.0.1/24 interface=ether1 /ip address add address=192.168.10.1/24 interface=wlan1 /ip address add address=192.168.20.1/24 interface=wlan2
Configuring the Radio B:
/ip address add address=192.168.0.2/24 interface=ether1 /ip address add address=192.168.10.2/24 interface=wlan1 /ip address add address=192.168.20.2/24 interface=wlan2
