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 ADC機能でポリシーを構成します。この機能は、高度なポリシーをサポートしている必要があります。この機能がトラフィックレートを分析できるようにするには、ポリシー式に次の式プレフィクスを含める必要があります。
sys.check_limit(<limit_identifier>)
<!--NeedCopy-->
ここで、制限識別子は制限識別子の名前です。
ポリシー式は、少なくとも 2 つのコンポーネントを含む複合式である必要があります。
- レート制限 ID が適用されるトラフィックを識別する式。例:
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] をクリックします。[Name] に、ポリシーの一意の名前を入力します。
-
[式] にポリシー規則を入力し、式の最後のコンポーネントとして 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.