Setup Guide

Table Of Contents
5. 노드 B 포트에 대한 스토리지 VLAN 구성
interface port-channel 20
switchport trunk allowed 300
exit
6. 업링크에 대한 스토리지 VLAN 구성
interface port-channel 30
switchport trunk allowed 300
exit
7. 생성하는 iSCSI 스토리지 네트워크에 대해 3~6단계를 반복합니다.
8. 번째 ToR 스위치(Switch2) 대해 1~7단계를 반복합니다.
24. NAS 네트워크에 대한 ToR 스위치를 구성하는 코드 샘플
configure terminal
interface vlan 300
description NAS_Network
no shutdown
exit
interface port-channel 10
switchport trunk allowed 300
exit
interface port-channel 20
switchport trunk allowed 300
exit
interface port-channel 30
switchport trunk allowed 300
exit
62 Dell PowerSwitch Series S4148 ToR(Top-of-Rack) 스위치를 사용하여 PowerStore T 모델 구성