Master CCNA

How to Master CCNA Ebook

 

 

My book will help you Master CCNA

Master CCNP SWITCH

How to master CCNP SWITCH ebook

 

 

My book will help you Master CCNP SWITCH

Master CCNP ROUTE

How to master CCNP ROUTE Ebook

 

 

My book will help you Master CCNP ROUTE

Print

EIGRP Unicast

Written by Rene Molenaar on . Posted in EIGRP

Scenario:

You are working as a trainee for an old service provider. Currently the network has a frame relay network which is still very popular among the customers. The service provider wants to replace the static routes from the past and use Cisco EIGRP (Enhanced Interior Gateway Routing Protocol). Up to you to implement this without changing any of the frame-relay configurations.

Goal:

  • The frame-relay switch has been preconfigured for you, there is only a single PVC:

    Router Zebra to Hippo:
    Zebra: DLCI 102
    Hippo: DLCI 201

  • Do not change any of the frame-relay configurations.

  • IP Addresses have been preconfigured for you.

  • Router Zebra:
    S0/0: 192.168.12.1 /24
    L0: 1.1.1.1 /24

    Router Hippo:
    S0/0: 192.168.12.2 /24
    L0: 2.2.2.2 /24

  • Configure EIGRP and advertise the serial and loopback interfaces.
  • Ensure you establish a neighbor adjancency and are able to ping each others loopback interface.

IOS:

c3640-jk9s-mz.124-16.bin

Topology:

EIGRP Unicast

Video Solution:

You need to a flashplayer enabled browser to view this YouTube video

You need to register to download the GNS3 Topology File. (Registration is Free!)

Related Articles
Only registered users can write comments!

Comments (6)

  • avatar
    mtan5586

    it works for me, not sure if suits the requirement:

    in R2:
    change the lo0 ip address to 2.2.2.2

    then
    router eigrp 1
    network 2.0.0.0
    network 192.168.12.0

    neighbor 192.168.12.1 s0/0

    in R1:
    router eigrp 1
    network 1.0.0.0
    network 192.168.12.0

    neighbor 192.168.12.2 s0/0

    cheers,

  • avatar
    ReneMolenaar

    Looking good, the neighbor command is what you need.

  • avatar
    amitesh

    there seems to be a mistake with the config in hippo. the ip add of lo0 has been configured as 1.1.1.1, but diagram and problem indicates 2.2.2.2. You may want to change the config.

  • avatar
    ReneMolenaar

    Thanks Pintu, I'm going to fix it.

  • avatar
    Ollie

    Rene this could be a bit more challenging, other labs took 2-3 hours this one 3 mins !! 2 statements , gets the point across though, be good to mix it up with stub maybe or the variance ??

  • avatar
    ReneMolenaar

    Hi Oliver,

    I agree its simple but for these kind of labs i'm trying to focus on 1 single topic of EIGRP.

    I'll be building some more complex EIGRP labs on CCNP and CCIE level soon 8)