Google Cloud Platform Virtual Edge Deployment Guide

Google Cloud Platform Virtual Edge Deployment Guide

Google Cloud Platform Virtual Edge Deployment Guide VMware SD-WAN 4.1 Google Cloud Platform Virtual Edge Deployment Guide You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ VMware, Inc. 3401 Hillview Ave. Palo Alto, CA 94304 www.vmware.com © Copyright 2020 VMware, Inc. All rights reserved. Copyright and trademark information. VMware, Inc. 2 Contents 1 Google Cloud Platform Virtual Edge Deployment Guide 4 Google Cloud Virtual Edge Deployment Overview 4 Virtual Edge Deployment on GCP 5 Prepare GCP Environment 7 Create a VPC Network 7 Create Inbound Firewall Rules 10 Create Routes in a VPC Network 12 Provision an Edge on SD-WAN Orchestrator 15 Deploy a Virtual Edge from GCP Marketplace 17 Deploy a Virtual Edge with GCP Deployment Manager 20 Enable Deployment Manager 22 Verify Edge Activation 23 VMware, Inc. 3 Google Cloud Platform Virtual Edge Deployment Guide 1 This document provides instructions for deploying Virtual VMware SD-WAN Edge on Google Cloud Platform (GCP). This chapter includes the following topics: n Google Cloud Virtual Edge Deployment Overview n Virtual Edge Deployment on GCP n Prepare GCP Environment n Provision an Edge on SD-WAN Orchestrator n Deploy a Virtual Edge from GCP Marketplace n Deploy a Virtual Edge with GCP Deployment Manager n Verify Edge Activation Google Cloud Virtual Edge Deployment Overview More customers are moving workload to Public Cloud infrastructure and expect to extend SD- WAN from remote sites to public cloud to guarantee SLA. There are multiple options offered by VMware, leveraging distributed VMware SD-WAN Gateways to establish IPSec towards public cloud private network or deploy virtual edge directly on Google Cloud Platform (GCP). For small branch deployment that demand throughput less than 1G, single virtual edge can be deployed in the Private GCP network. For larger data center deployments that demand multi-gig throughput, hub clustering can be deployed. Note In the VMware SD-WAN Hub clustering design, a Layer 3 Instance is leveraged on the LAN side to run BGP between hubs in the cluster and the Layer 3 Instance for route distribution in LAN. Since the GCP router does not support dynamic routing protocol, a third-party virtual router is required in the GCP infrastructure. This document illustrates a basic topology and a high-level workflow to deploy a virtual SD-WAN Edge (vVCE) on GCP. See Virtual Edge Deployment on GCP. Prerequisites n GCP account and login information. VMware, Inc. 4 Google Cloud Platform Virtual Edge Deployment Guide n Familiarity with GCP networking concepts. For more information, see https:// cloud.google.com/vpc/docs/overview. n SD-WAN Orchestrator target and admin account to login. GCP Machine Types Bandwidth throughput and the number of network interfaces need to be considered when sizing the VMware SD-WAN Virtual Edge. The minimum number of network interfaces required is three (GE1, GE2, GE3). Throughput 30 Mbps 50 Mbps 100 Mbps 200 Mbps 400 Mbps 1 Gbps vCPU 2 2 2 2 4 4 Memory 4 GB 4 GB 4 GB 8 GB 8 GB 8 GB Machine Type vCPUs Memory (Gb) Max NICs n1-standard-4 4 15 4 n1-standard-8 8 30 8 Virtual Edge Deployment on GCP Describes the Virtual Edge deployment on the Google Cloud Virtual Private Cloud (VPC) with three VPC networks: Management VPC (10.0.2.x/24), Public VPC (10.0.0.x/24), and Private VPC (10.0.1.x/24), each for a subnet connected to the Edge as shown in the following topology diagram. VMware, Inc. 5 Google Cloud Platform Virtual Edge Deployment Guide Basic Topology Google Cloud Platform (GCP) us-west1 (Oregon) 10.0.2.4/24 n1-standart-4 Mgmt Subnet eth0 2.4 Linux-JH 35.19.184.51 GE1 34.82.243.159 2.6 34.83.80.249 Gateway eth0 GE2 GE3 1.5 0.4 1.4 vVCE instance <— RFC1918 ubuntu-srv 10.0.0.4/24 10.0.1.4/24 Public Subnet Private Subnet The Virtual Edge routes between the two subnets. The Public VPC Routes will forward all offnet traffic to the Internet Gateway. The Gateway Router in the Private subnet will forward all traffic to the LAN facing interface on the Virtual Edge (GE3). In this example, a default route is used to forward “ALL” traffic from the workloads but is not necessary. RFC1918 summarization or specific branch/hub prefixes can be used to narrow what is sent to the Virtual Edge. For example, if the workloads in the Private Subnet still needs to be accessible via SSH from publicly sourced IPs then the VPC Router could be configured to point the default route (0.0.0.0/0) to Internet Gateway and RFC1918 summarization to Virtual Edge. High-Level Workflow To deploy a VMware SD-WAN Virtual Edge on Google Cloud Platform, perform the following steps: 1 Prepare the GCP environment: a Create three Virtual Private Cloud (VPC) networks (MGMT VPC network, Public VPC network, and Private VPC network), each for a subnet connected to the Edge (n1- standard-4) as shown in the topology diagram. n MGMT subnet for console/management access to the Edge through Management Interface GE1. n Public subnet for Internet access from the Edge through WAN-side Interface GE2. n Private subnet for LAN-side device access through LAN-side Interface GE3. VMware, Inc. 6 Google Cloud Platform Virtual Edge Deployment Guide For steps, see Create a VPC Network. b Create inbound firewall rules for VPC networks: Management, Private, and Public. For steps, see Create Inbound Firewall Rules. c Add a new default route (0.0.0.0/0) entry in route table of Private VPC network pointing to the Edge, with the next hop IP address as the Edge's GE3 interface IP. For steps, see Create Routes in a VPC Network. 2 Provision a SD-WAN Edge on the VMware SD-WAN Orchestrator as follows: a Create an edge of type Virtual Edge. b Change GE1 interface to Routed from Switched and disable WAN Overlay and NAT Direct Traffic. c Change GE2 interface to Routed from Switched and enable WAN Overlay and NAT Direct Traffic. d Disable WAN Overlay and NAT Direct Traffic for GE3 interface, which will be the next hop for devices connected to Private Subnets (LAN devices). For more information, see Provision an Edge on SD-WAN Orchestrator. 3 Deploy the Virtual Edge. You can deploy the Virtual Edge by using one of the following methods: n Deploy a Virtual Edge from GCP Marketplace n Deploy a Virtual Edge with GCP Deployment Manager 4 Verify if the virtual edge is up in the SD-WAN Orchestrator. Prepare GCP Environment Before deploying a Virtual Edge on Google Cloud Platform (GCP), you have to prepare the GCP environment by completing the following steps: n Create a VPC Network n Create Inbound Firewall Rules n Create Routes in a VPC Network Create a VPC Network You can choose to create an Automatic mode or Custom mode Virtual Private Cloud (VPC) network. Automatic mode networks create one subnet in each Google Cloud region automatically when you create the network. For Custom mode VPC networks, you have to create a network and then create subnets that you want within a region. You can create subnets when you create the network or you can add subnets later, but you cannot create instances in a region that has no subnet defined. VMware, Inc. 7 Google Cloud Platform Virtual Edge Deployment Guide Prerequisites Ensure you have a Google account and access/login information to the Google Cloud Platform (GCP) Console. Procedure 1 Log on to the GCP Console. 2 Click VPC Networks. The VPC Networks page appears. VMware, Inc. 8 Google Cloud Platform Virtual Edge Deployment Guide 3 Click Create VPC network. The Create a VPC network page appears. 4 In the Name textbox, enter a unique name for the VPC network. 5 Under Subnets, choose Custom or Automatic as the Subnet creation mode. If you choose Custom, then in the New subnet area, specify the following configuration parameters for a subnet: a In the Name textbox, enter a unique name for the subnet. b From the Region drop-down menu, select a region for the subnet. VMware, Inc. 9 Google Cloud Platform Virtual Edge Deployment Guide c In the IP address range textbox, enter an IP address range. d To define a secondary IP range for the subnet, click Create secondary IP range. e Private Google access: Choose whether to enable Private Google Access for the subnet when you create it or later by editing it. f Flow logs: Choose whether to enable VPC flow logs for the subnet when you create it or later by editing it. g Click Done. 6 To add more subnets, click Add subnet and repeat the steps in Step 5. You can also add more subnets to the network after you have created the network. 7 Choose the Dynamic routing mode for the VPC network. 8 Click Create. Results The VPC network and subnet are created. What to do next Create Inbound Firewall Rules Create Inbound Firewall Rules Firewall rules are defined at the network level, and only apply to the network where they are created. To create inbound firewall rules for a VPC network, perform the steps on this procedure. Prerequisites n Ensure you have a Google account and access/login information to the Google Cloud Platform (GCP) Console. n Ensure you have created the VPC networks. n Review the firewall rule components and ensure to become familiar with firewall configuration components as used in Google Cloud.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    24 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us