Routing

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  VPLS and Gateway

    Posted 11-30-2022 12:28
    Edited by Jodi Meier 11-30-2022 15:10
    Hello,

    this is my first attempt to connect two sites via vpls and I'm unable to get it working.

    We have planed to deploy SRX (or vSRX) devices on both sites and connect the sites via VPLS (over IPSec/GRE).
    Also these devices should be the L3 Gateways for some VLANs.

    Currently it seems to be working between a SRX320 and a vSRX if we are only try to reach local Interfaces.
    If we switch the vpls interface to an productive vswitch on the vSRX it seems like an network loop?
    The current config lock like this:
    ### ####
    root@FW-02# show interfaces ge-0/0/1
    description "VPLS INT";
    vlan-tagging;
    encapsulation extended-vlan-vpls;
    unit 601 {
    vlan-id 601;
    }
    unit 605 {
    vlan-id 605;
    }
    unit 614 {
    vlan-id 614;
    }
    root@FW02# show routing-instances
    VPLS {
    protocols {
    vpls {
    site SITE-02 {
    site-identifier 2;
    }
    no-tunnel-services;
    }
    }
    interface ge-0/0/1.601;
    interface ge-0/0/1.605;
    interface ge-0/0/1.614;
    instance-type vpls;
    route-distinguisher 10.255.0.98:100;
    vrf-target target:100:100;
    }
    ############################
    Also  ​​we were unable to configure an L3 Interface on the same physical interface.
    Currently we have tried to configure it on another physical interface an connect them via an switch,
    Ist it possible to configure an irb interface or a normal inet interface in the vpls interfaces?

    Best Regards​

    ------------------------------
    FLORIAN
    ------------------------------