Book Image

VMware NSX Cookbook

By : Bayu Wibowo, Tony Sangha
Book Image

VMware NSX Cookbook

By: Bayu Wibowo, Tony Sangha

Overview of this book

This book begins with a brief introduction to VMware's NSX for vSphere Network Virtualization solutions and how to deploy and configure NSX components and features such as Logical Switching, Logical Routing, layer 2 bridging and the Edge Services Gateway. Moving on to security, the book shows you how to enable micro-segmentation through NSX Distributed Firewall and Identity Firewall and how to do service insertion via network and guest introspection. After covering all the feature configurations for single-site deployment, the focus then shifts to multi-site setups using Cross-vCenter NSX. Next, the book covers management, backing up and restoring, upgrading, and monitoring using built-in NSX features such as Flow Monitoring, Traceflow, Application Rule Manager, and Endpoint Monitoring. Towards the end, you will explore how to leverage VMware NSX REST API using various tools from Python to VMware vRealize Orchestrator.
Table of Contents (19 chapters)
Title Page
Packt Upsell
Foreword
Contributors
Preface
Index

Configuring the Distributed Logical Router


In this recipe, we will deploy the Distributed Logical Router onto the VMware NSX infrastructure using the vSphere web client. We will use the previously mentioned routing topology to serve as a reference point. In this recipe, we will configure the DLR.

Getting ready

To configure the DLR, the following prerequisites must be met:

  • The user must have an NSX enterprise administrator or NSX administrator role
  • The local segment ID and transport zone must be configured, as described in Chapter 2, Configuring VMware NSX Logical Switch Networks
  • The NSX controllers must be deployed and available
  • The ESXi cluster the DLR will be deployed to must be on the same transport zone as the logical switches that will connect to it
  • The target ESXi hosts must have sufficient capacity to run the DLR control virtual machine
  • The logical switches, as depicted in the preceding routing topology diagram, have been created
  • The VXLAN-backed Portgroup (logical switch) is available to...