Aviatrix BGP over LAN with Cisco Meraki in AWS

Introduction

This Tech Note is a step-by-step guide for using BGP over LAN to interoperate with Cisco Meraki as the third party appliance in AWS. BGP over LAN also works in Azure, make adjustments accordingly when applying to deployment in Azure.

Two supported design patterns are described as below:

Design Pattern #1 with Aviatrix Multi-cloud Transit

cisco_meraki_aviatrix_transit_solution_diag

In this design pattern, Aviatrix Multi-cloud transit is deployed to connect Spoke VPCs to the Transit VPC and Aviatrix Transit Gateway is used to connect to Meraki vMX in the same Transit VPC.

Design Pattern #2 with AWS TGW Orchestrator

cisco_meraki_aws_tgw_orchestrator_diag

In the second design pattern, AWS TGW is deployed for connecting to Spoke VPC and Aviatrix Multi-cloud transit is used to connect to Meraki vMX in the same Transit VPC.

This Tech Note consists of:

  1. Workflow on launching Cisco Meraki vMX in AWS

  2. Workflow on deploying branch Cisco Meraki device

  3. Workflow on deploying Aviatrix Multi-Cloud Transit Solution

  4. Workflow on building BGP over LAN

For more information about how to configure BGP over LAN, please refer to the doc links as follows:

For more information about Multi-Cloud Transit Network, External Device, and AWS TGW Orchestrator, please check out the below documents:

Important

  • The minimum instance sizes of Aviatrix Transit Gateway for BGP over LAN are c4.4xlarge, c5.4xlarge, c5n.4xlarge

  • LAN interfaces for Aviatrix Transit Primary and Meraki vMX must be in the same Availability Zone.

Prerequisite

  • This feature is available for 6.3 and later. Upgrade Aviatrix Controller to at least version 6.3.

  • In this Tech Note, the following VPC CIDRs are used for illustration purpose:

    • Transit VPC (10.1.0.0/16). You can create this VPC by using Create a VPC with Aviatrix FireNet VPC option enabled.

    • Spoke VPCs (192.168.1.0/24, 192.168.2.0/24, 192.168.3.0/24). You can create the Spoke VPCs by using Create a VPC or manually deploying them in AWS console. Use existing Spoke VPCs also works.

Illustration for Design Pattern #1 with Aviatrix Transit Solution

cisco_meraki_aviatrix_transit_solution_illustration_diag

Illustration for Design Pattern #2 with AWS TGW Orchestrator

cisco_meraki_aws_tgw_orchestrator_illustration_diag

1. Launch Cisco Meraki vMX in AWS

Step 1.1. Deploy Cisco Meraki vMX in Transit VPC

Important

  • Assign an EIP to Meraki vMX’s interface

  • Make sure the function “Source/Dest check” on Meraki vMX’s interface is disabled

  • Since One-Armed Concentrator mode is adopted in this document, the vMX is configured with a single Network Interface which means all traffic will be sent and received on this interface.

Step 1.2. Check Cisco Meraki vMX status on Meraki Dashboard

  1. Log in to the Meraki Dashboard.

  2. Select the “NETWORK” where this Cisco Meraki vMX in Transit VPC locates.

  3. Go to Security & SD-WAN -> MONITOR -> Appliance status.

  4. Check whether Cisco Meraki vMX displays “Active” status.

cisco_meraki_aws_vMX_appliance_status

Step 1.3. Enable Hub (Mesh) type

  1. Go to Security & SD-WAN -> CONFIGURE -> Site-to-site VPN.

  2. Find the panel “Type” on the top.

  3. Select the radio button “Hub (Mesh)” to establish VPN tunnels with all hubs and dependent spokes for this Cisco Meraki vMX.

cisco_meraki_aws_vMX_s2s_hub_type

Step 1.4. Enable BGP settings

  1. Find the panel “BGP settings.”

  2. Select the option “Enabled” for the field “BGP”

  3. Adjust the values for the fields “BGP VPN AS” and “IBGP VPN Holdtimer” if needed and write down the BGP ASN

  4. Click “Save.”

cisco_meraki_aws_vMX_s2s_bgp_enable

Important

Will guide how to set up BGP neighbors for eBGP in the later workflow.

2. Deploy branch Meraki device

In this workflow example, we deploy another Meraki vMX in a Spoke VPC as a branch device and configure Hub-and-spoke Auto VPN Connection to verify this solution. Please adjust the topology depending on your requirements.

For more Meraki VPN info, please check out the below documents:

Step 2.1. Deploy branch Meraki vMX in Spoke VPC

  • Follow step 1.1. but deploy Meraki vMX in Spoke VPC

Important

