Instruction manual

Chapter 7: Using the cli Utility 155
If the system assigns default values, default values are shown next to the automatically added
parameter name, as in the following example, which was entered on the SP manager before any
configuration has been done.
cli> get network interface eth0
network interface eth0 active: yes
network interface eth0 method: dhcp
network interface eth0 address: 192.168.160.10
...
network interface eth0 gateway: none
network interface eth0 mtu: 1500
cli>
NOTE: If you make a change but do not commit it (see commit on page 153), the configuration files are not
updated. The get command shows the changes that are currently stored in the RAM memory, not the actual
value stored in the affected configuration file.
list
List available parameters. With no parameters listed, the whole parameter tree is displayed. If
parameters are specified, the corresponding subtree is displayed.
Synopsis
list parameter(s)
Example
cli> list network host
s
network hosts 127.0.0.1 name
network hosts 127.0.0.1 alias
network hosts 192.168.160.10 name
network hosts 192.168.160.10 alias
quit | exit
Quit cli. (Ctrl+d also quits the cli utility.) If changes have not been committed, the user is prompted
to commit the changes or quit without committing.
Synopsis
quit
Example
cli> set network hostname frutabaga
OK
cli> quit
You have made changes but haven't committed them yet.