Changes between Version 2 and Version 3 of Realisations/2006-2007/Projet/PasswordRecovery
- Timestamp:
- Mar 22, 2007, 12:41:50 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Realisations/2006-2007/Projet/PasswordRecovery
v2 v3 23 23 switch: '''dir flash:''' 24 24 25 The switch file system appears:{{{ 26 Directory of flash:[[BR]] 27 28 13 drwx 192 Mar 01 1993 22:30:48 c3560-i5-mz.121.19-EA1[[BR]] 29 30 11 -rwx 5825 Mar 01 1993 22:31:59 config.text[[BR]] 31 32 18 -rwx 720 Mar 01 1993 02:21:30 vlan.dat[[BR]] 33 34 35 16128000 bytes total (10003456 bytes free) }}} 25 The switch file system appears: 26 {{{ 27 Directory of flash: 28 29 13 drwx 192 Mar 01 1993 22:30:48 c3560-i5-mz.121.19-EA1 30 31 11 -rwx 5825 Mar 01 1993 22:31:59 config.text 32 33 18 -rwx 720 Mar 01 1993 02:21:30 vlan.dat 34 35 36 16128000 bytes total (10003456 bytes free) 37 }}} 36 38 37 39 * Step 5 Rename the configuration file to config.text.old. … … 54 56 * Step 9 Copy the configuration file into memory: 55 57 Switch# '''copy flash:config.text system:running-config''' 56 {{{Source filename [config.text]? 57 Destination filename [running-config]?}}} 58 {{{ 59 Source filename [config.text]? 60 Destination filename [running-config]? 61 }}} 58 62 59 63 Press Return in response to the confirmation prompts.