R21xx-HP FlexFabric 11900 Network Management and Monitoring Command Reference

85
Syntax
In non-FIPS mode:
SNMPv1 and SNMP v2c:
snmp-agent group { v1 | v2c } group-name [ read-view view-name ] [ write-view view-name ]
[ notify-view view-name ] [ acl acl-number | acl ipv6 ipv6-acl-number ] *
undo snmp-agent group { v1 | v2c } group-name
SNMPv3:
snmp-agent group v3 group-name [ authentication | privacy ] [ read-view read-view ] [ write-view
write-view ] [ notify-view notify-view ] [ acl acl-number | acl ipv6 ipv6-acl-number ] *
undo snmp-agent group v3 group-name [ authentication | privacy ]
In FIPS mode:
snmp-agent group v3 group-name { aut
hentication | privacy } [ read-view read-view ] [ write-view
write-view ] [ notify-view notify-view ] [ acl acl-number | acl ipv6 ipv6-acl-number ] *
undo snmp-agent group v3 group-name { authentication | privacy }
Default
No SNMP group exists.
SNMPv3 groups use the no authentication, no privacy security model if neither authentication nor
privacy is specified.
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.