Command Line Interface
6251553-KDU 137 365 Uen D 2006-06-16
7.6.12 snmp-server group
This command adds an SNMP group, mapping SNMP users to SNMP views.
Use the no form to remove an SNMP group.
Syntax
snmp-server group <groupname> {v1 | v2c | v3 {auth |
noauth | priv}} [read <readview>] [write
<writeview>] [notify <notifyview>]
no snmp-server group <groupname>
• groupname - Name of an SNMP group. (Range: 1-32 characters)
• v1 | v2c | v3 - Use SNMP version 1, 2c or 3.
• auth | noauth | priv - This group uses SNMPv3 with
authentication, no authentication, or with authentication and privacy.
See “Simple Network Management Protocol” on page 106 for further
information about these authentication and encryption options.
• readview - Defines the view for read access. (1-32 characters)
• writeview - Defines the view for write access. (1-32 characters)
• notifyview - Defines the view for notifications. (1-32 characters)
Default Setting
groupname: public (read only, no view is defined), private (read/write, maps
to defaultview)
readview: Every object belonging to the Internet OID space (1.3.6.1).
writeview: Nothing is defined.
notifyview - Nothing is defined.
Command Mode
Global Configuration
Command Usage
• A group sets the access policy for the assigned users.