ONTAP 9.13.1 commands

network options switchless-cluster modify

Modify switchless cluster network options

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

Description

This command sets whether the cluster network is in switchless or switched mode. A switchless cluster is physically formed by connecting two nodes back-to-back, without a switch between them.

Parameters

[-enabled {true|false}] - Enable Switchless Cluster

This parameter specifies whether the switchless cluster is enabled or not. Setting this parameter to true enables the switchless cluster.

Examples

The following example enables the switchless cluster:
        cluster1::*> network options switchless-cluster modify -enabled true
Top of Page