centreon / centreon-plugins

Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
https://www.centreon.com
Apache License 2.0
310 stars 273 forks source link

[network::moxa::switch::snmp::plugin] --mode=interfaces, option --add-duplex-status : (duplex: unknown) #4822

Open gagzou opened 8 months ago

gagzou commented 8 months ago

Hi,

On moxa industrial switches (eds405a), the --add-duplex-status option does not work: Interface 'Ethernet Port 1' Status: up (admin: up) (duplex: unknown)

The generic oid does not work, apparently only a specific oid exists: .1.3.6.1.4.1.8691.7.6.1.10.3.1.3

monitorSpeed OBJECT-TYPE
    SYNTAX INTEGER
        {
        speed100M-Full(3),
        speed100M-Half(2),
        speed10M-Full(1),
        speed10M-Half(0),
        na(-1)
        }
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
        "The port speed and duplex status."
    ::= { monitorPortEntry 3 }

Can you integrate this correction ?

Best regards,

gagzou commented 6 months ago

Hi, do you have any news for this fix ? Best regards,

gagzou commented 4 months ago

Hi, do you have any news for this fix ? Best regards,

lucie-dubrunfaut commented 3 months ago

Hello :)

I've put this issue in our backlog and we'll try to treat it as quickly as possible. To help us testing it internally, can you provide us an anonymized .snmpwalk (full snmpwalk of enterprise branch : snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk) of your equipment (at least where the interface mode match)?

Thanks for your patience 🙏

gagzou commented 3 months ago

Hello, Anonymized snmpwalk for 1.3.6.1.4.1 : moxa.txt Best regards,