锐捷S8614交换机通过ipv4 tunnel配置ipv6

配置前需先配通ipv4网,保证交换机到隧道IP正常。

 

创建隧道

interface Tunnel 1

隧道ipv6

ipv6 address 2000:1234:5678:1::2/64

ipv6 enable

隧道模式gre

tunnel mode gre ip

源IP

tunnel source 1.2.3.4

目标Ip

tunnel destination 2.3.4.5

至此隧道和ipv6配置完成。

下面配置ipv6默认路由

ipv6 route ::/0 2000:1234:5678:1::1

这些配置完成后即可到接口下配置ipv6地址,需与隧道提供的ipv6在同一网段内。

interface VLAN 1

no ip proxy-arp

ip address 10.0.0.1 255.255.255.0

ipv6 address 2000:1234:5678:2::1/64

ipv6 enable

 

本文链接地址: https://danteng.org/rg-s8614-switch-ipv4-tunnel-ipv6/