Reference Guide

SNMP Commands 177
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Plasma-ARC
2+3\new_system_mifs_ARC3_latest\SNMP.fm
DELL CONFIDENTIAL – PRELIMINARY 5/21/14 - FOR PROOF ONLY
read
readview
—Specifies the view name that enables viewing only.
(Length: 1–30 characters)
write
writeview
—Specifies the view name that enables configuring the
agent. (Length: 1–30 characters)
Default Configuration
No group entry exists.
If
notifyview
is not specified, the notify view is not defined.
If
readview
is not specified, all objects except for the community-table and
SNMPv3 user and access tables are available for retrieval.
If
writeview
is not specified, the write view is not defined.
Command Mode
Global Configuration mode
User Guidelines
The group defined in this command is used in the snmp-server user
command to map users to the group. These users are then automatically
mapped to the views defined in this command.
The command logical key is (groupname, snmp-version, security-level). For
snmp-version v1/v2 the security-level is always noauth.
Example
The following example attaches a group called
user-group
to SNMPv3, assigns
the encrypted security level to the group, and limits the access rights of a view
called
user-view
to read-only. User
tom
is then assigned to
user-group
. So that
user
tom
has the rights assigned in
user-view
.
console(config)#
snmp-server group
user-group
v3 priv read
user-view
console(config)#
snmp-server user
tom user-group v3