10-25-2018 05:46 AM
Solved! Go to Solution.
07-23-2020 02:57 PM
This is the script that I have always used with no issues -
no password security
snmp-server enable
snmp-server user <Username1> sha <Authentication Key> aes <Privacy Key> read-view nncli notify-view nncli
snmp-server user <Username2> sha <Authentication Key> aes <Privacy Key> read-view nncli
default snmp-server host
snmp-server host <Trap Receiver IP> v3 authPriv <Username1>
no snmp-server community
no password security isn’t required, but if you do have password security turned on then you can't script it out in one line and will have to confirm the Keys as you enter them.
05-01-2019 06:22 PM
10-25-2018 07:49 AM
10-25-2018 07:29 AM