Users Guide

Table Of Contents
OS10(config)# snmp-server engineID remote 1.1.1.2 udp-port 432 0xabeecc
Supported Releases 10.4.2.0 or later
snmp-server group
Congures the views allowed for the users in an SNMP group.
Syntax
snmp-server group group-name {v1 | v2c | v3 security-level} [access acl-name]
[read view-name] [write view-name] [notify view-name]
Parameters
group-name — Enter the name of the group. A maximum of 32 alphanumeric characters.
v1 — SNMPv1 provides no user authentication or privacy protection. SNMP messages are sent in plain text.
v2c — SNMPv2c provides no user authentication or privacy protection. SNMP messages are sent in plain
text.
v3 security-level — SNMPv3 provides optional user authentication and encryption for SNMP
messages, congured with the snmp-server user command.
security-level — (SNMPv3 only) Congure the security level for SNMPv3 users:
auth — Authenticate users in SNMP messages.
noauth — Do not authenticate users or encrypt SNMP messages; send messages in plain text.
priv — Authenticate users and encrypt/decrypt SNMP messages.
access acl-name — (Optional) Enter the name of an IPv4 or IPv6 access list to lter SNMP requests
received on the switch. A maximum of 16 characters.
read view-name — (Optional) Enter the name of a read-only view. A maximum of 32 characters maximum.
write view-name — (Optional) Enter the name of a read-write view. A maximum of 32 characters
maximum.
notify view-name — (Optional) Enter the name of a notication view. A maximum of 32 characters
maximum.
Defaults Not congured
Command Mode
CONFIGURATION
Usage Information Use the snmp-server group command to set up the access privileges for a group of SNMP users. Congure
the security level for receiving SNMP messages. Specify read-only, read-write, and/or notication access to the
SNMP agent. To congure an SNMPv3 user's authentication and privacy settings, use the snmp-server user
command.
Enter an access acl-name value to limit access to the SNMP agent to only ACL-allowed users.
A read-view provides read-only access to the SNMP agent. A read-write view allows read-write access. A notify-
view allows SNMP notications to be sent to group members.
The no version of the command deletes an SNMP group.
Example
OS10(config)# snmp-server group os10admin p3 priv read readonlyview
Supported Releases 10.4.2.0 or later
126 System management