Struggling to integrate SRX to SNMPv3 Server?
Problem Description:
Solution:
While configuring SNMPv3 on SRX we should use “authentication-password” and not “authentication-key“.
The incorrect command format is:
Set snmp v3 usm local-engine user TEST authentication-md5 authentication-key <password>
The Correct command format should be:
Set snmp v3 usm local-engine user TEST authentication-md5 authentication-password <password>
PS – If we specify authentication-key then an external tool is required to generate the key and the feed it to SNMPv3 browser.