NetXMS Support Forum

English Support => General Support => Topic started by: justrest on June 20, 2026, 05:58:36 AM

Title: Interface Recognition Issue: Wrong Inter-switch Ports Identified on Huawei C8865
Post by: justrest on June 20, 2026, 05:58:36 AM
Dear NetXMS Moderators and Support Team,
I am writing to ask for your guidance on an interface identification issue.
I have two Huawei C8865 switches configured as an MLAG pair, with IP addresses 10.61.10.9 and 10.61.10.10 respectively. There are only 3 physical ports used for inter-switch interconnection between the two devices. However, NetXMS incorrectly recognizes a large number of other unrelated ports as inter-switch interconnect ports.
I have uploaded the system screenshots and detailed interface information for your reference. It would be highly appreciated if you could help look into this issue and offer some advice.
Thank you very much for your time and assistance.
Title: Re: Interface Recognition Issue: Wrong Inter-switch Ports Identified on Huawei C8865
Post by: Victor Kirhenshtein on June 25, 2026, 07:32:23 PM
Could you please also do SNMP walk on 1.3.6.1.4.1.2011.5.25.42.4.1.19.1.2 on both switches?
Title: Re: Interface Recognition Issue: Wrong Inter-switch Ports Identified on Huawei C8865
Post by: justrest on June 27, 2026, 01:21:22 PM
Thanks so much for your reply!
Here is the result:

root@XMNMS01:~# /usr/bin/nxsnmpwalk -v 2c -c stonewell2000 10.61.10.9 1.3.6.1.4.1.2011.5.25.42.4.1.19.1.2
huaweiDatacomm.42.4.1.19.1.2.0 [Hex-STRING]: 80 00 E4 DC CC 1A 59 61
root@XMNMS01:~# /usr/bin/nxsnmpwalk -v 2c -c stonewell2000 10.61.10.10 1.3.6.1.4.1.2011.5.25.42.4.1.19.1.2
huaweiDatacomm.42.4.1.19.1.2.0 [Hex-STRING]: 80 00 E4 DC CC 1A 59 61
root@XMNMS01:~# snmpwalk -v 2c -c stonewell2000 10.61.10.9 1.3.6.1.4.1.2011.5.25.42.4.1.19.1.2
Created directory: /var/lib/snmp/cert_indexes
iso.3.6.1.4.1.2011.5.25.42.4.1.19.1.2.0 = Hex-STRING: 80 00 E4 DC CC 1A 59 61
root@XMNMS01:~# snmpwalk -v 2c -c stonewell2000 10.61.10.10 1.3.6.1.4.1.2011.5.25.42.4.1.19.1.2
iso.3.6.1.4.1.2011.5.25.42.4.1.19.1.2.0 = Hex-STRING: 80 00 E4 DC CC 1A 59 61
root@XMNMS01:~#
Title: Re: Interface Recognition Issue: Wrong Inter-switch Ports Identified on Huawei C8865
Post by: Filipp Sudanov on July 06, 2026, 06:16:47 PM
Fix for the issue should be available in v. 6.2.
Title: Re: Interface Recognition Issue: Wrong Inter-switch Ports Identified on Huawei C8865
Post by: justrest on July 09, 2026, 07:13:01 AM
Thanks very much!