Error » Hardware Error!! » Security and Firewall Error ! » Load a new Cisco PIX software image from a TFTP server

Security and Firewall Error ! Secuirty and firewall Realted Queries and support

Post New Thread Reply
  Load a new Cisco PIX software image from a TFTP server
LinkBack Thread Tools Display Modes
Old 04-Dec-2006, 12:47 AM   #1 (permalink)
Administrator
 
Admin's Avatar

Posts: 876
Join Date: Oct 2005
Rep Power: 10 Admin has disabled reputation

IM:
Default Load a new Cisco PIX software image from a TFTP server

TFTP (trivial file transfer protocol) provides a convenient means of quickly transferring a Cisco IOS image to a firewall over an ethernet interface. This procedure is substantially faster than transferring over a serial port.

Step 1: Copy the IOS binary file to the TFTP directory.

By default on most UNIX systems, the default data directory for the TFTP server is /tftpboot Copy the IOS image file to this directory and make sure it is world readable (i.e., chmod 544 /tftpboot/filename.bin). The first time you try this procedure, or anytime you experience troubles, test the TFTP server configuration with the tftp client:


cd /tmp
tftp localhost
get filename.bin

You can change directory to /tmp or any other directory that does not contain the image file. You must use the exact name of your binary file.
If there are no error messages, proceed; otherwise troubleshoot based on the error message.

Step 2: Configure an ethernet interface on the firewall if not already configured.

Test the configuration by pinging the ip address of the TFTP server from the firewall.

Step 3: Load the IOS image

From enable mode on the firewall, the following command will load the IOS image in filename.bin from the TFTP server at IP address 192.168.200.15:


copy tftp://192.168.200.15/filename.bin flash

You will be asked to confirm this procedure. Press ENTER to confirm.

Step 4: Restart the firewall
Admin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TFTP Server 9.1 Virtual Application Downloads 0 04-Mar-2008 07:37 AM
Cannot connect to Cisco PIX 501 PPTP VPN server with Vista Anilrgowda Microsoft windows vista error 1 18-Jul-2007 12:49 AM
Windows Server 2003 Services fail to load at startup Anilrgowda Microsoft windows 2003 error 1 05-Jun-2007 04:16 AM
TFTP server for cisco ps3cheats Networking Error ! 1 25-Mar-2007 10:51 PM
Cisco Firewall and/or ISA Server. driverdownloads Microsoft 1 20-Mar-2007 12:09 AM


All times are GMT -8. The time now is 12:56 PM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228