Setup Guide
Table Of Contents
交换机 1 交换机 2
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
no shutdown
exit
6. 创建 vMotion VLAN。
interface vlan 400
description vMotion_Network
no shutdown
exit
使用 Dell EMC PowerSwitch 系列 S4148-ON 交换机进行配置 27