Siemens S323 用户手册

下载
页码 381
User Manual                                                                               UMN:CLI 
SURPASS hiD 6615 S223/S323 R1.5 
A50010-Y3-C150-2-7619                                                                         273 
open Interface configuration mode of VLAN to register as a switch group for stacking. 
The following is an example of configuring Interface of switch group as 1. 
SWITCH_A# configure terminal 
SWITCH_A(config)# interface 1 
SWITCH_A(interface)# ip address 192.168.10.1/16 
SWITCH_A(interface)# no shutdown 
SWITCH_A(interface)# 
If there are several switches, rest of them are managed by a single IP address of Master 
switch. Therefore you don’t need to configure IP address in Slave switch. 
 
Step 2 
Configure Switch A as Master switch. Configure VLAN to belong in the same switch group 
after registering Slave switch, configure it as a Master switch. 
<Switch A – Master Switch> 
SWITCH_A(config)# stack master 
SWITCH_A(config)# stack device default 
SWITCH_A(config)# stack add 00:d0:cb:22:00:11 
 
Step 3 
Configure VLAN in order to belong to the same switch group in Switch B registered by 
Master switch as Slave switch and configure as a Slave switch. 
<Switch B – Slave Switch> 
SWITCH_B(config)# stack slave 
SWITCH_B(config)# stack device default 
 
Step 4 
Check the configuration. The information you can check in Master switch and Slave 
switch is different as below. 
<Switch A – Master Switch> 
SWITCH_A(config)# show stack 
device  :  default 
node ID : 1 
node   MAC  address          status   type               name         port 
   1   00:d0:cb:0a:00:aa    active   SURPASS  hiD  6615  S223/S323  SWITCH_A     24 
   2   00:d0:cb:22:00:11    active   SURPASS  hiD  6615  S223/S323  SWITCH_B     24 
SWITCH_A(config)# 
 
<Switch B – Slave Switch> 
SWITCH_B(config)# show stack 
device  :  default 
node ID : 2 
SWITCH_B(config)# 
 
i