Information
Do not allow plaintext SNMPv3 access.
Rationale:
SNMPv3 provides much improved security over previous versions by offering options for Authentication and Encryption of messages.
When configuring a user for SNMPv3 you have the option of using a range of encryption schemes, or no encryption at all, to protect messages in transit. The strongest scheme available is AES128 and this should be configured for all SNMPv3 'users' on all sensitive devices.
Solution
For each SNMPv3 user created on your router add privacy options by issuing the following command from the [edit snmp v3 usm local-engine] hierarchy;
[edit snmp v3 usm local-engine]
user@host#set user <username> privacy-aes128 privacy-password <password>
Default Value:
No SNMP is configured by default on most platforms.