Reference Guide

SNMP Commands 163
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Contax
CLI\files\SNMP.fm
DELL CONFIDENTIAL – PRELIMINARY 10/21/13 - FOR PROOF ONLY
Example
The following example attaches a group called user-group to SNMPv3 and
assigns to the group the privacy security level and read access rights to a view
called user-view.
Console(config)#
snmp-server group
user-group
v3 priv read
user-
view
snmp-server user
Use the snmp-server user Global Configuration mode command to configure
a new SNMP Version 3 user. Use the no form of the command to remove a
user.
Syntax
snmp-server user
username groupname
{v1 | v2c | [
remote host
] v3
[encrypted] [auth {md5 | sha}
auth-password]
}
no snmp-server user
username [remote host]
Parameters
username
—The name of the user on the host that connects to the agent.
(Range: Up to 20 characters)
groupname
—The name of the group to which the user belongs. The group
should be configured using the command
snmp-server group
with v3
parameters (no specific order of the 2 command configurations is imposed
on the user). (Range: Up to 30 characters)
remote host
—IP address of the remote SNMP host.
v1
—Specifies that v1 is to be used.
v2c
—Specifies that v2c is to be used.
v3
—Specifies that v3 is to be used.
encrypted
—Specifies whether the password appears in encrypted format.
auth
—Specifies which authentication level is to be used.
md5
—Specifies the HMAC-MD5-96 authentication level.