TFTP Server
This lab demonstrates how you can backup your configuration as well as upload your configuration to the TFTP Server.
The demonstrations include:
- Uploading Configuration to the TFTP Server.
- Downloading Configuration from the TFTP Server.
i. Uploading Configuration to the TFTP Server
Diagram
Procedure
- Make a TFTP Server to Host ‘A’.
- Verification of connectivity of PC & Switch by ping command.
- Upload the NVRAM Configuration into TFTP Server.
- Verifying the uploaded configuration from the TFTP Server.
Configuration
Step 1: Make a TFTP Server to Host ‘A’.
Step 2: Verification of connectivity of PC & Switch by ping command.
1900-SWA#ping 10.0.0.1
Sending 5, 100-byte ICMP Echos to 10.0.0.1, time out is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max 0/0/0/ ms
Step 3: Upload the NVRAM Configuration into TFTP Server.
1900-SWA#copy nvram tftp://10.0.0.1/configuration.cfg
Configuration upload is successfully completed
1900-SWA#
Step 4: Verifying the uploaded configuration from the TFTP Server.
ii. Downloading Configuration from the TFTP Server
Diagram
Procedure
- Make a TFTP Server to Host ‘A’.
- Remove the Configuration from the NVRAM.
- Give the IP Address to the Switch.
- Verification of connectivity of PC & Switch by ping command.
- Download the NVRAM Configuration from the TFTP Server.
- Verifying the uploaded configuration from the TFTP Server.
Configuration
Step 1: Make a TFTP Server to Host ‘A’.
Step 2: Remove the Configuration from the NVRAM.
1900-SWA#delete NVRAM
This command resets the switch with factory defaults. All system
parameters will revert to their default factory settings. All static
and dynamic addresses will be removed.
Reset system with factory defaults, [Y]es or [N]o? Yes
Catalyst 1900 Management Console
Copyright (c) Cisco Systems, Inc. 1993-1999
All rights reserved.
Ethernet Address: 00-04-DD-4E-81-40
PCA Number: 73-3122-04
PCA Serial Number: FAB0503D0FV
Model Number: WS-C1912-A
System Serial Number: FAB0503W0GW
Power Supply S/N: PHI044207GX
PCB Serial Number: FAB0503D0FV,73-3122-04
-------------------------------------------------
1 user(s) now active on Management Console.
User Interface Menu
[M] Menus
[K] Command Line
[I] IP Configuration
[P] Console Password
Enter Selection: K
CLI session with the switch is open.
To end the CLI session, enter [Exit].
>enable
#
Step 3: Give the IP Address to the Switch.
(config)#ip address 10.0.0.10 255.0.0.0
Step 4: Verification of connectivity of PC & Switch by ping command.
#ping 10.0.0.1
Sending 5, 100-byte ICMP Echos to 10.0.0.1, time out is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max 0/2/10/ ms
Step 5: Download the NVRAM Configuration from TFTP Server.
#copy tftp://10.0.0.1/configuration.cfg nvram
TFTP successfully downloaded configuration file
Step 6(A): Verifying the uploaded configuration from the TFTP Server.
1900-SWA#show running-config
Building configuration...
Current configuration:
!
hostname "1900-SWA"
!
ip address 10.0.0.10 255.0.0.0
!
enable password level 15 "CISCO"
!
interface Ethernet 0/1
!
!
<Output Omitted>
interface Ethernet 0/12
!
interface Ethernet 0/25
!
interface FastEthernet 0/26
!
interface FastEthernet 0/27
!
line console
end
1900-SWA#
Step 6(B): Verifying the uploaded configuration from the TFTP Server.
No comments:
Post a Comment