IPv6 地址前缀

12263阅读 0评论2010-05-26 chinaltang
分类:系统运维

 
当我们通过ipv6 install 命令在windows XP系统上安装了ipv6协议栈后,我们可以看到原来的网卡多了一个新的地址-ipv6地址。这个地址是基于ipv6无状态自动配置机制设定的。所有无状态自动配置的地址的前缀都是fe80,其后64位是由48位的MAC地址生成的。其后的%5标识这个地址基于5号接口卡设定,对其它接口无效。5是主机interface的标识,可以是物理的interface也可以是虚拟的interface。我们可以通过ipv6 if命令来查看所有interface的id信息。
 
Ethernet adapter Broadcom_57xx_LAN:
        Connection-specific DNS Suffix  . : corp.ad.wrs.com
        Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Cont
roller
        Physical Address. . . . . . . . . : 00-19-B9-02-40-FE
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 128.224.162.142
        Subnet Mask . . . . . . . . . . . : 255.255.254.0
        IP Address. . . . . . . . . . . . : fe80::219:b9ff:fe02:40fe%5
        Default Gateway . . . . . . . . . : 128.224.162.1
        DHCP Server . . . . . . . . . . . : 128.224.160.11
        DNS Servers . . . . . . . . . . . : 128.224.160.11
                                            147.11.100.30
                                            147.11.1.11
                                            fec0:0:0:ffff::1%2
                                            fec0:0:0:ffff::2%2
                                            fec0:0:0:ffff::3%2
        Primary WINS Server . . . . . . . : 147.11.57.128
        Secondary WINS Server . . . . . . : 147.11.32.5
        Lease Obtained. . . . . . . . . . : 2010年5月25日 18:02:51
        Lease Expires . . . . . . . . . . : 2010年6月1日 18:02:51
上一篇:vxWorks FTP server & IPv6 使用细节
下一篇:ipv6-地址类型