Since Meraki vMX is deployed as a branch device in AWS as an example here, please follow the checklist as below:

  • Assign an EIP to Meraki vMX’s interface

  • Make sure the function “Source/Dest check” on Meraki vMX’s interface is disabled

  • Since One-Armed Concentrator mode is adopted in this document, the vMX is configured with a single Network Interface which means all traffic will be sent and received on this interface. Make sure both security group and routing table are configured properly.

Step 2.2. Check branch Meraki vMX status on Meraki Dashboard

  1. Log in to the Meraki Dashboard.

  2. Select the “NETWORK” where this Cisco Meraki vMX in Spoke VPC locates.

  3. Go to Security & SD-WAN -> MONITOR -> Appliance status.

  4. Check whether branch Cisco Meraki device displays “Active” status.

cisco_meraki_aws_branch_vMX_appliance_status

Step 2.3. Enable Spoke type

  1. Select the “NETWORK” where this Cisco Meraki vMX in Spoke VPC locates.

  2. Go to Security & SD-WAN -> CONFIGURE -> Site-to-site VPN.

  3. Find the panel “Type” on the top.

  4. Select the radio button “Spoke” to establish VPN tunnels with selected hubs.

  5. Click the link “Add a hub” for the field “Hubs.”

  6. Select the “NETWORK” where the Cisco Meraki vMX in Transit VPC locates for Hubs.

cisco_meraki_aws_branch_vMX_s2s_spoke_type

Step 2.4. Advertise Spoke VPC CIDR

  1. Locate “Local networks” in the panel “VPN settings.”

  2. Click the button “Add a local network.”

  3. Fill the parameters to advertise Spoke VPC CIDR.

Name

Provide a unique name for the Local networks

Subnet

Configure Spoke VPC CIDR as an example (192.168.2.0/24)

VPN participation

VPN on

  1. Click “Save.”

cisco_meraki_aws_branch_vMX_s2s_vpn_settings

Step 2.5. Check VPN status

  1. Select the “NETWORK” where this Cisco Meraki vMX in Spoke VPC locates.

  2. Go to Security & SD-WAN -> MONITOR -> VPN status.

  3. Check whether VPN status is Green and VPN Registry is Connected.

cisco_meraki_aws_branch_vMX_s2s_vpn_status

3. Deploy Aviatrix Multi-Cloud Transit Solution

Refer to Global Transit Network Workflow Instructions for the below steps. Please adjust the topology depending on your requirements.

Step 3.1. Deploy Aviatrix Multi-Cloud Transit Gateway

Important

The Aviatrix Transit Gateway must be deployed in the same available zone where Cisco Meraki vMX locates.

Design Pattern #1: Aviatrix Spoke Gateway for encryption traffic

Step 3.2. Deploy Aviatrix Spoke Gateway for encryption traffic

Step 3.3. Attach Spoke Gateways to Transit Network

Design Pattern #2: Spoke VPC through AWS TGW Orchestrator

Step 3.4. Deploy Spoke VPC through AWS TGW Orchestrator

  • Follow Aviatrix TGW Orchestrator workflow TGW Plan to:

  1. Create AWS TGW.

  2. Create a New Security Domain and Build Your Domain Connection Policies.

#. Prepare Aviatrix Transit GW for TGW Attachment. # Attach Aviatrix Transit GW to TGW. #. Follow Aviatrix TGW Orchestrator workflow TGW Build to Attach VPC to TGW.

4. Build BGP over LAN

Step 4.1. Configure BGP over LAN on Aviatrix Transit Gateway

  1. Log in to the Aviatrix Controller.

  2. Go to MULTI-CLOUD TRANSIT -> Setup -> 3) Connect to VGW / External Device / Aviatrix CloudN / Azure VNG.

  3. Select option “External Device” -> “BGP” -> “LAN.”

  4. Fill the parameters to set up BGP over LAN to Meraki vMX in Transit VPC.

Transit VPC Name

Select the Transit VPC ID where Transit GW was launched

Connection Name

Provide a unique name to identify the connection to external device

Aviatrix Transit Gateway BGP ASN

Configure a BGP AS number that the Transit GW will use to exchange routes with external device

Primary Aviatrix Transit Gateway

Select the Transit GW

Enable Remote Gateway HA

Uncheck this option in this example

Remote BGP AS Number

Configure a BGP AS number that Meraki vMX will use to exchange routes with Aviatrix Transit Primary

Remote LAN IP

Use the private IP of the Network Interface on Meraki vMX

Local LAN IP

Leave it blank and the controller will assign an IP in the same subnet where the Remote LAN IP locates. Optionally configure an IP of your choosing within the same subnet where the Remote LAN IP locates.

  1. Click “CONNECT” to generate BGP session over LAN.

