PMP device fails configuration due to timeout

An issue was identified and fixed where pushing configuration templates to PMP devices would always fail by timeout.  However, the configuration change does apply successfully on the device.  This was fixed in device firmware version 15.1.3.

This can also be fixed for devices running earlier firmware by removing the following from your configuration templates:

"configFileParameters": {
	"rebootIfRequired": true
}


After removing this from your configuration templates devices will still automatically reboot if required.  cnMaestro uses its own mechanism to have the device automatically reboot if required.  configFileParameters.rebootIfRequired is only used for configuration files used outside of cnMaestro.

4 Likes