Skip to main content

Dell Networking OS9でポート チャネルを作成する方法

Summary: Dell Networking OS9およびレガシーForce10スイッチでポート チャネル リンク アグリゲーション グループ(LAG)を作成する方法

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

この記事では、新しいポート チャネルまたはリンク アグリゲーション グループ(LAG)を作成し、OS9を実行しているDell Networkingスイッチで複数のVLANを許可するプロセスについて説明します。この例では、Link Aggregation Control Protocol (LACP)を使用します。

目次

  1. LACPポート チャネルのインターフェイス設定
  2. ポート チャネル上のハイブリッドSwitchport
  3. LACPポート チャネル ステータスの表示
  4. ポート チャネルLAGのVLAN設定
  5. オプション:  LACPロング タイムアウト
 

LACPポート チャネルのインターフェイス設定

まず、ポートから現在の設定を削除してから、新しいポート チャネルを追加します。静的ポート チャネルの詳細については、「Dell Networking: OS9 FTOSでVLANを構成し、ポートをVLANに関連付ける方法
ファームウェア9.9以降の場合:

コマンド パラメータ
FTOS> enable 
イネーブル モードに入ります。 
FTOS# configure 
設定モードに切り替えます 
FTOS(conf)# default interface te 0/10 
すべてのインターフェイス設定を削除します 
FTOS(conf)# default interface te 0/11 
すべてのインターフェイス設定を削除します 
FTOS(conf)# interface range te 0/10-0/11 
ポート チャネルに使用するポートの範囲を選択します。 
FTOS(conf-if-range-te-0/10-11)# no shutdown 
ポートを有効にします
FTOS(conf-if-range-te-0/10-11)# port-channel-protocol lacp 
インターフェイス範囲のLACP設定モードに入ります 
FTOS(conf-if-range-te-0/10-11-lacp)# port-channel 5 mode active 
ポート チャネル5を追加し、「active」を使用してLACPを指定します。 
FTOS(conf-if-range-te-0/10-11-lacp)# end 
設定モードを終了します 

 
コマンド:

default interface te 0/10

は、ポート上のVLAN設定を含むポート設定をクリアし、代わりに各設定を手動で削除する必要があります。このコマンドを使用するには、ファームウェア9.9以降が必要です。

ファームウェア9.8以前の場合:

コマンド パラメータ
FTOS> enable
イネーブル モードに入ります。
FTOS# configure
設定モードに切り替えます
FTOS(conf)# interface range te 0/10-0/11
ポート チャネルに使用するポートの範囲を選択します。 
FTOS(conf-if-range-te-0/10-11)# no portmode hybrid 
現在の設定を削除します(必要な場合)
FTOS(conf-if-range-te-0/10-11)# no switchport 
現在の設定を削除します(必要な場合) 
FTOS(conf-if-range-te-0/10-11)# port-channel-protocol lacp
インターフェイス範囲のLACP設定モードに入ります 
FTOS(conf-if-range-te-0/10-11-lacp)# port-channel 5 mode active 
ポート チャネル5を追加し、「active」を使用してLACPを指定します。 
FTOS(conf-if-range-te-0/10-11-lacp)# end 
設定モードを終了します 


前述の変更を行う際に、ポートはデフォルト設定になっている必要があります。次のエラーが表示された場合:
Error: Te 0/10 Port is part of a non-default VLAN
削除する必要があるVLAN設定があります。次の例は、ポートTe 0/10からタグ付けされたVLAN 2の削除を示しています。
FTOS# config
FTOS(conf)# Interface VLAN 2
FTOS(conf-if-vl-2)# no tagged te 0/10

デフォルト以外のすべてのVLANがインターフェイスから削除されると、VLANのエラーは表示されなくなります。 

ポート チャネル上のハイブリッドSwitchport

ポート チャネルにはハイブリッドswitchportの使用をお勧めします。スイッチポートの詳細については、「 Dell Networking: OS9 FTOSでVLANを構成し、ポートをVLANに関連付ける方法。ハイブリッドswitchportを使用して、新しいポート チャネルを設定します。 
FTOS(conf)# interface port-channel 5  
FTOS(conf-if-po-5)# portmode hybrid
FTOS(conf-if-po-5)# switchport
 

LACPポート チャネル ステータスの表示

新しいポート チャネルが動作していることを確認します。ステータスが表示される前に、接続されているデバイスをLACP LAG用に構成する必要があります。
FTOS# show lacp 5

