cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
987
Views
1
Helpful
3
Replies

BGP LAB issues

Manoj Reddy
Level 1
Level 1

Dear Team,

ManojReddy_0-1678884507242.png

R4 is having the 2 loopback IPs and have configured BGP, and from R1

sh ip bgp

output I can see the R1 is learning the prefixes and below is the output of it:

ManojReddy_1-1678884582562.png

But now when i am trying to ping it's not working from R1:

ManojReddy_2-1678884646631.png

From R2 and R3 i am able to ping it succesfully, only from R1 it's not working.

Please let me know if i am missing any config 

ManojReddy_3-1678884705100.pngManojReddy_4-1678884762642.pngManojReddy_5-1678884803359.png

 

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi @Manoj Reddy ,

R4 doesn't have a route back to R1 because R1 doesn't advertise any prefix to R4. You need to add a network statement on R1 to advertise the loopback interface or any of the other connected prefixes. 

the reason it works from R2 and R3 is that they are directly connected to R4.

Regards,

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

View solution in original post

3 Replies 3

Harold Ritter
Spotlight
Spotlight

Hi @Manoj Reddy ,

R4 doesn't have a route back to R1 because R1 doesn't advertise any prefix to R4. You need to add a network statement on R1 to advertise the loopback interface or any of the other connected prefixes. 

the reason it works from R2 and R3 is that they are directly connected to R4.

Regards,

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

@Harold Ritter, Thanks it works now and I am able to reach R4 from R1.

You are very welcome @Manoj Reddy 

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