问题描述
CE6851使用链路聚合对接友商设备,聚合模式采用静态LACP,配置信息如下:
[~HUAWEI-Eth-Trunk0]di th
#
interface Eth-Trunk0
port link-type trunk
port trunk pvid vlan 10
undo port trunk allow-pass vlan 1
port trunk allow-pass vlan 10
mode lacp-static
查看Eth-trunk状态为Down:
[~HUAWEI-Eth-Trunk0]di th int
Eth-Trunk0 current state : UP (ifindex: 53)
Line protocol current state : UP
----------------------------------------------------------
PortName Status Weight
----------------------------------------------------------
10GE1/0/1 UP 1
10GE1/0/2 DOWN 1
----------------------------------------------------------
处理过程
1、检查Eth-trunk的配置,两个端口加入Eth-trunk
interface 10GE1/0/1
eth-trunk 0
#
interface 10GE1/0/2
eth-trunk 0
2、设备配置没有问题,再检查Eth-trunk成员端口的状态
[~HUAWEI]display interface 10GE 1/0/1
10GE1/0/1 current state : UP (ifindex: 5)
[~HUAWEI]display interface 10GE 1/0/2
10GE1/0/2 current state : UP (ifindex: 5)
3、Eth-trunk成员端口状态物理正常,由于Eth-trunk使用LACP模式,在设备上查看LACP的报文统计
[~HUAWEI]display lacp statistics eth-trunk 0
Eth-Trunk0's PDU statistic is:
-------------------------------------------------------------------------------
Port LacpRevPdu LacpSentPdu MarkerRevPdu MarkerSentPdu
10GE1/0/1 11 9 0 0
10GE1/0/2 0 9 0 0
4、从LACP报文统计来看,10G1/0/2接口没有接收到LACP报文,证明和10G1/0/2对接的接口没有发送LACP报文
5、通过检查设备间连线证实10G1/0/2误接到其他非Eth-trunk成员的端口上。
根因
由于CE6851HI Eth-trunk其中一个成员端口误接到对端友商设备的非Eth-trunk成员的端口上,导致LACP协商失败,该端口在Eth-trunk中的状态为Down.
解决方案
检查设备间连线,保证对接两端设备的Eth-trunk成员口正确连接。
CE6851使用链路聚合对接友商设备,聚合模式采用静态LACP,配置信息如下:
[~HUAWEI-Eth-Trunk0]di th
#
interface Eth-Trunk0
port link-type trunk
port trunk pvid vlan 10
undo port trunk allow-pass vlan 1
port trunk allow-pass vlan 10
mode lacp-static
查看Eth-trunk状态为Down:
[~HUAWEI-Eth-Trunk0]di th int
Eth-Trunk0 current state : UP (ifindex: 53)
Line protocol current state : UP
----------------------------------------------------------
PortName Status Weight
----------------------------------------------------------
10GE1/0/1 UP 1
10GE1/0/2 DOWN 1
----------------------------------------------------------
处理过程
1、检查Eth-trunk的配置,两个端口加入Eth-trunk
interface 10GE1/0/1
eth-trunk 0
#
interface 10GE1/0/2
eth-trunk 0
2、设备配置没有问题,再检查Eth-trunk成员端口的状态
[~HUAWEI]display interface 10GE 1/0/1
10GE1/0/1 current state : UP (ifindex: 5)
[~HUAWEI]display interface 10GE 1/0/2
10GE1/0/2 current state : UP (ifindex: 5)
3、Eth-trunk成员端口状态物理正常,由于Eth-trunk使用LACP模式,在设备上查看LACP的报文统计
[~HUAWEI]display lacp statistics eth-trunk 0
Eth-Trunk0's PDU statistic is:
-------------------------------------------------------------------------------
Port LacpRevPdu LacpSentPdu MarkerRevPdu MarkerSentPdu
10GE1/0/1 11 9 0 0
10GE1/0/2 0 9 0 0
4、从LACP报文统计来看,10G1/0/2接口没有接收到LACP报文,证明和10G1/0/2对接的接口没有发送LACP报文
5、通过检查设备间连线证实10G1/0/2误接到其他非Eth-trunk成员的端口上。
根因
由于CE6851HI Eth-trunk其中一个成员端口误接到对端友商设备的非Eth-trunk成员的端口上,导致LACP协商失败,该端口在Eth-trunk中的状态为Down.
解决方案
检查设备间连线,保证对接两端设备的Eth-trunk成员口正确连接。