Tester
Tester

Reputation: 5

OpenThread - dataset mgmtgetcommand active

I would like to find a simple use case to demonstrate how to use the OpenThread command dataset mgmtgetcommand active. This command is used to "retrieve Active Operational Dataset values from the Leader" according to Thread specification. So, I need to find a use case with a node which has lost the active dataset and sends a MGMT_ACTIVE_GET.req message to the leader to retrieve it.

How can I do that using OpenThread CLI ?

I can't find how to modify the network name for example on Node 1 dataset without Node 2 to automatically update its active dataset.

Upvotes: 0

Views: 206

Answers (1)

jhui
jhui

Reputation: 704

You can use the dataset commit active command on a given node to write new values to the Active Operational Dataset.

Upvotes: 0

Related Questions