ONTAP 9.12.1 commands

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

    Modify a bridge’s configuration information

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

    Description

    The system bridge modify enables you to modify certain parameters for identifying and accessing the FC-to-SAS bridges added for monitoring in a MetroCluster configuration.

    Parameters

    -name <text> - Bridge Name

    This parameter specifies the name of the bridge.

    [-address <IP Address>] - Bridge IP Address

    This parameter specifies the IP address of the bridge.

    [-snmp-community <text>] - SNMP Community Set on the Bridge

    This parameter specifies the SNMP community set on the bridge.

    [-managed-by {SNMP|in-band}] - Bridge Management Method

    This parameter specifies whether the bridge uses the SNMP or in-band management method. FibreBridge 6500N uses SNMP only; FibreBridge 7500N may use either.

    [-node-visible-list <text>,…​] - Nodes Bridge is Visble To

    This parameter specifies bridges that are visible to the node.

    Examples

    The following command modifies 'ATTO_10.226.197.16' bridge SNMP community to 'public':

    cluster1::> system bridge modify -name ATTO_10.226.197.16 -address 10.226.197.16 -snmp-community public
    cluster1::>
    Top of Page