EVPN-VXLAN Configuration 1 Flashcards

EVPN-VXLAN Configuration in Arista – Summary Steps

1
Q

1st step to configure EVPN-VXLAN in Arista?

A
  1. Enable the Right Routing Model.

service routing protocols model multi-agent

  • Required to support the EVPN address-family.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

2nd step to configure EVPN-VXLAN in Arista?

A
  1. Configure Loopbacks.
    - Loopback0: BGP Router-ID
    - Loopback1: VTEP Source IP

interface Loopback0
# ip address <router-id>/32</router-id>

interface Loopback1
# ip address <vtep-ip>/32</vtep-ip>

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

3rd step to configure EVPN-VXLAN in Arista?

A
  1. Define VLANs and VNIs.

vlan 200
name Tenant-A
vxlan vni 20000

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

4th step to configure EVPN-VXLAN in Arista?

A
  1. Configure VXLAN Interface.

interface Vxlan1
vxlan source-interface Loopback1
vxlan udp-port 4789
vxlan vlan 200 vni 20000

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

5th step to configure EVPN-VXLAN in Arista?

A
  1. Configure SVIs with Anycast Gateway.

interface Vlan200
ip address 10.200.200.2/24
ip virtual-router address 10.200.200.254

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