system cluster-switch modify
Modify information about a switch's configuration
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system cluster-switch modify command modifies information about a cluster switch or management switch. The cluster switch health monitor uses this information to monitor the switch.
Parameters
- -device <text> - Device Name
- Specifies the device name of switch that you want to monitor.
- [-address <IP Address>] - IP Address
- Specifies the IP address of switch's management interface.
- [-snmp-version {SNMPv1|SNMPv2c|SNMPv3}] - SNMP Version
- Specifies the SNMP version that Data ONTAP uses to communicate with the switch. The default is SNMPv2c.
- { [-community <text>] - DEPRECATED-Community String or SNMPv3 Username
- Specifies the community string for SNMPv2 authentication or SNMPv3 username for SNMPv3 security.NoteThis parameter is deprecated and may be removed in a future release of Data ONTAP. Use
-community- or-username instead. - | [-community-or-username <text>]} - Community String or SNMPv3 Username
- Specifies the community string for SNMPv2 authentication or SNMPv3 username for SNMPv3 security.
- [-type {cluster-network|management-network}] - Switch Network
- Specifies the switch type.
- [-is-monitoring-enabled-admin {true|false}] - Enable Switch Monitoring
- Specifies the switch admin monitoring status.
Examples
cluster1::> system cluster-switch modify -device SwitchA -address 2.3.4.5
cluster1::> system cluster-switch modify -device SwitchB -snmp-version SNMPv3 -community-or-username snmpv3u1
Give documentation feedback