[admin@PE2] > export /interface bridge add name=bridge1 /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /routing bgp instance set default as=234 add as=234 client-to-client-reflection=no name=ebgp router-id=0.0.0.4 routing-table=Customer /ip address add address=4.4.4.4/24 interface=bridge1 network=4.4.4.0 add address=192.168.34.4/24 interface=ether4 network=192.168.34.0 add address=192.168.45.4/24 interface=ether5 network=192.168.45.0 /ip dhcp-client add disabled=no interface=ether1 /ip route add distance=1 dst-address=2.2.2.0/24 gateway=192.168.34.3 add distance=1 dst-address=3.3.3.0/24 gateway=192.168.34.3 /ip route vrf add export-route-targets=10:1 import-route-targets=10:1 interfaces=ether5 route-distinguisher=10:1 routing-mark=Customer /mpls ldp set enabled=yes lsr-id=4.4.4.4 transport-address=4.4.4.4 /mpls ldp interface add interface=ether4 /routing bgp instance vrf add redistribute-other-bgp=yes routing-mark=Customer /routing bgp peer add address-families=vpnv4 name=peer-to-PE1 nexthop-choice=force-self remote-address=2.2.2.2 remote-as=234 ttl=default update-source=bridge1 add instance=ebgp name=peer-to-CE2 remote-address=192.168.45.5 remote-as=50 ttl=default /system identity set name=PE2 /tool romon set enabled=yes id=00:00:00:00:00:04 [admin@PE2] >