《IPv6 主机配置实验手册》
1. Win XP 主机 IPv6 的基本配置
1.1 IPv6 协议栈的安装
实验目的:
1) 掌握 Windows XP 环境下 IPv6 协议栈的安装和卸载;
2) 了解 Windows XP 对 IPv6 协议的支持;
实验环境:
1) 安装 Windows XP 操作系统的 PC 一台。
2) 网线若干根;
实验组网图:
实验步骤:
1) 安装新的协议。
2) 选择添加协议。
3) 选择 IPv6 协议进行安装。
4) 检查安装 IPv6 协议后是否存在。
5) 检查 IPv6 指令是否可执行。
C:\>
C:\>ipv6
usage: ipv6 [-p] [-v] if [ifindex]
ipv6 [-p] ifcr v6v4 v4src v4dst [nd] [pmld]
ipv6 [-p] ifcr 6over4 v4src
ipv6 [-p] ifc ifindex [forwards] [-forwards] [advertises] [-advertises] [mtu #bytes] [site site-identifier]…
ipv6 rlu ifindex v4dst
ipv6 [-p] ifd ifindex
ipv6 [-p] adu ifindex/address [life validlifetime[/preflifetime]] [anycast] [unicast]
ipv6 nc [ifindex [address]]
ipv6 ncf [ifindex [address]]
ipv6 rc [ifindex address]
ipv6 rcf [ifindex [address]]
ipv6 bc
ipv6 [-p] [-v] rt
ipv6 [-p] rtu prefix ifindex[/address] [life valid[/pref]] [preference P] [publish] [age]…
ipv6 spt
ipv6 spu prefix ifindex [life L]
ipv6 [-p] gp
ipv6 [-p] gpu [parameter value] ……
ipv6 renew [ifindex]
ipv6 [-p] ppt
ipv6 [-p] ppu prefix precedence P srclabel SL [dstlabel DL]
ipv6 [-p] ppd prefix
ipv6 [-p] reset
ipv6 install
ipv6 uninstall
Some subcommands require local Administrator privileges.
C:\>
6) 检查 ping6 ::1 是否有回应。
C:\>
C:\>ping -6 ::1
Pinging ::1 with 32 bytes of data:
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Ping statistics for ::1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\>
问题:IPv6 地址::1 是什么地址?有什么作用,与之功能相同的 IPv4 地址是什么?
本地循环 / 环回地址 ; 是 127.0.0.1
理论分析:
1.2 使用本地链路地址的互通性实验
实验目的:
1) 了解本地链路地址的表示和特点
2) 了解本地链路地址的结构格式
3) 了解本地链路地址的作用范围
4) 了解 IPv6 自动配置的原理
实验环境:
1) PC 机两台;
2) 路由器或交换机一台;
3) 网线若干根;
实验组网图: