EVPN-VXLAN Configuration 2 Flashcards

EVPN-VXLAN Configuration in Arista – Summary Steps

1
Q

6th step to configure EVPN-VXLAN in Arista?

A

6a. Configure BGP.

-Configure BGP for EVPN.
-Define EVPN Peers.
-Activate EVPN Address Family.
-Enable Route Export with VLAN-Aware Bundle.

router bgp <ASN>
!
router-id <Loopback0>
no bgp default ipv4-unicast
maximum-paths 4 ecmp 4
!
neighbor EVPN peer group
neighbor EVPN update-source Loopback0
neighbor EVPN ebgp-multihop 3
neighbor EVPN send-community
!
neighbor <SPINE1> remote-as 65000
neighbor <SPINE1> peer group EVPN
neighbor <SPINE2> remote-as 65000
neighbor <SPINE2> peer group EVPN
!
vlan-aware-bundle VXLAN_200
rd <Loopback0>:200
route-target import 200:200
route-target export 200:200
redistribute learned
vlan 200</Loopback0></SPINE2></SPINE2></SPINE1></SPINE1></Loopback0></ASN>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

7th step to configure EVPN-VXLAN in Arista?

A
  1. Configure Route Reflectors (on SPINEs)
    router bgp 65000
    address-family evpn
    neighbor <LEAFx> route-reflector-client</LEAFx>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

8th step to configure EVPN-VXLAN in Arista?

A
  1. Validate
    show bgp evpn summary
    show bgp evpn
    show vxlan vni
    show mac address-table
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why do we use Loopback0 and Loopback1?

A
  • Loopback0 for BGP router ID
  • Loopback1 for VXLAN VNI.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly