Command Manual – SNMP-RMON
H3C S7500E Series Ethernet Switches Chapter 1 SNMP Configuration Commands
1-25
Execution of this command means adding of a new SNMP group.
Related commands: snmp-agent group, snmp-agent community, snmp-agent
usm-user v3.
Examples
# Create a read community readCom.
<Sysname> system-view
[Sysname] snmp-agent community read readCom
# Create a v2c usm user userV2c based on the created readCom.
[Sysname] snmp-agent usm-user v2c userV2c readCom
1.1.26 snmp-agent usm-user v3
Syntax
snmp-agent usm-user v3 user-name group-name [ [ cipher ] authentication-mode
{ md5 | sha } auth-password [ privacy-mode { des56 | aes128 } priv-password ] ] [ acl
acl-number ]
undo snmp-agent usm-user v3 user-name group-name { local | engineid
engineid-string }
View
System view
Parameters
user-name: User name, a string of 1 to 32 characters. It is case sensitive.
group-name: Group name, a string of 1 to 32 characters. It is case sensitive.
cipher: Specifies that auth-password and priv-password are cipher text passwords.
authentication-mode: Specifies the security model to be authentication.
z md5: Specifies the authentication protocol to be HMAC-MD5-96.
z sha: Specifies the authentication protocol to be HMAC-SHA-96.
auth-password: Authentication password. If the cipher keyword is not specified,
auth-password indicates a plain text password, which is a string of 1 to 64 visible
characters. If the cipher keyword is specified, auth-password indicates a cipher text
password. If the md5 keyword is specified, auth-password is a string of 32 hexadecimal
characters. If the sha keyword is specified, auth-password is a string of 40 hexadecimal
characters.
privacy-mode: Specifies the security model to be privacy.
z des56: Specifies the privacy protocol to be data encryption standard (DES).
z aes128: Specifies the privacy protocol to be advanced encryption standard (AES).