The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
system snmp community add
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Adds a new community with the specified access control type
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system snmp community add
command adds communities with the specified access control type. Only read-only communities are supported. There is no limit for the number of communities supported.
Parameters
-vserver <Vserver Name>
- Vserver-
This parameter specifies the Vserver to which the community will be added. If no Vserver is specified, the community is added to the admin Vserver.
-community-name <text>
- Community-
This parameter specifies the name of the community.
-type <ctype>
- access type-
This parameter specifies 'ro' for read-only community.
Examples
The following example adds the read-only community name 'private'.
cluster1::> system snmp community add -type ro -community-name private cluster1::> system snmp community show ro private