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