FW 08.01.00 McDATA E/OS Command Line Interface User Manual (620-000134-740, November 2005)

2
CLI Commands
2-79
config
Parameters This command has five parameters:
NOTE: Using Authentication (auth) means that the authentication protocols
such as HMAC-MD5 or HMAC-SHA will be used to calculate the hash value
for the packet and this calculated Hash value will be sent along with packets
as part of the SNMPv3 header. Using privacy (priv) means that the data part of
the packet will be encrypted using a privacy protocol such as DES. Privacy
without authentication is not allowed by the SNMPv3. Presently, the only
authentication protocols supported are HMAC-MD5 and HMAC-SHA. DES
is the only privacy protocol that is supported.
Command Example Root> config snmp addtargetparams 1 joe v1 authpriv
index Index of the Target entry. Valid values are
indices already created using one of the
addv1Target, addv2Target or addv3Target
commands.
Username The Security Name to be used for the
corresponding trap entry. The maximum
length for the security name is 32 characters
and all characters in the ISO Latin-1 character
set are valid. This name is the same as the
User name in the USM user table. Refer to the
command config.snmp.addUserEntry on
page 22-80.
secModel Specifies the Security Model to be used for
this entry. Possible values for this parameter
are v1, v2 and usm.
secLevel Specifies the Security Level for this entry. It
specifies whether the entry requires
authentication and/or privacy. The following
values are valid:
authPriv: Requires both authentication and
privacy
authNoPriv: Requires authentication, but no
privacy
noAuthNoPriv: Requires neither
authentication nor privacy