/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 bgp instance
set default as=65530 client-to-client-reflection=yes disabled=no \
    ignore-as-path-len=no name=default out-filter="" redistribute-connected=\
    no redistribute-ospf=no redistribute-other-bgp=no redistribute-rip=no \
    redistribute-static=no router-id=0.0.0.0 routing-table=""
/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.3
/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.3 default-cost=1 disabled=no inject-summary-lsas=no \
    instance=default name=area3 type=stub
/ip address
add address=192.168.223.203/24 disabled=no interface=ether3 network=\
    192.168.223.0
add address=10.1.0.10/30 disabled=no interface=ether2 network=10.1.0.8
add address=10.1.0.13/30 disabled=no interface=ether1 network=10.1.0.12
add address=10.0.0.3/32 disabled=no interface=loopback1 network=10.0.0.3
add address=3.3.3.1/30 disabled=no interface=bridge1 network=3.3.3.0
/routing ospf area range
add advertise=yes area=area3 cost=calculated disabled=no range=3.3.3.0/24
/routing ospf network
add area=backbone disabled=no network=10.1.0.8/30
add area=backbone disabled=no network=10.1.0.12/30
add area=backbone disabled=no network=10.0.0.3/32
add area=area3 disabled=no network=3.3.3.0/24
/system identity
set name=mtk3