Skip to main content

security protocol modify

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
Selects the application. Supported values are rsh and telnet.
[-enabled {true|false}] - enabled
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