If I remember the Mikrotik correctly the RB1 data sounds correct. To spread the mac information would require setting up the bridge for the vlan.
I've not used vpls on Mikrotik so not sure how the mac tables are maintained for the RB2 side.
------------------------------
Steve Puluka BSEET - Juniper Ambassador
IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
http://puluka.com/home------------------------------
Original Message:
Sent: 05-02-2025 01:47
From: Richard Adamec
Subject: VPLS problems on SRX340
Hello i have a mikrotik plugged to srx340 ge 0/0/1 on vlan 600 - with ip address on vlan600 192.168.56.1. -lets call this router RB1
On the other end of VPLS i have mikrotik where i terminate vpls on vlan 600 - where i have configured IP address 192.168.56.2. -lets call this router RB2
I have noticed that in ip neighbors on RB1 i can see the mac address and ip address of remote RB2, i dont see the ip neighbor on vlan600 but on physical interface of mikrotik.
On RB2 i cant see any ip neighbor trough VPLS.
BUT when i look into the ip table i can see mac addrreses of RB1 on RB2 and vice versa.
------------------------------
Richard Adamec
Original Message:
Sent: 05-01-2025 19:42
From: spuluka
Subject: VPLS problems on SRX340
The VPLS is an isolated mac table for member interfaces. In the above configuration the SRX is pure layer 2 with the only interface ge-0/0/1.600 as a member locally. The ping would need to come from a device inbound on that vlan and interface only.
------------------------------
Steve Puluka BSEET - Juniper Ambassador
IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
http://puluka.com/home
Original Message:
Sent: 05-01-2025 18:31
From: Richard Adamec
Subject: VPLS problems on SRX340
Hello i am trying to configure a vpls from mikrotik to srx340 i have gotten to the point where the vpls is up. I wanted to verify that i can ping trough the VPLS but no luck.
I have vlan 600 inside the VPLS i can see the mac addresses of end devices on both sides but the ping doesnt work.
Am i missing something?
here is the vpls configuration:
instance-type vpls;
interface ge-0/0/1.600;
protocols {
vpls {
interface ge-0/0/1.600;
no-tunnel-services;
vpls-id 23;
mtu 1400;
neighbor 192.168.88.4;
}
}
and interface ge-0/0/1.600:
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
unit 600 {
encapsulation vlan-vpls;
vlan-id 600;
family vpls;
}
help is much appreciated
------------------------------
Richard Adamec
------------------------------