vMX

 View Only
last person joined: 10 days ago 

Ask questions and share experiences about vMX.
  • 1.  which kind of feature needed for Layer 3 VPN in vMX

    Posted 01-04-2018 00:56

    I tried to change chassis network service to ip instead of ethernet to support Layer 3 VPN. However the vMX keeps ethernet for chassis network service even if I executed "set chassis network-services ip" and rebooted all routing enginee "run request system reboot junos both-routing-engines ". Finally I have to install a temp licence to resolve the problem. However I don't know which exact feature is needed for the feature in vMX. Is it VMX-SCALE? Anyone could tell me? Thanks!

     

    [edit routing-instances vpn-a interface]
    'ge-0/0/1.0'
    RT Instance: Only loopback interface is supported under vrf routing instances in triton mode.

     

    --

    License usage:
    Licenses Licenses Licenses Expiry
    Feature name used installed needed
    scale-subscriber 0 10 0 permanent
    scale-l2tp 0 1000 0 permanent
    scale-mobile-ip 0 1000 0 permanent
    VMX-BANDWIDTH 0 50 0 59 days
    VMX-SCALE 3 3 0 59 days
    vmx-subscriber-accounting 0 1 0 60 days
    vmx-subscriber-authentication 0 1 0 60 days
    vmx-subscriber-address-assignment 0 1 0 60 days
    vmx-service-dc 0 1 0 60 days
    vmx-service-accounting 0 1 0 60 days
    vmx-subscriber-secure-policy 0 1 0 60 days
    vmx-pcrf-subscriber-provisioning 0 1 0 60 days
    vmx-ocs-charging 0 1 0 60 days
    vmx-nasreq-auth-authorization 0 1 0 60 days
    vmx-service-qos 0 1 0 60 days
    vmx-service-ancp 0 1 0 60 days
    vmx-service-cbsp 0 1 0 60 days



  • 2.  RE: which kind of feature needed for Layer 3 VPN in vMX

    Posted 01-04-2018 02:58
    Hi,

    Which license do you have? Please refer to below thread.

    https://www.juniper.net/documentation/en_US/vmx14.1/topics/concept/vmx-licensing.html


    Regards


  • 3.  RE: which kind of feature needed for Layer 3 VPN in vMX
    Best Answer

     
    Posted 01-05-2018 20:09

    Hi Folks,

     

    Triton mode refers to "ethernet Services mode" this is configured under the chassis:

    ===============================

    chassis {

        network-services ethernet;

    }

    ===============================

     

    To be able to add interfaces into an L3 VPN routing instance you will

    need to switch to "IP services mode"

    The default IP Services mode provides complete functionality, while the

    Ethernet Services mode only provides support for Layer 2.5 functions.

     

    ===============================

    chassis {

        network-services ip;

    }

    ===============================

     

    Since the "ip" mode is the default you could also simply remove the

    "network-services ethernet" statement.

     

    Here are 2 links on Ethernet Services Mode and its limitations. 

    Configuring the IP and Ethernet Services Mode in MX-series Routers

     

    https://www.juniper.net/documentation/software/junos/junos91/swconfig-system-basics/configuring-the-ip-and-ethernet-services-mode-in-mx-seriesrouters.html

     

     

    Command Restrictions in MX-series Routers

     

    https://www.juniper.net/documentation/software/junos/junos91/swconfig-system-basics/command-restrictions-in-mx-series-routers.html#restrictSWfeatures

     

    https://forums.juniper.net/t5/Routing/Commit-fails-when-creating-VRF-on-MX-Only-loopback-interface-is/m-p/33231#M1949