-
Configuring authentication, authorization, and auditing policies
-
-
Traffic policies
-
Configuring authentication, authorization, and auditing with commonly used protocols
-
Use an on-premises Citrix Gateway as the identity provider for Citrix Cloud
-
Troubleshoot authentication issues in Citrix ADC and Citrix Gateway with aaad.debug module
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Traffic policies
After you create one or more form SSO and traffic profiles, you create traffic policies and then bind the policies, either globally or to a traffic management virtual server, to put them into effect.
To create a traffic policy by using the command line interface
At the command prompt, type:
```add tm trafficPolicy
### Example
add tm trafficPolicy Traffic-Pol-1 “HTTP.REQ.HEADER(“Cookie”).CONTAINS(“login=true”)” Traffic-Prof-1
## To modify a traffic policy by using the command line interface
At the command prompt, type:
```set tm trafficPolicy <name> <rule> <action><!--NeedCopy-->
Example
set tm trafficPolicy Traffic-Pol-1 "HTTP.REQ.HEADER("Cookie").CONTAINS("login=true")" Traffic-Prof-1
<!--NeedCopy-->
To globally bind a traffic policy by using the command line interface
At the command prompt, type:
```bind tm global -policyName
### Example
```bind tm global -policyName Traffic-Pol-1<!--NeedCopy-->
To bind a traffic policy to a load balancing or content switching virtual server by using the command line interface
At the command prompt, type one of the following commands:
-
bind lb vserver <name> -policy <policyName> [-priority <priority>]<!--NeedCopy-->
-
bind cs vserver <name> -policy <policyName> [-priority <priority>]<!--NeedCopy-->
Example
bind authentication vserver auth-vserver-1 -policyName Traffic-Pol-1 -priority 1000
<!--NeedCopy-->
To unbind a globally bound traffic policy by using the command line interface
At the command prompt, type:
```unbind tm global -policyName
### Example
unbind tm global -policyName Traffic-Pol-1
## To unbind a traffic policy from a load balancing or content switching virtual server by using the command line interface
At the command prompt, type one of the following commands:
- ```unbind lb vserver <name> -policy <policyname><!--NeedCopy-->
unbind cs vserver <name> -policy <policyname><!--NeedCopy-->
Example
unbind authentication vserver auth-vserver-1 -policyName Traffic-Pol-1
<!--NeedCopy-->
To remove a traffic policy by using the command line interface
First unbind the session policy from global, and then, at the command prompt, type:
```rm tm trafficPolicy
### Example
rm tm trafficPolicy Traffic-Pol-1 ```
To configure and bind traffic policies by using the configuration utility
- Navigate to Security > AAA - Application Traffic > Traffic.
- Navigate to Security > AAA - Application Traffic > Policies > Traffic.
- In the details pane, do one of the following:
- To create a new session policy, click Add.
- To modify an existing session policy, select the policy, and then click Edit.
- In the Create Traffic Policy or Configure Traffic Policy dialog, specify values for the parameters.
- Name*—policyName (Cannot be changed for a previously configured session policy.)
- Profile*—actionName
- Expression—rule (You enter expressions by first choosing the type of expression in the leftmost drop-down list beneath the Expression text area and then typing your expression directly into the expression text area, or by clicking Add to open the Add Expression dialog box and using the drop-down lists in it to construct your expression.)
- Click Create or OK. The policy that you created appears in the details pane of the Session Policies and Profiles page.
Share
Share
In this article
- To create a traffic policy by using the command line interface
- To globally bind a traffic policy by using the command line interface
- To bind a traffic policy to a load balancing or content switching virtual server by using the command line interface
- To unbind a globally bound traffic policy by using the command line interface
- To remove a traffic policy by using the command line interface
- To configure and bind traffic policies by using the configuration utility
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.