[admin@ISP] > export /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /routing ospf area set [ find default=yes ] disabled=yes /routing ospf instance set [ find default=yes ] disabled=yes add name=ospf-Blue router-id=3.3.3.3 routing-table=Blue add name=ospf-Green router-id=3.3.3.3 routing-table=Green /routing ospf area add instance=ospf-Blue name=area0-Blue add instance=ospf-Green name=area0-Green /ip address add address=192.168.13.3/24 interface=ether1 network=192.168.13.0 add address=192.168.23.3/24 interface=ether2 network=192.168.23.0 add address=192.168.34.3/24 interface=ether4 network=192.168.34.0 add address=192.168.35.3/24 interface=ether5 network=192.168.35.0 /ip dhcp-client add disabled=no interface=ether1 /ip route vrf add interfaces=ether1,ether2 routing-mark=Blue add interfaces=ether4,ether5 routing-mark=Green /routing ospf network add area=area0-Blue network=192.168.13.0/24 add area=area0-Blue network=192.168.23.0/24 add area=area0-Green network=192.168.34.0/24 add area=area0-Green network=192.168.35.0/24 /system identity set name=ISP /tool romon set enabled=yes id=00:00:00:00:00:03 [admin@ISP] >