Setup Guide

Table Of Contents
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
4. 아래에 나온 것처럼 노드 B, 포트 1 스위치 1에도 단계를 반복합니다.
노트: iSCSI 모범 사례에 대해서는 아래에 설명된 대로 흐름 제어를 비활성화하는 것이 좋습니다.
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
5. 아래에 나온 것처럼 노드 A 포트 0 노드 B 포트 1 스위치 2에도 단계를 반복합니다.
스위치 2 구성하는 동안 이더넷 인터페이스가 거꾸로 되어 있다는 점을 유의 바랍니다. 아래와 같이, 이더넷 인터페이스 1
-B-포트-1 구성되어 있고, 인터페이스 54 Node-A-포트-0 구성되어 있습니다.
12. ToR 스위치에서 포트 인터페이스를 구성하는 코드 샘플
노드 A 포트 0 스위치 1 연결 노드 A 포트 1 스위치 2 연결
configure terminal
interface ethernet 1/1/1
description Node-A-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
configure terminal
interface ethernet 1/1/1
description Node-A-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
노드 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(Top of the Rack) 스위치에 업링크 포트 구성
1. 번째 ToR 스위치(Switch1) 대해 터미널 세션을 수립합니다.
30 Dell EMC PowerSwitch Series S4148-ON 스위치를 사용한 구성