Hello Professionals,
It could be a silly question, but I would like to try.
I have configured 'Archive' to all of my Cisco switches so whenever I typed 'write-memory' or 'copy run sta', it automatically sends config file to TFTP server.
I thought my running config is saving whenever I provide cli (copy run sta), and back up to my server.
However, there was power outage and all of my switches reloaded.
Weird thing is some of my switches came up with previous config (not lastest saved one). I promise I didn't forget save configs.
Could it be the issue of my archive config or just problem of config.?
Here is my archive config:
archive
log config
logging enable
logging size 200
path tftp://1aa.bb.22.100/$h-$t
write-memory
Thank you for your time.