
Using the cycli Utility 327
cycli Commands
Example:
revert
Discard changes and revert to previously committed state.
Example:
set
Set the value(s) of the last parameter. When multiple parameters are specified
in one command, either all are set successfully or none of the values are
changed.
set parameter(s) value(s)
cli> get network hosts 192.168.160.11
network hosts name: fruitbat
alias
cli> rename network hosts 192.168.160.11
192.168.160.222
OK
cli> get network hosts 192.168.160.11
ERR No such file or directory
cli> get network hosts 192.168.160.222
name fruitbat
alias
cli> get network hostname
dingo
cli> set network hostname kookaburra
OK
cli> get network hostname
kookaburra
cli> revert
OK
cli> get network hostname
dingo
Kommentare zu diesen Handbüchern