Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

2401および2210 VRTXスイッチでのLAGの設定方法

Summary: 2401および2210 VRTXスイッチでのLAGの設定方法

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions


この文書では、リンク アグリゲーションを設定する方法を説明します。


 
リンク アグリゲーション(LAG)設定すると、スイッチの複数のインターフェイスを1つの論理インターフェイスとして扱えます。これにより、スパニング ツリーに依存せずに、帯域幅(速度ではなく)やリンクの冗長性を拡張できます。LAGには、スタティックとLACPの2種類があります。スタティックなLAGは常にLAGの一部とみなされますが、LACPの場合は接続デバイスとの間でネゴシエートが行われます。両側でLACPが実行されていれば、LACPが動作します。利用可能な場合は、スタティックではなくLACPを使用することを推奨します。

LAGの設定は次の手順に従って行います。この例では、8つのインターフェイスLAGに、8つの外部インターフェイスすべてを使用しています。


1.  LAGに参加するすべてのインターフェイスで、既存の設定を削除するようにしてください。
2.  両側の設定が完了するまで、LAGに参加するすべてのインターフェイスのプラグを抜くかシャットダウンします。
3.  次のコマンドを入力します。


console>enable
console#config
console(config)#interface range gi0/1-8

スタティックLAGの場合
console(config-if-range)#channel-group 1 mode on

LACP LAGの場合
console(config-if-range)#channel-group 1 mode auto
console(config-if-range)#exit
console(config)#

LAGを設定するには、仮想インターフェイスに入り、設定を適用します。
console(config)#interface port-channel 1
console(config-if)#

接続デバイスのLAGを正しく設定してから、すべてのインターフェイスに電源を入れて、インターフェイスを接続します。すべて検証し機能していれば、設定を保存してください。

以下は、トラブルシューティングのためにLAGのステータスを表示するコマンドの一例です。

Console#show interface port-channel 1
Console#show LACP port-channel 1

Article Properties


Affected Product

POWEREDGE VRTX

Last Published Date

21 Feb 2021

Version

3

Article Type

How To