Modify a proxy IP pool configuration


Change one or more existing proxy IP pool configurations. If you select multiple configurations, you can modify all of the selected configurations at one time.

Access mode

config

Syntax

vSwitch-name loadBalance proxyIPPool name text

Arguments

Field Name Description
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".