36-11
Cisco IE 2000 Switch Software Configuration Guide
OL-25866-01
Chapter 36 Configuring SNMP
How to Configure SNMP
Step 3 snmp-server group groupname {v1 | v2c | v3
{auth | noauth | priv}} [read readvie w]
[write writeview] [notify notifyview] [access
access-list]
Configures a new SNMP group on the remote device.
groupname—Specifies the name of the group.
Specify a security model:
v1 is the least secure of the possible security models.
v2c is the second least secure model. It allows
transmission of informs and integers twice the normal
width.
v3, the most secure, requires you to select an
authentication level:
auth—Enables the Message Digest 5 (MD5) and the
Secure Hash Algorithm (SHA) packet authentication.
noauth—Enables the noAuthNoPriv security level. This
is the default if no keyword is specified.
priv—Enables Data Encryption Standard (DES) packet
encryption (also called privacy).
Note The priv keyword is available only when the cryptographic
software image is installed.
(Optional) read readview—Specifies a string (not to exceed 64
characters) that is the name of the view in which you can only
view the contents of the agent.
(Optional) write writeview—Specifies a string (not to exceed
64 characters) that is the name of the view in which you enter
data and configure the contents of the agent.
(Optional) notify notifyview—Specifies a string (not to exceed
64 characters) that is the name of the view in which you
specify a notify, inform, or trap.
(Optional) access access-list—Specifies a string (not to
exceed 64 characters) that is the name of the access list.
Command Purpose