1.华为S系列交换机 维护宝典
https://support.huawei.com/enterprise/zh/doc/EDOC1100339648/d9b3a94b
2.堆叠方式有两种
2.1.专用堆叠卡
2.2.业务口堆叠-10G光口
主交换机(19,20口)对应备交换机(20,19口)
全新设备有默认的用户名和密码登入后必须修改
Username:admin
Password:admin@huawei.com
3.配置步骤
<HUAWEI>sys
[HUAWEI]sys S1
[S1] #改名
[S1]dis int brief #看接口显示信息
#配置堆叠+主设备
[S1]display stack configuration #显示stack(堆叠)配置
---------------------------------
stack enable
stack slot 0 renumber 0 #槽位号0开始,这里有下面就不敲了
stack slot 0 priority 100 #槽位号0优先级100
stack reserved-vlan 4093
stack timer mac-address switch-delay 10
interface stack-port 0/1 逻辑口没有捆绑物理口
interface stack-port 0/2 逻辑口没有捆绑物理口
----------------------------
[S1]stack slot 0 priority 200 主设备优先级改大于100
Y
[S1]interface stack-port 0/1 将物理口和逻辑口绑定
[S1-stack-port0/1] port interface g0/0/19 enable
Y
[S1-stack-port0/1] shutdown interface g0/0/19 将19口down掉,等备设备配置好在up
[S1-stack-port0/1]q
[S1]interface stack-port 0/2
[S1-stack-port0/2] port interface g0/0/20 enable
Y
[S1-stack-port0/2] shutdown interface g0/0/20
继续备设备配置
<HUAWEI>sys
[HUAWEI]sys S2
[S2]
[S2]stack slot 0 renumber 1
Y
[S2]interface stack-port 0/2
[S2-stack-port0/2] port interface g0/0/19 enable
Y
[S2-stack-port0/2] q
[S2]interface stack-port 0/1
[S2-stack-port0/1] port interface g0/0/20 enable
Y 所有配置做完
[S2-stack-port0/1] dis stack 查看堆叠有没有配成功
Stack topology type: Link 拓扑类型是链式的,说明现在还没有成功,需要吧主设备网口打开
回到主设备
[S1-stack-port0/2]undo shutdown int g0/0/20
[S1-stack-port0/2]int stack-port 0/1
[S1-stack-port0/1]undo shutdown int g0/0/19 这个时候备设备自动重启,拷贝主设备系统S5270si
<S1> dis stack
Stack topology type: Ring
------------------------
也可以看接口
<S1> dis int brief
槽位号发生变化,前面28口0开头,后面28口1开头
附加,延伸-拆堆叠重置还原
<S1>
<S1>sys
[S1]reset stack configuration
Y
附件