Network Kings

Multi-Access Year Deal

Get 55+ courses now at the best price ever! Use Code:    MULTIYEAR

d :
h :
m

IBGP without IGP

Why bgp is in active state ?
Everyone this is IBGP configuration, Dont say ebgp multihop

I want full neigborship between r1 & r2 , without IGP & Static Routes , You have option of only BGP ??

Answer We Got :-

Anivaldo Malungo Key point being there is that this is a wrong scenario to begin with. What u are trying to do will cause what we call “BGP Race Condition”. U are trying to form iBGP peering using loopback as the source for open message and at the same time u are also advertise these loopbacks in the BGP process. Even if u were to advertise these loopbacks in the IGP/Static and they are still in the BGP process, u will end up in BGP flapping situation.

U could simply remove those “network” commands under the BGP process and do this:

R1#
!
router bgp 100
no network 1.0.0.0
no network 12.0.0.0
!
ip route 2.2.2.2 255.255.255.255 12.1.1.2
!
R2#
!
router bgp 100
no network 2.0.0.0
no network 12.0.0.0
!
ip route 1.1.1.1 255.255.255.255 12.1.1.1

bgp 1

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.