Hello all,
I’m stuck on a very frustrating issue here.
I’ve added a couple of CCR routers to our Cisco network in an attempt to expand our MPLS network.
Our main routing protocol is OSPF, which works fine.
I’ve completed that setup and there are no issues.
Approx 15000 routes, routers humming along fine.
IPs changed to protect the innocent ![]()
Router 2
/ip address
add address=10.85.2.4/24 interface=ether1 network=10.85.2.0
add address=113.6.25.252/32 interface=loopback0 network=113.6.25.252
add address=113.6.25.62/29 interface=vlan513 network=113.6.25.56
add address=113.6.25.26/29 interface=ether3 network=113.6.25.24
/routing ospf instance
set [ find default=yes ] router-id=113.6.25.252
/routing ospf interface
add authentication=md5 authentication-key=sssssss interface=vlan513 network-type=broadcast
add authentication=md5 authentication-key=sssssss interface=ether3 network-type=broadcast
add authentication=md5 authentication-key=1234 network-type=broadcast passive=yes
/routing ospf network
add area=backbone network=113.6.25.56/29
add area=backbone network=113.6.25.24/29
Router 1
/ip address
add address=10.85.2.3/24 interface=ether1 network=10.85.2.0
add address=113.6.25.251/32 interface=loopback0 network=113.6.25.251
add address=113.6.25.25/29 interface=ether3 network=113.6.25.24
/routing ospf instance
set [ find default=yes ] router-id=113.6.25.251
/routing ospf interface
add authentication=md5 authentication-key=1234 network-type=broadcast passive=yes
add authentication=md5 authentication-key=sssssss interface=ether3 network-type=broadcast
/routing ospf network
add area=backbone network=113.6.25.24/29
As soon as I enable LDP, everything goes crazy;
It’s currently disabled.
Router 2
/mpls ldp
set lsr-id=113.6.25.252 transport-address=113.6.25.252
/mpls ldp interface
add accept-dynamic-neighbors=no disabled=yes interface=vlan513
add disabled=yes interface=ether3
Router 1
/mpls ldp
set lsr-id=113.6.25.251 transport-address=113.6.25.251
/mpls ldp interface
add disabled=yes interface=ether3
I lose OSPF connectivity, I lose router connectivity, it reports strange OSPF errors like;
Discarding packet: no neighbor with this source address
RouterId = 113.6.25.251
source = 113.6.25.25
As soon as I disable LDP, everything starts to work again.
MT support have advised me to disable OSPF for 60s when bringing up LDP, then re-enable it, however the same thing happens.
Has anyone encountered this ? or am I doing something wrong ?
I’ve been using the link as a guide;
http://wiki.mikrotik.com/wiki/MPLS_Lab_Setup
Thanks for your time.