/interface bridge
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes \
    disabled=no forward-delay=15s l2mtu=65535 max-message-age=20s mtu=1500 \
    name=loopback1 priority=0x8000 protocol-mode=none transmit-hold-count=6
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes \
    disabled=no forward-delay=15s l2mtu=65535 max-message-age=20s mtu=1500 \
    name=bridge1 priority=0x8000 protocol-mode=none transmit-hold-count=6
/routing ospf instance
set default disabled=no distribute-default=never in-filter=ospf-in \
    metric-bgp=auto metric-connected=20 metric-default=1 metric-other-ospf=\
    auto metric-rip=20 metric-static=20 name=default out-filter=ospf-out \
    redistribute-bgp=no redistribute-connected=no redistribute-other-ospf=no \
    redistribute-rip=no redistribute-static=no router-id=10.0.0.2
/routing ospf area
set backbone area-id=0.0.0.0 disabled=no instance=default name=backbone type=\
    default
add area-id=0.0.0.2 default-cost=1 disabled=no inject-summary-lsas=no \
    instance=default name=area2 type=stub
/ip address
add address=192.168.223.202/24 disabled=no interface=ether3 network=\
    192.168.223.0
add address=10.1.0.6/30 disabled=no interface=ether1 network=10.1.0.4
add address=10.1.0.9/30 disabled=no interface=ether2 network=10.1.0.8
add address=10.0.0.2/32 disabled=no interface=loopback1 network=10.0.0.2
add address=2.2.2.1/30 disabled=no interface=bridge1 network=2.2.2.0
/routing ospf area range
add advertise=yes area=area2 cost=calculated disabled=no range=2.2.2.0/24
/routing ospf interface
add authentication=none authentication-key="" authentication-key-id=1 cost=10 \
    dead-interval=10s disabled=no hello-interval=5s instance-id=0 interface=\
    ether1 network-type=broadcast passive=no priority=1 retransmit-interval=\
    3s transmit-delay=1s use-bfd=no
/routing ospf network
add area=backbone disabled=no network=10.1.0.4/30
add area=backbone disabled=no network=10.1.0.8/30
add area=backbone disabled=no network=10.0.0.0/24
add area=area2 disabled=no network=2.2.2.0/24
/system identity
set name=mtk2