Add a proxy IP pool configuration


Configure up to 256 pools.

Each pool can have up to 64 IP addresses using a combination of IP ranges (separated with a hyphen character (-)) and individual IP addresses (separated with the semicolon character (;)).

Access mode

config

Syntax

vSwitch-name loadBalance proxyIPPool

Arguments

Field Name Description
name text A text string assigned to the proxy IP pool configuration.
ipRangeList text The list of ranges of proxy addresses. Enter each range, in dot-decimal format, using one of the following two methods:

1. With a hyphen representing the span, for example, {1.1.1.1 - 1.1.1.10, 2.2.2.1-2.2.2.10}

2. As IP/Range, for example, {1.1.1.0/255.255.255.192}, which equates to {1.1.1.0-1.1.1.63}.
hostVRouter text Optional: The vRouter from which inbound traffic from the Internet reaches this host, in the format vSwitch:vRouter. The default vRouter is the virtual routing component in the operator-defined vSwitch that connects to the backend servers (or hosts).
appServiceType enumeration Optional: The VirtualService appServiceType that this pool can use.

The default setting is "L4SLB_OR_L3SLB".

Valid values:
  • L4SLB_OR_L3SLB : Layer 4 or layer 3 server load balancing (stateless).
  • L4SLB_ADV_OR_HTTP_OR_SSL : TCP-terminated server load balancing.
portRange text Optional: The range of ports to use in conjunction with the Proxy IP Address Pool in the format lowPort-highPort.

The default setting is "1024-65535".