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
311 stars 274 forks source link

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

Closed gagzou closed 9 months ago

gagzou commented 1 year 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 1 year ago

I sent the snmpwalk by email. Best regards,

gagzou commented 11 months ago

Hi, I still have the same problem in 20230912-083720. Best regards,