FW 08.01.00 McDATA E/OS Command Line Interface User Manual (620-000134-740, November 2005)
2
CLI Commands
2-81
config
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:
Command Example
Root> config snmp addV3Group 1 smith v2 smithGroup
Output Example The output shows the same user mapped to different groups and
security models.
Config.SNMP> addv3Group 1 smith v1 smithGroup
Config.SNMP> addv3Group 2 smith USM smithGroup
Config.SNMP> addv3Group 3 smith USM smithOtherGroup
Config.SNMP> showV3Group
SNMPv3 State: Disabled
index Index of the user entry. Valid values are 1 to 6.
username Specifies the User Name (also referred as
Security Name) for this entry. The maximum
length for this User Name is 32 characters. All
characters in the ISO-Latin 1 character set are
valid for this user name.
The same user can be mapped to the same
group if the security model is different or,
mapped to the same security model with a
different group name.
secModel Specifies the Security Model to be used for this
entry. Possible values for this parameter are
v1, v2 and usm.
groupName Name of the group to which the v3 User
belongs or is mapped. One or more users can
be grouped under a single Group Name.
Maximum length for Group Name is 32
characters and all characters in the ISO Latin-1
character set are valid. Duplicate values are
also allowed.