TFTP Config
TFTP Config
TFTP Config
Addressing Table
Default
Device Hostname Interface IP Address Subnet Mask Gateway
PC1 Host-A NIC 172.17.99.21 255.255.255.0 172.17.99.1
S1 ALSwitch VLAN99 172.17.99.11 255.255.255.0 172.17.99.1
Learning Objectives
Upon completion of this lab, you will be able to:
• Create and save a basic switch configuration
• Set up a TFTP server on the network
• Back up the switch Cisco IOS software to a TFTP server and then restore it
• Back up the switch configuration to a TFTP server
• Configure a switch to load a configuration from a TFTP server
• Upgrade the Cisco IOS software from a TFTP server
• Recover the password for a 2960 switch (2900 series)
Scenario
In this lab, you will examine and configure a standalone LAN switch. Although a switch performs basic
functions in its default out-of-the-box condition, there are a number of parameters that a network
administrator should modify to ensure a secure and optimized LAN. This lab introduces you to the basics
of switch configuration.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 11
CCNA Exploration
LAN Switching and Wireless: Basic Switch Concepts and Configuration Lab 2.5.2 Managing Switch Operating System and
Configurtion Files
Create VLAN 99 and assign user ports to this VLAN using the commands shown below. Return to
privileged EXEC mode when finished.
ALSwitch(config)#vlan 99
ALSwitch(config-vlan)#name user
ALSwitch(config-vlan)#exit
ALSwitch(config)#interface vlan 99
ALSwitch(config-if)#ip address 172.17.99.11 255.255.255.0
ALSwitch(config-if)#exit
ALSwitch(config)#interface fa0/18
ALSwitch(config-if)#switchport access vlan 99
ALSwitch(config-if)#end
ALSwitch#
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 11
CCNA Exploration
LAN Switching and Wireless: Basic Switch Concepts and Configuration Lab 2.5.2 Managing Switch Operating System and
Configurtion Files
When the TFTP server is running and shows the correct address configuration on the workstation, copy
the Cisco IOS file from the switch to the TFTP server.
ALSwitch#ping 172.17.99.21
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 11
CCNA Exploration
LAN Switching and Wireless: Basic Switch Concepts and Configuration Lab 2.5.2 Managing Switch Operating System and
Configurtion Files
Note: If the file is in a subdirectory, as is the case in the output shown above, you cannot initially see the
filename. To see the Cisco IOS filename, use the cd command to change the switch working directory to
the Cisco IOS directory:
ALSwitch#cd flash:/c2960-lanbase-mz.122-25.FX
ALSwitch#show flash
Directory of flash:/c2960-lanbase-mz.122-25.FX/
6 drwx 4160 Mar 1 1993 00:03:36 +00:00 html
368 -rwx 4414921 Mar 1 1993 00:04:53 +00:00 c2960-lanbase-
mz.122-25.FX.bin
369 -rwx 429 Mar 1 1993 00:04:53 +00:00 info
32514048 bytes total (26527232 bytes free)
What is the name and size of the Cisco IOS image stored in flash? _____________________________
____________________________________________________________________________________
What attributes can be identified from the codes in the Cisco IOS filename?________________________
____________________________________________________________________________________
From privileged EXEC mode, enter the copy flash tftp command. At the prompts, first enter the filename
of the Cisco IOS image file, then the IP address of the TFTP server. Make sure to include the complete
path if the file is in a subdirectory.
ALSwitch#copy flash tftp
Source filename []?c2960-lanbase-mz.122-25.FX/c2960-lanbase-mz.122-
25.FX.bin
Address or name of remote host []? 172.17.99.21
Destination filename [c2960-lanbase-mz.122-25.FX.bin]? [enter]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<output omitted>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4414921 bytes copied in 10.822 secs (407958 bytes/sec)
ALSwitch#
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 11
CCNA Exploration
LAN Switching and Wireless: Basic Switch Concepts and Configuration Lab 2.5.2 Managing Switch Operating System and
Configurtion Files
Verify the flash image size in the server root directory. The path for the root server is shown on the server
command window—C:\TFTP-root.
Locate this directory on the server using the File Manager and look at the detail listing of the file. The file
length in the show flash command should be the same file size as the file stored on the TFTP server. If
the file sizes are not identical in size, check with your instructor.
Task 4: Restore the Cisco IOS File to the Switch from a TFTP Server
Step 2: Identify Cisco IOS filename on the server and the entire path name of the destination for
the switch.
What is the name of the file on the TFTP server root directory that will be copied to the switch?
______________________________________________________________________________
What is the destination path name for the Cisco IOS file on the switch?
____________________________________________________________________________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 11
CCNA Exploration
LAN Switching and Wireless: Basic Switch Concepts and Configuration Lab 2.5.2 Managing Switch Operating System and
Configurtion Files
Step 3: Upload the Cisco IOS software from the server to the switch.
Note: It is important that this process is not interrupted.
In privileged EXEC mode, copy the file from the TFTP server to flash memory.
ALSwitch#copy tftp flash
Address or name of remote host []? 172.17.99.21
Source filename []? c2960-lanbase-mz.122-25.FX.bin
Destination filename [c2960-lanbase-mz.122-25.FX.bin]? c2960-lanbase-
mz.122-25.F
X/c2960-lanbase-mz.122-25.FX.bin
%Warning:There is a file already existing with this name
Do you want to over write? [confirm] [enter]
Accessing tftp://172.17.99.21 /c2960-lanbase-mz.122-25.FX.bin...
Loading c2960-lanbase-mz.122-25.FX.bin from 172.17.99.21 (via
Vlan1):!!!!!!!!!!!!!!!!!!
<output omitted>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 4414921 bytes]
The server output screen should look something like the following:
Is the file size of the uploaded file the same as that of the saved file on the TFTP root directory? _______
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 11
CCNA Exploration
LAN Switching and Wireless: Basic Switch Concepts and Configuration Lab 2.5.2 Managing Switch Operating System and
Configurtion Files
Step 3: Restore the startup configuration file from the TFTP server.
To restore the startup configuration file, the existing startup configuration file must be erased and the
switch reloaded.
AlSwitch#erase nvram
Erasing the nvram filesystem will remove all configuration files!
Continue? [confirm]
[OK]
Erase of nvram: complete
AlSwitch#
AlSwitch#reload
Proceed with reload? [confirm] [enter]
When the switch has reloaded, you must reestablish connectivity between the switch and the TFTP
server before the configuration can be restored. To do this, configure VLAN 99 with the correct IP
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 11
CCNA Exploration
LAN Switching and Wireless: Basic Switch Concepts and Configuration Lab 2.5.2 Managing Switch Operating System and
Configurtion Files
address and assign port FastEthernet 0/18 to VLAN 99. When you are finished, return to privileged EXEC
mode.
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface vlan 99
Switch(config-if)#ip address 172.17.99.11 255.255.255.0
Switch(config-if)#exit
Switch(config)#interface fastethernet 0/18
Switch(config-if)#switchport access vlan 99
Switch(config-if)#end
Switch#
After VLAN 99 is up, verify connectivity by pinging the server from the switch.
Switch#ping 172.17.99.21
If the ping is unsuccessful, troubleshoot the switch and server configuration. Restore the configuration
from the TFTP server with the copy tftp startup-config command.
Note: It is important that this process is not interrupted.
Switch#copy tftp startup-config
Address or name of remote host []? 172.17.99.21
Source filename []? alswitch-confg
Destination filename [startup-config]? [enter]
Accessing tftp://172.17.99.21 /alswitch-confg...
Loading alswitch-confg from 172.17.99.21 (via Vlan99): !
[OK - 1452 bytes]
1452 bytes copied in 9.059 secs (160 bytes/sec)
Switch#
00:21:37: %SYS-5-CONFIG_NV_I: Nonvolatile storage configured from
tftp://172.17.99.21 /alswitch-confg by console
Switch#
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 11
CCNA Exploration
LAN Switching and Wireless: Basic Switch Concepts and Configuration Lab 2.5.2 Managing Switch Operating System and
Configurtion Files
Note that on this platform, only about 6 MB is in use, and approximately 26.5 MB is free, so there is plenty
of memory for multiple images. If there is insufficient space for multiple images, you must overwrite the
existing image with the new one, so make sure there is a backup of the existing Cisco IOS file on the
TFTP server before beginning the upgrade.
Use the delete command to remove existing HTML files. Including an * in the command instead of a
specific filename deletes all files in the directory.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 9 of 11
CCNA Exploration
LAN Switching and Wireless: Basic Switch Concepts and Configuration Lab 2.5.2 Managing Switch Operating System and
Configurtion Files
ALSwitch#delete flash:/c2960-lanbase-mz.122-25.FX/html/*
Step 3: Extract the new Cisco IOS image and HTML files into flash memory.
Enter the following to place the new Cisco IOS image and HTML files into the flash memory target
directory:
ALSwitch#archive tar /x tftp://172.17.99.21/c2960-lanbase-mz.122-
25.FX.tar flash:/c2960-lanbase-mz.122-25.FX
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 10 of 11
CCNA Exploration
LAN Switching and Wireless: Basic Switch Concepts and Configuration Lab 2.5.2 Managing Switch Operating System and
Configurtion Files
load_helper
boot
To initialize the file system and finish loading the operating system, enter the following commands:
switch:flash_init
switch:load_helper
switch:dir flash:
Note: Do not forget to type the colon (:) after flash in the command dir flash:.
Type rename flash:config.text flash:config.old to rename the configuration file. This file contains the
password definition.
The configuration file is now reloaded. Change the old unknown passwords as follows:
ALSwitch#configure terminal
ALSwitch(config)#no enable secret
ALSwitch(config)#enable secret class
ALSwitch(config)#line console 0
ALSwitch(config-line)#password cisco
ALSwitch(config-line)#exit
ALSwitch(config)#line vty 0 15
ALSwitch(config-line)#password cisco
ALSwitch(config-line)#end
ALSwitch#copy running-config startup-config
Destination filename [startup-config]?[enter] Building configuration...
[OK]
ALSwitch#
Terminate your console connection and then reestablish it to verify that the new passwords have been
configured. If not, repeat the procedure.
Once the steps are completed, log off by typing exit, and turn all the devices off. Then remove and store the
cables and adapter.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 11 of 11