3Com MSR 50 Network Router User Manual


  Open as PDF
of 2742
 
2338 CHAPTER 154: SNMP CONFIGURATION COMMANDS
snmp-agent group
Syntax The following syntax applies to SNMPv1 and SNMP v2c:
snmp-agent group { v1 | v2c } group-name [ read-view read-view ] [ write-view
write-view ] [ notify-view notify-view ] [ acl acl-number ]
undo snmp-agent group { v1 | v2c } group-name
The following syntax applies to SNMPv3:
snmp-agent group v3 group-name [ authentication | privacy ] [ read-view
read-view ] [ write-view write-view ] [ notify-view notify-view ] [ acl acl-number ]
undo snmp-agent group v3 group-name [ authentication | privacy ]
View System view
Parameter v1: SNMPv1.
v2c: SNMPv2c.
v3: SNMPv3.
group-name: Group name, a string of 1 to 32 characters.
authentication: Specifies the security model of the SNMP group to be
authentication only (without privacy).
privacy: Specifies the security model of the SNMP group to be authentication and
privacy.
read-view read-view: Read view, a string of 1 to 32 characters.
write-view write-view: Write view, a string of 1 to 32 characters.
notify-view notify-view: Notify view, for sending Trap messages, a string of 1 to
32 characters.
acl acl-number: Specifies an ACL by its number, in the range 2000 to 2999.
Description Use the snmp-agent group command to configure a new SNMP group and
specify its access right.
Use the
undo snmp-agent group command to delete a specified SNMP group.
By default, SNMP groups configured by the snmp-agent group v3 command use
a no-authentication-no-privacy security model.
Related command: snmp-agent mib-view, snmp-agent usm-user.