Basics Flashcards
What is the route target notation? And what is the Cisco format for automated derivation?
Prefix:Suffix
ASN:VNI
Eg. 65501:50001
How big is a RD / RT in bytes?
8 bytes
What is an Overlay?
A static or dynamic tunnel that runs on top of a physical network infrastructure
What transport protocol does VXLAN use?
UDP
What is frame encapsulation and provide example protocols?
Outer tunnel header is L2 MAC, examples are Fabricpath and Trill
Explain MP-BGP
Single BGP Peering Session
Carries multiple address families Eg L2VPN EVPN, VPNv4 etc.
Can carry updates for multiple VRFs in one update
Why must MTU be taken into account in VxLAN?
MTU must be increased in the Underlay to allow increased packet size due to the fact that the VxLAN header is part of the packet. About 50 bytes extra required.
What is an Underlay in VxLAN?
A L3 network used to establish IP reachability between tunnel endpoints. Routing protocol used to advertise these tunnel endpoints.
Name the control plane end host discovery protocol in VxLAN?
BGP EVPN
Can multiple VNIs share the same multicast group?
Yes, as there are up to 16 million possible VNIs and most hardware only supprts 512 to 1024 multicast groups then this is inevitable.
Name the 5 peices of information that the EVPN address family carries over MP-BGP for VXLAN?
- Host MAC
- Host IP
- Network
- VRF
- VTEP Information
What is the purpose of EVPN type 3 routes?
Create distribution list for ingress replication
New VNI configured, VTEP sends type 3 to each other ingress replication VTEP to inform them of VTEP participating in VNI
Keeps record of who VTEPs need to send BUM traffic to for each VNI
How does VXLAN determine the UDP source port?
Hash of the L2/L3/L4 headers from the original frame. Helps with ECMP load-balancing.
Explain the three formats for route distinguishers and what is the default on Cisco devices?
Type 0 - 2 byte ASN + 4 byte value
Type 1 - 4 byte IP + 2 byte value
Type 2 - 4 byte ASN + 2 byte value
Default on Cisco switches if auto provisioning is Type 1
RID Loopback IP : internal MAC / VRF ID
What is the purpose of EVPN type 5 routes?
transporting IP prefixes
Includes L3 VNI, RT, encap type and next hop VTEP
Explain head end replication and its pros / cons?
- Alternative to multicast
- every VTEP must be aware of other VTEPS that have membership in a given VNI
- local VTEP generates n copies of each multidestination packet and it is sent as unicast to each VTEP
- Con - Additional burden on VTEPs
- Pro - Reduced complexity in underlay as multicast not required any longer