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!
为服务配置反向监视
如果探测标准满足,则反向监视器将服务标记为“关闭”,如果不满足“关闭”标记为“关闭”。例如,如果您希望备份服务仅在主服务为“关闭”时接收流量,则可以将反向监视器绑定到辅助服务,但将其配置为探测主服务。
Citrix ADC 设备支持以下反向监视器:
- HTTP
- ICMP
- TCP(来自版本 11.1 版本 49.x)
配置服务的 HTTP 反向监视
下表描述了 HTTP 直接监视和反向监视服务的条件:
条件 | 直通 | 反向 |
---|---|---|
未建立连接。 | 失败 | 失败 |
HTTP 响应代码与探测器的规格相匹配。 | 成功 | 失败 |
HTTP 响应代码与探测器的规格不匹配。 | 失败 | 成功 |
探测器超时了。 | 失败 | 失败 |
使用 CLI 为服务配置 HTTP 反向监视
在命令提示符下,键入:
add lb monitor <Monitor_Name> HTTP -respCode 200 -httpRequest "HEAD /" -destIP <Primary_Service_IP_Address> -destPort 80 -reverse YES
bind service <Secondary_Service_Name> -monitorname <Monitor_Name>
<!--NeedCopy-->
配置服务的 ICMP 反向监视
下表描述了 ICMP 直接和反向监视服务的条件:
条件 | 直通 | 反向 |
---|---|---|
收到 ICMP 回音答复。 | 成功 | 失败 |
探测器超时了。 | 失败 | 成功 |
使用 CLI 配置服务的 ICMP 反向监视
在命令提示符下,键入:
add lb monitor <Monitor_Name> PING -destIP <Primary_Service_IP_Address> -reverse YES
bind service <Secondary_Service_Name> -monitorname <Monitor_Name>
<!--NeedCopy-->
配置服务的 TCP 反向监视
如果直接 TCP 监视器在响应监视器探测时收到 RESET,则该服务标记为“向下”。但是,如果反向 TCP 监视器收到 RESET 响应,探测器将被视为成功,并且该服务标记为 UP。
下表描述了 TCP 反向监视服务的条件:
条件 | 直通 | 反向 |
---|---|---|
TCP 连接已建立。 | 成功 | 失败 |
探测器超时了。 | 失败 | 失败 |
对探头的响应是 RESET。 | 失败 | 成功 |
使用 CLI 配置服务的 TCP 反向监视
在命令提示符下,键入:
add lb monitor <Monitor_Name> TCP –destip <Primary_Service_IP_Address> -destport <primary_service_port> –reverse YES
bind service <Secondary_Service_Name> -monitorname <Monitor_Name>
<!--NeedCopy-->
使用 GUI 配置反向监视
- 导航到 流量管理 > 负载平衡 > 监视器。
- 创建 HTTP、ICMP 或 TCP 监视器,然后选择“反向”。
共享
共享
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.