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

Deploying Network or Guest Introspection Services


As explained in the introduction, the NSX DFW offers service insertion with third-party partner network and security services, which can be network introspection services or Guest Introspection services. In this recipe, we will deploy third-party network and security services for NSX. Once services are deployed, the network or guest introspection rules can be created through the Service Composer covered in earlier recipes.

Getting ready

Make sure you have Security Administrator or Enterprise Administrator access to NSX. To deploy partner services, the following prerequisites need to be satisfied:

  • A third-party management component must be deployed. Check the vendor's documentation.
  • Third-party service VM OVA must be downloaded or prepared.
  • vSphere cluster must be prepared for NSX. Network or Guest Introspection services are deployed on a vSphere cluster basis.
  • Data stores, PortGroups, and IP addresses should be allocated for the partner service...