Configuration and management Using the command line
Digi TransPort WR Routers User Guide
18
Execute a command from the web interface
1. On the menu, click System > Device console. The device console appears.
digi.router>
2. To display the currently supported list of commands for the device, type the question mark (?)
character after the system prompt:
digi.router> ?
3. To display help for a specific command, enter the command followed by the question mark (?)
character.
For example, to get help for the pki command, enter:
digi.router> pki ?
Display command and parameter help using the ? character
The question mark (?) character can display help text for all commands, individual commands, and
command parameters. For example:
digi.router> eth ?
Configures an Ethernet interface
Syntax:
eth <1 - 4> <parameter> <value>
Available Parameters:
Parameter Description
----------------------------------------------------------------------------
description Ethernet interface description
duplex Ethernet interface duplex mode
mtu Ethernet interface MTU
speed Ethernet interface speed
state Enables or disables Ethernet interface
digi.router> eth
To display help on parameters, enter the command, the interface number as needed, and parameter
name, followed by the ? character. For example, to display help for the eth command speed
parameter, enter:
digi.router> eth 1 speed ?
Syntax : eth 1 speed <value>
Description : Ethernet interface speed
Current Value : auto
Valid Values : auto, 10, 100, 1000
Default value : auto
digi.router> eth 1 speed
To use the ? character in a parameter value, enclose it within " characters. For example, to display the
help text for the system command's description parameter: