Hello, Regarding remote node provisioning, currently, it seems 'meshd' is choosing Provisioning method & actions internally, based on remote node's capabilities. - Choosing Method :- /* Parse OOB Options, prefer static, then out, then in */ - Choosing Action:- Based on high bit set in the action octet: u16_high_bit(l_get_be16(data + 6)), in case of OUT OOB or u16_high_bit(l_get_be16(data + 9)) in case of IN OOB Is the above preference for choosing Authentication Method, based on some pre-defined security level? If yes, can such security levels can be made available to application for configuration? Also, I would like to know, whether there is any plan to Request external provisioning Agent to choose Provisioning method & specific action? The reason being, some *application* may be interested in a particular Security level & Authentication action, depending on its own I/O capabilities. BR, -Anupam Roy BR, -Anupam Roy