IPV6双栈

IPV6双栈

实验步骤

首先配置好IPv4的IP,做好路由。

再配置好IPv6;

在R1 上

配好隧道地址:

int tunnel 0

ipv6 add 2020:a::1/16

no sh

tunnel source 172.16.1.1

tunnel destination 172.16.2.2

tunnel mode ipv6ip

在R3上

配置好隧道

int tunnel 0

ipv6 add 2020:a::2/16

no sh

tunnel source 172.16.1.1

tunnel destination

tunnel mode ipv6ip

 

 

然后用OSPF3协议配置IPv6

R1上

conf t

ipv6 router ospf 1

int tunnel 0

ipv6 ospf 1 area 0

int f0/1

ipv6 ospf 1 area 1

 

 

在R3上

ipv6 router ospf 1

int tunnel 0

ipv6 ospf 1 area 0

int f0/1

ipv6 ospf 1 area 2

posted on 2011-10-15 14:48  侯志清  阅读(256)  评论(0编辑  收藏  举报

导航