ONTAP 9.12.1 commands

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

    Remove a bridge from monitoring

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

    Description

    The system bridge remove enables you to remove FC-to-SAS bridges that were previously added for SNMP monitoring.

    Parameters

    -name <text> - Bridge Name

    This parameter specifies the name of the bridge added for monitoring.

    Examples

    The following command removes 'ATTO_10.226.197.16' bridge from monitoring:

    cluster1::> system bridge remove -name ATTO_10.226.197.16
    cluster1::> system bridge show
                                                                    Is        Monitor
        Bridge     Symbolic Name Vendor  Model     Bridge WWN       Monitored Status
        ---------- ------------- ------- --------- ---------------- --------- -------
        ATTO_FibreBridge6500N_1
                   Bridge Number 16
                                 Atto    FibreBridge 6500N
                                                   2000001086603824 false     -
        ATTO_FibreBridge6500N_2
                   Not Set       Atto    FibreBridge 6500N
                                                   20000010866037e8 false     -
        ATTO_FibreBridge6500N_3
                   Not Set       Atto    FibreBridge 6500N
                                                   2000001086609e0e false     -
        ATTO_FibreBridge6500N_4
                   Not Set       Atto    FibreBridge 6500N
                                                   2000001086609c06 false     -
        4 entries were displayed.
    Top of Page