IPv6 over IPv4 Tunneling Using GRE Tunnel Configuration on Huawei Routers
Martin Indeche
MPBN PACO SME Engineer at Nokia | IP | EBK | Msc Computer Science I Mentor
IPv6 over IPv4 tunneling technology can be used by ISPs for a smooth transition from IPv4 networks to IPv6 networks. In this lab, we will demonstrate how to configure IPv6 over IPv4 tunneling on Huawei routers using manual and GRE tunnels.
Below is our topology diagram:
Configuration procedure:
3. Enable IPv6 on routers R1 and R2, and configure loopback 100 with IPv6 addresses to simulate IPv6 clients.
4. Configure tunnels on R1 and R2, You need to enable IPv6, configure tunnel protocol, specify the source IP as Loopback 0, and configure the tunnel destination as the loopback 0 of the remote router.
**************************R1*************************
interface Tunnel0/0/0
ipv6 enable # enable IPv6
ipv6 address 2003:3::1/64
tunnel-protocol gre # configure tunnel protocol
source LoopBack0 # specify tunnel source
destination 3.3.3.3 # configure tunnel destination
#
***************************R3*************************
interface Tunnel0/0/0
ipv6 enable
ipv6 address 2003:3::2/64
tunnel-protocol gre
source LoopBack0
destination 1.1.1.1
#
5. Verification:
The IPv6 ping from R1 to R2 is OK:
The packet capture shows IPv6 packets carried over GRE tunnel.
The setup and entire configuration scripts for this lab are available on demand. Feel free to reach out are request.
Senior Network Engineer
1 年Great article. TNSR router supports both IPv4 and IPv6 GRE tunnels. Good luck on your project.
L2 Network Engineer Vodacom
1 年Lovely post very educational
Snr Solutions Architect | Network Infrastructures | Network Security |
1 年Most cisco switches are dual stack...
IP Datacom Engineer. Interested in Cyber Security. Passionate about developing new skills.
1 年Thanks for sharing.
Senior Systems and Network Engineer: NDip Computer Systems || HCNA || JNCIA-Junos || JNCIA-SEC || JNCDA || JNCIA-Cloud || NSE 1 || NSE 2||AZ-900
1 年May i please have scripts and lab setup