H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – SNMP and RMON
H3C S7500 Series Ethernet Switches Chapter 1
SNMP Configuration Commands
1-21
v2c: Configures to use SNMPv2c security model.
v3: Configures to use SNMPv3 security model.
user-name: User name, ranging from 1 to 32 bytes.
group-name: Group name corresponding to that user, ranging from 1 to 32 characters.
authentication-mode: Specifies that authentication is required in the security level.
Absence of this parameter indicates that neither authentication nor encryption is
performed.
md5: Specifies the authentication protocol as HMAC MD5 algorithm.
sha: Specifies the authentication protocol as HMAC SHA algorithm.
auth-password: Authentication password, a character string of 1 to 64 characters.
privacy-mode: Specifies that encryption is required in the security level.
des56: Specifies the encryption protocol as DES.
priv-password: Encryption password, a character string of 1 to 64 characters.
acl-number: Basic ACL number, ranging from 2000 to 2999.
local: Represents a local entity user.
engineid-string: Engine ID related to the user, ranging from 10 to 64 hexadecimal
numerals.
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 remove a user from the SNMP
group.
While using SNMPv3, SNMP engineID is required for authentication when you
configure a remote user for an agent. If you change engineID after configuring a user,
the user corresponding to the original engineID is not effective.
For SNMPv1 and SNMPv2c, this command will add a new community name. For
SNMPv3, it will add a new user to an SNMP group.
Related commands: snmp-agent group, snmp-agent community, snmp-agent
local-engineid.