Community discussions

MikroTik App
 
drccr
just joined
Topic Author
Posts: 11
Joined: Fri May 26, 2023 4:39 pm

VPLS-MPLS

Tue Aug 06, 2024 8:00 pm

Hi everyone, I'm trying a L2 connection with VPLS-MPLS, the interface VPLS is correctly running. On R1 I have this IP 192.168.1.3 and on R2 I have 192.168.1.4. Any reason why I can't ping each other?

Here you are the configuration

R1
# 2024-08-06 18:43:11 by RouterOS 7.15.3
# software id = 1869-5PQ7
#
# model = RB3011UiAS
/interface bridge
add name="Bridge LAN" port-cost-mode=short
add name="Bridge PPPoE"
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] name=ether1-Uplink
set [ find default-name=ether2 ] name=ether2-MNG
set [ find default-name=ether7 ] name="ether7- LAN"
set [ find default-name=ether8 ] name="ether8-Per FTTH con VLAN"
/interface pppoe-client
add add-default-route=yes default-route-distance=10 disabled=no interface=\
    "Bridge PPPoE" max-mru=1492 max-mtu=1492 name=r1.pppoe user=\
    r1.user.pppoe
/interface vpls
add arp=enabled bridge="Bridge LAN" disabled=no mac-address=02:6F:AD:98:7B:A3 \
    mtu=1466 name=vpls1 peer=ip-r2-pppoe vpls-id=1:1
/interface bridge port
add bridge=bridge1 ingress-filtering=no interface="ether7- LAN" \
    internal-path-cost=10 path-cost=10
add bridge=bridge1 interface=vpls1
/ip firewall connection tracking
set udp-timeout=10s
/ip address
add address=192.168.1.3/24 interface=bridge1 network=192.168.1.0
/ip dns
set servers=8.8.8.8
/ip firewall filter
add action=accept chain=forward dst-port=646 protocol=udp
/mpls interface
add disabled=no interface=r1-pppoe mpls-mtu=1472
/mpls ldp
add disabled=no lsr-id=ip-r2-pppoe transport-addresses=ip-r2-pppoe
/mpls ldp interface
add interface=r1-pppoe
/routing bfd configuration
add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5


R2
# 2024-08-06 18:49:56 by RouterOS 7.15.3
# software id = N0EL-H8PJ
#
# model = RB760iGS
/interface bridge
add name="Bridge AIR" port-cost-mode=short
add name="Bridge LAN" port-cost-mode=short
add name="Bridge LAN VPLS"
/interface ethernet
set [ find default-name=ether2 ] name=ether2-MNG
set [ find default-name=ether3 ] name=ether3-LAN
set [ find default-name=ether4 ] name=ether4-AIR
/interface pppoe-client
add add-default-route=yes default-route-distance=10 disabled=no interface=\
    "Bridge AIR" max-mru=1492 max-mtu=1492 name=r2.pppoe-air user=\
    r2.user.pppoe
/interface vpls
add arp=enabled bridge="Bridge LAN VPLS" disabled=no mac-address=\
    02:90:E2:93:94:BA mtu=1466 name=vpls1 peer=ip-r1-pppoe vpls-id=1:1
/interface bridge port
add bridge="Bridge LAN VPLS" interface=vpls1
add bridge="Bridge LAN VPLS" interface=ether5
/ip firewall connection tracking
set udp-timeout=10s
/ip address
add address=192.168.1.4/24 interface="Bridge LAN VPLS" network=192.168.1.0
/ip dns
set servers=8.8.8.8
/ip firewall filter
add action=accept chain=forward dst-port=646 protocol=udp
/mpls interface
add disabled=no interface=r2.pppoe mpls-mtu=1472
/mpls ldp
add disabled=no lsr-id=ip-r2-pppoe transport-addresses=ip-r2-pppoe vrf=main
/mpls ldp interface
add disabled=no interface=r2.pppoe
/routing bfd configuration
add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5

Thanks! :)
 
drccr
just joined
Topic Author
Posts: 11
Joined: Fri May 26, 2023 4:39 pm

Re: VPLS-MPLS

Thu Aug 08, 2024 1:36 pm

Can I ask for some help?
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1404
Joined: Tue Jun 23, 2015 2:35 pm

Re: VPLS-MPLS

Thu Aug 08, 2024 2:59 pm

in this config. that you provided, i will be surprise if they can ping each other.

How is the status of the vpls tunnel?

do u have any dynamic/static config?
 
patrick7
Member
Member
Posts: 360
Joined: Sat Jul 20, 2013 2:40 pm

Re: VPLS-MPLS

Thu Aug 08, 2024 4:13 pm

Can I ask for some help?
Of course. You can also ask me for money.
 
drccr
just joined
Topic Author
Posts: 11
Joined: Fri May 26, 2023 4:39 pm

Re: VPLS-MPLS

Thu Aug 08, 2024 6:15 pm

in this config. that you provided, i will be surprise if they can ping each other.
Can you explain this?
How is the status of the vpls tunnel?
The interface is running, and I can see the LDP neighbour correctly
 
drccr
just joined
Topic Author
Posts: 11
Joined: Fri May 26, 2023 4:39 pm

Re: VPLS-MPLS

Thu Aug 08, 2024 6:16 pm

Can I ask for some help?
Of course. You can also ask me for money.
What is wrong with you?
 
patrick7
Member
Member
Posts: 360
Joined: Sat Jul 20, 2013 2:40 pm

Re: VPLS-MPLS

Thu Aug 08, 2024 6:26 pm

It was an 1:1 response to your *push* question. You can ask anything, it's a question of "will it be successful?"
To your newest question "What's wrong with you": I guess I'm fine, thanks!
 
drccr
just joined
Topic Author
Posts: 11
Joined: Fri May 26, 2023 4:39 pm

Re: VPLS-MPLS

Thu Aug 08, 2024 10:47 pm

It was an 1:1 response to your *push* question. You can ask anything, it's a question of "will it be successful?"
To your newest question "What's wrong with you": I guess I'm fine, thanks!
I’m just “newby” with this protocol and I ask a simple question. I don’t understand why you have to be rude with me.. or maybe I only don’t understand you, in this case I apologise.
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1404
Joined: Tue Jun 23, 2015 2:35 pm

Re: VPLS-MPLS

Fri Aug 09, 2024 2:53 am

need the export file of your routers
 
drccr
just joined
Topic Author
Posts: 11
Joined: Fri May 26, 2023 4:39 pm

Re: VPLS-MPLS

Sun Aug 11, 2024 1:18 pm

need the export file of your routers
I put the conf on the post
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1404
Joined: Tue Jun 23, 2015 2:35 pm

Re: VPLS-MPLS

Sun Aug 11, 2024 2:25 pm

was that the whole? You need ospf,rip or static route ,In order to establish vpls. Are you able to ping the loop ip-add.
 
drccr
just joined
Topic Author
Posts: 11
Joined: Fri May 26, 2023 4:39 pm

Re: VPLS-MPLS

Mon Aug 12, 2024 6:26 pm

was that the whole? You need ospf,rip or static route ,In order to establish vpls. Are you able to ping the loop ip-add.
VPLS is establish. What you mean with loop ip-address? If you mean the pppoe IP the answer is yes.