其他分享
首页 > 其他分享> > istack堆叠

istack堆叠

作者:互联网

istack堆叠

环型堆叠:
在这里插入图片描述

下面的连接方法为:
1/0/47连接2/0/48
1/0/48连接2/0/47

#master
<HUAWEI>system-view
[HUAWEI]sysname HX
[HX]stack slot 1 renumber 1
Info: The assigned slot ID already exists in the stack system.
Warning: All the configurations related to the slot ID will be lost after the slot ID is modified.
Do not frequently modify the slot ID because it will make the stack split. Continue? [Y/N]:y
[HX]stack slot 1 priority 200
Warning: Do not frequently modify the priority because it will make the stack split. Continue? [Y/N]:y
<HX>save
<HX>reboot
[HX]int stack-port 1/1
[HX-stack-port1/1]port interface GigabitEthernet 1/0/47 enable
[HX]int stack-port 1/2
[HX-stack-port1/2]port interface GigabitEthernet 1/0/48 enable 
<HX>save
<HUAWEI>system-view
[HUAWEI]sysname HX
[HX]stack slot 0 renumber 2
Warning: All the configurations related to the slot ID will be lost after the slot ID is modified.
Do not frequently modify the slot ID because it will make the stack split. Continue? [Y/N]:y
<HX>save
<HX>reboot
[HX]int stack-port 2/1
[HX-stack-port2/1]port interface GigabitEthernet 2/0/47 enable
[HX]int stack-port 2/2
[HX-stack-port2/2]port interface GigabitEthernet 2/0/48 enable

标签:slot,will,HX,istack,stack,堆叠,ID,port
来源: https://blog.csdn.net/a371933136/article/details/111772828