Community discussions

MikroTik App
 
User avatar
Meltto
just joined
Topic Author
Posts: 6
Joined: Tue Apr 09, 2024 6:53 am

DT - Wp Flags MPLS RouterOS v7.14.2

Tue Apr 09, 2024 7:01 am

I configured MPLS and I got those Flags and MPLS dont work at all.
I tried everything but I don't get the issue.
imagen_2024-04-08_235640084.png
R1 - CONFIG
/interface bridge
add name=LOOPBACK
/interface ethernet
set [ find default-name=ether2 ] mtu=1530
/port
set 0 name=serial0
/ip address
add address=10.0.0.1 interface=LOOPBACK network=10.0.0.1
add address=192.168.1.1/30 interface=ether2 network=192.168.1.0
/ip dhcp-client
add interface=ether1
/mpls interface
add disabled=no input=yes interface=dynamic
/mpls ldp
add disabled=no lsr-id=10.0.0.1
/mpls ldp interface
add disabled=no interface=ether2 transport-addresses=10.0.0.1
/system identity
set name=R1
/system note
set show-at-login=no
/tool romon
set enabled=yes
R2 - CONFIG
/interface bridge
add name=LOOPBACK
/interface ethernet
set [ find default-name=ether1 ] mtu=1530
/port
set 0 name=serial0
/ip address
add address=10.0.0.2 interface=LOOPBACK network=10.0.0.2
add address=192.168.1.2/30 interface=ether1 network=192.168.1.0
/ip dhcp-client
add interface=ether1
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=10.0.0.1 routing-table=main \
    suppress-hw-offload=no
/mpls interface
add disabled=no input=yes interface=dynamic
/mpls ldp
add disabled=no lsr-id=10.0.0.2 transport-addresses=10.0.0.2
/mpls ldp interface
add disabled=no interface=ether1 transport-addresses=10.0.0.2
/system identity
set name=R2
/system note
set show-at-login=no
/tool romon
set enabled=yes
imagen_2024-04-09_000023779.png
Note: I try to do the same config on physical router and I get the same flags.
You do not have the required permissions to view the files attached to this post.
Last edited by tangent on Tue Apr 09, 2024 10:55 am, edited 1 time in total.
Reason: Wrapped configs in “code” blocks
 
User avatar
loloski
Member
Member
Posts: 354
Joined: Mon Mar 15, 2021 9:10 pm

Re: DT - Wp Flags MPLS RouterOS v7.14.2  [SOLVED]

Tue Apr 09, 2024 2:57 pm

it's either use static routing or use IGP like OSPF so that each router will learn each router's loopback address and also you don't need a separate bridge to emulate loopback interface lo is now exposed by default on 7.14.2
 
User avatar
Meltto
just joined
Topic Author
Posts: 6
Joined: Tue Apr 09, 2024 6:53 am

Re: DT - Wp Flags MPLS RouterOS v7.14.2

Tue Apr 09, 2024 6:20 pm

it's either use static routing or use IGP like OSPF so that each router will learn each router's loopback address and also you don't need a separate bridge to emulate loopback interface lo is now exposed by default on 7.14.2
Thanks a lot for help!
It was something simple but I didn't see it at first time.

Meow meow meow.

Who is online

Users browsing this forum: No registered users and 6 guests