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

Introduction


VMware NSX provides two mechanisms to achieve routing; the first tier of routing is performed by the Distributed Logical Router (DLR), and the second tier of routing is performed by the Edge services gateway (ESG).

The first tier of routing is known as distributed routing and it's performed by the DLR in the ESXi Hypervisor. Distributed routing is an integral part of any NSX deployment and is usually the first hop for virtual machines that are associated with a logical network; this is because the DLR runs in the ESXi kernel and is highly optimized for "east-west" traffic flows within the data center.

The secondary tier of routing is performed by the ESG. The ESG is a multifaceted device within NSX that provides many different services, but in this chapter, we will only explore its routing capabilities. The ESG comes in a virtual machine form factor and is generally used to provide "north-south" connectivity from virtual networks (logical switches) to the physical network. In...