MSR系列路由器 自动隧道功能 的配置
关键字: MSR;IPv6;自动隧道
利用自动隧道技术将两个使用IPv4兼容地址的IPv6网络(分别用RTA,RTB代表)连接起来。
试验设备:RTA(MSR20-21),RTB(MSR20-20),RTC(MSR30-20)
图1 自动隧道组网图
IP地址列表:
设备 |
接口 |
IPv4地址 |
V6地址 |
RTA |
E0/0 |
|
|
E0/1 |
1::1/64 |
|
|
Tunnel1 |
|
:: |
|
RTB |
E0/0 |
|
|
E0/1 |
|
|
|
RTC |
G0/0 |
|
|
G0/1 |
|
2::1/64 |
|
Tunnel1 |
|
:: |
|
PCA |
|
|
通过无状态地址自动配置 |
PCB |
|
|
通过无状态地址自动配置 |
RTA配置 |
# router id # ipv6 # interface Ethernet0/0 port link-mode route ip address # interface Ethernet0/1 port
link-mode route ipv6
address 1::1/64 undo
ipv6 nd ra halt //自动隧道部分配置 # interface Tunnel1 ipv6 address :: tunnel-protocol ipv6-ipv4 auto-tunnel source # ospf 1 are network # return |
RTB配置 |
# sysname RTB-2020 # router
id # ipv6 # interface Ethernet0/0 port link-mode route ip address # interface Ethernet0/1 port
link-mode route ip address # ospf 1 are network
network
# |
RTC配置 |
# router id # ipv6 # interface GigabitEthernet0/0 port link-mode route ip address # interface GigabitEthernet0/1 port
link-mode route ipv6
address 2::1/64 //使能该端口的无状态地址自动配置 undo ipv6 nd ra
halt //自动隧道部分配置 # interface Tunnel1 ipv6 address :: tunnel-protocol ipv6-ipv4 auto-tunnel source # ospf 1
are network # return |
1.
注意隧道入口地址的格式。
2. 保证IPv4网络的连通。
1.自动隧道建立成功能后,可以从隧道的一端ping通另外一端。
2.
PCA是无法ping通RTC自动隧道的入口地址的,因为自动隧道只用于隧道的互联,不进行路由的转发。即要使PCA使用自动隧道ping通RTC的Tunnel1的地址,只需在PCA上建立一个Auto Tunnel即可。