Automated Cisco Switch Backups: Kron Scheduler

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

ความคิดเห็น • 5

  • @liaolucia3198
    @liaolucia3198 28 วันที่ผ่านมา

    Thanks for helping me to picture the configuration. May I have a question? Has automatic backup of configuration with the Kron or archive on the C1300?
    I did find some documents showing but when tested on C1300, it didn't have the command on it.
    Or is there another command that can automatically back up the TFTP server?

  • @noypiwerpo
    @noypiwerpo 2 หลายเดือนก่อน +3

    Just saw your video. I have a question. Will this overwrite your backup if you schedule it on a monthly occurrence?

    • @deenthebean1337
      @deenthebean1337 2 หลายเดือนก่อน +3

      I'm no expert, but I believe it won't overwrite. I think it only overwrites if the files have the same name. Using $t can be useful

    • @unreal-labs
      @unreal-labs  2 หลายเดือนก่อน +2

      Yes it will overwrite. Adding $h or $t will add date and time which would be recommended if you needed multiple versions. I have seen some issues with Cisco IOS XE images that struggle with those variables.
      You could do tftp://ip_of_tftp_server/$h__$t (which would add hostname and time stamp)
      Hope that helps and thank you @deenthebean1337 for helping commenting!

  • @JonathanIonescu
    @JonathanIonescu 15 วันที่ผ่านมา

    when i look at my output in the tftp server it creates the backup config but when i open the notepad file its format is wrong. it's not structured like a proper show run command. its running off the edge of the screen and is one conglomerate, not readable. any idea how to fix?