Command Reference Guide

3Com Router 3000 Ethernet Family
Command Reference Guide Chapter 7 SNMP Configuration Commands
3Com Corporation
7-21
Parameter
v1: V1 security model.
v2c: V2c security model.
v3: V3 security model.
user-name: User name, in the range of 1 to 32 bytes.
group-name: Name of the group to which the user is assigned. It is in the range 1 to 32
bytes.
authentication-mode: Sets the security level to authentication.
md5: Sets the authentication protocol to HMAC-MD5-96.
sha: Sets the authentication protocol to HMAC-SHA-96.
auth-password: Authentication password, a character string in the range 1 to 64 bytes.
privacy: Sets the security level to encrypt.
des56: Sets the encryption protocol to DES.
priv-password: Encryption password, a character string in the range 1 to 64 bytes.
acl: Sets the ACL applied to the access view.
acl-number: Standard ACL in the range 2000 to 2999.
local: Local entity user.
engineid: Specifies the engine ID associated with the user.
engineid-string: Engine ID string.
Description
Use the snmp-agent usm-user command to add a new user to an SNMP group.
Use the undo snmp-agent usm-user command to delete an SNMP group user.
After you configure a remote user for an agent, engine ID is needed during
authentication. If the engine ID changes after that, the user corresponding to the
original engine ID becomes invalid.
For SNMPv1 and SNMPv2c, this command adds a new community name; for SNMPv3,
it adds a new user to an SNMP group.
Related command: snmp-agent group, snmp-agent community, snmp-agent
local-engineid.
Example
# Add user John to the SNMP group of Johngroup, setting the security level to
authentication, authentication protocol to HMAC-MD5-96 and password to hello.
[3com] snmp-agent usm-user v3 John Johngroup authentication-mode md5 hello