This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
documentation:config-parameters [2019/09/18 15:12] – [Configuration Parameters] bollinger | documentation:config-parameters [2019/09/19 14:05] – fachet | ||
---|---|---|---|
Line 11: | Line 11: | ||
$ cli get -c wanlink.1 | $ cli get -c wanlink.1 | ||
$ cli get -c wanlink.1. | $ cli get -c wanlink.1. | ||
+ | </ | ||
+ | |||
+ | Use cli get/set to read and write paramters. | ||
+ | Example as user admin (password of web gui): | ||
+ | < | ||
+ | NB1600 Command Line Interface (version 1.1) | ||
+ | > get network.lan.1.address | ||
+ | network.lan.1.address=192.168.2.2 | ||
+ | > set network.lan.1.address=192.168.2.1 | ||
+ | > get network.lan.1.address | ||
+ | network.lan.1.address=192.168.2.1 | ||
+ | </ | ||
+ | Example as user root (password of web gui): | ||
+ | < | ||
+ | $ cli get network.lan.1.address | ||
+ | network.lan.1.address=192.168.2.1 | ||
+ | $ cli set network.lan.1.address=192.168.2.2 | ||
+ | $ cli get network.lan.1.address | ||
+ | network.lan.1.address=192.168.2.2 | ||
</ | </ | ||