一、基本要求:

iOS版本要一致(最好一致)、专用的堆叠模块和堆叠线缆、最大堆叠个数为9

二、堆叠的好处:
高密度端口、便于管理(配置时显示的是一台交换机,slot号不同)

三、堆叠实例:
1:物理连接好堆叠线缆,连接方法为master的stack1连接到slave的stack2上面。
2:开master,不作任何的配置。等完全启动后。
3:开slave的机器。
4:不作任何的配置。(线插好,开机自动堆叠选举,亮 master的就是主)

其实啥也不用配置,插上堆叠线即可、无需调试,两台设备变成一台设备管理、接口发生变化


admin
[email protected]
y
[email protected]
admin@123
admin@123

system
sysname  poe
vlan batch 1 to 10
int vlan 10        
description mangment-vlan
ip address 192.168.10.1 24
quit

ssh user tsnsh authentication-type password
ssh user tsnsh service-type stelnet
aaa
local-user tsnsh password irrev Tsnsh@123 privilege level 15
y
local-user tsnsh service-type ssh http
quit

interface rang g0/0/1 to g0/0/24
port link-type  access
port default vlan 10

port-security enable
port-security max-mac-num 1
port-security protect-action shutdown
stp edged-port enable

quit
interface rang g0/0/25 to g0/0/28
port link-type trunk
port trunk allow-pass vlan all   

quit
ip route-static 0.0.0.0 0.0.0.0 192.168.10.254
user-interface vty 0 4
authentication-mode aaa
protocol inbound all
qui
user-interface console 0
authentication password
set authen password cipher admin@123
admin@123
quit
qui
save

y