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!
配置 RIP
路由信息协议 (RIP) 是一种距离矢量协议。Citrix ADC 支持 RFC 1058 和 RFC 2453 中定义的 RIP。RIP 可以在任何子网上运行。
启用 RIP 后,您需要配置 RIP 路由的播发。为了进行故障排除,您可以限制 RIP 传播。您可以显示 RIP 设置以验证配置。
启用和禁用 RIP
使用下列过程之一启用或禁用 RIP。启用 RIP 后,Citrix ADC 设备将启动 RIP 进程。禁用 RIP 后,设备将停止 RIP 进程。
要使用 CLI 启用或禁用 RIP 路由,请执行以下操作:
在命令提示符下,输入以下命令之一以启用或禁用 RIP:
- enable ns feature RIP
- 禁用 ns 功能 RIP
要使用 GUI 启用或禁用 RIP 路由,请执行以下操作:
- 导航到“系统”>“设置”,在“模式和功能”组中,单击“更改高级功能”。
- 选择或清除 RIP 路由选项。
广告路线
RIP 使上游路由器能够在两个独立 Citrix ADC 设备上托管的两个相同虚拟服务器之间进行负载平衡流量。路由播发使上游路由器能够跟踪位于 Citrix ADC 后面的网络实体。
要使用 VTYSH 命令行将 RIP 配置为通告路由,请执行以下操作:
在命令提示符下,按所示顺序键入以下命令:
命令 | 说明 |
---|---|
VTYSH | 显示 VTYSH 命令提示符。 |
configure terminal | 进入全局配置模式。 |
路由器撕裂 | 启动 RIP 路由进程并进入路由过程的配置模式。 |
redistribute static | 重新分配静态路由。 |
redistribute kernel | 重新分发内核路由。 |
示例:
>VTYSH
NS# configure terminal
NS(config)# router rip
NS(config-router)# redistribute static
NS(config-router)# redistribute kernel
<!--NeedCopy-->
限制 RIP 传播
如果您需要对配置进行故障排除,可以在任何给定接口上配置只听模式。
要使用 VTYSH 命令行限制 RIP 传播,请执行以下操作:
在命令提示符下,按所示顺序键入以下命令:
命令 | 说明 |
---|---|
VTYSH | 显示 VTYSH 命令提示符。 |
configure terminal | 进入全局配置模式。 |
路由器撕裂 | 启动 RIP 路由进程并进入路由过程的配置模式。 |
passive-interface < vlan_name> | 禁止绑定到指定 VLAN 的接口上的路由更新。 |
示例:
>VTYSH
NS# configure terminal
NS(config)# router rip
NS(config-router)# passive-interface VLAN0
<!--NeedCopy-->
验证 RIP 配置
您可以显示路由表和其他 RIP 设置。
要使用 VTYSH 命令行查看 RIP 设置,请执行以下操作:
在命令提示符下,按以下顺序键入以下命令:
命令 | 说明 |
---|---|
VTYSH | 显示 VTYSH 命令提示符。 |
sh rip | 显示更新的 RIP 路由表。 |
sh rip interface |
显示指定 VLAN 的 RIP 信息。 |
示例:
NS# VTYSH
NS# sh rip
NS# sh rip interface VLAN0
<!--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.