この文書の手順は、仮想リンク トランク対応のOS10を実行しているスイッチに適用されます。この文書には、同じソフトウェア バージョンの実行など、VLTの要件は含まれていません。これらの手順を実行する前に、VLTの要件を確認することをお勧めします。
OS9の構成については、「Dell Networking OS9 Force10スイッチで仮想リンク トランキング(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
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インターフェイスを設定します。 |
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アドレスを指定します。 これにより、システムを監視するハートビートが設定されます。 |
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