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-Protocol 流量,您可以将 Citrix ADC 设备(或虚拟设备)配置为中继代理,根据消息内容(消息中的 AVP 值)对数据包进行负载平衡并将其转发到相应的目的地。由于该设备不执行任何应用程序级处理,因此它为配置的内容交换策略指定的所有 diameter 应用程序提供中继服务。因此,当客户端建立 Diameter 连接时,设备会在能力交换应答 (CEA) 消息中通告中继应用程序 ID。必须配置内容交换虚拟服务器、负载平衡虚拟服务器和服务以代表 diameter 节点。当请求到达内容交换虚拟服务器时,虚拟服务器会应用与该请求类型相关的内容交换策略。评估策略后,内容交换虚拟服务器会将请求路由到相应的负载平衡虚拟服务器,然后由负载平衡虚拟服务器将请求发送到相应的服务。
Diameter 接口提供不同 Diameter 节点之间的连接。以下示例部署使用 Cx 和 Rx 接口。Cx 接口在 CSCF 和 HSS 之间提供连接。Rx 接口在 CSCF 和 PCRF 之间提供连接。所有消息都将传送到 Citrix ADC 设备。根据消息是针对 Cx 还是 Rx 接口,以及定义的内容交换策略,Citrix ADC 会选择合适的负载平衡服务器池。
示例配置
-
对于每个实体,创建一个服务、一个负载平衡服务器,并将该服务绑定到虚拟服务器。
add service svc_pcrf[1-3] 1.1.1.1[1-3] DIAMETER 3868 add service svc_hss[1-3] 1.1.1.2[1-3] DIAMETER 3868 add lb vserver vs_rx DIAMETER -persistenceType DIAMETER –persistavpno 263 add lb vserver vs_cx DIAMETER -persistenceType DIAMETER –persistavpno 263 bind lb vserver vs_rx svc_pcrf[1-3] bind lb vserver vs_cx svc_hss[1-3] <!--NeedCopy-->
-
创建内容交换虚拟服务器和两个操作(每个负载平衡虚拟服务器一个)。创建两个内容交换策略,并将这些策略绑定到内容交换虚拟服务器,为每个策略指定优先级。
add cs vserver cs_diameter DIAMETER 10.1.1.10 3868 add cs action cx_action -targetLBVserver vs_cx add cs action rx_action –targetLBvserver vs_rx add cs policy cx_policy -rule "DIAMETER.REQ.AUTH_APPLICATION_ID.EQ(16777216)" -action cx_action add cs policy rx_policy -rule "DIAMETER.REQ.AUTH_APPLICATION_ID.EQ(16777236)" -action rx_action bind cs vserver cs_diameter -policyName rx_policy -priority 100 bind cs vserver cs_diameter -policyName cx_policy -priority 110 <!--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.