3com 8807 Reference Guide

Page of 1099
SNMP Configuration Commands
907
snmp-agent group
Syntax
snmp-agent group { v1 | v2c } group-name [ read-view read-view ] [ 
write-view write-view ] [ notify-view notify-view ] [ acl acl-list ]
undo snmp-agent group { v1 | v2c } group-name
snmp-agent group v3 group-name [ authentication | privacy ] [ read-view 
read-view ] [ write-view write-view ] [notify-view notify-view ] [ acl acl-list ]
undo snmp-agent group v3 group-name [ authentication | privacy ]
View
System view
Parameter
v1: V1 security mode.
v2c: V2C security mode.
v3: V3 security mode.
group-name: Group name, ranging from 1 to 32 bytes.
authentication: Configures to authenticate the packet without encryption.
privacy: Configures to authenticate and encrypt the packet.
read-view: Configures to allow read-only view settings.
read-view: Read-only view name, ranging from 1 to 32 bytes.
write-view: Configures to allow read-write view settings.
write-view: Name of read-write view, ranging from 1 to 32 bytes.
notify-view: Configures to allow notify view settings.
notify-view: Specifies the notify view name, ranging from 1 to 32 bytes.
acl Sets access control list for this group name.
acl-list: access control list
Description
Use the snmp-agent group command to configure a new SNMP group, that is, 
to map SNMP user to SNMP view.
Use the undo snmp-agent group command to cancel a specified SNMP group.
By default, the SNMP group configured using the snmp-agent group v3 
command is in none authentication mode.
Related command: snmp-agent mib-view and snmp-agent usm-user.