Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DmCli is a CCSP component that provides the Command Line Interface to the device. It helps to  interact with data objects in the RDKB setup and query their values or set/change them. Dmcli is used to send and receive DBUS messages via CLI (Command Line Interface) over Telnet and SSH protocols.

Its primary role is to allow an individual to perform Data base related operations on the Data Model.  Some of the primary functionalities supported by it are:

...

A sample dmcli command looks as follows with the expected output:output. In the output , the component name will be displayed based on the parameter queried .

No Format
root@RaspberryPi-Gateway:~# dmcli eRT getv Device.WiFi.RadioNumberOfEntries
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
getv from/to component(eRT.com.cisco.spvtg.ccsp.wifi): Device.WiFi.RadioNumberOfEntries
Execution succeed.
Parameter    1 name: Device.WiFi.RadioNumberOfEntries
               type:       uint,    value: 2 

...