- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-24-2018 01:27 PM
Hi everyone,
I have a situation where a location has 2 MPLS circuits. On one MPLS circuit, the local ASN is 65136. On the other, the local ASN is 7014. Is it possible to peer with both providers using the same Virtual router, or would I need to create a seperate Virtual Router for each circuit?
thanks!
/Evan
04-26-2018 08:53 AM
You can actually use a single VR for peering with multiple BGP AS. We use BGP quite a bit with PAs and have one site where it peers with 3 other external AS numbers, 1 for MPLS, 1 for a P2P line and the third for a B2B partner.
Just make sure that you use appropriate import and export filters for each peer so that you don't advertise prefixes where you may not want them.
set network virtual-router VR1 protocol bgp peer-group P1 peer P1 peer-as 65488
set network virtual-router VR1 protocol bgp peer-group P2 peer P2 peer-as 64512
set network virtual-router VR1 protocol bgp peer-group P3 peer P3 peer-as 13979
04-26-2018 09:00 AM
Thought it was odd that you couldn't use multiple different AS numbers, but I couldn't find any documentation on how. Thanks for the knowledge!
04-27-2018 01:57 PM - edited 04-27-2018 01:58 PM
This is a useful answer, but it's not really pertaining to the question (though I can see how it could have been mistaken).
I'm not confused on how to peer with a different AS. My concern is this...
MPLS-A MPLS-B
AS=2828 AS=3069
\ /
\ /
AS=65136 AS=7014
PAN
04-27-2018 02:19 PM
Got it, your picture makes things clearer.
Typically devices can only run a single BGP process per virtual router/context/vrf. On a Cisco router, you can spoof your AS to a peer by using the 'local-as' command. But as far as I know, the PA doesn't have this option.
I think with your setup, you'll either need to change your AS number with one of the providers or use another virtual router for one of the peerings.
Will each MPLS network be advertising different prefixes or the same prefixes?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!