cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8228
Views
0
Helpful
1
Replies

BGP Peer in wrong AS

Karim Gabriels
Level 1
Level 1

Hi everyone!

I have this setup in my MPLS VPN cloud but it's giving me 'peer in wrong AS' errors between router R3 and R4.

Some help needed because i can't get it right.

I want iBGP peering between router 2 and 3 and eBGP peering between R1 and 2 + between router 3 and 4.

Image of the setup in attachment and the red notes on the png indicate the router numbers in textfile

Much appreciated!

Attached: mplsproblem.png:   networklayout

   mplsproblemconfigs.txt:   brief bgp configurations

1 Accepted Solution

Accepted Solutions

Francesco Molino
VIP Alumni
VIP Alumni

Hi

Ok you want to build up ebgp sessiong between R3 and R4.

On R3, you set the R4 loopback as neighbor IP but with remote-as 49 instead of 39.

neighbor 4.4.4.4 remote-as 49

And on R4 you configured correctly the AS 39. Then change that line by:

neighbor 4.4.4.4 remote-as 39

Thanks

PS: Please don't forget to rate and mark as correct answer if this solved your issue


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

View solution in original post

1 Reply 1

Francesco Molino
VIP Alumni
VIP Alumni

Hi

Ok you want to build up ebgp sessiong between R3 and R4.

On R3, you set the R4 loopback as neighbor IP but with remote-as 49 instead of 39.

neighbor 4.4.4.4 remote-as 49

And on R4 you configured correctly the AS 39. Then change that line by:

neighbor 4.4.4.4 remote-as 39

Thanks

PS: Please don't forget to rate and mark as correct answer if this solved your issue


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question