snmp-server user
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
141
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Command Reference Guide
SNMP-SERVER USER
snmp-server user <user-name> [auth {MD5|SHA} <auth-password>
priv DES <privilege-password>]
DESCRIPTION
This command is entered in the Configuration Mode. This command is used to
configure a SNMPv3 user.
PARAMETERS
PLATFORMS SUPPORTED
OmniAccess 5740 USG
EXAMPLE
ALU(config)# snmp-server user user123 auth MD5 pass123456 priv
DES test123456
RELEASE HISTORY
Release 2.3: command was added.
Parameter Description
user-name A string identifying the name of the
SNMP user.
auth Indicates that the message sent on
behalf of the user is to be authenticated.
MD5|SHA Uses HMAC MD5/SHA algorithm for
authentication.
auth-password Password specified for authentication
protocol.
Authentication password should be
minimum of 8 characters.
priv Indicates the message sent on behalf of
the user is to be protected from
disclosure.
DES Algorithm used for encryption of the
date.
privilege-password Privacy password used for encryption/
decryption of the message sent by the
user. This should be a minimum of 8
characters.