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

Setting up a load balancer


We will perform the following steps in the same order to set up and test a load balancer.

  • Set global option for the load balancer

  • Create an application profile

  • Create a service monitor to define health check performance

  • Create a server pool

  • Test the load balancer

Setting global options

The procedure for setting global options for the load balancer is as follows:

  1. Log in to the vSphere web client.

  2. Click Networking & Security and then click NSX Edges.

  3. Double-click an NSX Edge.

  4. Click Manage and then click the Load Balancer tab.

  5. Click Edit.

  6. Select the check boxes next to the options you want to enable:

    • Enable Load balancer: Allows the NSX Edge load balancer to distribute traffic to internal servers for load balancing

    • Enable Service Insertion: Allows the load balancer to work with third-party vendor appliances.

    • Acceleration Enabled: When enabled, the NSX Edge load balancer uses the faster L4 LB engine rather than the L7 LB engine.

    • Logging: The NSX Edge load balancer collects...