首页 > 其他 > 详细

64、IPv6配置实验之Overlay Tunnel

时间:2015-12-22 13:24:52      阅读:268      评论:0      收藏:0      [点我收藏+]

1、Overlay Tunnel解析

技术分享

2、实验拓扑

技术分享


3、基础配置

R1配置

ipv6 unicast-routing

interface Loopback0

 ipv6 address 1::1/64

interface FastEthernet1/0

 ipv6 address 2000:12::1/64


R2配置

ipv6 unicast-routing

interface Loopback0

 ip address 2.2.2.2 255.255.255.0 

interface FastEthernet2/0

 ip address 23.1.1.2 255.255.255.0

ip route 3.3.3.0 255.255.255.0 23.1.1.3


R3配置

ipv6 unicast-routing

interface Loopback0

 ip address 3.3.3.3 255.255.255.0

interface FastEthernet2/0

 ip address 23.1.1.3 255.255.255.0

ip route 2.2.2.0 255.255.255.0 23.1.1.2


R4配置

ipv6 unicast-routing

interface Loopback0

 ipv6 address 4::4/64

interface FastEthernet1/0

 ipv6 address 2000:34::4/64


4、配置Overlay Tunnel

R1配置

interface Loopback0

 ipv6 ospf 110 area 0

interface FastEthernet1/0

 ipv6 ospf 110 area 0

ipv6 router ospf 110

 router-id 1.1.1.1


R2配置

interface Tunnel2

 ipv6 enable

 ipv6 ospf 110 area 0

 tunnel source 2.2.2.2

 tunnel destination 3.3.3.3

 tunnel mode ipv6ip

interface FastEthernet1/0

 ipv6 ospf 110 area 0

ipv6 router ospf 110

 router-id 2.2.2.2


R3配置

interface Tunnel3

 ipv6 enable

 ipv6 ospf 110 area 0

 tunnel source 3.3.3.3

 tunnel destination 2.2.2.2

 tunnel mode ipv6ip

interface FastEthernet1/0

 ipv6 ospf 110 area 0

ipv6 router ospf 110

 router-id 3.3.3.3


R4配置

interface Loopback0

 ipv6 ospf 110 area 0

interface FastEthernet1/0

 ipv6 ospf 110 area 0

ipv6 router ospf 110

 router-id 4.4.4.4


5、实验测试

技术分享

技术分享

此时方法的不足之处在于,当有多个IPv6网络需要互访是,我们需要两两之间都建立Tunnel,工作量将非常大。

本文出自 “开源殿堂” 博客,请务必保留此出处http://kaiyuandiantang.blog.51cto.com/10699754/1727061

64、IPv6配置实验之Overlay Tunnel

原文:http://kaiyuandiantang.blog.51cto.com/10699754/1727061

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!