Chapter 4 Function/System Settings and Display4.3 Network Management > set snmp-userETERNUS CLI User’s GuideCopyright 2015 FUJITSU LIMITED P2X0-1030-09ENZ0485set snmp-userThis command modifies SNMP user settings.■ Syntax■ Parameter■ Example(s)set snmp-user {-useruser_name | -numbernumber} -view {mib_view_name|""}[-authentication {enable | disable}] [-authentication-method {md5 | sha}][-encryption {enable | disable}]-useror-numberThis parameter specifies the SNMP user name or user number.The user number can be confirmed by using the command "show snmp-user".-view This parameter specifies the name of the MIB view that will be changed. Only one view can bespecified at the same time. Up to 32 characters can be specified for a view name. If doublequotation marks ("") are specified, the associated view is removed from this user setting.-authenticationOptional. This parameter specifies whether to enable authentication. If it is specified, the"-authentication-method" and "-encryption" options can be specified. In addition, the ETERNUSDX Disk storage system confirms the authentication password. Between 8 and 64 characterscan be used for the password.If omitted, the existing setting is not changed.enable Authentication is enabled.disable Authentication is disabled.-authentication-methodOptional. This parameter specifies which authentication method is used. One of the followingmethods can be selected. If omitted, the existing setting is not changed.md5 MD5 (default)sha SHA-encryption Optional. This parameter specifies the encryption mode. If this parameter is set to enable, theETERNUS DX Disk storage system confirms the encryption password. Between 8 and 64characters can be used for the password. If omitted, the existing setting is not changed.enable Encryption is enabled.disable Encryption is disabled.The following example sets user FooVar to SNMP view "xview4":CLI> set snmp-user -user FooVar -view xview4