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/09/19 14:00] fachetdocumentation:config-parameters [2022/01/21 12:58] schmitt
Line 13: Line 13:
 </code> </code>
  
-Use cli get/set to read and write paramters. Example:+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> <code>
 $ cli get network.lan.1.address $ cli get network.lan.1.address
 network.lan.1.address=192.168.2.1 network.lan.1.address=192.168.2.1
- 
 $ cli set network.lan.1.address=192.168.2.2 $ cli set network.lan.1.address=192.168.2.2
- 
 $ cli get network.lan.1.address $ cli get network.lan.1.address
 network.lan.1.address=192.168.2.2 network.lan.1.address=192.168.2.2
Line 206: 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 808: 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