The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
security protocol modify
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Modify application configuration options
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The security protocol modify
command modifies the existing cluster-wide configuration of RSH and Telnet. Enable RSH and Telnet in the cluster by setting the enabled field as true
.
Parameters
-application <text>
- application (privilege: advanced)-
Selects the application. Supported values are
rsh
andtelnet
. [-enabled {true|false}]
- enabled (privilege: advanced)-
Enables or disables the corresponding application. The default value is
false
.
Examples
The following command enables RSH in the cluster. The default setting for RSH is false
:
cluster1::> security protocol modify -application rsh -enabled true
The following command enables Telnet in the cluster. The default setting for Telnet is false
:
cluster1::> security protocol modify -application telnet -enabled true