First of all, thanks the the Mikrotik folks for hosting this forum!
I have just inherited a network consisting of 6 routerboard based mikrotil routers. 5 are running 4.10 and 1 is running 4.11. They are currently in a ring configuration, with no dynamic routing. Nothing but static routes. Lot’s of them. And of course when anything breaks, one needs to scramble to reroute things. I’m very familiar with EIGRP, and somewhat familiar with OSPF – but both in Cisco environments. I’ve done quite a bit of in-depth reading of the Mikrotik manual/wiki, and quite a bit here as well. I think I understand what I need to do, but I’d like to be sure. I’m hoping that someone here in the forum can just sanity check what I’m about to do – and maybe steer me in the right direction if I’m out of my mind..
The attached .jpg is a fair representation of the network.
Do the configs below look correct? Can I implement this with all of the static routes intact, then simply remove them? One thing that I’m not sure about, is how to weight the routes. I need all traffic from routers 1 and 4 to ‘prefer’ the .10x.0 route, and only use the .20x.0 route when the preferred route goes down
What I’ve come up with is as follows:
R1
/routing ospf instance> add name=default
/interface bridge> add name=loopback
ip address add address=10.255.255.1/32 interface=loopback
/routing ospf network> add network=1.1.1.0/30 area=backbone
/routing ospf network> add network=10.100.10.0/24 area=backbone
/routing ospf network> add network=10.100.11.0/24 area=backbone
/routing ospf network> add network=10.100.101.0/24 area=backbone
/routing ospf network> add network=10.100.202.0/24 area=backbone
R2
/routing ospf instance> add name=default
/interface bridge> add name=loopback
ip address add address=10.255.255.2/32 interface=loopback
/routing ospf network> add network=10.100.101.0/32 area=backbone
/routing ospf network> add network=10.100.102.0/32 area=backbone
R3
/routing ospf instance> add name=default
/interface bridge> add name=loopback
ip address add address=10.255.255.3/32 interface=loopback
/routing ospf network> add network=10.100.102.0/32 area=backbone
/routing ospf network> add network=10.100.103.0/32 area=backbone
R4
/routing ospf instance> add name=default
/interface bridge> add name=loopback
ip address add address=10.255.255.4/32 interface=loopback
/routing ospf network> add network=10.100.50.0/24 area=backbone
/routing ospf network> add network=10.100.51.0/24 area=backbone
/routing ospf network> add network=10.100.103.0/32 area=backbone
/routing ospf network> add network=10.100.200.0/32 area=backbone
R5
/routing ospf instance> add name=default
/interface bridge> add name=loopback
ip address add address=10.255.255.5/32 interface=loopback
/routing ospf network> add network=10.100.200.0/32 area=backbone
/routing ospf network> add network=10.100.201.0/32 area=backbone
R6
/routing ospf instance> add name=default
/interface bridge> add name=loopback
ip address add address=10.255.255.6/32 interface=loopback
/routing ospf network> add network=10.100.201.0/32 area=backbone
/routing ospf network> add network=10.100.202.0/32 area=backbone
*** Thanks in advance for any Assistance!!!
Gene
