Chapter 3 Command Line Interface
Navigational and Shortcut Features
SCE 1000 2xGBE Release 2.0.10 User Guide
3-14 OL-7117-02
Shortcut Key Description
CTRL-X Deletes all characters from the cursor to the beginning of the line. (Same
functionality as CTRL-U.)
CTRL-W Delete the word to the left of the cursor.
CTRL-Y Recall the last item deleted.
<Tab> Completes the word when there is only one possible completion.
CTRL-I Completes the word when there is only one possible completion. (Same
functionality as CTRL-I.)
Tab Completion
The CLI interface features tab completion. When you type in the first letters of a command and
type <Tab>, the system automatically fills in the rest of the command or keyword. This feature
works only when there is one possible command that could be possible using the starting letters.
E
XAMPLE:
The letters snm followed by <Tab> will be completed to the command snmp-server.
SCE 1000(config)#snm<Tab>
SCE 1000(config)#snmp-server
If you type <Enter> instead of <Tab>, and there is no ambiguity, the system actually carries out
the command which would be filled in by the rest of the word.
E
XAMPLE:
The following example displays how the system completes a partial (unique) command for the
enable command. Because enable does not require any parameters, the system simply carries
out the enable command when the user presses Enter.
SCE 1000>en<Enter>
Password:
SCE 1000#
FTP User Name and Password
CLI enables saving ftp user name and password to be used in FTP operations—download and
upload, per session.
These settings are effective during the current CLI session.
E
XAMPLE:
The following example illustrates how to set FTP password and user name and the use in these
settings for getting a file named config.tmp from a remote station using FTP protocol.
SCE 1000#ip ftp password vk
SCE 1000#ip ftp username vk
SCE 1000#copy ftp://@10.1.1.253/h:/config.tmp myconf.txt
connecting 10.1.1.253 (user name vk password vk) to retrieve config.tmp
SCE 1000#
Comments to this Manuals