User manual

2
2-90
E/OS Command Line Interface User Manual
config
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 Username Model Group Name
----- -------------------------------- ----- ----------
1 smith V1 smithGroup
2 smith USM smithGroup
3 smith USM smithOtherGroup
config.snmp.addV1Target
Syntax addV1Target index community [IP] [udpNum]
Purpose This command configures v1 community string. The IP address and
port number of v1 trap recipient can be optionally specified. The
community string can be used for v1 access only if mapped to a
security and group name.
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.