User's Manual

Command line 124
Item Description
Examples
->set snmp-user theta AuthAlgo=MD5
AuthPassPhrase=bellerophone PrivAlgo=DES
PrivPassPhrase=armageddon MinSecurityLevel=AUTHPRIV
Modifies the MinSecurityLevel, AuthAlgo, and PrivAlgo properties for a local
SNMP user account.
->set snmp-user beta AuthAlgo=MD5
AuthPassPhrase=bellerophone PrivAlgo=DES
PrivPassPhrase=armageddon EngineId=0x44fecd55438f
Modifies the AuthAlgo and PrivAlgo for the remote SNMP user account.
Item Description
show snmp-user
Display existing SNMP user settings.
Syntax
show snmp-user [<Name> | *][EngineId=EngineId | *]
Parameter
Name (optional)
The name of the existing SNMP user to be displayed
Properties
EngineId (optional)
The engine ID of the remote SNMP user account. The EngineId consists of the prefix
'0x' and is followed by an even number of digits, up to 64 hexadecimal. If '*' is
specified, then all remote SNMP users are displayed.
Examples
->show snmp-user alpha
Displays the local SNMP user
->show snmp-user *
Displays all local SNMP users
->show snmp-user beta EngineId=0x44fecd55438f
Displays the remote SNMP user with matching name and engine ID
->show snmp-user delta EngineId=*
Displays the remote SNMP users with matching name
->show snmp-user EngineId=0x44fecd55438f
->show snmp-user * EngineId=0x44fecd55438f
Displays all remote SNMP users with matching engine ID
->show snmp-user EngineId=*
Displays all remote SNMP users
->show snmp-user
->show snmp-user * EngineId=*
Displays all local and remote SNMP users
Item Description
remove snmp-user
Remove an existing SNMP user from the domain
Syntax
remove snmp-user [<Name | *>][EngineId=<EngineId | *>]
Parameter
Name (required)
The name of the SNMP user to be removed. If "*" is specified, all local or remote
users are removed.
Properties
EngineId (optional)
The engine ID of the remote SNMP user account. The EngineId consists of the prefix
'0x' and is followed by an even number of digits, up to 64 hexadecimal. If '*' is
specified, then all remote SNMP users are removed based on the value of the
<Name> parameter.
Examples