Move Within The Configuration Schema - Digi IX14 User Manual

Hide thumbs Also See for IX14:
Table of Contents

Advertisement

Command line interface
(config)> service ssh enable

Move within the configuration schema

You can perform configuration tasks at the CLI by moving within the configuration.
Move forward one node in the configuration by entering the name of an Additional
n
Configuration option:
1. At the config prompt, type service to move to the service node:
(config)> service
(config service)>
2. Type ssh to move to 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 nodes at once to move multiple steps in the configuration:
(config)> service ssh acl zone
(config service ssh acl zone)>
Move backward one node in the configuration by entering two periods (..):
n
(config service ssh acl zone)> ..
(config service ssh acl)>
You can also move back multiples nodes in the configuration by typing multiple sets of two
periods:
(config service ssh acl zone)> .. .. ..
(config service)>
Move to the root of the config prompt from anywhere within the configuration by entering
n
three periods (...):
(config service ssh acl zone)> ...
(config)>
IX14 User Guide
Configuration mode
791

Advertisement

Table of Contents
loading

Table of Contents