This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ftpswitchalcatel [2025/11/01 20:08] 74.7.227.200 old revision restored (2025/09/09 15:19) |
ftpswitchalcatel [2025/11/01 21:02] (current) 74.7.227.200 old revision restored (2025/09/09 15:12) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| 1. On windows PC go to the command prompt (Start/ Run / cmd [ENTER]) | 1. On windows PC go to the command prompt (Start/ Run / cmd [ENTER]) | ||
| + | |||
| 2. On the command line type ftp x.x.x.x [enter] (x.x.x.x is the IP address of your switch) | 2. On the command line type ftp x.x.x.x [enter] (x.x.x.x is the IP address of your switch) | ||
| + | |||
| 3. You should now get the prompt to enter username....enter your username | 3. You should now get the prompt to enter username....enter your username | ||
| + | |||
| 4. You should now get the prompt to enter password...enter your password | 4. You should now get the prompt to enter password...enter your password | ||
| + | |||
| 5. if logged in you should now type get boot.cfg c:\boot.cfg | 5. if logged in you should now type get boot.cfg c:\boot.cfg | ||
| + | |||
| 6. you should now see something like x bytes transferred succesfully or soething similar | 6. you should now see something like x bytes transferred succesfully or soething similar | ||
| + | |||
| 7. type bye to finish the ftp session. | 7. type bye to finish the ftp session. | ||
| + | |||
| 8 You should now have a copy of the boot.cfg file on the root of your c:\ drive on the pc you are using. | 8 You should now have a copy of the boot.cfg file on the root of your c:\ drive on the pc you are using. | ||
| Line 15: | Line 22: | ||
| PS to put a config file back onto the switch use FTP again as follows: | PS to put a config file back onto the switch use FTP again as follows: | ||
| + | |||
| 1. On windows PC go to the command prompt (Start/ Run / cmd [ENTER]) | 1. On windows PC go to the command prompt (Start/ Run / cmd [ENTER]) | ||
| + | |||
| 2. On the command line type ftp x.x.x.x [enter] (x.x.x.x is the IP address of your switch) | 2. On the command line type ftp x.x.x.x [enter] (x.x.x.x is the IP address of your switch) | ||
| + | |||
| 3. You should now get the prompt to enter username....enter your username | 3. You should now get the prompt to enter username....enter your username | ||
| + | |||
| 4. You should now get the prompt to enter password...enter your password | 4. You should now get the prompt to enter password...enter your password | ||
| + | |||
| 5. if logged in you should now type put c:\boot.cfg boot.cfg | 5. if logged in you should now type put c:\boot.cfg boot.cfg | ||
| + | |||
| 6. you should now see something like x bytes transferred succesfully or soething similar | 6. you should now see something like x bytes transferred succesfully or soething similar | ||
| + | |||
| 7. type bye to finish the ftp session. | 7. type bye to finish the ftp session. | ||
| + | |||
| 8. Now telnet to the switch from the command prompt telnet x.x.x.x [enter] (x.x.x.x is the IP address of your switch) | 8. Now telnet to the switch from the command prompt telnet x.x.x.x [enter] (x.x.x.x is the IP address of your switch) | ||
| + | |||
| 9. You should now get the prompt to enter username....enter your username | 9. You should now get the prompt to enter username....enter your username | ||
| + | |||
| 10. You should now get the prompt to enter password...enter your password | 10. You should now get the prompt to enter password...enter your password | ||
| + | |||
| 11. now issue the copy working certified command | 11. now issue the copy working certified command | ||
| + | |||
| 12. now reboot the switch with the new config by using the reload all command. | 12. now reboot the switch with the new config by using the reload all command. | ||
| + | |||
| 13 The switch will now reboot using the new config file. | 13 The switch will now reboot using the new config file. | ||
| Good Luck | Good Luck | ||