Command lineinterface Configuration mode
IX20 User Guide
1149
c. Enter enable ?to display help for the enable parameter:
(config service ssh)> enable ?
(config service ssh)>
Either of these methodswill display the following information:
(config)> service ssh enable ?
Enable: Enable the service.
Format: true, false, yes, no, 1, 0
Default value: true
Current value: true
(config)> service ssh enable
Move within the configuration schema
You can perform configuration tasksat the CLI by moving within the configuration.
n
Move forward one node in the configuration by entering the name of an Additional
Configuration option:
1. At the config prompt, type service to moveto the service node:
(config)> service
(config service)>
2. Type ssh to moveto the ssh node:
(config service)> ssh
(config service ssh)>
3. Type acl to move to the acl node:
(config service ssh)> acl
(config service ssh acl)>
4. Type zone to move to the zone node:
(config service ssh acl)> zone
(config service ssh acl zone)>
You can also enter multiple nodesat once to move multiple steps in the configuration:
(config)> service ssh acl zone
(config service ssh acl zone)>
n
Move backward one node in the configuration by entering two periods(..):
(config service ssh acl zone)> ..
(config service ssh acl)>