176
snmp-agent group v3 group-name [ authentication | privacy ] [ read-view read-view ]
[ write-view write-view ] [ notify-view notify-view ] [ acl { ipv4-acl-number | name ipv4-acl-name } |
acl ipv6 { ipv6-acl-number | name ipv6-acl-name } ] *
SNMPv3 (in FIPS mode):
snmp-agent group v3 group-name { authentication | privacy } [ read-view read-view ]
[ write-view write-view ] [ notify-view notify-view ] [ acl { ipv4-acl-number | name ipv4-acl-name } |
acl ipv6 { ipv6-acl-number | name ipv6-acl-name } ] *
undo snmp-agent group v3 group-name [ authentication | privacy ]
Default
No SNMP groups exist.
Views
System view
Predefined use roles
network-admin
Parameters
v1: Specifies SNMPv1.
v2c: Specifies SNMPv2c.
v3: Specifies SNMPv3.
group-name: Specifies an SNMP group name, a string of 1 to 32 case-sensitive characters.
authentication: Specifies the authentication without privacy security model for the SNMPv3 group.
privacy: Specifies the authentication with privacy security model for the SNMPv3 group.
read-view view-name: Specifies a read-only MIB view. The view-name represents a MIB view name,
a string of 1 to 32 characters. If no read-only MIB view is specified, the SNMP group has read access
to the default view ViewDefault.
write-view view-name: Specifies a read and write MIB view. The view-name represents a MIB view
name, a string of 1 to 32 characters. If no read and write view is specified, the SNMP group cannot
set any MIB object on the SNMP agent.
notify-view view-name: Specifies a notify MIB view. The view-name represents a MIB view name, a
string of 1 to 32 characters. The SNMP agent sends notifications to the users in the specified group
only for the MIB objects included in the notify view. If no notify view is specified, the SNMP agent
does not send any notification to the users in the specified group.
acl: Specifies a basic IPv4 ACL for the group.
ipv4-acl-number: Specifies a basic IPv4 ACL by its number in the range of 2000 to 2999.
name ipv4-acl-name: Specifies a basic IPv4 ACL for the group. The ipv4-acl-name argument
represents a basic IPv4 ACL name, a case-insensitive string of 1 to 63 characters.
acl ipv6: Specifies a basic IPv6 ACL for the group.
ipv6-acl-number: Specifies a basic IPv6 ACL by its number in the range of 2000 to 2999.
name ipv6-acl-name: Specifies a basic IPv6 ACL for the group. The ipv6
-acl-name argument
represents a basic IPv6 ACL name, a case-insensitive string of 1 to 63 characters.
Usage guidelines
SNMPv1 and SNMPv2c settings in this command are not supported in FIPS mode.
Only users with the network-admin or level-15 user role can execute this command. Users with other
user roles cannot execute this command even if these roles are granted access to this command or
commands of the SNMP feature.