Setup Guide

Table Of Contents
9. 스위치의 스패닝 트리 우선 순위를 구성합니다.
spanning-tree rstp priority 40960
spanning-tree rstp priority 값을 선택하는 경우 다음을 참조합니다.
네트워크의 다른 스위치와 충돌하는 것을 방지하기 위해 네트워크 관리자와 상의하여 사용할 값을 결정해야 합니다.
Switch1 Switch2 구성하는 경우 다양한 rstp 우선 순위 값을 사용해야 합니다.
0 순위는 일반적으로 루트 브리지를 위해 예약되어 있습니다.
10. 번째 스위치(Switch2)에도 단계를 반복합니다.
Switch1 Switch2
configure terminal
hostname Switch1
interface ethernet 1/1/13
description discoveryWorkstation
switchport access vlan 1
no shutdown
interface mgmt 1/1/1
no shutdown
no ip address dhcp
ip address 100.0.100.10/24
exit
management route 0.0.0.0/0 100.0.100.1
ntp server 10.0.0.200
spanning-tree mode rstp
spanning-tree rstp priority [40960}
exit
configure terminal
hostname Switch2
interface mgmt 1/1/1
no shutdown
no ip address dhcp
ip address 100.0.100.11/24
exit
management route 0.0.0.0/0 100.0.100.1
ntp server 100.0.1000.200
spanning-tree mode rstp
spanning-tree rstp priority [45056]
exit
스위치에 PowerStore X 모델 네트워크 VLAN 구성
1. 번째 ToR 스위치(Switch1) 대해 터미널 연결 수립
2. 글로벌 구성 모드를 시작합니다.
configure terminal
3. 내부 네트워크를 생성합니다.
interface vlan 1
description Internal_Network
no shutdown
exit
4. 관리 VLAN 생성합니다.
interface vlan 100
description Management_Network
no shutdown
exit
5. 스토리지 VLAN 생성합니다.
interface vlan 200
description Storage_Network
Dell EMC PowerSwitch Series S4148-ON 스위치를 사용한 구성 27