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!
配置 IPv6 RIP
IPv6 路由信息协议 (RIP) 或 RIPng 是一种距离矢量协议。此协议是 RIP 支持 IPv6 的扩展。启用 IPv6 RIP 后,您需要配置 IPv6 RIP 路由的播发。为了进行故障排除,您可以限制 IPv6 RIP 传播。您可以显示 IPv6 RIP 设置以验证配置。
IPv6 RIP 的必备条件
在开始配置 IPv6 RIP 之前,请执行以下操作:
- 请确保您了解 IPv6 RIP 协议。
- 在 Citrix ADC 设备上安装 IPv6PT 许可证。
- 启用 IPv6 功能。
宣传 IPv6 RIP 路由
IPv6 RIP 使上游路由器能够在两个独立 Citrix ADC 设备上托管的两个相同虚拟服务器之间进行负载平衡流量。路由播发使上游路由器能够跟踪位于 Citrix ADC 后面的网络实体。
要使用 VTYSH 命令行配置 IPv6 RIP 以通告 IPv6 路由,请执行以下操作:
在命令提示符下,按所示顺序键入以下命令:
命令 | 说明 |
---|---|
VTYSH | 显示 VTYSH 命令提示符。 |
configure terminal | 进入全局配置模式。 |
router ipv6 rip | 启动 IPv6 RIP 路由进程并进入路由进程的配置模式。 |
redistribute static | 重新分配静态路由。 |
redistribute kernel | 重新分发内核路由。 |
示例:
>VTYSH
NS# configure terminal
NS(config)# router ipv6 rip
NS(config-router)# redistribute static
NS(config-router)# redistribute kernel
<!--NeedCopy-->
限制 IPv6 RIP 传播
如果您需要对配置进行故障排除,可以在任何给定接口上配置只听模式。
要使用 VTYSH 命令行限制 IPv6 RIP 传播,请执行以下操作:
在命令提示符下,按所示顺序键入以下命令:
命令 | 说明 |
---|---|
VTYSH | 显示 VTYSH 命令提示符。 |
configure terminal | 进入全局配置模式。 |
router ipv6 rip | 启动 IPv6 RIP 路由进程并进入路由进程的配置模式。 |
passive-interface < vlan_name> | 禁止绑定到指定 VLAN 的接口上的路由更新。 |
示例:
>VTYSH
NS# configure terminal
NS(config)# router ipv6 rip
NS(config-router)# passive-interface VLAN0
<!--NeedCopy-->
验证 IPv6 RIP 配置
您可以使用 VTYSH 显示指定 VLAN 的 IPv6 RIP 路由表和 IPv6 RIP 信息。
要使用 VTYSH 命令行查看 IPv6 RIP 设置,请执行以下操作:
在命令提示符下,按所示顺序键入以下命令:
命令 | 说明 |
---|---|
VTYSH | 显示 VTYSH 命令提示符。 |
sh ipv6 rip | 显示更新的 IPv6 RIP 路由表。 |
sh ipv6 rip interface |
显示指定 VLAN 的 IPv6 RIP 信息。 |
示例:
NS# VTYSH
NS# sh ipv6 rip
NS# sh ipv6 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.