Tag Elements Beginning with U
> <user> (configuration/snmp/v3/usm/remote-engine)
Usage
<configuration>
<snmp>
<v3>
<usm>
<remote-engine>
<user>
<name>name</name> <!-- identifier -->
<authentication-md5>...</authentication-md5>
<authentication-sha>...</authentication-sha>
<authentication-none/>
<privacy-des>...</privacy-des>
<privacy-3des>...</privacy-3des>
<privacy-aes128>...</privacy-aes128>
<privacy-none/>
</user>
</remote-engine>
</usm>
</v3>
</snmp>
</configuration>
Description
SNMPv3 USM user information.
Contents
<authentication-md5>—Configure MD5 authentication.
<authentication-none>—Set no authentication for the user.
<authentication-sha>—Configure SHA authentication.
<name>—User name.
<privacy-3des>—Configure Triple DES privacy.
<privacy-aes128>—Configure AES128 privacy.
<privacy-des>—Configure DES privacy.
<privacy-none>—Set no privacy for the user.