R3721-F3210-F3171-HP High-End Firewalls System Management and Maintenance Command Reference-6PW101

171
snmp-agent group
Syntax
SNMPv1 and SNMPv2c for non-FIPS mode:
snmp-agent group { v1 | v2c } group-name [ read-view view-name ] [ write-view view-name ]
[ notify-view view-name ] [ acl acl-number ]
undo snmp-agent group { v1 | v2c } group-name
SNMPv3 for non-FIPS mode:
snmp-agent group v3 group-name [ authentication | privacy ] [ read-view view-name ] [ write-view
view-name ] [ notify-view view-name ] [ acl acl-number ]
undo snmp-agent group v3 group-name [ authentication | privacy ]
SNMPv3 for FIPS mode:
snmp-agent group v3 group-name [ authentication | privacy ] [ read-view view-name ] [ wr
ite-view
view-name ] [ notify-view view-name ] [ acl acl-number | acl ipv6 ipv6-acl-number ] *
undo snmp-agent group v3 group-name [ authentication | privacy ]
View
System view
Default level
3: Manage level
Parameters
v1: SNMPv1.
v2c: SNMPv2c.
v3: SNMPv3.
group-name: Group name, which is a string of 1 to 32 characters.
authentication: Specifies the security model of the SNMPv3 group to be authentication only (without
privacy).
privacy: Specifies the security model of the SNMPv3 group to be authentication and privacy.
read-view view-name: Specifies a read-only MIB view. The view-name represents a MIB view, which is a
string of 1 to 32 characters. The users in the specified group have read only access to the objects
included in the MIB view. The default read view is ViewDefault.
write-view view-name: Specifies a read and write MIB view. The view-name argument represents a MIB
view, which is a string of 1 to 32 characters. The users in the specified group have read and write access
to the objects included in the MIB view. By default, no write view is configured, which means the NMS
cannot perform the write operations to all MIB objects on the device.
notify-view view-name: Specifies a trap MIB view. The view-name argument represents a MIB view,
which is a string of 1 to 32 characters. The system sends traps to the users in the specified group for the
objects included in the MIB view. By default, no notify view is configured, which means the agent does
not send traps to the NMS.
acl acl-number: Specifies a basic ACL by its number, which ranges from 2000 to 2999. This ACL filters
NMSs by source IP address. In other words, you can configure to allow or prohibit SNMP packets with
a specific source IP address to restrict the intercommunication between the NMS and the agent.