I am attempting to connect to a device that is using a non-standard port number with SNMP (501) using the SNMP++ library. When I create the Snmp object using any port other than 161, I get timeout errors. However, I am still able to use the netsnmp snmp_get
using port 501 successfully.
Am I missing something with setting the port number? Does SNMP++ only support port 161?
Thank you!