This procedure describes the steps required to upgrade the Application, Maintenance and PDM software on the Cisco WS-SVC-FWM-1.
Run these commands on the switch (Cisco 6500 or Cisco 7600) running native mode software.
Configure the gigabit interface on the SUP720
config t
interface g5/1
switchport
switchport mode access
switchport access vlan 3
Configure vlans for Firewall
firewall module 3 vlan-group 1
firewall vlan-group 1 3-8
Configure vlan3
config t
interface vlan3
ip address 172.16.38.240 255.255.0.0
no shutdown
Connect to firewall module - default password is cisco
session slot 3 processor 1
Run these commands from the firewall module.
Assign interface outside
nameif vlan3 outside security0
ip address outside 172.16.38.241 255.255.0.0
route outside 0 0 172.16.38.240 1
At this point you have access to the 172.16.38.0 network, but you can't ping to verify.
Copy maintenance image (newer version required if you are upgrading the application image to v3.x)
upgrade-mp tftp
Address or name of remote host [127.0.0.1]? 172.16.38.10
Source file name [cdisk]? c6svc-mp.3-1-2.bin.gz
copying tftp://172.16.38.10/c6svc-mp.3-1-2.bin.gz to flash
[yes|no|again]? yes
!!!!!!!!!!!!!!!!!!!!!!!
Received 1695744 bytes.
Maintenance partition upgraded.
At this poing you will need to reload the firewall module so that it boots with the new maintenance image. Make sure to write your config to memory before you reload.
wr mem
reload
Upgrade the application image
copy tftp flash
Address: 172.16.38.10
filename: c6svc-fwm-k9.3-1-1.bin
Confirm and upgrade.
Upgrade the PDM image.
copy tftp flash:pdm
Address: 172.16.38.10
filename: pdm-414.bin
Confirm and upgrade.
Verify version after upgrade: show ver
You are done!