Book Image

VMware NSX Network Essentials

By : sreejith c
Book Image

VMware NSX Network Essentials

By: sreejith c

Overview of this book

VMware NSX is at the forefront of the software-defined networking revolution. It makes it even easier for organizations to unlock the full benefits of a software-defined data center – scalability, flexibility – while adding in vital security and automation features to keep any sysadmin happy. Software alone won’t power your business – with NSX you can use it more effectively than ever before, optimizing your resources and reducing costs. Getting started should be easy – this guide makes sure it is. It takes you through the core components of NSX, demonstrating how to set it up, customize it within your current network architecture. You’ll learn the principles of effective design, as well as some things you may need to take into consideration when you’re creating your virtual networks. We’ll also show you how to construct and maintain virtual networks, and how to deal with any tricky situations and failures. By the end, you’ll be confident you can deliver, scale and secure an exemplary virtualized network with NSX.
Table of Contents (15 chapters)
VMware NSX Network Essentials
Credits
Foreword
About the Author
About the Reviewer
www.PacktPub.com
Preface

Deploying an NSX Edge gateway


An NSX Edge gateway is a perimeter device and for the same reason, all ingress and egress traffic from a network virtualized data center has to go through Edge devices and finally hit the upstream router. In our case three tier application is in need of communicating with an external network-192.168.100.0/24 which demands an Edge gateway to deployed. Let's deploy an NSX Edge gateway and connect with Distributed Logical Router. In a nutshell, all we are doing is connecting two routers together and creating a dynamic routing environment for them to exchange the networks, so that eventually, our three-tier application can communicate with network 192.168.100.0/24.

The steps are as follows:

  1. On the vSphere web client home tab, click Inventories | Networking & Security.

  2. In the left-hand navigation pane, select NSX Edges.

  3. In the middle pane, click the green plus sign to open the New NSX Edge dialog box.

  4. On the Name and description page, leave Edge Services Gateway selected...