This document will cover the process to convert existing Cisco 5585 ASA firewalls to the Cisco Firepower 9300 firewalls.
show config | display set | match f5
show inter desc | match f5
show config | display set | match TenGigabitEthernet 0/0/0
show configuration interfaces ge-0/0/0 | display set
changeto context system copy running-config disk0:/system.cfg
changeto context admin conf t http server enable http 192.168.0.0 255.255.255.0 mgmt !(Note: mgmt has to be replaced with whatever the management interface's nameif is defined as) ssh 192.168.0.0 255.255.255.0 mgmt wr end exit
show run | i http
context admin allocate-interface Management0/0 config-url disk0:/admin.cfg
Search for ** and make sure all passwords are visible
Find what: **
^ Find what ^ Replace with ^
Management0/0 | Ethernet1/8 |
TenGigabitEthernet0/6 | Ethernet1/1 |
TenGigabitEthernet0/7 | Ethernet1/2 |
TenGigabitEthernet0/8 | Ethernet1/3 |
</WRAP>
^ Find what ^ Replace with ^
Management0/0 | Ethernet1/8 |
TenGigabitEthernet0/6 | Ethernet1/5 |
TenGigabitEthernet0/7 | Ethernet1/6 |
TenGigabitEthernet0/8 | Ethernet1/7 |
</WRAP>
changeto context branch-1 conf t crypto key generate rsa modulus 2048 yes !(yes is just to overwrite any existing keys) wr
changeto context branch-1 conf t clear config snmp-server crypto key generate rsa modulus 2048 yes !(yes is just to overwrite any existing keys) snmp-server group globalgroup v3 priv snmp-server user branch-1 globalgroup v3 auth sha pass123 priv aes 128 pass123 snmp-server host mgmt 192.168.24.15 poll version 3 branch-1 snmp-server host mgmt 192.168.24.16 poll version 3 branch-1 snmp-server host mgmt 192.168.24.17 version 3 branch-1 snmp-server host mgmt 192.168.24.11 trap version 3 branch-1 snmp-server host mgmt 192.168.24.13 poll version 3 branch-1 snmp-server host mgmt 192.168.24.27 poll version 3 branch-1 snmp-server host mgmt 192.168.25.15 poll version 3 branch-1 snmp-server host mgmt 192.168.25.16 poll version 3 branch-1 snmp-server host mgmt 192.168.25.17 version 3 branch-1 snmp-server host mgmt 192.168.25.11 trap version 3 branch-1 snmp-server host mgmt 192.168.25.13 poll version 3 branch-1 snmp-server host mgmt 192.168.25.27 poll version 3 branch-1 snmp-server location branch-1 snmp-server contact global snmp-server enable traps syslog snmp-server enable traps ipsec start stop snmp-server enable traps memory-threshold snmp-server enable traps cpu threshold rising snmp-server enable traps ikev2 start stop snmp-server enable traps nat packet-discard snmp-server enable traps config wr
changeto context system copy scp://john.doe@192.168.1.2//var/tmp/asdm-7181-152.bin disk0:/asdm-7181-152.bin
conf t asdm image disk0:/asdm-7181-152.bin
c9300-fw-a1/branch-1(config)# show run ssl ssl cipher default low ssl cipher tlsv1 low ssl cipher tlsv1.1 low ssl cipher tlsv1.2 low ssl cipher dtlsv1 low ssl cipher dtlsv1.2 low