mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-12 20:18:34 +01:00
Ticket refs #5692: icwmp: Update readme with cli arguments
This commit is contained in:
parent
4bccb4f53b
commit
f8bcdb5af1
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -234,6 +234,25 @@ Valid commands:
|
|||
```
|
||||
> Note: icwmpd CLI is a debug utility and hence it is advised to use for debug and development purpose only.
|
||||
|
||||
icwmp CLI command success result is displayed in the terminal as following:
|
||||
|
||||
```bash
|
||||
root@iopsys:~# icwmpd -c get Device.DeviceInfo.UpTime
|
||||
Device.DeviceInfo.UpTime => 91472
|
||||
root@iopsys:~# icwmpd -c set Device.WiFi.SSID.1.SSID wifi1_ssid
|
||||
Set value is successfully done
|
||||
Device.WiFi.SSID.1.SSID => wifi1_ssid
|
||||
```
|
||||
In the case of fault the result is displayed as following:
|
||||
|
||||
```bash
|
||||
root@iopsys:~# icwmpd -c get Device.DeviceInfo.UpTme
|
||||
Fault 9005: Invalid parameter name
|
||||
root@iopsys:~# icwmpd -c set
|
||||
Fault 9003: Invalid arguments
|
||||
root@iopsys:~# icwmpd -c set Device.WiFi.SSID.1.SSID
|
||||
Fault 9003: Invalid arguments
|
||||
```
|
||||
## icwmpd forced inform parameters
|
||||
As per the cwmp inform requirements, cwmp client has list of parameters defined internally. The list contains below parameters:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue