Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
documentation:config-parameters [2019/04/04 19:05] juraschekdocumentation:config-parameters [2020/08/24 15:21] gray
Line 11: Line 11:
 $ cli get -c wanlink.1 $ cli get -c wanlink.1
 $ cli get -c wanlink.1. $ cli get -c wanlink.1.
 +</code>
 +
 +Use cli get/set to read and write paramters. 
 +Example as user admin (password of web gui):
 +<code>
 +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
 +</code>
 +Example as user root (password of web gui):
 +<code>
 +$ 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
 </code> </code>
  
Line 797: Line 816:
 surveyor.ping.status            integer         0 = disabled, 1 = enabled               Supervision administrative status surveyor.ping.status            integer         0 = disabled, 1 = enabled               Supervision administrative status
 surveyor.ping.x.wanlink         string                                                  Supervision WAN link name surveyor.ping.x.wanlink         string                                                  Supervision WAN link name
-surveyor.ping.x.mode            integer         = also validate when link comes up,   Supervision ping mode +surveyor.ping.x.mode            integer         = also validate when link comes up,   Supervision ping mode 
-                                                = only validate if link is up+                                                = only validate if link is up
 surveyor.ping.x.primary         address                                                 Supervision primary ping address surveyor.ping.x.primary         address                                                 Supervision primary ping address
 surveyor.ping.x.secondary       address                                                 Supervision secondary ping address surveyor.ping.x.secondary       address                                                 Supervision secondary ping address
Line 1116: Line 1135:
 https.status                    integer         0 = disabled, 1 = enabled               Web server HTTPS administrative status https.status                    integer         0 = disabled, 1 = enabled               Web server HTTPS administrative status
 https.port                      port                                                    Web server HTTPS port https.port                      port                                                    Web server HTTPS port
-https.security                  integer         0 = none,                               Web server HTTPS security +https.security                  integer         0 = none = Windows XP IE6Java 6       Web server HTTPS security 
-                                                1 = old, +                                                1 = old = Firefox 1, Chrome 1, 
-                                                2 = modern+                                                          IE 7, ... 
 +                                                2 = modern = Firefox 27, Chrome 30, 
 +                                                            IE 11 on Windows 7, ...
  
 cliphp.status                   integer         0 = disabled, 1 = enabled               CLI-PHP administrative status cliphp.status                   integer         0 = disabled, 1 = enabled               CLI-PHP administrative status