I'm creating a job that will issue these commands, just to make sure that the boot IOS will always be available.
show bootvar | section include BOOT variable
dir disk0:/
dir disk1:/
dir sup-bootdisk:/
dir bootflash:/
How can I filter the results with RegEx in order to only show the lines with these characteristics:
start with "Directory of" or "BOOT" and the ones ending in ".bin"
A policy report that could match these values would be very interesting, but I doubt it can be done. So in the meanwhile a manual comparison will do.