Routing

last person joined: 3 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.  Family inet and L2VPN on the same interface

    Posted 11-06-2013 01:40

    Hello,

     

    Is it possible to configure an interface to support both familty inet and L2vpn ?

     

    exemple :

    admin@SR1-re0> show configuration interfaces ge-2/2/1        
    vlan-tagging;
    encapsulation flexible-ethernet-services;
    unit 26 {
    description access;
        vlan-id 26
    family inet {
             address 10.1.2.2/30;
        }
    }
    
    unit 760 {
        description L2VPN;
        encapsulation vlan-ccc;
        vlan-id 760;
        family ccc
          }
    
    

     

     

    Thank you.

     



  • 2.  RE: Family inet and L2VPN on the same interface
    Best Answer

    Posted 11-06-2013 02:22

    Hello,

    It depends on the hardware. If memory serves (and others can correct me):

    It is possible on all MX-series and newer T-series linecards.

    It is possible with Ethernet IQ/IQ2/IQ2E PICs on M-series.

    It is possible on branch SRX in packet mode.

    It is NOT possible on older M-series Ethernet PICs (those which don't have IQ/IQ2/IQE in their name).

    It is NOT possible on branch SRX in flow mode as in that case "flexible-ethernet-services" knob is only supported for VPLS.

    HTH

    Thanks

    Alex



  • 3.  RE: Family inet and L2VPN on the same interface

    Posted 11-10-2013 11:24

    Thank you Alex.

     

    I just tried it on M series router and it works.