Good afternoon, everyone.
I wonder if it's possible with OSPF what I show in the picture attached and if you can help me or guide to configure it.
Thank you!
note that 1.1.1.4/30 , 2.2.2.4/30 , and 3.3.3.4/30 are invalid IP addresses for /30 subnets. . .
1.1.1.X / 1.1.1.Y valid addresses are:
x / y
1 / 2
5 / 6
9 / 10
13 / 14
17 / 19
etc....
Also 172.80.1.0/22 isn't valid CIDR:
172.80.0.0/22 ( ranges up to 172.80.3.255 )
172.80.4.0/22 ( ranges up to 172.80.7.255 )
172.80.8.0/22 ( etc )
172.80.12.0/22 ( etc )
etc.
As for the OSPF design, you should also be using a loopback IP for each router:
/int bridge add name=loopback
/ip address add interface=loopback address=10.10.10.1/32
/routing ospf instance set 0 router-id=10.10.10.1
EDIT: whoops - you do have loopback IPs in your example. Be sure to set those as your router-id in the OSPF default instance.
Thanks IPANetEngineer, I will look closely at the wiki. If I have some questions I ask: DThis is very possible....take a look at the first OSPF example in the wiki below:
http://wiki.mikrotik.com/wiki/Manual:OSPF-examples