VXLAN (Virtual Extensible LAN) tunnels are used to encapsulate Layer 2 traffic over a Layer 3 network, a key component in Huawei’s CloudFabric data center solutions. Let’s evaluate each statement:
A. A VXLAN tunnel is identified by a pair of VTEPs:This is true. A VXLAN tunnel is identified by the pair of VXLAN Tunnel Endpoint (VTEP) IP addresses (local and remote), along with the VNI (VXLAN Network Identifier). This ensures unique tunnel identification.TRUE.
B. After a tunnel is established, if one end of the tunnel goes Down, the other end may not go Down:This is true. VXLAN tunnels are unidirectional, and the status of one end does not automatically affect the other unless the underlay network connectivity (e.g., Layer 3 reachability) is lost. The remote VTEP may remain operational if it can still encapsulate/decapsulate traffic.TRUE.
C. For a static tunnel, you need to manually configure the local and remote VNIs:This is true. In a static VXLAN tunnel, administrators must manually configure the VNI and VTEP IP addresses on both ends, as there is no dynamic control plane (e.g., BGP EVPN) to automate the process.TRUE.
D. Dynamic tunnels depend on EVPN Type 5 routes to transmit information:This is false. Dynamic VXLAN tunnels rely on BGP EVPN as the control plane, but Type 5 routes (IP Prefix routes) are specifically used for advertising host IP routes and external network routes, not for general tunnel establishment. Dynamic tunnel setup primarily uses Type 2 (MAC/IP Advertisement) and Type 3 (Multicast) routes to exchange VNI and VTEP information. Type 5 routes are relevant for Layer 3 routing, not the initial tunnel setup.FALSE.
Thus,Dis the false statement because dynamic tunnels depend on EVPN Type 2 and Type 3 routes, not Type 5, for initial establishment.References:Huawei CloudFabric Data Center Network Solution – VXLAN Configuration Guide; HCIP-Data Center Network Training – VXLAN Tunneling.