This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Cisco FTD - Simple script to download configuration

Just trying to write a simple automated script that will download the running-config from a Cisco FTD Firewall. 

The process is :

ssh to device

login with username/password

type command : system support diagnostic

type command : show run

Parents
  • This is the process that works access an ASA5525x running FTD code (6.2.3):

    ssh to device (on management port)

    login with username/password

    type command : system support diagnostic

    type command : enable

    type command : show run

    type command : ctrl+a then d

    type command : exit

    I have not scriptified (tech jargon), since NCM cannot manage firewalls running FTD code (yet). We are using the Firepower Management Console for these new devices.

    Note: the SSH console is read only and is for diagnostics.

Reply
  • This is the process that works access an ASA5525x running FTD code (6.2.3):

    ssh to device (on management port)

    login with username/password

    type command : system support diagnostic

    type command : enable

    type command : show run

    type command : ctrl+a then d

    type command : exit

    I have not scriptified (tech jargon), since NCM cannot manage firewalls running FTD code (yet). We are using the Firepower Management Console for these new devices.

    Note: the SSH console is read only and is for diagnostics.

Children
No Data