Access The Command-Line Interface; Basics For Using The Command-Line Interface - Digi ConnectPort LTS Series User Manual

Table of Contents

Advertisement

Configure and manage the device using the ConnectPort LTS command line
interface

Access the command-line interface

To access the command-line interface and send configuration commands to the ConnectPort LTS
device:
1. Choose one of the following options:
Launch the command-line interface from the Digi Device Discovery Utility.
n
Use the telnet/ssh command to launch the command-line interface.
n
2. To launch the CLI via telnet, issue the following telnet command from a command prompt on
another networked device, such as a server:
#> telnet ip-address
Replace ip-address with the IP address of the ConnectPort LTS device. For example:
#> telnet 192.3.23.5
For secure connections, use the ssh command as follows:
#> ssh username@ip-address
Replace username with the user name used to sign in to the ConnectPort LTS device and
replace ip-address with the IP address of the device. For example:
#> ssh root@192.3.23.5
If security is enabled for the ConnectPort LTS device, a login prompt appears for telnet/SSH
access. If you do not know the user name and password for the device, contact the system
administrator who originally configured the device.
After you successfully sign in to the command-line interface, you can access the configuration
shell interface (configshell) or the general bash-shell, according to the your user settings for
system interface access. When the user system interface access option is set to Shell, you can
access the general bash-shell directly and run various system commands. In addition, you can
run the configshell command to enter the configuration-specific shell interface. If the your
system interface access option is set to CLI menu, the you can access the configuration shell
interface directly, but you cannot access the general bash-shell.

Basics for using the command-line interface

The ConnectPort LTS offers online help for CLI commands. Use the following command examples to
get help for using commands.
help displays all supported commands for a device.
n
? displays all supported commands for a device.
n
Digi ConnectPort LTS User Guide
Access the command-line
interface
132

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents