P4G_IPV6_CLIENT_RANGE#

# set
<module-index>/<port-index> P4G_IPV6_CLIENT_RANGE [<group_index>] <ipv6_address> <address_count> <start_port> <port_count> <max_address_count>

# get
<module-index>/<port-index> P4G_IPV6_CLIENT_RANGE [<group_index>] ?

Description#

Specifies the number of client sockets (IPv6 address, port number).

Actions#

set, get

Parameters#

ipv6_address: string, the start ip address of the address range

address_count: integer, the number of IPv6 addresses

start_port: integer, the start port number of the port range

port_count: integer, the number of ports

max_address_count: long integer, the maximum number of IPv6 addresses that this CG will use, when connection incarnation is set to REINCARNATE

Example#

# set
input:  0/1 P4G_IPV6_CLIENT_RANGE [0] ::1 1 1 1 1
output: <OK>

# get
input:  0/1 P4G_IPV6_CLIENT_RANGE [0] ?
output: 0/1 P4G_IPV6_CLIENT_RANGE [0] ::1 1 1 1 1