5. Configuración por Consola

5.1. Router2

Primero agregamos  las direcciones IP a cada interfaz

/ip address add address=10.10.1.2/30 interface=ether1
/ip address add address=10.10.1.10/30 interface=ether2
/ip address add address=192.168.1.1/24 interface=ether3

creamos el bridge para usar como interfaz virtual

/interface bridge add name=loopback
y le asignamos su correspondiente dirección IP

/ip address add address=10.255.255.2/32 interface=loopback
asignamos esa IP como Router-ID de la instancia OSPF

/routing ospf instance set 0 router-id=10.255.255.2

por último agregamos las redes del área

/routing ospf network add network=10.10.1.0/24 area=backbone
/routing ospf network add network=192.168.1.0/24 area=backbone