Friday, October 1, 2010

EIGRP Challenge Lab 1

Recently I have been asked by friend Hemant to come up with a EIGRP challenge Lab. And here it is... :-)


Here is the topology diagram - Click Image to enlarge




Although I am not gonna through any prize for this one. But don't think it's gonna be easy :-)

Here are the quick requirements: 


1. After Performing Unequal Cost Load Balancing , Make Sure the
    EIGRP traffic share count is 1:1 for both links.


Note: Make Sure you used Initial Configs Provided Below, Although changing interface numbering to match your topology won't hurt :-)


Here are the initials:


#################
       INITIALS
#################



<<<< R4 >>>>

en
!
conf t
!
no ip domain-loo
!
ho R4
!
int lo0
ip add 150.1.4.4 255.255.255.0
exit
!
int s0/0
ip add 155.1.0.4 255.255.255.0
en f
no frame inv
frame map ip 155.1.0.5 405 b
bandwidth 256
no sh
exit
!
int s0/1
ip add 155.1.46.4 255.255.255.0
bandwidth 64
no sh
exit
!
router eigrp 100
no au
net 150.1.4.4 0.0.0.0
net 155.1.0.4 0.0.0.0
net 155.1.46.4 0.0.0.0
end
!
wr mem
!
-------------------------------

<<<< R5 >>>>

en
!
conf t
!
no ip domain-loo
!
ho R5
!
int lo0
ip add 150.1.5.5 255.255.255.0
exit
!
int s0/0
ip add 155.1.0.5 255.255.255.0
en f
no frame inv
frame map ip 155.1.0.4 504 b
bandwidth 256
no sh
exit
!
int s0/1
ip add 155.1.46.5 255.255.255.0
bandwidth 64
no sh
exit
!
router eigrp 100
no au
net 150.1.5.5 0.0.0.0
net 155.1.0.5 0.0.0.0
net 155.1.46.5 0.0.0.0
end
!
!
wr mem
!
----------------------------------

1 comment:

annamalai said...

could you please tell me the solution for this trick as far to my knowledge we can have an unequal load balancing with a share count 0:1
(traffic-share min across-interface).