Network Management Protocol (SNMP) Commands
OL-32830-01 Command Line Interface Reference Guide 866
45
45.7 snmp-server group
To configure an SNMP group, use the snmp-server group Global Configuration
mode command. Groups are used to map SNMP users to SNMP views. To remove
an SNMP group, use the no form of this command.
Syntax
snmp-server group
groupname
{
v1 | v2 | v3 {noauth | auth | priv} [notify notifyview]}
[read readview] [write writeview]
no snmp-server group
groupname
{v1 | v2 | v3 [noauth | auth | priv]}
Parameters
• group
groupname
—Specifies the group name. (Length: 1–30 characters)
• v1—Specifies the SNMP Version 1 security model.
• v2—Specifies the SNMP Version 2 security model.
• v3—Specifies the SNMP Version 3 security model.
• noauth—Specifies that no packet authentication will be performed.
Applicable only to the SNMP version 3 security model.
• auth—Specifies that packet authentication without encryption will be
performed. Applicable only to the SNMP version 3 security model.
• priv—Specifies that packet authentication with encryption will be
performed. Applicable only to the SNMP version 3 security model. Note that
creation of SNMPv3 users with both authentication and privacy must be
done in the GUI. All other users may be created in the CLI.
• notify
notifyview
—(Optional) Specifies the view name that enables
generating informs or a traps. An inform is a trap that requires
acknowledgement. Applicable only to the SNMP version 3 security model.
(Length: 1–30 characters)
• read
readview
—(Optional) Specifies the view name that enables viewing
only. (Length: 1–30 characters)
• write
writeview
—(Optional) Specifies the view name that enables
configuring the agent. (Length: 1–30 characters)
Default Configuration
No group entry exists.