华为交换机清除堆叠命令


方式一:

<HUAWEI> system-view
[HUAWEI] reset stack configuration

方式二:

[HUAWEI] stack slot 2 priority 100  //将2槽位号的优先级恢复为缺省值100,槽位号根据已设定的修改
[HUAWEI] stack slot 2 renumber 0  //将设备槽位号修改为0
[HUAWEI] stack reserved-vlan 4093  //将堆叠保留VLAN恢复到缺省值4093
[HUAWEI] undo stack timer mac-address switch-delay	//恢复系统MAC切换时间
#操作步骤(V200R002之后的版本)
[HUAWEI] interface stack-port 0/1  
[HUAWEI-stack-port0/1] shutdown interface xgigabitethernet0/0/1		#dis stack port
[HUAWEI-stack-port0/1] undo port interface xgigabitethernet0/0/1 enable
#操作步骤(V200R002及之前的版本)
[HUAWEI] interface stack-port 0/1  
[HUAWEI-stack-port0/1] undo port member-group interface xgigabitethernet 0/0/1
[HUAWEI-stack-port0/1] quit  
[HUAWEI] undo stack port interface xgigabitethernet 0/0/1 enable