好消息,超酷的在线虚拟网络实验室上线了!点击开始实验

为获得更好的浏览效果,建议您使用 Firefox 或者 Chrome 浏览器



MSR系列路由器

IPv6 ISATAP6to4相结合功能的配置

 

关键字:MSR;IPv6;ISATAP;6to4;过渡技术

 

一、组网需求

RTARTB通过IPv4互连,在RTARTB上架设6to4隧道保证IPv6互连,RTAIPv4网络中还提供了ISATAP接入服务使一些IPv4网络中的双主机可以访问IPv6网络,RTB则连接了一个6to4站点。现RTA提供的ISATAP接入服务中下发6to4前缀,使RTARTB不需要借用任何静态路由和动态路由即可保证ISATAP PC6to4 PCIPv6互连互通

设备清单:MSR系列路由器2台,PC两台

二、组网图:

三、配置步骤:

RTA配置

#

 //使能IPv6

 ipv6

#

//连接ISATAP主机的接口

interface Ethernet0/0

 port link-mode route

 ip address 10.153.43.121 255.255.255.0

#

//连接RTB的接口

interface Serial1/0

 link-protocol ppp

 ip address 1.1.1.1 255.255.255.252

#

//6to4隧道口

interface Tunnel0

 //注意101:101来自1.1.1.1使用16位前缀可以不用再配置其它路由

 ipv6 address 2002:101:101::1/16

 tunnel-protocol ipv6-ipv4 6to4

 source Serial1/0

#

//ISATAP隧道口

interface Tunnel1

 //注意101:101来自1.1.1.10:5EFE固定不变,A99:2B79来自10.153.43.121

 ipv6 address 2002:101:101:1:0:5EFE:A99:2B79/64

 undo ipv6 nd ra halt

 tunnel-protocol ipv6-ipv4 isatap

 source Ethernet0/0

#

RTB配置

#

 //使能IPv6

 ipv6

#

//连接6to4站点的接口

interface Ethernet0/0

 port link-mode route

 ipv6 address 2002:202:202:2::1/64

 undo ipv6 nd ra halt

#

//连接RTA的接口

interface Serial2/0

 link-protocol ppp

 ip address 2.2.2.2 255.255.255.252

#

//6to4隧道接口

interface Tunnel0

 //注意202:202来自2.2.2.2

 ipv6 address 2002:202:202::1/16

 tunnel-protocol ipv6-ipv4 6to4

 source Serial2/0

#

ISATAP主机配置及验证

C:\Documents and Settings\Administrator>netsh

netsh>int ipv

//配置ISATAP接口

netsh interface ipv6>isatap

//配置ISATAP接入路由器IPv4地址

netsh interface ipv6 isatap>set router 10.153.43.121

确定。

 

//返回上一层配置目录

netsh interface ipv6 isatap>..

 

//察看本机上的IPv6地址信息

netsh interface ipv6>show add

正在查询活动状态...

 

 

接口 5: Teredo Tunneling Pseudo-Interface

 

地址类型   DAD 状态   有效寿命     首选寿命     地址

---------  ---------- ------------ ------------ -----------------------------

链接         首选项            infinite     infinite fe80::ffff:ffff:fffd

 

接口 4: 本地连接

 

地址类型   DAD 状态   有效寿命     首选寿命     地址

---------  ---------- ------------ ------------ -----------------------------

手动         首选项            infinite     infinite f::f

链接         首选项            infinite     infinite fe80::215:c5ff:fe0d:1903

 

//ISATAP接口的地址信息

接口 2: Automatic Tunneling Pseudo-Interface

 

地址类型   DAD 状态   有效寿命     首选寿命     地址

---------  ---------- ------------ ------------ -----------------------------

公用         首选项        29d23h59m52s  6d23h59m52s 2002:101:101:1:0:5efe:10.153.43.116

链接         首选项            infinite     infinite fe80::5efe:10.153.43.116

 

接口 1: Loopback Pseudo-Interface

 

地址类型   DAD 状态   有效寿命     首选寿命     地址

---------  ---------- ------------ ------------ -----------------------------

环回         首选项            infinite     infinite ::1

链接         首选项            infinite     infinite fe80::1

 

//察看本机上的IPv6路由信息

netsh interface ipv6>show rou

正在查询活动状态...

 

发行     类型      Met   前缀                     索引  网关/接口名

-------  --------  ----  ------------------------  ---  ---------------------

no       Autoconf     9  2002:101:101:1::/64         2  Automatic Tunneling Pseudo-Interface

//这个为RTA通过路由器通告生成的默认路由

no       Autoconf   257  ::/0                        2  fe80::5efe:10.153.43.121

 

netsh interface ipv6>qui

C:\Documents and Settings\Administrator>ping 2002:202:202:2::1

 

Pinging 2002:202:202:2::1 with 32 bytes of data:

 

Reply from 2002:202:202:2::1: time=33ms

Reply from 2002:202:202:2::1: time=32ms

Reply from 2002:202:202:2::1: time=32ms

Reply from 2002:202:202:2::1: time=33ms

 

Ping statistics for 2002:202:202:2::1:

    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

    Minimum = 32ms, Maximum = 33ms, Average = 32ms

 

C:\Documents and Settings\Administrator>

四、配置关键点

1) 路由器全局使能IPv6

2) 6to4ISATAP配置参考相关典型配置案例;

3) RTAISATAP隧道接口IPv6地址为6to4格式前缀2002:101:101:1,后缀为ISATAP格式0:5EFE:10.153.43.121,其中101:101表示1.1.1.1

4) ISATAP主机配置参考MSR培训实验指导书。

X Close
X Close