Command Reference Guide
3Com Router 5000 Family and Router 6000 Family snmp-agent group ● 345
Command Reference
snmp-agent group
Purpose Use the snmp-agent group command to configure a new SNMP group, or to
map an SNMP user or group to an SNMP view.
Use the undo snmp-agent group command to delete a specified SNMP group.
Syntax snmp-agent group { v1 | v2c } group-name { [ read read-view ] | [ write
write-view ] | [ notify notify-view ] } [ acl acl-number ]
snmp-agent group { v1 | v2c } group-name acl acl-number
undo snmp-agent group { v1 | v2c } group-name
snmp-agent group v3 group-name [ authentication | privacy ] { [ read
read-view ] | [ write write-view ] | [ notify notify-view ] } [ acl
acl-number ]
snmp-agent group v3 group-name acl acl-number
undo snmp-agent group v3 group-name [ authentication | privacy ]
Parameters v1
V1 security model.
v2c
V2c security model.
v3
V3 security model.
group-name
Group name. Valid vlaues are 1 to 32 bytes.
authentication
Authenticates the packets without encryption.
privacy
Both authenticates and encrypts the packets.
read
Specifies a read-only view.
read-view
Name of the read-only view. Valid values are 1 to 32
bytes.
write
Specifies a read-write view.
write-view
Name of the read-write view. Valid values are 1 to 32
bytes.
notify
Specifies a notify view.
notify-view
Name of the notify view. Valid values are 1 to 32 bytes.
acl
Specifies an ACL for the SNMP group.
acl-number
Standard ACL. Valid values are 2000 to 2999.
Default By default, the snmp-agent group group-name v3 command does not provide
authentication or encryption.