Sunday, March 10, 2013

EIGRP Practice Lab - For CCNP/CCIP/CCDP ROUTE Candidates (With Video Solutions)

PHYSICAL TOPOLOBY

LOGICAL TOPOLOBY 
Lab Task List


IOS Details

GNS Project File


Initial Configurations:
###################

R1
===

!
en
!
conf t
!
no cdp run
!
ho R1
!
no ip do lo
!
int lo0
 ip add 1.1.1.1 255.255.255.255
 exit
!
int s0/0
 encap frame
 ip add 123.0.0.1 255.255.255.0
 no frame inv
 frame map ip 123.0.0.2 102 b
 frame map ip 123.0.0.3 103 b
 frame map ip 123.0.0.1 102
 no sh
 exit
!
line con 0
 logging syn
 no exec-time
!
end
!

##########################################


R2
==

!
en
!
conf t
!
no cdp run
!
ho R2
!
no ip do lo
!
int lo0
 ip add 2.2.2.2 255.255.255.255
 exit
!
int s0/0
 encap frame
 ip add 123.0.0.2 255.255.255.0
 no frame inv
 frame map ip 123.0.0.1 201 b
 frame map ip 123.0.0.3 201
 frame map ip 123.0.0.2 201
 no sh
 exit
!
int s0/1
 encap frame
 ip add 205.0.0.2 255.255.255.0
 no frame inv
 frame map ip 205.0.0.5 205 b
 frame map ip 205.0.0.2 205
 no sh
 exit
!
int f0/0
 ip add 150.0.0.2 255.255.255.0
 no sh
 exit
!
int f0/1
 ip add 26.0.0.2 255.255.255.0
 no sh
 exit
!
int f1/0
 ip add 25.0.0.2 255.255.255.0
 no sh
 exit
!
line con 0
 logging syn
 no exec-time
!
end
!



##########################################


R3
===


!
en
!
conf t
!
no cdp run
!
ho R3
!
no ip do lo
!
int lo0
 ip add 3.3.3.3 255.255.255.255
 exit
!
int s0/0
 ip add 123.0.0.3 255.255.255.0
 encap frame
 no frame inv
 frame map ip 123.0.0.1 301 b
 frame map ip 123.0.0.2 301
 frame map ip 123.0.0.3 301
 no sh
 exit
!
line con 0
 logging syn
 no exec-time
!
end
!


##########################################

R4
===

!
en
!
conf t
!
no cdp run
!
ho R4
!
no ip do lo
!
int lo0
 ip add 4.4.4.4 255.255.255.255
 exit
!
int f0/0
 ip add 150.0.0.4 255.255.255.0
 no sh
 exit
!
int f0/1
 ip add 46.0.0.4 255.255.255.0
 no sh
 exit
!
int f1/0
 ip add 45.0.0.4 255.255.255.0
 no sh
 exit
!
line con 0
 logging syn
 no exec-time
!
end
!


##########################################


R5
===

!
en
!
conf t
!
no cdp run
!
ho R5
!
no ip do lo
!
int lo0
 ip add 5.5.5.5 255.255.255.255
 exit
!
int f0/0
 ip add 150.0.0.5 255.255.255.0
 no sh
 exit
!
int f0/1
 ip add 25.0.0.5 255.255.255.0
 no sh
 exit
!
int f1/0
 ip add 45.0.0.5 255.255.255.0
 no sh
 exit
!
line con 0
 logging syn
 no exec-time
!
end
!

##########################################


R6
===


!
en
!
conf t
!
no cdp run
!
ho R6
!
no ip do lo
!
int lo0
 ip add 6.6.6.6 255.255.255.255
 exit
!
int f0/0
 ip add 150.0.0.6 255.255.255.0
 no sh
 exit
!
int f0/1
 ip add 46.0.0.6 255.255.255.0
 no sh
 exit
!
int f1/0
 ip add 26.0.0.6 255.255.255.0
 no sh
 exit
!
line con 0
 logging syn
 no exec-time
!
end
!


Solution Videos

 TASK 1& 2 Solution




TASK 3 Solution




TASK 4 Solution



TASK 5 Solution



TASK 6 Solution



TASK 7 Solution


TASK 8 Solution


TASK 9 Solution


TASK 10 Solution



TASK 11 Solution



TASK 12 Solution


TASK 13 Solution


TASK 14 Solution


TASK 15 Solution



HTH...
Deepak Arora

Evil CCIE

4 comments:

Jiwon said...

Thanks for a nice and comprehensive CCNP-route lab. The lab itself is quite helpful but the frame relay switches do not work in my GNS3. I instead replaced them with normal routers and configured them as frame-relay switches. The configuration can be found from below site.
http://www.ciscopress.com/articles/article.asp?p=170741&seqNum=7

Tim said...

Great lab. Helped me quite a lot.

Just a note, I couldn't get frame relay between R2 and R5 working.
The initial configuration sets up the connection on R2 but not on S0/0 of R5.

Does anyone have suggestions on how this should be done?
I tried the following config on R5:

int s0/0
encap frame
ip add 205.0.0.5 255.255.255.0
no frame inv
frame map ip 205.0.0.5 502
frame map ip 205.0.0.2 502 b
no sh
exit

Anyone see an error I made?

A Network Artist said...

Hi Tim,

Try the following config and you should be fine:

R2
===

!
int s0/1
encap frame
ip add 205.0.0.2 255.255.255.0
no frame inv
frame map ip 205.0.0.5 205 b
frame map ip 205.0.0.2 205
no sh
exit
!


R5
===

!
int s0/0
encap frame
ip add 205.0.0.5 255.255.255.0
no frame inv
frame map ip 205.0.0.2 502 b
frame map ip 205.0.0.5 502
no sh
exit
!


Anonymous said...

hello i have a little confusion on task 9. I watch the video but my gns3 doesnt allow the coomand you use in 9:45 of the task 9 video.