Skip to content

vpn-clientlessAccessPolicy

The following operations can be performed on "vpn-clientlessAccessPolicy":

add| rm| set| show|

add vpn clientlessAccessPolicy

Adds a clientless access policy, which enables users to log on using a web browser and connect to the bookmarked web address without requiring the user to install a software plug-in.

Synopsis

add vpn clientlessAccessPolicy <name> <rule> <profileName>

Arguments

name

Name of the new clientless access policy.

rule

Expression, or name of a named expression, specifying the traffic that matches the policy.

The following requirements apply only to the Citrix ADC CLI: * If the expression includes one or more spaces, enclose the entire expression in double quotation marks. * If the expression itself includes double quotation marks, escape the quotations by using the \ character. * Alternatively, you can use single quotation marks to enclose the rule, in which case you do not have to escape the double quotation marks.

profileName

Name of the profile to invoke for the clientless access.

rm vpn clientlessAccessPolicy

Removes a clientless access policy.

Synopsis

rm vpn clientlessAccessPolicy <name>

Arguments

name

Name of the clientless access policy to remove.

set vpn clientlessAccessPolicy

Adds a new rule to be used by an existing clientless access policy that includes a simple expression that specifies the conditions for which the policy is enforced.

Synopsis

set vpn clientlessAccessPolicy <name> [-rule <expression>] [-profileName <string>]

Arguments

name

Name of the existing clientless access policy to modify.

rule

Expression, or name of a named expression, specifying the traffic that matches the policy.

The following requirements apply only to the Citrix ADC CLI: * If the expression includes one or more spaces, enclose the entire expression in double quotation marks. * If the expression itself includes double quotation marks, escape the quotations by using the \ character. * Alternatively, you can use single quotation marks to enclose the rule, in which case you do not have to escape the double quotation marks.

profileName

Name of the profile to invoke for the clientless access.

show vpn clientlessAccessPolicy

Displays a clientless access policy.

Synopsis

show vpn clientlessAccessPolicy [<name>]

Arguments

name

Name of the clientless access policy to display.

Output

rule

The rule used by the clientless access policy. Rules are combinations of expressions. Expressions are simple conditions, such as a test for equality, applied to operands, such as a URL string or an IP address. Expression syntax is described in the Installation and Configuration Guide

profileName

The profile to invoked for the clientless access.

undefAction

The UNDEF action.

hits

The number of times the policy evaluated to true.

undefHits

The number of times the policy evaluation resulted in undefined processing.

activePolicy

Indicates whether policy is bound or not.

boundTo

Location where policy is bound.

priority

Specifies the priority of the policy.

description

Description of the clientless access policy.

isDefault

A value of true is returned if it is a default vpnclientlessrwpolicy.

stateflag

builtin

Flag to determine if vpn clientless rewrite policy is built-in or not

feature

The feature to be checked while applying this config

devno

count

Was this article helpful?