aviatrix_transit_externel_device_lan

Step 4.2. (Optional) Download the BGP over LAN configuration sample from Aviatrix Controller

  1. Navigate to SITE2CLOUD -> Setup.

  2. Select the connection that you created with “Connection Name” in the previous step.

  3. Click the button “EDIT.”

  4. Select Vendor type, Platform, and Software.

  5. Click “Download Configuration.”

Step 4.3. Enable and configure BGP over LAN on Cisco Meraki vMX

For more Cisco Meraki BGP information, please check this doc

  1. (Optional) Open the downloaded BGP over LAN configuration file.

  2. Login Meraki Dashboard.

  3. Select the “NETWORK” where this Cisco Meraki vMX in Transit VPC locates.

  4. Go to Security & SD-WAN -> CONFIGURE -> Site-to-site VPN.

  5. Find the section “BGP neighbors” in the panel “BGP settings.”

  6. Click the link “Add a BGP neighbor.”

Neighbor IP

Use Aviatrix Transit gateway’s eth4 private IP. This IP belongs to the same subnet where Meraki vMX eth0 locates.

Remote AS

Configure Aviatrix Transit Gateway BGP ASN

Receive limit

Leave it blank or optional in this example

Allow transit

Uncheck this option in this example

EBGP Holdtimer

30 for this example

EBGP Multihop

1 for this example

  1. Click “Save.”

cisco_meraki_aws_vMX_bgp_over_lan

Important

Update Meraki vMX’s security group to allow traffic coming from Aviatrix Transit Gateway properly. One of the secure approaches is to specify Aviatrix Transit Gateway’s eth4 security group ID as the source for the Inbound rule in Meraki vMX’s security group. Please check “Security group rules” in this AWS doc for more info.

Step 4.4. Verify LAN status on Aviatrix Controller

  1. Navigate back to the Aviatrix Controller.

  2. Go to SITE2CLOUD -> Setup.

  3. Find the connection that you created with “Connection Name” in the previous step.

  4. Check the Tunnel Status.

aviatrix_bgp_lan_status_1

  1. Go to MULTI-CLOUD TRANSIT -> List.

  2. Select the Transit Primary Gateway that was created in the previous step.

  3. Click the button “DETAILS/DIAG.”

  4. Scroll down to the panel “Connections” -> “On-prem Connections.”

  5. Find the connection that you created with “Connection Name” in the previous step.

  6. Check the Tunnel Status.

aviatrix_bgp_lan_status_2

Step 4.5. Verify BGP session status on Aviatrix Controller

  1. Go to MULTI-CLOUD TRANSIT -> BGP.

  2. Find the connection that you created with “Connection Name” in the previous step.

  3. Check the BGP Status.

aviatrix_bgp_status

Step 4.6. Verify BGP session status on Cisco Meraki vMX

  1. Login Meraki Dashboard.

  2. Select the “NETWORK” where this Cisco Meraki vMX in Transit VPC locates.

  3. Go to Security & SD-WAN -> MONITOR -> Event log.

cisco_meraki_aws_vMX_bgp_event_log

Step 4.7. Verify routing info on Cisco Meraki vMX

  1. Login Meraki Dashboard.

  2. Select the “NETWORK” where this Cisco Meraki vMX in Transit VPC locates.

  3. Go to Security & SD-WAN -> MONITOR -> Route table.

  4. Check whether Cisco Meraki vMX has the routes to branch Cisco Meraki device via VPN.

  5. Check whether Cisco Meraki vMX has the routes to Aviatrix Spoke VPC via BGP on LAN.

cisco_meraki_aws_vMX_routing_info

Step 4.8. Verify routing info on branch Cisco Meraki device

  1. Log in to the Meraki Dashboard.

  2. Select the “NETWORK” where this branch Cisco Meraki locates.

  3. Go to Security & SD-WAN -> MONITOR -> Route table.

  4. Check whether Cisco Meraki vMX has the routes to Aviatrix Spoke VPC via Cisco Meraki vMX in Transit VPC.

cisco_meraki_aws_branch_vMX_routing_info

Note

If iBGP protocol betweeen Meraki vMX in Transit VPC and branch Meraki device does not establish properly, please attempt to reboot Meraki vMX in Transit VPC.

5. Ready to go!

At this point, run connectivity and performance test to ensure everything is working correctly.

6. Troubleshooting Tips

  • Check to make sure “Source/Dest check” on Meraki vMX’s interface is disabled.

  • Check whether the routing table and security group are configured properly.

  • Check eBGP is established between Aviatrix Transit Gateway and Meraki vMX in Transit VPC.

  • Check iBGP is established between Meraki vMX and branch Meraki device.