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

BGP Backdoor

Written by Rene Molenaar on . Posted in BGP

Scenario:

As a professional poker player you have won the WSOP (World Series of Poker) and now your financial problems are over you decide to start your own online poker room. The bluffing is over it's time to configure your own company network...you have setup your own AS (100) and are connected to a service provider who is using AS 300. You are connecting your network to another big online poker website to exchange network information but you are using EIGRP instead of BGP to connect AS 100 and 200...the problem you face is that traffic from your AS towards AS 200 is being sent towards AS300 and not using the direct link between router Diamonds and Spades.

Goal:

  • All IP addresses have been preconfigured for you.
  • All routers have a loopback interface:
    Router Diamonds: L0: 1.1.1.1 /24
    Router Spades: L0: 2.2.2.2 /24
    Router Hearts: L0: 3.3.3.3 /24
    Router Clubs: L0: 4.4.4.4 /24
  • Configure EBGP between AS 100 and AS 300.
  • Router Diamonds: Advertise the 1.1.1.0 /24 network in BGP.
  • Configure IBGP on router Hearts and Clubs.
  • Configure EBGP between AS 200 and AS 300.
  • Router Diamonds: advertise the 1.1.1.0 /24 network in BGP.
  • Router Spades: advertise the 2.2.2.0 /24 network in BGP.
  • Ensure you can ping 2.2.2.2 from router Diamonds.
  • Ensure you can ping 1.1.1.1 from router Spades.
  • If you have any connectivity problems fix them by using next-hop-self or advertising the appropriate networks in BGP. Do not advertise the 192.168.12.X /24 network in any way.
  • Configure EIGRP between router Diamonds and Spades:
    Advertise the 192.168.12.0 /24 network.
    Advertise the 1.1.1.0 /24 network.
    Advertise the 2.2.2.0 /24 network.
    Disable auto-summary
  • Ensure you have an EIGRP neighbor relationship between the 2 routers.
  • Do a traceroute from router Spades to 1.1.1.1, which path is it taking?
  • Use a BGP command to make sure that traffic from router Spades towards 1.1.1.1 is using the 192.168.12.X link and is not being sent through AS 300.
  • When the link between router Diamonds and Spades fails it should use AS 300 to reach the 1.1.1.0 /24 network.

IOS:

c3640-jk9s-mz.124-16.bin

Topology:

BGP Backdoor

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 (13)

  • avatar
    luismg

    This .net file needs the .1 or .2 or .whatever last octet of the ip :-)

  • avatar
    ReneMolenaar

    I need to fix the startup configs for this one...coming soon ;)

  • avatar
    kumar981

    Hi Rene,

    You mentioned about fixing the startup configs for this lab? Is this lab ready to be used?

    Thanks

  • avatar
    ReneMolenaar

    I just fixed the startup-config, no need to configure IP addresses anymore......ready to rock!

    have fun! 8)

  • avatar
    Rosler

    Never knew about bgp backdoor before. Nice tutorial. Thanks very much.

  • avatar
    Kaage

    Hi, there is only final configs available. Where is startup lab files?

  • avatar
    ReneMolenaar

    You are right, there was no startup config. Just added it.

  • avatar
    tel1mjf1

    Rene
    the configs are not working here!

  • avatar
    tel1mjf1

    disregard i got it. i can see the config now

  • avatar
    tushar

    HI Rene,

    I need the .net file. this file isnt in the .zip folder. Thanks.

    Nurul

  • avatar
    ReneMolenaar

    Thanks Nurul, I just fixed it!

  • avatar
    bambam82

    just tried your setup and i'm seeing the interfaces on router R1 (Diamonds) are switched. Fa1/0 has the 13 subnet while according to the picture (and the .net file) should be the 12 subnet.

    Both the starting config as the final one.

  • avatar
    ReneMolenaar

    Thanks you are right, I just fixed it.