security protocol show
Show application configuration options
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The security protocol show command displays the cluster-wide configuration of RSH and Telnet in the cluster in advanced privilege mode. RSH and Telnet are disabled by default. Use the security protocol modify command to change the RSH and Telnet configuration that the cluster supports.
Parameters
- { [-fields <fieldname>, ...]
- If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- | [-instance ]}
- If you specify the -instance parameter, the command displays detailed information about all fields.
- [-application <text>] - application
- Displays the insecure applications in the cluster.
- [-enabled {true|false}] - enabled
- Displays whether the application is enabled or disabled in the cluster.
Examples
The following example shows the default security protocol configurations for a cluster:
cluster1::> security protocol show
Application Enabled
------------ -------------
rsh false
telnet false
The following example shows the security protocol configuration after RSH and Telnet have been enabled:
cluster1::> security protocol show
Application Enabled
------------ -------------
rsh true
telnet true
Give documentation feedback