Hi Sebastian,

Could you please clarify a little bit, does this limit on bridge-domain number apply when you have same 500 vlans on 30 aes or each ae has unique 500 VNIs?
How is external connectivity implemented and for how many VNIs?

Kind regards,
Andrey

Sebastian Wiesinger писал 2019-03-25 05:58:
* Rob Foehl <r...@loonybin.net> [2019-03-22 18:40]:
Huh, that's potentially bad... Can you elaborate on the config a bit more?
Are you hitting a limit around ~16k bridge domains total?

Well we're just putting VLANs on LACP trunks like this:

    ae0 {
        mtu 9216;
        esi {
            00:00:00:00:00:00:00:01:01:01;
            all-active;
        }
        aggregated-ether-options {
            lacp {
                active;
                system-id 00:00:00:01:01:01;
                hold-time up 2;
            }
        }
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members STORAGE1;
                }
            }
        }
    }

VLANs are configured "as ususal":

vlans {
    STORAGE1 {
        vlan-id 402;
        vxlan {
            vni 402;
        }
    }
}


If you have 30 AEs you will start hitting this when you put around 500
vlans on the vlan members list of all AEs.

What I find irritating are the warnings around the evpn configuration:

    evpn {
## Warning: Encapsulation can only be configured for an EVPN instance
        ## Warning
        encapsulation vxlan;
        ## Warning: multicast-mode can only be configured in a virtual
switch instance
        ## Warning: Multicast mode can only be configured if
route-distinguisher is configured
        multicast-mode ingress-replication;
        ## Warning: Extended VNI list can only be configured in a
virtual switch instance
        extended-vni-list all;
    }

This config works without problems and was the configuration we got
from Juniper in the beginning as well. Did not find an explanation for
the warnings when we initally provisioned this.

Regards

Sebastian

_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to