230
Executing Comware commands in Tcl
configuration view
Follow these restrictions and guidelines when you execute Comware commands in Tcl configuration
view:
•
For Comware commands, you can enter
?
to obtain online help or press
Tab
to complete an
abbreviated command. For more information, see "
•
The
cli
command is a Tcl command, so you cannot enter
?
to obtain online help or press
Tab
to
complete an abbreviated command.
•
Successfully executed Comware commands are saved to command history buffers. You can
use the upper arrow or lower arrow key to obtain executed commands.
•
To execute multiple Comware commands in one operation:
Enter multiple Comware commands separated by semi-colons to execute the commands in
the order they are entered. For example,
ospf 100
;
area 0
.
Specify multiple Comware commands for the
cli
command, quote them, and separate them
by a space and a semicolon. For example,
cli
"
ospf 100
;
area 0
".
Specify one Comware command for each
cli
command and separate them by a space and
a semicolon. For example,
cli ospf 100
;
cli area 0
.
To execute Comware commands in Tcl configuration view:
Step
Command
Remarks
1.
Enter Tcl configuration view
tclsh
N/A
2.
Execute Comware
commands directly.
Command
Use either method.
If you execute a Comware
command directly, a Tcl command
is executed when the Tcl
command conflicts with the
Comware command.
If you execute a Comware
command by using the
cli
command, the Comware
command is executed when it
conflicts with a Tcl command.
3.
Execute Comware
commands by using the
cli
command.
cli command
Summary of Contents for FlexNetwork 10500 Series
Page 139: ...130 Sysname display version ...