ONTAP 9.12.1 commands

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

    Enables or disables SNMP traps

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

    Description

    Initializes or disables sending of traps by the SNMP daemon from the cluster.

    Parameters

    [-init <integer>] - Initialize Traps

    Use the value of 1 to initialize SNMP daemon to send traps or use a value of 0 to stop sending traps from the cluster. If no value is specified, this command displays the current setting of init. Traps are enabled by default.

    Examples

    The following command initializes SNMP daemon to send traps. +

    cluster1::> system snmp init -init 1
    uster1::> system snmp show
    contact:
            private
    location:
            NB
    authtrap:
            1
    init:
            1
    traphosts:
            -
    community:
      -   -
    Top of Page