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!
高级策略表达式
策略最基本的组成部分之一就是其规则。策略规则是允许策略分析流量的逻辑表达式。策略的大部分功能都来自其表达式。
表达式将流量或其他数据的特征与一个或多个参数和值进行匹配。例如,表达式可以使 NetScaler 能够完成以下操作:
- 确定请求是否包含证书。
- 确定发送 TCP 请求的客户端的 IP 地址。
- 识别 HTTP 请求包含的数据(例如,流行的电子表格或文字处理应用程序)。
- 计算 HTTP 请求的长度。
关于高级策略表达式
任何使用高级策略基础结构的功能也使用高级表达式。有关哪些功能使用高级策略的信息,请参阅表 NetScaler 功能、策略类型和策略使用情况。
高级策略表达式还有一些其他用途。除了在策略规则中配置高级表达式之外,还可以在以下情况下配置高级 表达式:
-
集成缓存:
您可以使用高级策略表达式为集成缓存中的内容组配置选择器。
-
负载平衡:
您可以使用高级策略表达式为使用 TOKEN 方法进行负载平衡的负载平衡虚拟服务器配置令牌提取。
-
重写:
您可以使用高级策略表达式来配置重写操作。
-
基于费率的策略:
在配置策略以控制到各种服务器的流量速率时,可以使用高级策略表达式配置限制选择器。
以下是高级策略表达式的一些简单示例:
- 一个 HTTP 请求 URL 包含的字符不超过 500 个字符。
http.req.url.length \<= 500
- HTTP 请求包含少于 500 个字符的 cookie。
http.req.cookie.length \< 500
- HTTP 请求 URL 包含特定的文本字符串。
http.req.url.contains(".html")
共享
共享
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.