Data Center

 View Only
last person joined: 9 days ago 

Ask questions and share experiences about Data Center Architecture and approaches.
  • 1.  ECC design scenario

    Posted 12-07-2024 01:02
    Edited by LEEBAHI 12-07-2024 11:36

    Hi guys,

    I am learning ECC  design and set up this sample lab to reinforce my concepts:

    1)  Is it normal for Virtual gateway address not be pingable from host?   host 100.100.100.100 can ping 100.100.100.1 or 100.100.100.2  but not virtual gateway 100.100.100.200.  I can see ICMP ping request arriving at EX1 for 100.100.100.200 but it ignores it.

    2) Normally when all links in particular vlan are down, then  associated irb will also go down.  But I noticed in  ECC design, this is not the case.  For example, on EX2,  I shutdown ge-0/0/2 but irb.100 is still up:

    Is it expected behavior?  Is there any knob that I can use to bring irb.100 down if all the interfaces are also down?

    Thanks!!

    #EX1#

    set switch-options vtep-source-interface lo0.0
    set switch-options route-distinguisher 1.1.1.1:1
    set switch-options vrf-target target:1:1
    set vlans v100 vlan-id 100
    set vlans v100 l3-interface irb.100
    set vlans v100 vxlan vni 100
    set interfaces irb unit 100 family inet address 100.100.100.1/24 virtual-gateway-address 100.100.100.200
    set protocols bgp group EVPN type internal
    set protocols bgp group EVPN family evpn signaling
    set protocols bgp group EVPN neighbor 2.2.2.2 local-address 1.1.1.1
    set protocols ospf area 0.0.0.0 interface ge-0/0/2.0 interface-type p2p
    set protocols ospf area 0.0.0.0 interface ge-0/0/3.0 interface-type p2p
    set protocols ospf area 0.0.0.0 interface ge-0/0/0.0 interface-type p2p
    set protocols ospf area 0.0.0.0 interface lo0.0
    set protocols ospf area 0.0.0.0 interface irb.100 passive
    set interfaces ge-0/0/1 esi 00:03:03:03:03:03:03:03:03:01
    set interfaces ge-0/0/1 esi all-active
    set interfaces ge-0/0/1 unit 0 family ethernet-switching vlan members v100

    set protocols evpn encapsulation vxlan
    set protocols evpn default-gateway do-not-advertise
    set protocols evpn extended-vni-

    EX2 config##

    set switch-options vtep-source-interface lo0.0
    set switch-options route-distinguisher 2.2.2.2:1
    set switch-options vrf-target target:1:1
    set protocols evpn encapsulation vxlan
    set protocols evpn default-gateway do-not-advertise
    set protocols evpn extended-vni-list all
    set protocols bgp group EVPN type internal
    set protocols bgp group EVPN family evpn signaling
    set protocols bgp group EVPN neighbor 1.1.1.1 local-address 2.2.2.2
    set protocols ospf area 0.0.0.0 interface ge-0/0/3.0 interface-type p2p
    set protocols ospf area 0.0.0.0 interface ge-0/0/4.0 interface-type p2p
    set protocols ospf area 0.0.0.0 interface ge-0/0/0.0 interface-type p2p
    set protocols ospf area 0.0.0.0 interface lo0.0
    set protocols ospf area 0.0.0.0 interface irb.100 passive
    set vlans v100 vlan-id 100
    set vlans v100 l3-interface irb.100
    set vlans v100 vxlan vni 100
    set interfaces ge-0/0/2 
    set interfaces ge-0/0/2 esi 00:03:03:03:03:03:03:03:03:01
    set interfaces ge-0/0/2 esi all-active
    set interfaces ge-0/0/2 unit 0 family ethernet-switching vlan members v100
     



    ------------------------------
    Be kind!!
    ------------------------------



  • 2.  RE: ECC design scenario
    Best Answer

    Posted 12-09-2024 01:31

    Hi,

    Q1: Yes is normal until you add following command:
    set interfaces irb unit 100 virtual-gateway-accept-data

    Q2: Try following command, it may help:

    set protocols evpn no-core-isolation



    ------------------------------
    Kalle Andersson
    ------------------------------



  • 3.  RE: ECC design scenario

    Posted 12-16-2024 22:27

    Thanks Kelle,

    No core isolation only works when dealing with LACP ESI lag.  In my example, the issue is irb.100 stays up because it does see  VXLAN tunnel tied to  VNI 50 ( mapped to v50) as up so it does not bring irb.100 down.

    Much appreciated!!



    ------------------------------
    Be kind!!
    ------------------------------