1. establish the following network with GNS3
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M02/82/73/wKiom1dVghLD6fqNAAA946LtASA475.jpg "title=" 1. Png.jpg "alt=" Wkiom1dvghld6fqnaaa946ltasa475.jpg "/>
1. Configure R1
R1#config T
R1 (config) #interface fa0/0
R1 (config-if) #ip add 8.1.1.2 255.255.255.0
R1 (config-if) #no shut
R1 (config-if) #exit
R1 (config) #interface fa1/0
R1 (config-if) #ip add 9.1.1.1 255.255.255.0
R1 (config-if) #no shut
R1 (config-if) #exit
R1 (config) #ip routing
R1 (config) #exit
R1#copy Run Start
r1#
2. Configure R2
R2#config T
R2 (config) #interface fa0/0
R2 (config-if) #ip add 9.1.1.2 255.255.255.0
R2 (config-if) #no shut
R2 (config-if) #exit
R2 (config) #inter fa1/0
R2 (config-if) #ipv6 enable
R2 (config-if) #ipv6 add 2003::1/64
R2 (config-if) #no shut
R2 (config-if) #exit
R2 (config) #interface tunnel 0
R2 (config-if) #ipv6 enable
R2 (config-if) #tunnel sou fa0/0
R2 (config-if) #tunnel mode Ipv6ip ISATAP
R2 (config-if) #ipv6 add 2001::/64 eui
R2 (config-if) #no ipv6th sup
R2 (config-if) #exit
R2 (config) #ip routing
R2 (config) #iproute 8.1.1.0 255.255.255.0 9.1.1.1
R2 (config) #ipv6uni
R2 (config) #ipv6route::/0 Tunnel 0
R2 (config) #exit
R2#copy Run Start
r2#
3. Configure R3
R3#config T
R3 (config) #interfa0/0
R3 (config-if) #ipv6 Ena
R3 (config-if) #ipv6 add 2003::2/64
R3 (config-if) #no shut
R3 (config-if) #exit
R3 (config) #ipv6uni
R3 (config) #ipv6 route::/0 2003::1
R3 (config) #exit
4. Configure your PC
in local Area Connection,in Properties, set:
IP Address:8.1.1.1
Subnet Mask:255.255.255.0
Gateway:8.1.1.2
Set ISATAP, enter the DOS interface:
C:\Documents Andsettings\administrator>netsh
Netsh>inter IPv6
netsh interface ipv6>isatap
Netshinte
ISATAP Tunnel Configuration