Setup Guide

Table Of Contents
no shutdown
exit
6. 스위치의 관리 IP 주소를 구성합니다.
노트: 다음 명령 샘플에서는 DHCP(Dynamic Host Configuration Protocol) 통한 자동 IP 할당이 스위치에서 활성화된 것으로
가정합니다. DHCP 통한 자동 IP 할당이 활성화되어 있지 않은 경우 아래 명령에 no ip address dhcp 포함할 필요가
없습니다.
interface mgmt 1/1/1
no shutdown
no ip address dhcp
ip address 100.0.100.50/24
exit
7. 스위치의 관리 경로(기본값 게이트웨이) 구성합니다.
management route 0.0.0.0/0 100.0.100.1
exit
8. 스위치의 NTP 서버를 구성합니다.
ntp server 100.0.100.200
exit
9. PowerStore T 모델 관리 포트에 연결되는 스위치에 이더넷 포트를 구성합니다.
interface ethernet 1/1/2
description "PowerStoreNodeA_MgmtPort"
no shutdown
switchport mode access
switchport access vlan 100
exit
interface ethernet 1/1/53
description "PowerStoreNodeB_MgmtPort"
no shutdown
switchport mode access
switchport access vlan 100
exit
10. 업링크에 대한 포트 채널을 생성합니다.
9. 관리 스위치 구성 코드 샘플
interface port-channel 10
description Uplink
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100
exit
interface ethernet 1/1/25
description Uplink_Ports
no shutdown
channel-group 10 mode active
no switchport
flowcontrol receive off
flowcontrol transmit off
exit
interface ethernet 1/1/26
description Uplink_Ports
no shutdown
channel-group 10 mode active
no switchport
26 초기 배포를 위한 Dell PowerSwitch Series 구성