system snmp community delete
Deletes 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 delete command deletes communities with the specified access control type. Only read-only communities are supported.
Parameters
- -vserver <Vserver Name> - Vserver
 - This parameter specifies the Vserver from which you wish to delete the community. If no Vserver is specified, the community is deleted from the admin Vserver.
 - -community-name <text> - Community
 - Specify the name of the community.
 - -type <ctype> - access type
 - Specify 'ro' for a read-only community.
 
Examples
The following example deletes the read-only community 'private':
    
    cluster1::> system snmp community delete -type ro
            -community-name private
    cluster1::> system snmp community show
    This table is currently empty.
    
Give documentation feedback