实现网络拓扑图如图所示的ISISipv6集成网络环境,使用的是思科c7200镜像,GNS使用的是集成版(all in one),包括wireshark、Dynampis、Winpcap等环境软件,下载地址:http://download.csdn.net/detail/babybirdtofly/9359275 cisco c7200镜像文件下载地址:http://download.csdn.net/detail/babybirdtofly/9359343
安装晚之后新建工程按照如下方式配置:
R1#enable
R1#config ter
*Dec 15 14:49:01.403: %CLNS-3-BADPACKET:ISIS: L2 CSNP, packet length 0 less than header length 33 from ca01.1740.0008(FastEthernet0/0)
Enter configuration commands, one perline. End with CNTL/Z.
R1(config)#intf0/0
R1(config-if)#ipv6 add DB80:2222:0:1::1/64
R1(config-if)#ipv6 router isis
R1(config-if)#no sh
R1(config-if)#router isis
R1(config-router)#net49.0111.0111.0111.0111.00
R1(config-router)#is-type level-2
R1#wr
R2#enable