C i s c o C o n f i d e n t i a l - B e t a R e v i e w R 3 . 7. 1
SNMP Server Commands on Cisco IOS XR Software
snmp-server user
SMR-658
Cisco ASR 14000 Series Router System Management Command Reference
OL-17231-01
snmp-server user
To configure a new user to a Simple Network Management Protocol (SNMP) group, use the
snmp-server user
command in global configuration mode. To remove a user from an SNMP group, use
the
no
form of this command.
snmp-server
user
username
groupname
{
v1
|
v2c
|
v3
[
auth
{
md5
|
sha
} {
clear
|
encrypted
}
auth-password
[
priv
des56
{
clear
|
encrypted
}
priv-password
]]} [
SDROwner
|
SystemOwner
] [
access-list-name
]
no
snmp-server
user
username
groupname
Syntax Description
username
Name of the user on the host that connects to the agent.
groupname
Name of the group to which the user belongs.
v1
Specifies that the SNMPv1 security model should be used.
v2c
Specifies that the SNMPv2c security model should be used.
v3
Specifies that the SNMPv3 security model should be used.
auth
{
md5
|
sha
}
{
clear
|
encrypted
}
auth-password
(Optional) Specifies which authentication level should be used. If you
specify the
auth
keyword, you must specify the an authentication level with
one of the following keywords:
•
md5
—Specifies the HMAC-MD5-96 authentication level.
•
sha
—Specifies the HMAC-SHA-96 authentication level.
After you specify the authentication level, you must specify an
authorization password. Before setting the authorization password, you
must specify one of the following required keywords:
•
clear
—Specifies that an unencrypted password follows.
•
encrypted
—Specifies that an encrypted password follows.
After specifying the type of password, specify the authentication password
for the
auth-password
argument:
•
auth-password
—String (not to exceed 64 characters) that enables the
agent to receive packets from the host.
priv
des56
{
clear
|
encrypted
}
priv-password
(Optional) Specifies the 56-bit Data Encryption Standard (DES) level of
encryption for the user.
After you specify encryption parameters for the user, you must specify a
privacy password. Before setting the privacy password, you must specify
one of the following required keywords:
•
clear
—Specifies that an unencrypted password follows.
•
encrypted
—Specifies that an encrypted password follows.
After specifying the type of privacy password that follows, specify the
privacy password for the
priv-password
argument:
•
priv-password
—Unencrypted, clear-text privacy password.
SDROwner
(Optional) Limits access to the agents for the owner secure domain router
(SDR) only.