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!
トラフィックドメインのレート制限
トラフィックドメインのレート制限を設定できます。Citrix ADC 式言語の次の式は、トラフィックドメインに関連付けられたトラフィックを識別します。
- client.traffic_domain.id
特定のトラフィックドメイン、一連のトラフィックドメイン、またはすべてのトラフィックドメインに関連付けられたトラフィックに対して、レート制限を設定できます。
トラフィックドメインのレート制限を構成するには、構成ユーティリティまたはCitrix ADCコマンドラインを使用して、Citrix ADCアプライアンスで次の手順を実行します。
- client.traffic_domain.id 式を使用して、トラフィックドメインに関連付けられたトラフィックを識別し、レート制限するストリームセレクタを設定します。
- レート制限の対象となるトラフィックの最大しきい値などのパラメータを指定するレート制限 ID を設定します。また、このステップでは、ストリームセレクタをレートリミッタに関連付けます。
- レート制限 ID を使用するポリシーに関連付けるアクションを設定します。
- sys.check_limit 式プレフィクスを使用してレート制限識別子を呼び出すポリシーを設定し、アクションをこのポリシーに関連付けます。
- ポリシーをグローバルにバインドします。
たとえば、ID が 10 と 20 の 2 つのトラフィックドメインが Citrix ADC NS1 で設定されているとします。トラフィックドメイン 10 では、LB1-TD-1 はサーバ S1 および S2 を負荷分散するように設定され、LB2-TD1 はサーバ S3 および S4 を負荷分散するように設定されています。
トラフィックドメイン 20 では、LB1-TD-2 はサーバ S5 および S6 をロードバランシングするように設定され、LB2-TD2 はサーバ S7 および S8 をロードバランシングするように設定されます。
次の表に、設定例でのトラフィックドメインのレート制限ポリシーの例を示します。
目的 | CLI コマンド |
---|---|
各トラフィックドメインのリクエスト数を 1 秒あたり 10 に制限します。 | add stream selector tdratelimit-1 CLIENT.TRAFFIC_DOMAIN.ID add ns limitIdentifier limitidf-1 -threshold 10 -selectorName tdratelimit-1 -trapsInTimeSlice 0 add responder policy ratelimit-pol “sys.check_limit(\“limitidf-1\”)” DROP bind responder global ratelimit-pol 1 |
各トラフィックドメインについて、クライアントあたり 1 秒あたり 5 件のリクエスト数を制限します。 | add stream selector tdandclientip CLIENT.IP.SRC,CLIENT.TRAFFIC_DOMAIN.ID add ns limitIdentifier td_limitidf -threshold 5 -selectorName tdandclientip -trapsInTimeSlice 5 add responder policy tdratelimit-pol “sys.check_limit(\“td_limitidf\”)” DROP bind responder global tdratelimit-pol 2 |
特定のトラフィックドメイン(トラフィックドメイン 10 など)に送信されるリクエストの数を 3 秒ごとに 30 件に制限します。 | add stream selector tdratelimit CLIENT.TRAFFIC_DOMAIN.ID add ns limitIdentifier td10_limitidf -threshold 30 -timeSlice 3000 -selectorName tdratelimit -trapsInTimeSlice 5 add responder policy td10ratelimit “client.traffic_domain.id==10 && sys.check_limit(\“td10_limitidf\”)” DROP bind responder global td10ratelimit 3 |
特定のトラフィックドメイン(トラフィックドメイン 20 など)の接続数を、クライアントあたり 1 秒あたり 5 に制限します。 | add stream selector tdandclientip CLIENT.IP.SRC CLIENT.TRAFFIC_DOMAIN.ID add ns limitIdentifier td20_limitidf -threshold 5 -mode CONNECTION -selectorName tdandclientip -trapsInTimeSlice 5 add responder policy td20_ratelimit “client.traffic_domain.id==20 && sys.check_limit(\“td20_limitidf\”)” DROP bind responder global td20_ratelimit 4 |
共有
共有
この記事の概要
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.