Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gagzou opened this issue Jan 11, 2024 · 5 comments

Comments

@gagzou
Copy link

gagzou commented Jan 11, 2024

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
Copy link
Author

gagzou commented Mar 2, 2024

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

1 similar comment
@gagzou
Copy link
Author

gagzou commented May 13, 2024

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

@lucie-dubrunfaut
Copy link
Contributor

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
Copy link
Author

gagzou commented Jun 5, 2024

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

@lucie-dubrunfaut lucie-dubrunfaut changed the title [network::moxa::switch::snmp::plugin] --mode=interfaces, option --add-duplex-status : (duplex: unknown) [network::moxa::switch::snmp::plugin] - mode(interfaces): Option --add-duplex-status (duplex: unknown) Dec 13, 2024
@lucie-dubrunfaut
Copy link
Contributor

Hello :)

This issue should had been resolved by the February release with this PR #5420
I close it, feel free to re-open it if the issue still remaining.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants