User manual

2
CLI Commands
2-85
config
on localization, refer to
http://www.ietf.org/rfc/rfc3414.txt?number=3414.
config.snmp.addAccessEntry
Syntax addAccessEntry index secModel secLevel groupName
Purpose This command adds an entry to the access table.
Parameters This command has four parameters:
Using Authentication (Auth): 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
the packets as part of the SNMPv3 Header.
Using privacy (priv): The data part of the packet will be encrypted
using a privacy protocol such as DES. Privacy without authentication
is not allowed by 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 addaccessentry 1 v2 authpriv joe
index Index of the access entry. Valid values are 1 to 12.
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 possible values for this parameter are
authPriv, authNoPriv and noAuthNoPriv.
groupName Specifies the Group Name for the particular Access
table entry. The maximum length for the group
name is 32 characters and all characters in ISO Latin
1 character set are valid for the group name.
Duplicate group names are allowed as long as the
groupName, secModel, and secLevel for those
entries can specify a Unique Access Table Entry (At
least one field differs when the group name is the
same).