図を参照してください。ネットワークエンジニアは、CORE_2とCORE_3と呼ばれる2つのコアスイッチ間にVXLANを実装する必要があります。コアスイッチではマルチキャストを無効にしてください。さらに、APPと呼ばれるVLAN 100とDBと呼ばれるVLAN 200をコアスイッチ間に拡張する必要があります。
CORE_2でVXLANの初期設定が完了しました。CORE_2スイッチのVXLAN設定を完了するには、どのネットワーク仮想インターフェース設定が必要ですか?


正解:A
To implement VXLAN (Virtual Extensible LAN) between CORE_2 and CORE_3 without multicast, we must use ingress replication, where VXLAN-encapsulated traffic is sent directly to specific peers instead of relying on multicast for distribution.
Key VXLAN Configuration Requirements:
1. Source Interface:
The loopback0 interface is used as the VTEP (VXLAN Tunnel Endpoint) source.
2. VNI (Virtual Network Identifier) Configuration:
- VLAN 100 (APP) is mapped to VNI 10100.
- VLAN 200 (DB) is mapped to VNI 10200.
3. Ingress Replication Protocol:
- Instead of multicast, ingress replication is used with static peer IPs.
- The peer IP (10.10.10.3) is specified for VXLAN packet forwarding.