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!
GSLB 设置和配置示例
一个组织具有地理位置分散的网络,并在美国、墨西哥和哥伦比亚拥有三个数据中心。在与这些位置相关的配置中,这些位置分别称为美国、MX 和 CO。在每个位置,公司都有一个服务器场,它提供了相同的内容,并且安装程序按预期工作。每个位置的 Citrix ADC 设备都通过虚拟服务器进行配置,端口 80 上的 HTTP 协议。
该组织通过在每个站点添加站点标识符来实现 GSLB 设置。站点标识符包括 Citrix ADC 设备拥有并用于 GSLB 通信的站点名称和 IP 地址。 每个站点都有一个设备本地站点。此外,每个站点都有两个远程到本地设备的站点。在每个站点上,都会创建具有相同名称的 GSLB 虚拟服务器。此虚拟服务器在全球范围内识别组织的网站,并且没有与其关联的任何 IP 地址。 安装程序还配置了 GSLB 服务,通过指定相应虚拟服务器的 IP 地址、协议和端口号,指向每个 GSLB 站点上配置的负载平衡虚拟服务器。这些服务绑定到 GSLB 虚拟服务器。
注意:在以下过程中,命令使用 GSLB 站点的私有 IP 地址。对于公共站点和 GSLB 服务,请确保您为这些站点使用公共 IP 地址。
下表列出了示例中使用的 IP 地址和位置:
IP 地址 | 位置 |
---|---|
10.3.1.101 | 本地 Citrix ADC 的站点 IP。 |
172.16.1.101 | 远程位置站点-MX 的站点 IP。 |
192.168.1.101 | 网站 IP 远程位置站点-有限公司. |
172.16.1.100 | 远程位置站点 MX 的服务 IP。 |
10.3.1.100 | 本地 Citrix ADC 的服务 IP. |
192.168.1.100 | 远程位置网站有限公司的服务 IP。 |
添加 GSLB 站点时,如果站点仅通过 Internet 进行通信,则使用“公有 IP”字段。例如,当 GSLB 站点之间没有站点到站点 VPN 连接时。
使用 CLI 命令使用 Citrix ADC 设备配置 GSLB 设置
-
启用 GSLB 功能(如果尚未完成)。
enable ns feature gslb <!--NeedCopy-->
-
识别用于添加本地 GSLB 站点的 SNIP。
-
为本地 Citrix ADC 设备添加 GSLB 站点。
add gslb site site-US 10.3.1.101 <!--NeedCopy-->
-
添加远程 Citrix ADC 设备的 GSLB 站点。
add gslb site site-MX 172.16.1.101 add gslb site site-CO 192.168.1.101 <!--NeedCopy-->
-
添加引用 GSLB 设置中正在使用的服务的 GSLB 虚拟服务器:
add gslb vserver gslb-lb HTTP <!--NeedCopy-->
-
为参与 GSLB 设置的每个站点添加 GSLB 服务:
add gslb service gslb_SVC30 172.16.1.100 HTTP 80 -siteName site-MX add gslb service gslb_SVC10 10.3.1.100 HTTP 80 -siteName site-US add gslb service gslb_SVC20 192.168.1.100 HTTP 80 -siteName site-CO <!--NeedCopy-->
-
将 GSLB 服务绑定到 GSLB 虚拟服务器:
bind gslb vserver gslb-lb -serviceName gslb_SVC10 bind gslb vserver gslb-lb -serviceName gslb_SVC20 bind gslb vserver gslb-lb -serviceName gslb_SVC30 <!--NeedCopy-->
-
将域绑定到 GSLB 虚拟服务器。
bind gslb vserver gslb-lb -domainName www.mycompany.com -TTL 30 <!--NeedCopy-->
-
添加侦听 DNS 查询的 ADNS 服务。
set service Service-ADNS-1 10.14.39.21 ADNS 53 <!--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.