Lantronix
SISPM1040-582-LRT CLI Reference
33757 Rev. J
Page
95
of
272
Command
:
trap
Description
:
Set SNMP trap's configurations.
Syntax
:
snmp-server
trap
Parameters
: <cr>
Example
:
SISPM1040-582-LRT(config)#
snmp-server trap
SISPM1040-582-LRT(config)#
Command
:
user
Description
:
Set the SNMPv3 user configuration.
Syntax
:
snmp-server
user <username> engine-id <engineID> [ { md5 { <md5_passwd> | { encrypted
<md5_passwd_encrypt> } } | sha { <sha_passwd> | { encrypted <sha_passwd_encrypt> } } } [ priv { des | aes } {
<priv_passwd> | { encrypted <priv_passwd_encrypt> } } ] ]
Parameters
: <word32>
Username
engine-id
engine ID
<word10-64>
Engine ID octet string
md5
Set MD5 protocol
sha
Set SHA protocol
<word8-32>
MD5 unencrypted password
encrypted
Specifies an ENCRYPTED password will follow
<word8-40>
SHA unencrypted password
encrypted
Specifies an ENCRYPTED password will follow.
priv
Set Privacy
aes
Set AES protocol
des
Set DES protocol
<word8-32>
Privacy unencrypted password
encrypted
Specifies an ENCRYPTED password will follow.
Example
:
SISPM1040-582-LRT(config)#
snmp-server user text engine-id 1234567891 md5 12345678 priv aes 12345678
SISPM1040-582-LRT(config)#
snmp-server user BobB engine-id 1234567891 sha 1a2s3d4f5g priv aes
TomT123JJJ&&%#$
SISPM1040-582-LRT(config)#
snmp-server user admin1 engine-id 1234567891 md5 BobBnnnnnnnnnnnnnn priv
aes aaaaaaaaaaaaaaa
SISPM1040-582-LRT(config)#