joshcook.net

I’ll keep this one short. It seems that sending a NO-OP signal to help keep your SSH connection active within SecureCRT interferes with the TFTP process on a Cisco ASA. My download continued to fail due to a timeout error until I disabled the “Send Protocol NO-OP” setting.

Woohoo.

  • 1 Comment
  • Filed under: How To
  • MS SQL Database Backup

    A simple, yet very powerful script that will backup all of the databases on your Microsoft SQL Server to flat file for easy backup and restore. Additional features, such as limiting the number of archive files to keep and copying the latest file to a different directory, are also available.

    (more…)

  • 3 Comments
  • Filed under: How To, Scripts
  • Read-Only Cisco Router Config

    Many internet hardware products offer a read-only access mode, which I’m guessing is to keep Mr. Slacky from screwing up the config – ahem, no router bgp 6078 – on your live core router. But that’s the problem, Cisco doesn’t offer an elegant solution for read-only access to their routers. You can modify the exec level for show running-config, although the output ends up being completely useless because you didn’t supply a new exec level for all of the associated commands that are necessary to gather the configuration.

    (more…)

  • 3 Comments
  • Filed under: How To