Hi,
I’m working on a script for a commercial change management system that wants to connect to MT devices and pull the configuration off the device so that it can be stored and analyzed in the system. I’ve got a good prototype done, but there’s an enhancement request I’m looking at.
The pattern for the commercial product is that it only pulls new versions of the configuration when the config on the device has changed. Does RouterOS have any sense of the last configuration time? If so, what command stack do I need to query?
I’ll provide my adapter, sure. It won’t do a lot of good without the commercial product, though, and that’s not mine to give away. But it sounds like there’s no concept of version management in the device, so I’ll have to go after the problem another way. Thanks for your response.
Better to get config periodically and analyze the differences. Note that config may be incomparable between the versions and export script does not contain everything, like certificates, for example.