Proxy IP Pools


View the current proxy IP pool configurations on this vRouter. A proxy IP pool contains the IP addresses to be used for client address translation and TCP multiplexing. You can create up to 256.

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

exec

Syntax

show vSwitch-name loadBalance proxyIPPool

Output Description

Heading Description Filter
Name A text string assigned to the proxy IP pool configuration. name text
Proxy IP Address Pool 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}.
ipRangeList text
Host vRouter 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). hostVRouter text
Service Type The VirtualService appServiceType that this pool can use.

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.
appServiceType enumeration
Proxy IP Port Range The range of ports to use in conjunction with the Proxy IP Address Pool in the format lowPort-highPort. portRange text

Related actions

You can do the following