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 [2022/01/21 12:58] schmitt
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 195: Line 214:
 # WLAN Clients # WLAN Clients
 wlan.x.client.y.ssid            string                                                  WLAN client SSID wlan.x.client.y.ssid            string                                                  WLAN client SSID
-wlan.x.client.y.secmode         enum            off,none,wep,wpa-psk,                   WLAN client security mode +wlan.x.client.y.secmode         enum            off,none,wep,wpa-psk,                   WLAN client security       wpa-radius,wpa-eap-tls      mode 
-                                                wpa-radius,wpa-eap-tls           +                                                wpa-radius,wpa-eap-tls            
-wlan.x.client.y.secproto        enum            wpa1,wpa2,wpa1andwpa2                   WLAN client WPA/WPA2 mixed mode+  
 +wlan.x.client.y.secproto        enum            wpa1,wpa2,wpa(1and2),wpa3,wpa(2and3)    WLAN client WPA/WPA2 mixed mode/WPA3/WPA3 mixed mode 
 +  
 wlan.x.client.y.cipher          enum            tkip,ccmp,all                           WLAN client WPA cipher wlan.x.client.y.cipher          enum            tkip,ccmp,all                           WLAN client WPA cipher
 wlan.x.client.y.psk             password                                                WLAN client passphrase wlan.x.client.y.psk             password                                                WLAN client passphrase
Line 797: Line 819:
 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 1138:
 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