Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Tuesday, August 28, 2012

lab 8-2...


the ipv6 tunnel of love..

r1

int lo0
ip add 10.1.1.1 255.255.255.0
ipv6 add fec0::1:1/112

int s1/1
ip add 172.16.12.1 255.255.255.0
clock rat 64000
band 64
no shut

r2

int lo0
ip add 10.1.2.1 255.255.255.0

int s1/1
ip add 172.16.12.2 255.255.255.0
band 64
no shut

int s1/2
ip add 172.16.23.2 255.255.255.0
clock rat 64000
band 64
no shut

r3

int lo0
ip add 10.1.3.1 255.255.255.0
ipv6 add fec0::3:1/112

int s1/2
ip add 172.16.23.3 255.255.255.0
band 64
no shut

eigrp config is the same for all...


router eigrp 1
no auto-summ
netw 10.0.0.0
netw 172.16.0.0

r3#ping 10.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/8/8 ms
r3#sh ip route | exc L | inc loop
 
Gateway of last resort is not set
 
      10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
D        10.1.1.0/24 [90/41152000] via 172.16.23.2, 00:03:24, Serial1/2
D        10.1.2.0/24 [90/40640000] via 172.16.23.2, 00:03:25, Serial1/2
C        10.1.3.0/24 is directly connected, Loopback0
      172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
D        172.16.12.0/24 [90/41024000] via 172.16.23.2, 00:03:25, Serial1/2
C        172.16.23.0/24 is directly connected, Serial1/2




No comments:

Post a Comment