**** Upgrade IOS on Cisco ASA ****
1. Plug console from laptop to ASA. Also plug cat 5 from laptop to one of the ports on ASA
configure the port on ASA that laptop is plugged into.
2. The port on ASA needs to be configured. You need to configure security level, name of interface and ip address.
– example: ! interface GigabitEthernet0/0 nameif inside security-level 100 ip address 192.168.1.1 255.255.255.0 exit
3. Once port is configure, you need to configure the ip address on the laptop. – set the ip to 192.168.1.2
4. On the laptop startup the TFTP server. – make sure you have the correct path to where the image is located. – Also set select the IP of the tftp server (laptop IP)
5. copy new ASA IOS into flash
ciscoasa# copy tftp flash
Address or name of remote host []? 198.18.42.125
Source filename []? asa825-k8.bin
Destination filename [asa825-k8.bin]?
Accessing tftp://198.18.42.125/asa825-k8.bin…!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Writing file disk0:/asa825-k8.bin…!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!15390720 bytes copied in 42.870 secs (366445 bytes/sec)ciscoasa#
2. Copy ASDM into flash
Address or name of remote host [198.18.42.125]?
Source filename [asa825-k8.bin]? asdm-645.bin
Destination filename [asdm-645.bin]?
Accessing tftp://198.18.42.125/asdm-645.bin…!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Writing file disk0:/asdm-645.bin…!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!16280544 bytes copied in 46.120 secs (353924 bytes/sec)ciscoasa#
3. specify which version to run
ciscoasa# configure terminalciscoasa(config)# boot system flash:/asa825-k8.binINFO: Converting flash:/asa825-k8.bin to disk0:/asa825-k8.binciscoasa(config)# asdm image flash:/asdm-645.binciscoasa(config)#
4. Save and Reloadciscoasa(config)# endciscoasa# write memoryCryptochecksum: aaaa08ce ccde38f2 19c42e08 dea24cbd
2713 bytes copied in 1.450 secs (2713 bytes/sec)[OK]ciscoasa# reloadProceed with reload? [confirm]
5. Verify version running
ciscoasa# show version | include imageSystem image file is “disk0:/asa825-k8.bin”ciscoasa# show asdm imagesDevice Manager image file, disk0:/asdm-645.bin
Powered by BetterDocs
You must be logged in to post a comment.