Setup Guide
Table Of Contents
- Dell EMC PowerStore PowerStore Xモデルのネットワーキング ガイド
- 目次
- 関連資料
- 概要
- スイッチとネットワークを構成するための準備
- PowerStore Xモデル:ネットワーク構成要件
- Dell EMC PowerSwitchシリーズS4148-ONスイッチを使用した構成
- PowerStore Xモデル:アプライアンスとスイッチのケーブル接続
- スイッチとネットワークの構成の検証
- PowerStoreアプライアンスの検出
- PowerStore Xモデルアプライアンスの初期構成
- 複数のポートにまたがって実行するようストレージ ネットワークを拡張する
- 追加のストレージ ネットワークの作成
- その他のDell EMC PowerSwitchシリーズS4148-ONスイッチの設定操作

表 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