Huawei S6730-H series switches, featuring 24/48-port 10G ports and 6-port 100G, are widely favored by enterprises and Internet Service providers (ISPs) worldwide. Among them, the S6730-H48X6C and S6730-H24X6C are our best-selling models. With increasing sales, many customers frequently inquire about the switch configurations. This article provides a detailed guide on how to configure an IPv6 VXLAN Tunnel on these switches.
When configuring VXLAN on a device, you need to configure related information for IPv6 VXLAN tunnel establishment on an uplink interface.
An IPv6 VXLAN tunnel is established based on the IPv6 addresses of two VXLAN Tunnel Endpoints (VTEPs). Therefore, you need to configure the source VTEP IPv6 address and destination VTEP IPv6 address on the devices on both ends of a tunnel.
Take VTEP1 in Figure 1 as an example. The following describes the configurations required for establishment of an IPv6 VXLAN tunnel:
- Source VTEP IPv6 address: source IPv6 address in an IPv6 VXLAN packet, that is, IPv6 address of GE0/0/1 on VTEP1
- Destination VTEP IPv6 address: destination IPv6 address in an IPv6 VXLAN packet, that is, IPv6 address of GE0/0/1 on VTEP2

Some points need pay attention:
- You need to run the vni head-end peer-list command to configure the corresponding VTEP address even if the source VTEP matches only one destination VTEP.
- Run the ping command to check whether a reachable route exists between two ends of the tunnel. If there is a reachable route, the tunnel can be established and packets can be normally forwarded. If the two devices have a route to each other but the route is unreachable, the tunnel can still go Up but packets cannot be forwarded.
- If a switch uses static routes to forward traffic at the tunnel side, you are advised to configure BFD for static routes. Routes then can be deleted promptly when a link failure occurs. This configuration prevents VXLAN packet loss that occurs because routes are unreachable but the tunnel is still Up.
Detailed procedures
1, Run system-view
The system view is displayed.
2, Run bridge-domain bd-id
The BD view is displayed.
3, Run vxlan vni vni-id
A VNI is configured for the BD.
By default, no VNI is associated with a BD.
4, Run quit
Exit from the BD view and return to the system view.
5, Run interface nve nve-number
An NVE interface is created, and the NVE interface view is displayed.
6, Run source ipv6-address
An IPv6 address is configured for the source VTEP.
By default, no IPv6 address is configured for a source VTEP.
7, Run vni vni-id head-end peer-list ipv6-address &<1-10>
An ingress replication list is configured.
By default, no ingress replication list is configured for any VNI.
After the ingress of a VXLAN tunnel receives broadcast, unknown unicast, and multicast (BUM) packets, it replicates these packets and sends a copy to each VTEP in the ingress replication list. The ingress replication list is a collection of remote VTEP IPv6 addresses to which the ingress of a VXLAN tunnel should send replicated BUM packets to.
Note:
Exit from the NVE interface view and return to the system view.
Subscription to the status of the exact route to a VXLAN tunnel destination is enabled.
By default, subscription to the status of the exact route to a VXLAN tunnel destination is disabled.