-
-
-
ポリシーベースのTCPプロファイルの選択
-
通信サービスプロバイダーに負荷分散、キャッシュ、ログ記録などのDNSインフラストラクチャ/トラフィックサービスを提供する
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!
ポリシーベースのTCPプロファイルの選択
NetScalerアプライアンスは、サブスクライバー属性に基づいてTCP最適化を実行するように構成できます。たとえば、アプライアンスは、ユーザー機器 (UE) が接続されているネットワークに基づいて、実行時に異なる TCP プロファイルを選択できます。その結果、TCP プロファイルにいくつかのパラメーターを設定し、ポリシーを使用して適切なプロファイルを選択することで、モバイルユーザーの操作性を向上させることができます。
4G ネットワーク経由で接続する加入者用と、他のネットワーク経由で接続するユーザ用に、個別の TCP プロファイルを作成します。無線アクセステクノロジータイプ(RAT タイプ)などの加入者パラメータに基づいて選択されるポリシールールを定義します。次の例では、RAT タイプが EUTRAN の場合、より高速な接続をサポートする TCP プロファイルが選択されます (例 1)。その他すべての RAT タイプの値では、異なる TCP プロファイルが選択されます(例 2)。
無線アクセステクノロジーとそのポリシー設定の詳細については、 RFC 29.212を参照してください。
注
RAT タイプ AVP(AVP コード 1032)は「列挙」タイプで、UE にサービスを提供する無線アクセステクノロジーを識別するために使用されます。
値「1004」は、ラットがユートランであることを示します。
例1:
add ns tcpProfile tcp2 -WS ENABLED -SACK ENABLED -WSVal 8 -initialCwnd 16 - oooQSize 15000 -slowStartIncr 1 -bufferSize 1000000 -flavor BIC - dynamicReceiveBuffering DISABLED -sendBuffsize 1000000 -dsack DISABLED -maxcwnd 4000000 -fack ENABLED -minRTO 500 -maxburst 15
add appqoe action appact2 -priority HIGH -tcpprofile tcp2
add appqoe policy apppol2 -rule "SUBSCRIBER.AVP(1032).VALUE.GET_UNSIGNED32(0, BIG_ENDIAN).EQ(1004)" -action appact2
bind cs vserver <name> -policyname apppol2 -priority 20 -type request
<!--NeedCopy-->
例2:
add ns tcpProfile tcp1 -WS ENABLED -SACK ENABLED -WSVal 8 -initialCwnd 16 - oooQSize 15000 -slowStartIncr 1 -bufferSize 150000 -flavor BIC - dynamicReceiveBuffering DISABLED -sendBuffsize 150000 -dsack DISABLED -maxcwnd 4000000 -fack ENABLED -minRTO 200 -maxburst 15
add appqoe action appact1 -priority HIGH -tcpprofile tcp1
add appqoe policy apppol1 -rule "SUBSCRIBER.AVP(1032).VALUE.GET_UNSIGNED32(0, BIG_ENDIAN).NE(1004)" -action appact1
bind cs vserver <name> -policyname apppol1 -priority 10 -type request
<!--NeedCopy-->
共有
共有
この記事の概要
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.