Hello,
I am trying to manage a device that has 3 different configuration files. I would like to be able to compare changes for each of these three config files for that device type. Is there an easy way to do this in Cirrus? I am in the process of modifying a device template for this purpose, but there is only one option for downloading the config... I guess I could make my 'download config' command concatenate all three files together, but then that poses problems if you ever want to upload the config, since it would be 3 files in one and you'd have to have some way of splitting them back into the three seperate files and uploading them to the device.
I should mention, these 3 files are stored in slightly different locations on the device's file system and all 3 are necessary for operation of the device. They are NOT just 3 copies of the same 'global config'.