| addresponderpolicylabel |
Use this method to creates a user-defined responder policy label, to which you can bind policies. A policy label is a tool for evaluating a set of policies in a specified order. By using a policy label, you can configure the responder feature to choose the next policy, invoke a different policy label, or terminate policy evaluation completely by looking at whether the previous policy evaluated to TRUE or FALSE. |
Syntax |
Parameters |
labelname |
Name for the responder policy label. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) hash (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after the responder policy label is added.
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 responder policy label" or my responder policy label'). This is mandatory parameter. |
policylabeltype |
Type of responses sent by the policies bound to this policy label. Types are:
* HTTP - HTTP responses.
* OTHERTCP - NON-HTTP TCP responses.
* SIP_UDP - SIP responses.
* RADIUS - RADIUS responses.
* MYSQL - SQL responses in MySQL format.
* MSSQL - SQL responses in Microsoft SQL format.
* NAT - NAT response.
* MQTT - Trigger policies bind with MQTT type.
* MQTT_JUMBO - Trigger policies bind with MQTT Jumbo type. Default value = NS_PLTMAP_RSP_REQ. |
comment |
Any comments to preserve information about this responder policy label. |
Return Value |
Returns simpleResult |
See Also |