ISDN Router Manual V.1.1
19
Entering Command
There are two ways to enter commands to configure the router.
1. Enter multiple commands at the top level and terminate with a carriage return.
2. Enter a single command (one token) at the top level followed by a carriage return and goes
down one level of menu at a time until the desired command is completed. At each level, the
user can type
help
or
?
to get a complete list of command for that particular level.
Example:
To configure the ethernet interface with the IP address 192.168.70.1 and with the subnet mask of
255.255.255.0
Method 1:
CLI> ?
? config connect date exit flash help hwinfo
log menu ping reset show trace version
CLI> help
?
-- Display menu options
config
-- Change the configuration
connect -- Start a PPP connection
date -- Set the date
exit
-- Exit the current session
flash
-- Operations on the flash-based file system
help
-- Display this help
hwinfo -- Display hardware information
log -- Operations on the log
menu -- Run the menu-based configuration
ping -- Ping an IP interface
reset -- Reboot the box with option to save the current configuration
show -- Display configurations and statistics
trace -- Set and display software trace configuration
version -- Display the software and firmware version
CLI> config interface ether ip address 192.168.70.1 255.255.255.0
CLI>