-
-
-
-
重写的 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 协议。您可以将 Rewrite 配置为修改 Diameter 请求和响应,就像修改 HTTP 或 TCP 请求和响应一样,从而允许您使用 Rewrite 来管理 Diameter 请求的流程并进行必要的修改。例如,如果 Diameter 请求中的“Origin-Host”值不合适,则可以使用 Rewrite 将其替换为 Diameter 服务器可接受的值。
配置 Rewrite 以修改 Diameter 请求
要配置重写功能以将直径请求中的 Origin-Host 替换为不同的值,请在命令提示符处键入以下命令:
- <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,用您想要使用的 Host-Origin 代替原始的主机名。
- add rewrite policy <polname> “diameter.req.avp(264).value.eq(\“host.example.com\”)” <actname> 对于 <polname>,请用一个名称替换您的新策略。与 <actname> 一样,名称可以由 1 到 127 个字符组成,可以包含字母、数字以及连字符 (-) 和下划线 ( _) 符号。对于 host.example.com,替换要更改的 Host-Origin 的名称。对于 <actname>,请替换您刚刚创建的操作的名称。
- bind lb vserver <vservername> -policyName <polname> -priority <priority> -type REQUEST 对于 <vservername>,请替换要将策略绑定到的负载平衡虚拟服务器的名称。对于 <polname>,请替换您刚刚创建的策略的名称。对于 <priority>,请替换策略的优先级。
示例:
要创建重写操作和策略以将“host.example.com”的所有 Diameter Host-Origins 修改为“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.