07-05-2016 11:52 PM - edited 03-05-2019 04:22 AM
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
Solved! Go to Solution.
07-06-2016 05:40 AM
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
07-06-2016 05:40 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide