cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2232
Views
0
Helpful
1
Replies

VxLAN BGP EVPN - Without SPINE

grey_death
Level 1
Level 1

Ciao,

we are in need to create a VxLAN tunnel between two devices without using leaf\spine architecture.

If we use the static replication feature alone all works fine:

nterface nve1
  no shutdown
  source-interface loopback1
  member vni 10010
    ingress-replication protocol static
      peer-ip 2.2.2.2
  member vni 10011
    ingress-replication protocol static
      peer-ip 2.2.2.2

If we use BGP EVPN and multicast type-2 routes are correctly announced:

LEAF# sh bgp l2v ev
BGP routing table information for VRF default, address family L2VPN EVPN
BGP table version is 26, Local Router ID is 1.1.1.2
Status: s-suppressed, x-deleted, S-stale, d-dampened, h-history, *-valid, >-best
Path type: i-internal, e-external, c-confed, l-local, a-aggregate, r-redist, I-i
njected
Origin codes: i - IGP, e - EGP, ? - incomplete, | - multipath, & - backup

   Network            Next Hop            Metric     LocPrf     Weight Path
Route Distinguisher: 1.1.1.1:32777
*>e[2]:[0]:[0]:[48]:[0050.0000.0800]:[0]:[0.0.0.0]/216
                      2.2.2.1                                        0 64730 i

Route Distinguisher: 1.1.1.2:32777    (L2VNI 10010)
*>l[2]:[0]:[0]:[48]:[0050.0000.0700]:[0]:[0.0.0.0]/216
                      2.2.2.2                           100      32768 i

but the external one is not installed in the l2rib:

LEAF# sh l2route evpn mac evi 10

Flags -(Rmac):Router MAC (Stt):Static (L):Local (R):Remote (V):vPC link
(Dup):Duplicate (Spl):Split (Rcv):Recv (AD):Auto-Delete (D):Del Pending
(S):Stale (C):Clear, (Ps):Peer Sync (O):Re-Originated (Nho):NH-Override
(Pf):Permanently-Frozen

Topology    Mac Address    Prod   Flags         Seq No     Next-Hops
----------- -------------- ------ ------------- ---------- ----------------
10          0050.0000.0700 Local  L,            0          Eth1/3

Any clue ?

 

Best,

L.

 

1 Reply 1

ADP_89
Level 1
Level 1

Hello,

 

Do you use auto route targets or do you specify them manually? 

If you can share the "show run bgp" and "show run evpn" commands it will help a lot. Additionaly show us the detailed record for the bgp NLRI that doesn't get added to the local table.

 

Thanks,

ADP