In a VXLAN BGP EVPN fabric, which component is responsible for handling BUM traffic using ingress replication, and how does the VTEP learn the list of remote VTEPs to replicate to?
Type 3 routes advertise VNI and VTEP IP, enabling ingress replication list.
Why this answer
In a VXLAN BGP EVPN fabric, ingress replication is the default method for handling BUM traffic, where the ingress VTEP replicates packets and sends unicast copies to each remote VTEP. The ingress VTEP learns the list of remote VTEPs from MP-BGP EVPN Type 3 routes (Inclusive Multicast routes), which advertise the VNI and the originating VTEP's IP address, allowing the ingress VTEP to build its replication list.
Exam trap
Cisco often tests the misconception that the spine switch performs replication or that IGMP snooping is used for VTEP discovery, when in fact the ingress VTEP uses MP-BGP EVPN Type 3 routes to learn remote VTEPs and handle BUM traffic via ingress replication.
How to eliminate wrong answers
Option A is wrong because IGMP snooping is used for optimizing multicast group membership in Layer 2 networks, not for learning remote VTEPs in an EVPN fabric; VTEP discovery relies on BGP EVPN Type 3 routes. Option B is wrong because egress VTEPs do not send unicast copies to other VTEPs; replication is performed by the ingress VTEP, not the egress. Option D is wrong because the spine switch in a VXLAN EVPN fabric acts as a route reflector and does not perform data-plane replication; replication is handled by the ingress VTEP using ingress replication.