ADC CLI Commands

cloudtunnel-vserver

The following operations can be performed on “cloudtunnel-vserver”:

set show rm add

set cloudtunnel vserver

Modifies the specified parameters of a Cloud Tunnel virtual server.

Synopsis

set cloudtunnel vserver [-Listenpolicy ] [-Listenpriority ]

Arguments

name Name of the virtual server to modify.

Listenpolicy String specifying the listen policy for the Cloud Tunnel virtual server. Can be either a named expression or an expression. The Cloud Tunnel virtual server processes only the traffic for which the expression evaluates to true. Default value: “none”

Listenpriority Integer specifying the priority of the listen policy. A higher number specifies a lower priority. If a request matches the listen policies of more than one virtual server, the virtual server whose listen policy has the highest priority (the lowest priority number) accepts the request. Default value: 101 Minimum value: 0 Maximum value: 100

show cloudtunnel vserver

Displays information about Cloud Tunnel vserver.

Synopsis

show cloudtunnel vserver []

Arguments

name Name of cloud tunnel vserver

Output

serviceType ServiceType of Listener using which traffic will be tunneled through cloud tunnel server.

state The current state of the virtual server, as UP, DOWN, BUSY, and so on.

effectiveState type The type of virtual server; for example, CONTENT based or ADDRESS based.

IPAddress The Virtual IP address of the Cloud Tunnel virtual server.

IPAddress IPv4 or IPv6 address of the Cloud Tunnel virtual server.

IPPattern The IP pattern of the virtual server.

port Port on which the virtual server listens.

range cacheType Virtual server cache type. The options are: TRANSPARENT, REVERSE, and FORWARD.

Listenpolicy String specifying the listen policy for the Cloud Tunnel virtual server. Can be either a named expression or an expression. The Cloud Tunnel virtual server processes only the traffic for which the expression evaluates to true.

Listenpriority Integer specifying the priority of the listen policy. A higher number specifies a lower priority. If a request matches the listen policies of more than one virtual server, the virtual server whose listen policy has the highest priority (the lowest priority number) accepts the request.

devno count stateflag

rm cloudtunnel vserver

Removes a configured cloudtunnel virtual server.

Synopsis

rm cloudtunnel vserver @ ...

Arguments

name Name of the virtual server to remove.

Example

rm cloudtunnel vserver tunnel1

add cloudtunnel vserver

Synopsis

add cloudtunnel vserver [-Listenpolicy [-Listenpriority ]]

Arguments

name Name for the Cloud Tunnel virtual server. Must begin with an ASCII alphabetic or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space,colon (:), at (@), equals (=), and hyphen (-) characters. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “my server” or ‘my server’).

serviceType ServiceType of Listener using which traffic will be tunneled through cloud tunnel server.

Possible values: TCP, UDP

Listenpolicy String specifying the listen policy for the Cloud Tunnel virtual server. Can be either a named expression or an expression. The Cloud Tunnel virtual server processes only the traffic for which the expression evaluates to true. Default value: “none”

Listenpriority Integer specifying the priority of the listen policy. A higher number specifies a lower priority. If a request matches the listen policies of more than one virtual server, the virtual server whose listen policy has the highest priority (the lowest priority number) accepts the request. Default value: 101 Minimum value: 0 Maximum value: 100

Example

add cloudtunnel vserver tunnel1 TCP

cloudtunnel-vserver