Junos OS

last person joined: 6 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  EVPN broadcast domain

    Posted 08-27-2019 05:30

    Hello, 

     

    I got a working setup with BGP, MPLS and EVPN where CPE's connect to the EVPN instance trying to obtain an IP address with PPPoE and where one or multiple pppoe access concentrators respond.

    The biggest issue I have with this setup is that every device connected to an EVPN instance gets to learn all MAC addresses in that EVPN instance.


    Is there a way where only a handful of devices (interfaces in the EVPN instance) are allowed to see all MAC addresses? So to limit the broadcast of MAC addresses to a few interfaces?

    These devices are the pppoe access concentrators, the only devices allowed to respond.

    I don't want a customer edge (CE) device to be able to see MAC addresses of other customers.

     

    CPE / CE (x1000) (untrusted) --- MX edge ---- (trusted) MX pppoe access concentrator

     

    Beeelze

     

     



  • 2.  RE: EVPN broadcast domain

     
    Posted 08-28-2019 09:41

    HI Beeelze, 

     

         Can you please elaborate if you dont want the Access Concentrator (CE device) to know the MAC address of your customer ? 

       

      OR

     

           You dont want various Customers to know the MAC address of each other ?

           (I dont think this will ever happen)

     

    Regards

    Arpit 

     



  • 3.  RE: EVPN broadcast domain
    Best Answer

    Posted 08-29-2019 04:39

    Hey arpitch,

     

    I fixed the issue myself, hereunder you can read how I did it.

     

    All customers and the Access Concentrators are part of the same EVPN instance.

    When a random customer wishes to obtain an IP address with PPPoE, a PADI packet is sent towards the EVPN instance.

    Then all devices, including other customers connected to the EVPN instance, get to learn the MAC address from that customer (since it is a broadcast packet).

    A family bridge output  filter towards the customer fixes this issue. The filter discards all PADI broadcast packets towards CPE's while allowing all other discovery and session packets (communication between AC and CPE).

    The input filter accepts all discovery and session ether-type packets.

     

    Beeelze