两台S6720做堆叠失败
问题描述
客户使用两台S6720做堆叠,上电之后发现堆叠失败,有报错信息提示。
两台设备的堆叠配置如下:
第一台:
stack enable
stack slot 0 renumber 2
stack slot 2 priority 100
stack reserved-vlan 4093
stack timer mac-address switch-delay 10
interface stack-port 2/1
port interface 40GE2/0/1 enable
port interface 40GE2/0/2 enable
interface stack-port 2/2
第二台:
stack enable
stack slot 0 renumber 1
stack slot 1 priority 200
stack reserved-vlan 4093
stack timer mac-address switch-delay 10
interface stack-port 1/1
port interface 40GE1/0/1 enable
port interface 40GE1/0/2 enable
interface stack-port 1/2
告警信息
Nov 2 2017 14:52:18 swtich2 FSP/3/LOGPORT_ILLEGAL:OID 1.3.6.1.4.1.2011.5.25.183.1.22.9 Stack port 40GE2/0/1 connects to 40GE1/0/2, and there are port members of the same logic stack port ID.
Nov 2 2017 14:52:18 swtich2 FSP/3/LOGPORT_ILLEGAL:OID 1.3.6.1.4.1.2011.5.25.183.1.22.9 Stack port 40GE2/0/2 connects to 40GE1/0/1, and there are port members of the same logic stack port ID.
处理过程
修改配置:
第一台:
stack enable
stack slot 0 renumber 2
stack slot 2 priority 100
stack reserved-vlan 4093
stack timer mac-address switch-delay 10
interface stack-port 2/2
port interface 40GE2/0/1 enable
port interface 40GE2/0/2 enable
第二台:
stack enable
stack slot 0 renumber 1
stack slot 1 priority 200
stack reserved-vlan 4093
stack timer mac-address switch-delay 10
interface stack-port 1/1
port interface 40GE1/0/1 enable
port interface 40GE1/0/2 enable
根因
根据产品文档:
FSP/3/LOGPORT_ILLEGAL: OID [OID] Stack port [octet1] connects to [octet2], and there are port members of the same logic stack port ID.
设备的逻辑堆叠端口的连线规则是端口1中的成员端口只能与端口2中的成员端口相连,否则会报此告警。
版权声明:
作者:SE_Gao
链接:https://www.cnesa.cn/2052.html
来源:CNESA
文章版权归作者所有,未经允许请勿转载。
共有 0 条评论