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 Local AS

Written by Rene Molenaar on . Posted in BGP

Scenario:

The local hedgehog protection foundation is merging with the local Fox protection program. The networks are connected through BGP and part of the migration means you have to change your AS number. You don't mind doing this but you don't want to break the BGP neighbor adjacency.

Goal:

  • All IP addresses have been preconfigured for you.
  • Configure EBGP on router Sonic and use AS number 1.
  • Configure EBGP on router Tails and use AS number 2.
  • You have to configure router Tails with the "neighbor remote-as 100" command.
  • Ensure your EBGP configuration is working.

IOS:

c3640-jk9s-mz.124-16.bin

Topology:

BGP Local AS

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

  • avatar
    more23

    I downloaded the file,and checked it. But there is only interfaces configured in it.
    Then I tried to do it myself.
    On Sonic:
    router bgp 1
    neighbor 192.168.12.2 remote-as 2

    On Tails:
    router bgp 2
    neighbor 192.168.12.1 remote-as 1

    I remember that a router could run rip at first and then configure eigrp on it. After the eigrp learns the whole topology, you could delete the configuration of the rip without stopping the network. So I guess maybe I could configure "router bgp 1", and then, "router bgp 100" finally, using "no router bgp 1"
    But after I entered the command "router bgp 100", it shows "BGP is already running; AS is 1""

    So would you please tell me the answer? Thanks :)

  • avatar
    ReneMolenaar

    Hi Mao,

    The key to this lab is the BGP "Local AS" feature. You can advertise a different AS number to a neighbor than the one you have configured with the BGP router process.

    Rene