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!
动态群集链路聚合
动态群集 LA 通道使用链路聚合控制协议 (LACP)。
您必须在群集 IP 地址和外部连接设备上执行类似的配置。如果可能,请将上游交换机配置为基于 IP 地址或端口而不是 MAC 地址分配流量。
需要记住的几个要点
- 启用 LACP(通过将 LACP 模式指定为 ACTIVE 或 PASSIVE)。
>**Note**
>
> Make sure the LACP mode is not set as PASSIVE on both the NetScaler cluster and the external connecting device.
- 在每个要作为频道一部分的接口上指定相同的 LACP 键。要创建群集 LA 通道,LACP 密钥的值可以介于 5 到 8 之间。例如,如果您将接口 0/1/2、1/1/2 和 2/1/2 上的 LACP 密钥设置为 5,则会创建 CLA/1。接口 0/1/2、1/1/2 和 2/1/2 会自动绑定到 CLA/1。同样,如果您将 LACP 密钥设置为 6,则会创建 CLA/2 通道。
- 将 LAG 类型指定为群集。
使用 CLI 配置动态群集 LA 通道
在群集 IP 地址上,对于要添加到群集 LA 通道的每个接口,键入:
set interface <id> -lacpMode <lacpMode> -lacpKey <positive_integer> -lagType CLUSTER<!--NeedCopy-->
示例:
配置群集 LA 通道 CLA/1 的 3 接口.
> set interface 0/1/2 -lacpMode active -lacpKey 5 -lagType Cluster
> set interface 1/1/2 -lacpMode active -lacpKey 5 -lagType Cluster
> set interface 2/1/2 -lacpMode active -lacpKey 5 -lagType Cluster
注意
或者,您可以在使用 LACP 的群集中启用链路冗余。
同样,在外部交换机上配置动态 LA。为Cisco® Nexus 7000 C7010 版本 5.2 (1) 提供了以下配置示例。必须在其他交换机上执行类似的配置。
Global config:
Configure terminal
feature lacp
Interface level config:
interface Ethernet2/47
switchport
switchport access vlan 10
channel-group 7 mode active
no shutdown
interface Ethernet2/48
switchport
switchport access vlan 10
channel-group 7 mode active
no shutdown
共享
共享
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.