EVPN-VXLAN Configuration 1 Flashcards
EVPN-VXLAN Configuration in Arista – Summary Steps
1
Q
1st step to configure EVPN-VXLAN in Arista?
A
- Enable the Right Routing Model.
service routing protocols model multi-agent
- Required to support the EVPN address-family.
2
Q
2nd step to configure EVPN-VXLAN in Arista?
A
- 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>
3
Q
3rd step to configure EVPN-VXLAN in Arista?
A
- Define VLANs and VNIs.
vlan 200
name Tenant-A
vxlan vni 20000
4
Q
4th step to configure EVPN-VXLAN in Arista?
A
- Configure VXLAN Interface.
interface Vxlan1
vxlan source-interface Loopback1
vxlan udp-port 4789
vxlan vlan 200 vni 20000
5
Q
5th step to configure EVPN-VXLAN in Arista?
A
- Configure SVIs with Anycast Gateway.
interface Vlan200
ip address 10.200.200.2/24
ip virtual-router address 10.200.200.254