[admin@P2] > export /interface bridge add name=bridge1 /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /routing ospf instance set [ find default=yes ] mpls-te-area=backbone mpls-te-router-id=bridge1 router-id=4.4.4.4 /ip address add address=4.4.4.4/24 interface=bridge1 network=4.4.4.0 add address=192.168.24.4/24 interface=ether4 network=192.168.24.0 add address=192.168.45.4/24 interface=ether5 network=192.168.45.0 /ip dhcp-client add disabled=no interface=ether1 /mpls ldp set enabled=yes lsr-id=4.4.4.4 transport-address=4.4.4.4 /mpls ldp interface add interface=ether4 add interface=ether5 /mpls traffic-eng interface add bandwidth=100Mbps interface=ether4 add bandwidth=100Mbps interface=ether5 /routing ospf network add area=backbone network=192.168.45.0/24 add area=backbone network=192.168.24.0/24 add area=backbone network=4.4.4.0/24 /system identity set name=P2 /tool romon set enabled=yes id=00:00:00:00:00:04 [admin@P2] >