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、HTTP 和 HTTPS 连接,它的运行方式不同。对于 HTTP 或 HTTPS 服务,令牌在 HTTP 标头、URL 或 BOTY 中找到。要查找令牌,请指定或创建经典或高级表达式。有关传统或高级表达式的详细信息,请参阅 策略配置和参考。
对于 HTTP 服务,虚拟服务器在 TCP 负载的前 24 千字节 (KB) 中搜索配置的令牌。对于非 HTTP(TCP、SSL 和 SSL_TCP)服务,如果 16 个数据包的总大小小于 24 KB,则虚拟服务器会在前 16 个数据包中搜索配置的令牌。但是,如果 16 个数据包的总大小大于 24 KB,则设备会在前 24 KB 的负载中搜索令牌。您可以在不同类型的虚拟服务器之间使用此负载平衡方法,以确保将呈现相同令牌的请求定向到适当的服务,而无论使用何种协议。
例如,考虑由包含 Web 内容的服务器组成的负载平衡设置。您希望将 Citrix ADC 设备配置为在请求的 URL 查询部分内搜索特定字符串(令牌)。Server-1 有两个服务,即 Service-HTTP-1 和 Service-TCP-1,Server-2 有两个服务,即 Service-HTTP-2 和 Service-TCP-2。TCP 服务绑定到虚拟服务器 LB-2,HTTP 服务绑定到虚拟服务器 LB-1。
如果 Vserver-LB-1 收到带有令牌 AA 的请求,则会选择服务 Service-HTTP-1(绑定到 server-1))来处理请求。如果 V服务器LB-2 收到具有相同令牌 (AA) 的不同请求,则会将此请求定向到服务 TCPP-1。下图说明了此过程。
图 1. 令牌方法的工作原理
使用命令行界面配置令牌负载平衡方法
在命令提示符处,键入以下命令来配置令牌负载平衡方法并验证配置:
set lb vserver <name> -lbMethod TOKEN -rule <rule> -datalength <length> -dataoffset <offset>
show lb vserver <name>
<!--NeedCopy-->
示例:
set lb vserver LB-VServer-1 -lbMethod TOKEN -rule 'AA' -datalength 2 -dataoffset 25
show lb vserver LB-VServer-1
<!--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.