Hello,
Is it possible to configure one of the Zigbee device as a Backup ZC/Concentrator/Gateway in zigbee network so that if primary ZC fails , in that case backup ZC can takeover ??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
off course , i will not do that. was just verifying my understanding.
1) Enable Compiler option MT_SYS_KEY_MANAGEMENT on coordinator.
> is it required on both ZC , ORIGINAL and BACKUP ?
2) Use MT command to read out the following NV items from coordinator that you want to clone.
> this step should be be carried out using Z-TOOL??
3) Also in the comment someone mentioned that -
If you are using the BDB commissioning interface, you have to initialize other nv items like the addrMgr, for which is very convenient to create a network and power cycle the device, after which you can write the nwk parameters of the ZC to be cloned. Also you have to write ZCD_NV_BDBNODEISONANETWORK to TRUE so bdb can restore the nwk parameters.
Additionally, you have to take care of the security material table ZCD_NV_NWK_SEC_MATERIAL_TABLE_START, which is the frame counter + the Ext PAN ID of the network, also you can use the debugging MT interface to match the nwk frame counter of the cloning device.
> Is it required ???