Setup Guide

Table Of Contents
12. ToR スイッチでポート インターフェイスを構成するコードのサンプル
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
ノード B のポート 1 へのスイッチ 1 ノード B のポート 0 へのスイッチ 2
configure terminal
interface ethernet 1/1/54
description Node-B-Port-1
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
configure terminal
interface ethernet 1/1/54
description Node-B-Port-0
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
トップオブラックToRスイッチのアップリンク ポート
構成
1. 1 台目 ToR スイッチSwitch1とのターミナル セッションを確立します。
2. グローバル構成モードをにします。
configure terminal
3. アップリンクのポート チャネルを設定します。
interface port-channel 30
description Uplink
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
vlt-port-channel 30
4. スイッチのアップリンク ポートを設定します。
メモ: iSCSI のベストプラクティスをするため、以下すように、フロー制御にすることをおめします。
interface ethernet 1/1/29
description Uplink_Ports
no shutdown
channel-group 30 mode active
no switchport
flowcontrol receive off
flowcontrol transmit off
interface ethernet 1/1/30
description Uplink_Ports
no shutdown
channel-group 30 mode active
no switchport
flowcontrol receive off
flowcontrol transmit off
Dell EMC PowerSwitch シリーズ S4148-ON スイッチを使用した構成 31