Junos OS

 View Only
last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  vMX - Enabling mpls for routing-instance interface

    Posted 01-03-2020 12:18

    Hi all,

     

    I am trying to enable mpls protocol on vMX (Junos: 14.1R1.10) for an interface, which belongs to a routing-instance (BACKEND). However I am not able to find "mpls" keyword under the protocols for the routing-instance. Please see below:

     

    root@bbr1# set routing-instances BACKEND protocols ?
    Possible completions:
    > amt                  AMT relay configuration
    + apply-groups         Groups from which to inherit configuration data
    + apply-groups-except  Don't inherit configuration data from these groups
    > bgp                  BGP options
    > esis                 ES-IS configuration
    > evpn                 EVPN configuration
    > igmp-snooping        IGMP snooping configuration
    > isis                 IS-IS configuration
    > l2vpn                Layer 2 VPN configuration
    > ldp                  LDP configuration
    > mld-snooping         MLD snooping configuration
    > msdp                 MSDP configuration
    > mstp                 MSTP configuration
    > mvpn                 BGP-MVPN configuration
    > mvrp                 MVRP configuration
    > ospf                 OSPF configuration
    > ospf3                OSPF3 configuration
    > pim                  PIM configuration
    > pim-snooping         PIM snooping configuration
    > rip                  RIP options
    > ripng                RIPng options
    > router-discovery     ICMP router discovery options
    > rstp                 RSTP configuration
    > vpls                 VPLS configuration
    > vstp                 VSTP configuration
    [edit]
    root@bbr1#

    Can you please advise?

     

    Thanks,

    Ercan


    #MPLS
    #routing-instance
    #vmx


  • 2.  RE: vMX - Enabling mpls for routing-instance interface
    Best Answer

     
    Posted 01-03-2020 13:59

    Hi Ercan,

     

    MPLS and RSVP options under routing-instance was added in Junos OS Release 15.1.

     

    https://www.juniper.net/documentation/en_US/junos/topics/reference/configuration-statement/protocols-edit-routing-instances.html

    Here is an example from 16.1R7

    set routing-instances test protocols ?
    Possible completions:
    > amt AMT relay configuration
    + apply-groups Groups from which to inherit configuration data
    + apply-groups-except Don't inherit configuration data from these groups
    > bgp BGP options
    > esis ES-IS configuration
    > evpn EVPN configuration
    > igmp-snooping IGMP snooping configuration
    > isis IS-IS configuration
    > l2vpn Layer 2 VPN configuration
    > ldp LDP configuration
    > mld-snooping MLD snooping configuration
    > mpls MPLS configuration   <<<<<<<<<<<<<<<<<<<<
    > msdp MSDP configuration
    > mstp MSTP configuration
    > mvpn BGP-MVPN configuration
    > mvrp MVRP configuration
    > ospf OSPF configuration
    > ospf3 OSPF3 configuration
    > pim PIM configuration
    > pim-snooping PIM snooping configuration
    > rip RIP options
    > ripng RIPng options
    > router-discovery ICMP router discovery options
    > rstp RSTP configuration
    > rsvp RSVP configuration  <<<<<<<<<<<<<<<<<
    > vpls VPLS configuration
    > vstp VSTP configuration

     


    PS: Please mark my resonse as solution if it answers your query, kuods are appreicated too!

    Thanks
    Vishal