Month: July 2008

  • Retrieving NetScreen/SSG config via scp

    There are a couple of prerequisites before you can copy the config from a NetScreen or SSG via scp. First, obviously ssh and scp need to be enabled: set ssh version v2 set ssh enable set scp enable And of course, you need to enable ssh management on the interface you’re going to connect to…

  • Retrieving IOS running-config via scp

    Ok, now I’ve only tested this with routers running IOS – it may be a little different with Catalyst switches, since they store their config on flash, rather than nvram. On the other hand, it may be exactly the same, since we’re retrieving running-config, not startup-config. First, you need to ensure that ssh and scp…