/ #load balancing #nsx 

NSX Load Balancer: Virtual Server (VIP) Port Range

Someone asked me recently how to configure NSX Load Balancing to get a single virtual IP (VIP) with multiple ports. Indeed, applications often listen on multiple ports and to avoid creating multiple virtual servers for that, you can define VIPs that are based on a port range.

Reminder: NSX load balancer distributes network traffic across multiple servers to achieve optimal resource use. How does it work? You map an Edge IP address to a set of internal servers for load balancing. The key concepts of the NSX load balancer are, application profilevirtual server, server pool, server pool member, and service monitor.

virtual server (sometimes also referred as VIP or virtual IP) is an abstract of an application service, represented by a unique combination of IP, port, and protocol. This is where you configure the port numbers that the load balancer will listen on. You can define multiple ports (separated by a comma), a port range or a combination of both.

NSX Load Balancing: VIP / Virtual Server Port Range

And don’t forget: you can always use NSX API to CRUD your virtual servers. ;)

NSX Load Balancing: get VIP port range with API

Note: virtual server port range has been introduced with NSX 6.2.

Author

Romain

Staff II Technical Product Manager, technologist with 18+ years of Networking and Security experience in Data Center, Public Cloud & Virtualization (VMs and Containers). He is a double VCDX (DCV and NV, #120), VCDX panelist, frequent VMUG/VMworld speaker and contributor to the community via this blog or social media (follow him on Twitter @woueb).