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.  MAC-vRF | vJunos-Router | Only encapsulation mpls allowed under interconnect

    Posted 12 days ago

    Trying to configure DCI using a mac-vrf on a vJunos-router but I get this error on commit check.  Does the vJunos-Router NOT support mac-vrfs?

    Only encapsulation mpls allowed under interconnect
    
    
    root@RTR# show routing-instances Hosted 
     instance-type mac-vrf;
     protocols {
         evpn {
             encapsulation vxlan;
             extended-vni-list 20;
             interconnect {
                 vrf-target target:7000:7000;
                 route-distinguisher 7.7.7.7:7000;
                 esi {
                     01:02:03:04:05:06:07:08:09:10;
                     all-active;
                 }
                 interconnected-vni-list 20;
                 encapsulation vxlan;
             }
         }
     }
     vtep-source-interface lo0.0;
     bridge-domains {
         v20 {
             vlan-id 20;
             vxlan {
                 vni 20;
             }                               
         }
     }
     service-type vlan-aware;
     route-distinguisher 7.7.7.7:65000;
     vrf-target target:65000:65000;


  • 2.  RE: MAC-vRF | vJunos-Router | Only encapsulation mpls allowed under interconnect

    Posted 8 days ago

    Greetings,

    You have to configure set routing-instance Hosted protocol evpn encapsulation mpls.

     

    Best e-gards, 

    Georgi Sinapov 

    Core Network Architect

     






  • 3.  RE: MAC-vRF | vJunos-Router | Only encapsulation mpls allowed under interconnect

    Posted 7 days ago

    but i'm not using MPLS anywhere?