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)
此内容已动态机器翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
This content has been machine translated dynamically.
This content has been machine translated dynamically.
This content has been machine translated dynamically.
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.
这篇文章已经过机器翻译.放弃
Translation failed!
トラフィックレートポリシーの設定とバインド
レートベースのアプリケーションの動作を実装するには、適切なCitrix ADC機能でポリシーを構成します。機能は、デフォルトの構文ポリシーをサポートする必要があります。この機能がトラフィックレートを分析できるようにするには、ポリシー式に次の式プレフィクスが含まれている必要があります。
sys.check_limit(<limit_identifier>)
ここで、limit_identifier は制限識別子の名前です。
ポリシー式は、少なくとも 2 つのコンポーネントを含む複合式である必要があります。
- レート制限 ID が適用されるトラフィックを識別する式。たとえば、次のようになります:
http.req.url.contains("my_aspx.aspx").
- レート制限識別子を識別する式。たとえば、sys.check_limit (「my_limit_identifier」)。これは、ポリシー式の最後の式である必要があります。
コマンドラインインターフェイスを使用してレートに基づくポリシーを構成するには
コマンドプロンプトで次のコマンドを入力して、レートベースのポリシーを構成し、構成を確認します。
add cache|dns|rewrite|responder policy <policy_name> -rule expression && sys.check_limit("<LimitIdentifierName>") [<feature-specific information>]
次に、レートベースのポリシー規則の完全な例を示します。この例では、ポリシーに関連付けられているレスポンダーアクション 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
ポリシーのグローバルまたは仮想サーバへのバインドについては、「デフォルトの構文ポリシーのバインド」を参照してください。
構成ユーティリティを使用してレートベースのポリシーを構成するには
-
ナビゲーションウィンドウで、ポリシーを構成する機能 (統合キャッシュ、書き換え、レスポンダーなど) を展開し、[ポリシー] をクリックします。
-
詳細ペインで、[追加]をクリックします。[名前] に、ポリシーの一意の名前を入力します。
-
[式] で、ポリシールールを入力し、式の最終コンポーネントとして sys.check_limit パラメータが含まれていることを確認します。たとえば、次のようになります:
http.req.url.contains("my_aspx.aspx") && sys.check_limit("my_limit_identifier")
-
ポリシーに関する機能固有の情報を入力します。
たとえば、ポリシーをアクションまたはプロファイルに関連付ける必要がある場合があります。詳細については、機能固有のマニュアルを参照してください。
-
[作成]をクリックし、[閉じる]をクリックします。
-
[保存] をクリックします。
共有
共有
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix 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 Citrix product purchase decisions.
If you do not agree, select Do Not Agree to exit.