User manual

2
CLI Commands
2-89
config
NOTE: Privacy protocol can be selected only when authentication is enabled.
Command Example Root> config snmp adduserentry 1 smith noauth noprivacy
Root> config snmp adduserentry 1 smith md5 des
Auth Password:16 byte key (eg: 1234 5678 9123 4567)
Confirm: Retype the auth password
Privacy Password:16 byte key (eg: 1234 5678 9123 4567)
Confirm: Retype the privacy password
config.snmp.addV3Group
Syntax addV3Group index username secModel groupName
Purpose This command configures an entry in the Security-to-Group table.
This table is used to map a user to a group and a security model.
Parameters This command has four parameters:
authPtcl Specifies the authentication protocol being used by
this user. The possible values for this parameter are
noauth, md5 and sha.
The value noauth specifies that this user does not use
any authentication protocol.
The values MD5 and SHA specify that the respective
protocols that are used for authentication. If this
parameter is set to MD5 or SHA, then after the
command has been executed, the user will be
prompted twice for a 16 byte MD5 key, or a 20 byte
SHA key.
privPtcl Specifies the privacy protocol being used by this user
entry. This parameter can take the values noprivacy
and des. If this parameter is set to DES, then after the
prompt for the authentication key, the user will be
prompted twice for a 16 byte DES key.
index Index of the user entry. Valid values are 1 to 6.