[admin@P] > export /interface bridge add name=bridge1 /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip address add address=3.3.3.3/24 interface=bridge1 network=3.3.3.0 add address=192.168.23.3/24 interface=ether3 network=192.168.23.0 add address=192.168.34.3/24 interface=ether4 network=192.168.34.0 /ip dhcp-client add disabled=no interface=ether1 /ip route add distance=1 dst-address=2.2.2.0/24 gateway=192.168.23.2 add distance=1 dst-address=4.4.4.0/24 gateway=192.168.34.4 /mpls ldp set enabled=yes lsr-id=3.3.3.3 transport-address=3.3.3.3 /mpls ldp interface add interface=ether3 add interface=ether4 /system identity set name=P /tool romon set enabled=yes id=00:00:00:00:00:03 [admin@P] >