Port-channel 5 admin up, oper up, mode lacp
LACP Fast Switch-Over Disabled
Actor System ID:Priority 32768, Address 0001.e800.a12b
Partner System ID:Priority 32768, Address 0001.e801.45a5
Actor Admin Key 1, Oper Key 1, Partner Oper Key 1
LACP LAG 5 is a normal LAG

A - Active LACP, B - Passive LACP, C - Short Timeout, D - Long Timeout
E - Aggregatable Link, F - Individual Link, G - IN_SYNC, H - OUT_OF_SYNC
I - Collection enabled, J - Collection disabled, K - Distribution enabled
L - Distribution disabled, M - Partner Defaulted, N - Partner Non-defaulted,
O - Receiver is in expired state, P - Receiver is not in expired state

Port Te 0/10 is enabled, LACP is enabled and mode is lacp
  Actor   Admin: State ACEHJLMP Key 1 Priority 128
           Oper: State ACEGIKNP Key 1 Priority 128
  Partner Admin: State BDFHJLMP Key 0 Priority 0
           Oper: State BCEGIKNP Key 1 Priority 128

Port Te 0/11 is enabled, LACP is enabled and mode is lacp
  Actor   Admin: State ACEHJLMP Key 1 Priority 128
           Oper: State ACEGIKNP Key 1 Priority 128
  Partner Admin: State BDFHJLMP Key 0 Priority 0
           Oper: State BCEGIKNP Key 1 Priority 128

 

メモ: Ciscoデバイスに接続したときに予期しない動作がある場合は、CiscoデバイスがアクティブLACPではなくパッシブLACPで設定されているかどうかを確認します。

 

ポート チャネルLAGのVLAN設定 

タグなしVLANをポート チャネルに追加するには、次のコマンドを入力します。
FTOS(conf)# interface vlan 100
FTOS(conf-if-vl-100)# untagged port-channel 5
802.1Qタグ付きVLANをポート チャネルに追加するには、次のコマンドを入力します。
FTOS(conf)# interface vlan 200
FTOS(conf-if-vl-100)# tagged port-channel 5

VLANの詳細については、「Dell Networking: OS9 FTOSでVLANを構成し、ポートをVLANに関連付ける方法
 
メモ: 次のコマンドを実行して変更を保存します。
copy running-configuration startup-configuration
または
write
終了したら。 

 

LACPロング タイムアウトの設定(オプション)

  
メモ: プロトコル データ ユニット(PDU)は、LACPセッションを維持するためにポート チャネル(LAG)インターフェイス間で交換されます。PDUは、LACPのタイムアウト値に応じて、低速または高速の転送レートのいずれかで送信されます。タイムアウト値は、LACPセッションを停止する前に、LAGインターフェイスがリモート システムからPDUを待機する時間です。デフォルトのタイムアウト値は1秒です。デフォルトのタイムアウト値は30秒に設定することができます。長いタイムアウトを呼び出すと、リモート システムが稼働しているにもかかわらずシステムの中断によりPDUを一時的に転送できない場合、LAGのフラッピングを妨げる可能性があります。

LACPロング タイムアウト設定の例:

Dell(conf)# interface port-channel 32
Dell(conf-if-po-32)# no shutdown
Dell(conf-if-po-32)# switchport
Dell(conf-if-po-32)# lacp long-timeout
Dell(conf-if-po-32)# end


 

Affected Products

OS9, Force10 S25N-S50N, Force10 S25-01-GE-24P, Force10 S25-01-GE-24T, Force10 S25-01-GE-24V, Force10 S50-01-GE-48T-V, Force10 S50-01-GE-48T, PowerSwitch S3048-ON, PowerSwitch S4048-ON, PowerSwitch S4810P, PowerSwitch S4810-ON, PowerSwitch S4820T , PowerSwitch S5000, Force10 S50P, Force10 S55T, Force10 S60-44T, PowerSwitch S6000, PowerSwitch S6000 ON, Force10 Z9000, Dell Networking Z9500, Dell Networking S3100 Series, PowerSwitch S4048T-ON, PowerSwitch S6010-ON, PowerSwitch S6100-ON, PowerSwitch Z9100-ON ...
Article Properties
Article Number: 000106935
Article Type: How To
Last Modified: 27 Feb 2024
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.