SCALANCE W1750D CLI
Function Manual, 03/2019, C79000-G8976-C452-04
19
SCALANCE W CLI
3
SCALANCE W supports the use of CLI for scripting purposes. You can access the
SCALANCE W CLI through a SSH.
To enable the SSH access to the SCALANCE CLI:
1.
From the SCALCNCE W UI, navigate to System > Show advanced options.
2.
Select Enabled from the Terminal access drop-down list.
3.
Click OK.
Connecting to a CLI Session
On connecting to a CLI session, the system displays its host name followed by the login
prompt. Use the administrator credentials to start a CLI session. For example:
(scalance)
User: admin
Password: *****
If the login is successful, the privileged command mode is enabled and a command prompt
is displayed. For example:
(scalance)#
The privileged mode provides access to show, clear, ping, traceroute, and commit
commands. The configuration commands are available in the configuration (config) mode.
To move from privileged mode to the configuration mode, enter the following command at
the command prompt:
(scalance)# configure terminal
The configure terminal command allows you to enter the basic configuration mode and the
command prompt is displayed as follows:
(scalance)(config)#
The SCALANCE W CLI allows CLI scripting in several other sub-command modes to allow
the users to configure individual interfaces, SSIDs, access rules, and security settings.
You can use the question mark (?) to view the commands available in a privileged mode,
configuration mode, or sub-mode
Note
Although automatic completion is supported for some commands such as configure terminal,
the complete exit and end commands must be entered at command prompt for successful
execution.