Skip to content

Creating a Google Cloud Services Connection for an MVE with Fortinet SD-WAN

You can create a network connection from an MVE (a FortiGate) to Google Cloud through Partner Interconnect.

When connecting to Google Cloud Platform (GCP) through Partner Interconnect with Megaport ONE, the Virtual Cross Connect (VXC) forms the Layer 2 component of the connection and Layer 3 BGP is established directly between the customer and GCP.

Important

Before you begin, create an MVE (FortiGate) in FortiManager. For details, see Creating an MVE. The MVE needs to be in the active state.

There are three parts to adding a Google Cloud connection to your MVE and FortiManager.

  1. Create a Partner Interconnect attachment in Google Cloud Console or gcloud CLI. Copy the pairing key that is provided as part of the attachment creation. For additional details, see the Google documentation on Google Partner Interconnects.

  2. In the Megaport ONE Portal, create a VXC from your MVE to connect to your Google Cloud attachment.

  3. In FortiManager, create a new interface and add the details of the Google Cloud connection.

These instructions step through the second and third parts.

Note

MVE for Fortinet SD-WAN requires configuration steps in both FortiManager and the Megaport ONE Portal for all cloud connections.

Adding the Google Cloud connection in the Megaport ONE Portal

To set up the GCP connection, you need to create the connection in the Megaport ONE Portal.

To deploy a VXC to Google Cloud Platform from the Megaport ONE Portal

  1. In the Megaport ONE Portal, choose Networking > Services.
  2. Click the gear icon Gear icon next to the MVE you want to use.
    If you haven’t already created an MVE, see Creating an MVE.
  3. Select Add Connection.
    Add Connection
  4. Select Cloud Virtual Cross Connect as the Connection Type.
  5. Select Google Cloud as the Cloud Provider.
    New Connection
  6. Specify the Google Configuration details:

    • Google Partner Pairing Key – Copy and paste the pairing key from the Google Cloud console into the field in the right-hand pane. The relevant Google targets appear based on the region of your GCI Partner connection.
    • Available Google Ports – Select the target location for your connection.
      Google as the provider
  7. Provide these VXC Configuration details:

    • Connection Name – This is a free text field allowing you to assign an easily identifiable name for this connection.
    • Rate Limit – This is the speed of your connection in Mbps. The speed cannot be changed once deployed. Enter the same rate you selected for your Google port speed.
    • A-End VLAN – This is the VLAN for this connection that you will receive through the MVE. This must be a unique VLAN ID on this MVE and can range from 2 to 4093. If you specify a VLAN ID that is already in use, the system displays the next available VLAN number. The VLAN ID must be unique to proceed with the order. If you don’t specify a value, Megaport ONE will assign one.
  8. Specify the Billing Details:

    • Service Level Reference (optional) – Specify a unique identifying number for the VXC to be used for billing purposes, such as a cost center number or a unique customer ID. The service level reference number appears for each service under the Product section of the invoice. You can also edit this field for an existing service.

      Note

      Partner-managed accounts can apply a Partner Deal to a service.

    • Promo Code – If you have a promo code, enter it and click Add Code.

  9. Click Create Connection.

  10. Review the connection details and click Confirm.

  11. After you have deployed the VXC, go back to your attachment in the Google Cloud Console and accept it.
    You will be provided your private IP address from Google to configure BGP.
    Ensure that you pre-activate the attachment or mark the attachment as active after configuring the VXC. Otherwise, you cannot set up BGP with your SD-WAN instance.

Note

The Google ASN will always be 16550.

Adding the Google Cloud connection to FortiManager

After you create the connection from your MVE to Google Cloud and set up the connection in the Google console, you need to configure it in FortiManager. This involves configuring BGP settings, ASNs, and VLANs.

To add the Google Cloud connection in FortiManager

  1. Collect the connection details from the Google console.
    Display the details of the connection you created in Google Cloud for this connection. Note the values for the Peer ASN, Cloud Router BGP IP, and BGP Peer ID.
    Google connection details

  2. Collect the connection details from the Megaport ONE Portal.
    Click the gear icon Gear icon for the Google connection from your MVE and click Edit. Select the Details tab and note the value for the A-End VLAN.

  3. Log in to the FortiManager.

    Note

    You can also log in on your MVE instance: https://<mve-ip-address>

  4. From your managed device, go to the System menu and choose Interface.
    System Interface
    The page displays port1 as your physical interface.

  5. Click +Create New > Interface and provide this information:

    • Interface Name – Specify a meaningful name for the interface.
    • Alias Name (optional) – Provide an alternate name.
    • Type – Choose VLAN.
    • Interface – Choose the parent interface: port1.
    • VLAN ID – Specify the A-End VLAN listed for this Google Connection in the Megaport ONE Portal.
    • Role – Choose Undefined.
    • Addressing Mode – Select Manual.
    • IP/Netmask – These values are available in the VLAN attachment details in the Google Cloud console. The IP address appears in the BGP Peer IP field.
    • Administrative Access – Specify how you want to access this interface, such as HTTPS, PING, and SSH.
    • DHCP Server – Click OFF.
      Interface Settings
  6. Click OK.
    The new VLAN interface appears with your port1 physical interface.

You can run an execute ping command from FortiOS to verify the connection.

Note

You need to push the configuration to the MVE, which happens when you have AutoUpdate configured. If you cannot successfully ping the connection, go to Manage Devices in FortiManager, select the MVE, and choose Refresh Device from the More menu. If prompted, select AutoUpdate for the Config Status.

At this point, we have created the interface and next we need to create the BGP session.

  1. In FortiManager, go to Router > BGP.
    BGP Settings

  2. Provide this information:

    • Local AS – Provide the ASN for the MVE connection. Specify the Peer ASN that you defined in the BGP configuration for the VLAN attachment in the Google Cloud console.
    • Router ID – Specify the Cloud Router BGP IP from the VLAN attachment details in the Google Cloud console.
      Interface Settings
  3. In Neighbors, click +Create New.

  4. For the neighbor IP, add the Cloud Router BGP IP from the VLAN attachment details in the Google Cloud console.
  5. For Remote ASN, enter the Google Cloud ASN of 16550.
    This is a fixed value, and appears in the connection details on the Google console.

  6. Click OK.

  7. Click Apply.

Note

Google Cloud requires BGP multihop support. You can configure multihop support from the Fortinet CLI with these commands:

config router bgp
config neighbor
edit "<neighbor ip>"
set ebgp-enforce-multihop enable
next
end

Validating your Google Cloud connection

You can review connection details, including the connection state, from the Fortinet CLI with these commands:

  • get system interface – Displays configuration details and current status for the device interfaces.
  • get router info bgp neighbor <ip-address> – Displays configuration details and current status for the BGP neighbors.

Last update: 2023-05-26