User's Manual

Table Of Contents
sh in
.
4.1.1.4. CLI Help
The CLI has a built in help function with each command. To access the help topic associated with a
command, type the command followed by a question mark e.g.
EION: show?
and the LibraPlus will display the associated help topic.
4.1.1.5. Viewing Configuration
To view the current running configuration of the system, the show running-config command is used.
To view the startup configuration, the show startup-config command is used.
Example 4.1. Viewing configuration
EION: show running-config
interface Bridge 0
interface Bridge 0
ip
address 192.168.1.1 255.255.255.0
no shutdown
!
interface FastEthernet 0
bridge-group 0
no shutdown
!
These commands can take an optional search key, which allows for viewing only desired parts of the
configuration. The Displayed part contains matched strings and their value(s).
Example 4.2. Viewing configuration part
EION: show running-config ip
interface Bridge 0
ip
address 192.168.1.1 255.255.255.0
4.1.1.6. Copying Configuration
The copy command branch is used to save the running configuration or reset it to factory defaults. It
has the following subcommands:
copy default-config startup-config resets the device to factory defaults. After the command is ex-
ecuted, a soft reboot is required.
copy running-config startup-config saves the current running configuration as a startup configur-
ation.
35
Configuration