ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system snmp community show

    Displays communities

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    Displays the current list of SNMP communities.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <Vserver Name>] - Vserver

    Selects the Vserver to which the SNMP community belongs

    [-community-name <text>] - Community

    Selects the SNMP v1/v2c community string

    [-access <ctype>] - access

    Selects the access type of the SNMP v1/v2c community. Read-only (ro) is the only access type supported

    Examples

    cluster1::> system snmp community show
    cluster1
        ro private
    Top of Page