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

Frame Relay Static Mapping

Written by Rene Molenaar on . Posted in Frame Relay

Scenario

Jack and Emma are using an old frame-relay switch to connect their routers. Unfortunately they are unable to get any connection. Think you can help them out?

Goal:

  • All IP addresses have been preconfigured for you.
  • Disable frame relay inverse ARP.
  • Configure frame relay mappings so the routers can ping each other.
  • Frame relay should support broadcast emulation.

IOS:

c3640-jk9s-mz.124-16.bin

Topology:

Frame Relay Inverse ARP

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!)

Only registered users can write comments!

Comments (2)

  • avatar
    jlashari

    I can ping each router. Here is my configuration . Anyone is welcome to let me know if I am missing something


    Jack

    interface Serial0/0
    ip address 192.168.12.1 255.255.255.0
    encapsulation frame-relay
    serial restart-delay 0
    frame-relay map ip 192.168.12.2 102 broadcast
    no frame-relay inverse-arp


    Emma

    interface Serial0/0
    ip address 192.168.12.2 255.255.255.0
    encapsulation frame-relay
    serial restart-delay 0
    frame-relay map ip 192.168.12.1 201 broadcast
    no frame-relay inverse-arp

  • avatar
    ReneMolenaar

    Hi Jawed,

    That's it...disable Inverse ARP and create those frame-relay maps. Adding the broadcast keyword is a good idea if you want to run any protocols using broadcast or multicast over your frame-relay network.

    Rene