I need to create some custom pollers but I need to find the right OIDs first.
Isn't there a SNMP walk / OID query tool that allows you to use SNMPv3 without having to pay for something?
I tried all these with the help of ChatGPT. Nothing.
1. Paessler SNMP Tester
A free GUI-based SNMP tool that supports SNMPv3.
Result: Failed to query the router due to engine ID and authentication issues.
2. SNMPv3 PowerShell Module
A PowerShell module specifically designed for SNMPv3 operations.
Result: Installed successfully, but failed to query the router (request timeouts and authentication errors).
3. SnmpSharpNet PowerShell Package
An open-source .NET-based SNMP library with PowerShell integration.
Result: Installed successfully but did not support SNMPv3 USM (User-based Security Model) features as expected.
4. Proxx.SNMP PowerShell Module
A PowerShell module for SNMP operations, including SNMPv3.
Result: Installed successfully but lacked proper SNMPv3 support for authentication and encryption.
5. iReasoning MIB Browser (Free Version)
A popular GUI-based SNMP browser with SNMPv3 support in the professional version.
Result: The free version did not support configuring SNMPv3 USM users, so it couldn’t be used for SNMPv3 queries with authentication and encryption.
6. SnmpB
An open-source GUI-based SNMP browser that supports SNMPv3.
Result: Installed successfully, but the expected SNMPv3 configuration options (adding users) were not available in the version you downloaded.