Technical information
Cuda 12000 IP Access Switch CLI Reference Guide
snmp-server group 561
snmp-server group
Associates SNMP elements, such as a context, with a collection of read, write, and notify views. If
you create a group without specifying a read, write, or notify view, the group defaults to the
SNMP version 1 default read view.
Mode
root
Syntax
snmp-server group <group-name> {v1 | v2c | v3 {auth | noauth | priv}}
[read <readview-name>] [write <writeview-name>]
[notify <notifyview-name>] [context <context-name>]
[storage {volatile | nonvolatile | permanent | readonly}]
Arguments
<group-name> Name of the group.
{v1 | v2c | v3 {auth |
noauth | priv}
Specify the following values:
■ A security model for processing SNMP messages for the group.
The options are v1, v2c, or v3.
■ The minimum level of security necessary to gain access to the
group. The options are:
auth – Authenticates a packet through either the HMAC MD5 or
SHA algorithms. This is a security level that is higher than noauth
but lower than priv.
noauth – Authenticates a packet through a string match of the
user name. This is the lowest security level.
priv – Authenticates a packet through either the HMAC MD5 or
SHA algorithms. This type of security also encrypts the packet
using the CBC-DES (DES-56) algorithm. This is the highest
security level.
Note that the auth, noauth, and priv security levels apply to SNMP
version 3. The noauth security level applies to SNMP version 1 and
SNMP version 2c.
read <readview-name> Authorizes the group to have read access to the view specified by
<readview-name>.