Setup Guide

Table Of Contents
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
5. 구성을 Nvram 커밋합니다.
copy running-configuration startup-configuration
6. Switch2에서 단계를 반복합니다.
configure terminal
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
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
Dell EMC PowerSwitch Series S4148-ON 스위치를 사용한 구성 31