Hi Experts
I have a vpls instance created in multiple routers PE-0, PE-1, and PE-2.
I'm trying to achieve the following:
PE-1 and PE-2 ONLY to learn the mac address of CE connected to PE-0.
PE-0 to learn CE mac addresses connected to PE-1 and PE-2.
I tried to use the following filter and apply it on the vpls routing instances of PE-1 and PE-2:
set firewall family vpls filter vpls-mac-filter term 1 from source-mac-address aa:bb:cc:11:22:33/48
set firewall family vpls filter vpls-mac-filter term 1 then accept
set firewall family vpls filter vpls-mac-filter term 2 then discard
set routing-instances VPLS-TEST forwarding-options family vpls filter input vpls-mac-filter
while aa:bb:cc:11:22:33/48 is the mac address of the CE connected to PE-0.
unfortunatly the above configuration didn't work, and I had to add also the mac address of the CE connected to PE-1 on the filter created on PE-1, and to add the mac-address of CE connected to PE-2 on the filter created on PE-2.
what I'm trying to achieve is to create a filter containing only the mac-address of the CE connected to PE-0 to simplify the configurations on the live network....
Any Ideas Experts?
Regards
Mohammad Salbad