i enabled SNMP v2 agent on Sophos XG230 and successfully tested it from a remote server:
snmpwalk -v2c -c mycstring 172.16.0.1 1.3.6.1.6.3.10.2.1.1.0
iso.3.6.1.6.3.10.2.1.1.0 = Hex-STRING: xxx
then i enabled SNMP v3 (authentication only, no encryption), but the test fails:
snmpwalk -v3 -u myuser -l authNoPriv -a SHA -A 'mypassphrase' 172.16.0.1 1.3.6.1.6.3.10.2.1.1.0
Timeout: No Response from 172.16.0.1
I doubleshecked that:
username is correct
authorized hosts IP address is correct
SHA256 passphrase is correct
"accept queries" and "send traps" are checked
What else should i doublecheck?
This thread was automatically locked due to age.