Hi,
I think there is an error in http://wiki.mikrotik.com/wiki/MPLS_Lab_Setup
PE1
/ip address
add address=10.1.0.1/24 interface=ether1
PE2
/ip address
add address=10.1.0.2/24 interface=ether1
PE3
/ip address
add address=10.1.0.3/24 interface=ether1
I think it should be:
PE1 eth1: 10.1.0.1/24
PE2 eth1: 10.2.0.1/24
PE3 eth1: 10.3.0.1/24
according to diagram
it is correct?