-
-
-
-
-
書き換えのDiameterサポート
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!
書き換えのDiameterサポート
リライト機能が Diameter プロトコルをサポートするようになりました。HTTP や TCP のリクエストやレスポンスと同じように Diameter のリクエストやレスポンスを変更するように Rewrite を設定できます。これにより、Rewrite を使用して Diameter リクエストのフローを管理し、必要な変更を加えることができます。たとえば、Diameter リクエストの「Origin-Host」値が不適切な場合は、Rewrite を使用して Diameter サーバーが許容できる値に置き換えることができます。
Diameter リクエストを変更するようにリライトを設定するには
直径リクエスト内のオリジンホストを別の値に置き換えるように書き換え機能を設定するには、コマンドプロンプトで次のコマンドを入力します。
- <add rewrite action <actname> replace “DIAMETER.REQ.AVP(264,\“NetScaler.example.net\”)” For <actname>, substitute a name for your new action. 名前は 1 ~ 127 文字で、文字、数字、ハイフン (-) と下線 ( _) を使用できます。NetScaler.Example.netの場合は、元のホスト名の代わりに使用したいホストオリジンに置き換えてください。
- add rewrite policy <polname> “diameter.req.avp(264).value.eq(\“host.example.com\”)” <actname> For <polname>, substitute a name for your new policy. と同様に <actname>、名前は 1 ~ 127 文字で、文字、数字、ハイフン (-) と下線 ( _) を使用できます。host.example.com には、変更するホストオリジンの名前に置き換えてください。<actname> の代わりに、作成したアクションの名前を使用してください。
- bind lb vserver <vservername> -policyName <polname> -priority <priority> -type REQUEST For <vservername>, substitute the name of the load balancing virtual server to which you want to bind the policy. <polname> の代わりに、作成したポリシーの名前を使用してください。 には <priority>、ポリシーの代わりに優先度を使用してください。
例:
「host.example.com」のすべてのDiameter Host-Originを「Netscaler.example.net」に変更する書き換えアクションとポリシーを作成するには、次のアクションとポリシーを追加し、図のようにポリシーをバインドできます。
> add rewrite action rw_act_replace_avp replace "diameter.req.avp(264)" "diameter.new.avp(264,"NetScaler.example.net")"
> add rewrite policy rw_diam_pol "diameter.req.avp(264).value.eq("client.realm2.net")" rw_act_replace_avp
> bind lb vserver vs1 -policyName rw_diam_pol -priority 10 -type REQUEST
Done
<!--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.