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.
You can use the
dataset commit activecommand on a given node to write new values to the Active Operational Dataset.