User's Manual Part 2

Table Of Contents
100 Vivato Wi-Fi AP/Bridge User Guide Copyright © 2004, Vivato, Inc.
Navigating the CLI
Configuration Using The Command Line Interface
Define the basic network settings
vivato (config)# ip domain-name javaplanet Set the domain name to “javaplanet”.
vivato (config)# ip routing Enable global IP routing.
vivato (config)# ip name-server 192.165.0.99 Specify a name server on your LAN.
vivato (config)# ip hostname french_roast Set the host name to “french_roast”
Set the read and enable passwords. After an enable password has been specified, you will need to enter
that password anytime you attempt to access the enable level.
french_roast (config) username admin secret coffeem8 Set read level password.
french_roast (config) enable secret sixty6flavors Set enable level password.
Save the configuration inside the Wi-Fi AP/Bridge (as “startup-config”) and end the configuration
session.
french_roast (config)# exit
french_roast# write
french_roast# exit
Navigating the CLI
Several keystroke sequences are available to move between levels on the CLI and move the cursor on
the command line, and to get helpful information online.
Moving the Cursor Around on the Command LIne
You can use the following commands to move the cursor on the command line when making
changes to settings:
Using the “?” to Get Online Command Help
At any prompt on the command line you can enter a question mark (?) to get a list of the available
commands at that level, along with a short description of each command. This can be helpful when
you enter a command and get an “Invalid command due to syntax or parameter” error.
Table 1—Command Line Shortcuts
Keystrokes Function
Ctrl-B or left
arrow key*
Moves the cursor back one character without erasing the character.
Ctrl-F or right
arrow key*
Moves the cursor forward one character.
Ctrl-A Moves the cursor to the beginning of the command line.
Ctrl-E Moves the cursor to the end of the command line.
Ctrl-U Removes all text on the command line.
* The arrow keys may not work with some terminal emulators.