-
-
-
-
配置和绑定流量速率策略
-
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 功能中配置策略来实现基于速率的应用程序行为。该功能必须支持高级策略。要使功能能够分析流量速率,策略表达式必须包含以下表达式前缀:
sys.check_limit(<limit_identifier>)
<!--NeedCopy-->
其中 limit_identifier 是限制标识符的名称。
策略表达式必须是至少包含两个组件的复合表达式:
- 标识应用速率限制标识符的流量的表达式。例如:
http.req.url.contains("my_aspx.aspx").
<!--NeedCopy-->
- 标识速率限制标识符的表达式,例如 sys.check_limit (“my_limit_identifier”)。这必须是策略表达式中的最后一个表达式。
使用命令行界面配置基于速率的策略
在命令提示符下,键入以下命令以配置基于速率的策略并验证配置:
add cache|dns|rewrite|responder policy <policy_name> -rule expression && sys.check_limit("<LimitIdentifierName>") [<feature-specific information>]
<!--NeedCopy-->
以下是基于速率的策略规则的完整示例。请注意,此示例假定您已配置与策略关联的响应程序操作 send_direct_url。请注意,sys.check_limit 参数必须是策略表达式的最后一个元素:
add responder policy responder_threshold_policy "http.req.url.contains("myindex.html") && sys.check_limit("my_limit_identifier")" send_direct_url
<!--NeedCopy-->
有关全局绑定策略或将策略绑定到虚拟服务器的信息,请参阅“绑定高级策略策略”。“
使用配置实用程序配置基于速率的策略
-
在导航窗格中,展开要在其中配置策略的功能(例如,集成缓存、重写或响应程序),然后单击策略。
-
在详细信息窗格中,单击 Add(添加)。在名称中,输入策略的唯一名称。
-
在表达式下,输入策略规则,并确保包含 sys.check_limit 参数作为表达式的最后一个组成部分。例如:
http.req.url.contains("my_aspx.aspx") && sys.check_limit("my_limit_identifier") <!--NeedCopy-->
-
输入有关策略的特定于功能的信息。
例如,您可能需要将策略与操作或配置文件相关联。有关详细信息,请参阅特定于功能的文档。
-
单击 Create(创建),然后单击 Close(关闭)。
-
单击保存。
共享
共享
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.