cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
982
Views
30
Helpful
5
Replies

Will BGP router learn route advertised by IBGP router

Cisconew
Level 1
Level 1

 

 

Hi All,

I have configured BGP on R1,R2 & R3.

R1 & R2 : IBGP : (ASN: 65100)

R3 - ASN: 64519

R2 advertised 192.169.1.0/24 network. 

R1 & R3 received that route. 

If i shutdown the direct link from R1 to R2(Interface (G 0/1), R1 is not able to learn route 192.168.1.0/24 through R3.

 

Can someone explain, why ?

 

 

 

 

2022-02-25 (2).png

 

Routes learned:(When interface is UP)

2022-02-25 (3).png

 Route not learned(when interface is shutdown)

2022-02-25 (5).png

 

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi @Cisconew ,

 

The route is rejected by R1, because its own AS number (65100) is contained in the update AS PATH. The AS PATH loop prevention mechanism will not allow that.

 

Regards, 

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

5 Replies 5

Hello,

 

what is 192.168.1.0, an (loopback) interface, a static (null) route ?

It's a

loopback interface ip address>

Harold Ritter
Spotlight
Spotlight

Hi @Cisconew ,

 

The route is rejected by R1, because its own AS number (65100) is contained in the update AS PATH. The AS PATH loop prevention mechanism will not allow that.

 

Regards, 

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Thank you:  I understand AS_Path loop prevention Mechanism.

AS PATH loop defense mechanism