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

Creating a NSX Transport Zone


An NSX transport zone container can be created before a logical switch. In this recipe, we will create a unicast transport zone called RegionA01_TZ and add the RegionA01-COMP cluster to be part of the transport zone:

Getting ready

By now, you should have a vSphere cluster with the VXLAN and segment ID range configured, as covered in previous recipes. When creating a transport zone, a replication mode must be chosen. See the Introduction section to understand the replication mode options and what to consider.

Note

Once a replication mode has been chosen, you can still change it later in the transport zone level by editing the created transport zone. For example, you can create a unicast transport zone first and then once you scale to a larger network and want to offload some function to the physical network, you can migrate the transport zone from unicast to hybrid.

How to do it...

The following steps will show you how to create an NSX transport zone:

  1. Navigate to Networking...