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.

Dell Networking SmartFabric OS10:仮想リンク トランキングを設定する方法

Summary: Dell Networking SmartFabric OS10:仮想リンク トランキング(VLT)をセットアップする方法

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

この文書の手順は、仮想リンク トランク対応のOS10を実行しているスイッチに適用されます。この文書には、同じソフトウェア バージョンの実行など、VLTの要件は含まれていません。これらの手順を実行する前に、VLTの要件を確認することをお勧めします。

OS9の構成については、「Dell Networking OS9 Force10スイッチで仮想リンク トランキング(VLT)をセットアップする方法」を参照してください。

 
注:スイッチのスタッキングはOS10ではサポートされていません。仮想リンク トランキングは、2つの同一の物理スイッチを集約して、1つの論理拡張スイッチを形成します。この単一の論理エンティティは、接続されているすべてのアクセス、コア スイッチ、クライアントに高可用性と高い耐障害性を保証します。


VLT設定の概要

VLTピア スイッチのスパニング ツリー

スパニング ツリーはデフォルトで有効になっており、VLTドメインでループを防止することをお勧めします。Rapid Per-vlan Spanning-Tree(RPVST)(デフォルト)およびRapid Spanning-Tree Protocol(RSTP)モードは、VLTポートでサポートされています。

OS10# configure terminal 
OS10(config)# spanning-tree mode rstp [or] rapid-pvst
 

VLTドメインの作成およびVLTインターコネクトの設定(VLTi)

OS10# configure terminal
設定モードに入ります。
OS10(config)# interface range ethernet 1/1/1-1/1/2
インターフェイスの設定モードに入ります。
OS10(conf-range-eth1/1/1-1/1/2)# no switchport
VLTiポートからswitchportを削除します。
OS10(config)# vlt-domain 1
各ピアで同じドメインIDを設定して、VLTドメインを作成します。  
OS10(conf-vlt-1)# discovery-interface ethernet 1/1/1  
VLTiインターフェイスを設定します。 
OS10(conf-vlt-1)# discovery-interface ethernet 1/1/2  
VLTiインターフェイスを設定します。 

 

VLTの優先度、VLT MACアドレス、およびVLTバックアップ リンクを設定する

OS10# configure terminal 
設定モードに入ります。
OS10(config)# vlt-domain 1  
VLTドメインの設定モードに入ります。
OS10(conf-vlt-1)# primary-priority 4096 (primary peer)
OS10(conf-vlt-1)# primary-priority 8192 (secondary peer)  
各ピア スイッチのVLT優先度を指定します。
OS10(conf-vlt-1)# vlt-mac 00:11:22:33:44:55   
一意のMACアドレスを持つVLT MACアドレスを指定します。  
OS10(conf-vlt-1)# backup destination 1.1.1.2 (primary peer)
OS10(conf-vlt-1)# backup destination 1.1.1.1 (secondary peer)  
ピアスイッチの管理IPアドレスを指定します。   
これにより、システムを監視するハートビートが設定されます。   
 
注:ネットワーク内の各VLTドメインは、個別に一意のMACアドレスを使用する必要があります。このMACアドレスは、VLTドメイン内の両方のスイッチで同じである必要があります。 

 

接続されているエンド デバイスのLAGを設定する

次の例では、両方のVLTピアのEthernet 1/1/10をLACPポートチャネルで使用して、一方のエンド デバイスに接続します。 
 
OS10# configure terminal 
設定モードに入ります。
OS10(config)# interface port-channel  5 
エンド デバイスのLAGを指定します。両方のピアで同じLAG番号を使用します。  
OS10(conf-if-po-5)# vlt-port-channel 5
LAGをVLTとして指定します。  
OS10(conf-if-po-5)# exit
[終了(E)]
OS10(config)# interface ethernet 1/1/10  
インターフェイスの設定モードに入ります。
OS10(conf-if-eth1/1/10)# channel-group 5 mode active    
ポートのLAGを指定します。  
 
ポート チャネルがアップしていることを確認します。
OS10# show vlt 1 vlt-port-detail
VLT port channel ID : 5
VLT Unit ID    Port-Channel        Status      Configured ports     Active ports
----------------------------------------------------------------------------------
*1             port-channel5         up              1                   1
2              port-channel5         up              1                   1
 

確認と監視

OS10# show vlt 1
Domain ID                   : 1
Unit ID                         : 1
Role                            : primary
Version                       : 1.0
Local System MAC address   : 90:b1:1c:f4:xx:xx
VLT MAC address           :  00:11:22:33:44:55 
IP address                       : fda5:74c8:xxxx:1::1
Delay-Restore timer        : 1000 seconds
Peer-Routing                   : Disabled
Peer-Routing-Timeout timer  : 0 seconds
VLTi Link Status
port-channel1000          : up
                                 
VLT Peer Unit ID  System MAC Address  Status  IP Address           Version
--------------------------------------------------------------------------
 2               90:b1:1c:f4:xx:xx   up      fda5:74c8:xxxx:1::2   1.0


OS10# show vlt 1 mismatch
          Peer-routing mismatch:
          No mismatch                
          VLAN mismatch:
          No mismatch        
          VLT VLAN mismatch:
          No mismatch


OS10# show running-configuration vlt
!
vlt domain 1
discovery-interface ethernet 1/1/1
discovery-interface ethernet 1/1/2
primary-priority 4096
vlt-mac 00:11:22:33:44:55 
backup destination 1.1.1.2
!
interface port-channel 5
vlt-port-channel 5

VLTまたは追加のSmartFabric OS10構成の詳細については、「 SmartFabric OS10ソフトウェア ドキュメント 」ページの関連バージョンのユーザー ガイドを参照してください。

Article Properties


Affected Product
PowerSwitch S3048-ON, PowerSwitch S4048-ON, Software Defined Networking, Dell EMC Networking N3200-ON, PowerSwitch S4048T-ON, PowerSwitch S4112F-ON/S4112T-ON, PowerSwitch S4128F-ON/S4128T-ON, PowerSwitch S4148F-ON/S4148T-ON/S4148FE-ON , PowerSwitch S4148U-ON, PowerSwitch S4248FB-ON /S4248FBL-ON, PowerSwitch S5212F-ON, PowerSwitch S5224F-ON, PowerSwitch S5232F-ON, PowerSwitch S5248F-ON, PowerSwitch S5296F-ON, PowerSwitch S5448F-ON, PowerSwitch S6010-ON, PowerSwitch Z9100-ON, PowerSwitch Z9264F-ON, PowerSwitch Z9332F-ON, PowerSwitch Z9432F-ON, PowerSwitch Z9664F-ON, SmartFabric OS10 Software ...
Product
PowerSwitch S4112F-ON/S4112T-ON, PowerSwitch S4128F-ON/S4128T-ON, PowerSwitch S4148F-ON/S4148T-ON/S4148FE-ON, PowerSwitch S4148U-ON, PowerSwitch S4248FB-ON /S4248FBL-ON, PowerSwitch S5212F-ON, PowerSwitch S5224F-ON, PowerSwitch S5232F-ON , PowerSwitch S5248F-ON, PowerSwitch S5296F-ON, PowerSwitch S5448F-ON, PowerSwitch Z9100-ON, PowerSwitch Z9264F-ON, PowerSwitch Z9332F-ON, PowerSwitch Z9432F-ON, PowerSwitch Z9664F-ON, SmartFabric OS10 Software ...
Last Published Date

22 Mar 2024

Version

9

Article Type

How To