Setup Guide

Table Of Contents
3. 노드 A 포트에 대한 VLT 포트 채널을 생성합니다.
interface port-channel 10
description "LACP port channel for Node A"
vlt-port-channel 10
4. 노드 A 포트와 ToR 스위치 1 대한 기본 VLAN 구성합니다.
no shutdown
switchport mode trunk
switchport access vlan 1
5. PowerStore T 모델 노드에 연결되는 포트를 STP(spanning tree protocol) 엣지 포트로 구성합니다.
spanning-tree port type edge
exit
6. 노드 B 포트에 대한 VLT 포트 채널을 생성합니다.
interface port-channel 20
description "LACP port channel for Node B"
vlt-port-channel 20
7. 노드 B 포트와 ToR 스위치 1 대한 기본 VLAN 구성합니다.
no shutdown
switchport mode trunk
switchport access vlan 1
8. PowerStore T 모델 노드에 연결되는 포트를 STP(spanning tree protocol) 엣지 포트로 구성합니다.
spanning-tree port type edge
exit
9. 노드 A 포트를 번째 포트 채널 그룹으로 옮기고 액티브 LACP 모드를 활성화합니다.
노트: iSCSI 모범 사례에 대해서는 아래에 설명된 대로 흐름 제어를 비활성화하는 것이 좋습니다.
interface ethernet 1/1/1
channel-group 10 mode active
flowcontrol receive off
flowcontrol transmit off
exit
10. 노드 B 포트를 번째 포트 채널 그룹으로 옮기고 액티브 LACP 모드를 활성화합니다.
노트: iSCSI 모범 사례에 대해서는 아래에 설명된 대로 흐름 제어를 비활성화하는 것이 좋습니다.
interface ethernet 1/1/54
channel-group 20 mode active
flowcontrol receive off
flowcontrol transmit off
exit
11. Nvram 대한 구성 변경 사항을 커밋합니다.
copy running-configuration startup-configuration
12. 아래에 설명된 대로 번째 ToR 스위치(2)에도 동일한 단계를 반복합니다.
58 Dell PowerSwitch Series S4148 ToR(Top-of-Rack) 스위치를 사용하여 PowerStore T 모델 구성