Configuring a commissioner

You are here:
Estimated reading time: 1 min

For In-band commissioning process, a node with the commissioner role is needed in the network, which deals with the authentication process. It could be the Leader itself or other router which belongs to the network (previously authenticated).

 

Set up Commissioner

To top

Enter the next command:

kinos@local:~$ config comm on

 

Add a joiner device

To top

Then the EUI-64 (ex: 84-04-d2-00-00-00-00-04) and the joiner credential (ex: “8404D20000000004”) must be specified when required to add a joiner device in the entitled joiners list of the commissioner:

kinos@local:~$ config joiner add 84-04-d2-00-00-00-00-04 “8404D20000000004”

The joiner list configured in this commissioner can be requested:

kinos@local:~$ show joiners
84-04-d2-00-00-00-00-04

It is also possible to allow that all devices join using a single joiner credential.

kinos@local:~$ config joiner add ff-ff-ff-ff-ff-ff-ff-ff “K1RALE”