- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-25-2018 06:56 PM
10-01-2018 03:16 PM
Yes, that's fine. BGP will run on the tunnel interfaces on the PA that connect to AWS.
09-27-2018 04:26 PM
Any reason you aren't using BGP for this? There are ways to influence BGP so you can prefer specific tunnels in a specific order.
09-27-2018 06:13 PM
09-28-2018 08:46 AM
I implemented this over a year ago at a former job so I don't remember exactly where the documented steps are. I believe that within the AWS portal, after configuring BGP on the gateway, the exact BGP config will be generated for various models of devices. You just have to select Palo Alto and the specific CLI will be generated, including the necessary IP addresses to use. AWS assigns addresses from the APIPA range for both ends of the tunnel.
As I recall, there really isn't much modification for BGP on the AWS side so everything needs to be done on the PA. On the outbound updates to AWS, I did AS prepend to get the tunnel preference we wanted. For prefixes learned inbound from AWS, I changed the local preference to prefer tunnels in a specific order.
However, If you aren't comfortable with BGP, it might not be the best solution. It works great until it doesn't and you have to troubleshoot at 2am.
Has the asymmetric traffic flow been a problem?
09-28-2018 10:33 AM
Asymmtric flow was causing issue now due to the PA firewall drop the packet because of the different tunnel returned. It even happenned on ping traffic causes timed out. It was due to PBF & Static Routing metric. By now, BGP will be my last option to solve the issue. I did gone through the document from AWS - https://docs.aws.amazon.com/vpc/latest/adminguide/palo-alto.html and it seems to be straight forward configuration. By the way, since it is on BGP, do we need to involve anyting with ISP?
09-28-2018 10:58 AM
The ISP won't need to be involved. The BGP sessions will be contained within the VPN tunnels.
09-28-2018 07:10 PM
10-01-2018 03:16 PM
Yes, that's fine. BGP will run on the tunnel interfaces on the PA that connect to AWS.
10-01-2018 11:06 PM
Hello,
You can also use OSPF inside IPSec tunnel. Never touch AWS but since OSPF is almost available on any paltform, it should be supported...
Regards,
HA
10-02-2018 06:14 AM
OSPF is not supported in AWS. Options are BGP or static.
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!