Setup Guide

Table Of Contents
flowcontrol receive off
flowcontrol transmit off
5. 구성을 NVRAM 커밋합니다.
copy running-configuration startup-configuration
6. 스위치 2에도 단계를 반복합니다.
configure terminal
interface port-channel 30
description Uplink
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 200
vlt-port-channel 30
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
copy running-configuration startup-configuration
iSCSI 스토리지 네트워크용 ToR(Top-of-Rack) 스위치 구성
여러 개의 iSCSi 네트워크를 생성할 있습니다. 단계를 수행하기 전에 예약한 VLAN ID 목록은 스토리지 서비스에 대한 네트워크
준비 워크시트 참조하십시오.
1. 번째 ToR 스위치(Switch1) 대해 터미널 연결을 수립합니다.
2. 글로벌 구성 모드를 시작합니다.
configure terminal
3. 스토리지 VLAN 생성합니다.
interface vlan 200
description Storage_Network
no shutdown
exit
4. 노드 A 포트에 대한 스토리지 VLAN 구성
interface port-channel 10
switchport trunk allowed 200
exit
60 Dell PowerSwitch Series S4148 ToR(Top-of-Rack) 스위치를 사용하여 PowerStore T 모델 구성