实验目录:
1)在IPV4中穿越IPV6。
2)有IPV6中穿越IPV4。
实验配置:
1)各接口IP配置如上,且在R5、R2、R3、R4的ipv6接口上都配置有ripng路由协议(注意关闭水平分割)。R2、R3都有指向公网的默认路由。
1.1、实验拓扑:
1.2、在IPv4中穿越ipv6,建立隧道如下
R2#sh run
interface Tunnel2
no ip address
ipv6 address 21::1/64 \\tunnel隧道接口IP类型为ipv6,表明隧道所封装的原始IP数据流为ipv6。
ipv6 rip ripng_1 enable
tunnel source 1.1.1.2
tunnel destination 2.2.2.2
R3#sh run
interface Tunnel3
no ip address
ipv6 address 31::1/64
ipv6 rip ripng_1 enable
tunnel source 2.2.2.2
tunnel destination 1.1.1.2
1.3、查看路由表及测试连通性
R