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 High Availability


High Availability is required to ensure that application services supported by the edge such as firewall, NAT, and load balancing are available in the event of a hardware of a ESXi host where the Edge VM is running or software failure to a single ESG appliance. Edge HA minimizes the service disruption but does not provide a zero-downtime solution.

HA provided by the ESG is stateful and comes in the form of active and standby edge virtual machine appliances. As there are two virtual machines that effectively take the role of active/standby, it is good practice to ensure each appliance is located on separate resource pools and datastores to ensure that a hardware failure doesn't render both the active and standby appliances unserviceable.

The mechanism that one active ESG appliance uses to communicate with another is via a heartbeat, which by default is sending a hello every 15 seconds to signal that it is alive and healthy. In the event the standby appliance does...