1-4
PACSystems* RX3i PROFINET Controller Command Line Interface Manual
– July 2011
GFK-2572
1
Viewing the Commands
To view the commands that are available in the current mode, at the Command Line prompt enter
either:
help
to see the available global and non-global commands.
?
to see only the non-global commands.
help global
to see only the global commands
Completing a Partially-Typed Command
Enter
?
or press the Tab key to automatically complete a partially-typed command or parameter.
Note:
To complete “no” to “node” use
?
, not
Tab
.
Listing the Parameters of a Command
After a command has been fully entered, type
?
to list the possible parameters for that command,
and help text associated with those parameters.
Example for showing the ARP table:
device-name>
Initial display
device-name> sho?
Enter
sho?
to view self-completion help.
device-name> show
Enter
show
to see the full command
device-name> show ?
Enter
show ?
to view the available
show
parameters.
Partial results:
arp - Show ARP table
config - Show Configuration items
device-name> show arp
Enter
arp
to display the ARP table.
The “No” Parameter
For certain commands, entering a
no
parameter produces the opposite result. For example, the
command t
elnetd
enables telnet while
no telnetd
disables telnet. The Command Line Interface help
shows these commands as:
[no] command
.