Hello, I’m implementing a new MPLS lab network with the following topology:
I am to the beginning of the config. IP and OSPF has been configured on all nodes and all MPLS routers can reach each other on both loopback and link IPs. From that point, I started configuring LDP on the two mikrotik routers with the following config:
However, they don’t establish a LDP session (mpls ldp neighbor print shows nothing). I followed the MPLS VPN from the mikrotik wiki and I can’t figure out what I’m doing wrong. Configured interfaces are shown under LDP, IP are reachable, etc…
[admin@MikroTik-LSR] /mpls> ldp interface print
Flags: X - disabled, I - invalid
# INTERFACE HELLO-INTERVAL HOLD-TIME
0 I ether1 5s 15s
1 I ether2 5s 15s
[admin@MikroTik-PE] /mpls> ldp interface print
Flags: X - disabled, I - invalid
# INTERFACE HELLO-INTERVAL HOLD-TIME
0 I ether2
Any idea what am I doing wrong? Thank you in advance for your help.
I tried to remove ether2 from the bridge on my two Mikrotik router. There is no more IP connectivity neither OSPF, and there is still no LDP ajacency between the neighbor. However, ether2 is not showed anymore as “invalid”.
[admin@MikroTik-LSR] /mpls ldp> interface print
Flags: X - disabled, I - invalid
# INTERFACE HELLO-INTERVAL HOLD-TIME
0 I ether1 5s 15s
1 ether2 5s 15s
In the Mikrotik world, if an Interface is attached to a bridge, this become a L2 port?