Data Center

 View Only
last person joined: 10 days ago 

Ask questions and share experiences about Data Center Architecture and approaches.
  • 1.  Need assistance for EVPN/MPLS IRB configuration

    Posted 07-18-2021 19:43
    I have the following configuration
    set interfaces irb unit 110 family inet address 192.168.1.254/24
    set protocols ospf area 0.0.0.0 interface irb.110 passive
    
    set routing-instances blue-evpn instance-type evpn
    set routing-instances blue-evpn vlan-id 110
    set routing-instances blue-evpn interface ge-0/0/3.110
    set routing-instances blue-evpn interface ge-0/0/5.110
    set routing-instances blue-evpn routing-interface irb.110
    set routing-instances blue-evpn vrf-target target:110:110
    set routing-instances blue-evpn protocols evpn
    
    ​

    Why IRB not assigned in the following:

    root@vMX-1# run show evpn instance blue-evpn extensive          
    Instance: blue-evpn
      Route Distinguisher: 172.16.1.1:32763
      VLAN ID: 110
      Per-instance MAC route label: 300544
      Per-instance multicast route label: 300560
      MAC database status                Local  Remote
        Total MAC addresses:                 3       6
        Default gateway MAC addresses:       1       3
      Number of local interfaces: 2 (2 up)
        Interface name  ESI                            Mode             SH label
        ge-0/0/3.110    00:00:00:00:00:00:00:00:00:00  single-homed   
        ge-0/0/5.110    00:00:00:00:00:00:00:00:00:00  single-homed   
      Number of IRB interfaces: 1 (1 up)
        Interface name  L3 context
        irb.110         Not assigned                     
      Number of neighbors: 3
        172.16.1.2
          Received routes
            MAC address advertisement:              2
            MAC+IP address advertisement:           1
            Inclusive multicast:                    1
            Ethernet auto-discovery:                0
        172.16.1.3
          Received routes
            MAC address advertisement:              2
            MAC+IP address advertisement:           1
            Inclusive multicast:                    1
            Ethernet auto-discovery:                0
        172.16.1.4
          Received routes
            MAC address advertisement:              2
            MAC+IP address advertisement:           1
            Inclusive multicast:                    1
            Ethernet auto-discovery:                0
      Number of ethernet segments: 0
    
    [edit]


    thanks for coaching !!



  • 2.  RE: Need assistance for EVPN/MPLS IRB configuration

    Posted 07-20-2021 09:54
    Is your IRB.110 interface UP?

    ------------------------------
    DANIEL HEARTY
    Principal Engineer
    ------------------------------



  • 3.  RE: Need assistance for EVPN/MPLS IRB configuration

    Posted 07-20-2021 10:01
    I am not sure whether the issue is related to the image I used. I tested the same configuration on version 18.2, it seems working. the original image I used is version 14.

    thanks a lot !!


  • 4.  RE: Need assistance for EVPN/MPLS IRB configuration

    Posted 07-20-2021 10:03
    ah yes 14 is very old code now. I'm glad you have it working now :)

    ------------------------------
    DANIEL HEARTY
    Principal Engineer
    ------------------------------



  • 5.  RE: Need assistance for EVPN/MPLS IRB configuration

    Posted 07-20-2021 10:14
    thanks a lot !!
    As version 14 uses less resources, sometimes I still use it. But  some time it gives me some troubles.  I have version 18.2 vMX, but I can't run many nodes even my server has 192G RAM.  Thinking of getting a nicer server. :)