The agent is running at UDP port 161 of snmp.ireasoning.com
You can use the following net-snmp command tools to test.
- SNMPv1/v2c, and read community name is gopub
snmpwalk -c gopub -v 2c snmp.ireasoning.com .1.3
- SNMPv3 DES and MD5
snmpwalk -v 3 -u newUser -A abc12345 -a MD5 -X abc12345 -x DES -l authPriv snmp.ireasoning.com .1.3
- SNMPv3 AES and MD5
snmpwalk -v 3 -u newUser2 -A abc12345 -a MD5 -X abc12345 -x AES -l authPriv snmp.ireasoning.com .1.3
- SNMPv3 DES and SHA
snmpwalk -v 3 -u newUser3 -A abc12345 -a SHA -X abc12345 -x DES -l authPriv snmp.ireasoning.com .1.3
- SNMPv3 AES and SHA
snmpwalk -v 3 -u newUser4 -A abc12345 -a SHA -X abc12345 -x AES -l authPriv snmp.ireasoning.com .1.3