storage bridge modify
Modify a bridge's configuration information
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The storage 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; FibreBridge7500 may use either.
Examples
The following command modifies 'ATTO_10.226.197.16' bridge SNMP community to 'public':
cluster1::> storage bridge modify -name ATTO_10.226.197.16 -address 10.226.197.16 -snmp-community public
cluster1::>
Give documentation feedback