SNMP Commands
165
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Contax
CLI\files\SNMP.fm
D E L L CO N F I D E N T I A L – P R E L I MI N A RY 5/ 1 5 /1 2 - F O R PR O O F O N LY
User Guidelines
The command logical key is (
groupname, snmp-version, security-level
). For
snmp-version v1/v2 the security-level is always
noauth
.
The
Router
context is translated to "" context in the MIB.
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.