CCNA(Stand-ALONE)Lab 18-Saving Router configurations

简介:
Objective: Learn how to back up a router’s configuration in case the configuration is accidentally deleted or the router fails.
Lab Equipment: Router 4 from the eRouters menu and PC 1 from the eStations menu
1. Connect to Router 4, and change the host name to Tampa.
Router>enable
Router#conf t
Router(config)#hostname Tampa
Tampa(config)#

2. Assign the IP address of 24.37.2.1 255.255.255.0 to the Ethernet 0 interface, and then enable the interface.
Tampa(config)#interface ethernet 0
Tampa(config-if)#ip address 24.37.2.1 255.255.255.0
Tampa(config-if)#no shutdown

3. Connect to PC 1 by selecting it from the eStations menu. Type the command that will allow you to configure PC 1’s IP address and default gateway. Set the IP address to 24.37.2.252 with a subnet mask of 255.255.255.0. Set the default gateway to Tampa’s Ethernet 0 IP address (24.37.2.1).
C:> winipcfg

4. From PC 1, ping Tampa’s Ethernet 0 interface to make sure connectivity exists to the default gateway.
C:> ping 24.37.2.1

5. Connect to Tampa again, exit interface configuration mode, and then exit global configuration mode. Copy the running configuration to the TFTP server on PC 1.
Tampa(config-if)#exit
Tampa(config)#exit
Tampa# copy running-config tftp

6. When prompted for the address or name of the TFTP server, provide PC 1’s IP address (24.37.2.252), press ENTER, and then provide the name of the configuration file that will be stored on PC 1. Name the configuration file Tampa_config.
24.37.2.252
Tampa_config

After you press ENTER, the router will take a few seconds to establish the connection;then you will see it copy the configuration file and tell you how long it took.

7. Next, connect back to PC 1 and type the show tftp-configs command in order to display the configurations that are stored on the TFTP server. (Note: This command does not work on real PCs, just in the NetSim program.)
C:>show tftp-configs

If you see the configuration in the list, you have successfully completed the lab.
Note: Lab 19 builds on this lab’s configuration. To complete Lab 19, please continue with the instructions for Lab 19 in this lab. If you load another lab from the Lab Navigator,your changes will be lost and Lab 19 will not work properly.
**********************************************




本文转自redking51CTO博客,原文链接: http://blog.51cto.com/redking/72324 ,如需转载请自行联系原作者

相关文章
|
19天前
|
人工智能 JavaScript 前端开发
实战使用 Qwen3-coder 低代码开发 HTML 个人网站
阿里巴巴开源的Qwen3-coder模型,凭借强大性能和低代码能力,助力用户快速搭建个人网站。本文详解环境配置、提示词设计与部署流程,适合编程新手快速上手,掌握AI辅助开发技能。
1295 8
|
9天前
|
人工智能 算法 测试技术
轻量高效,8B 性能强劲书生科学多模态模型Intern-S1-mini开源
继 7 月 26 日开源『书生』科学多模态大模型 Intern-S1 之后,上海人工智能实验室(上海AI实验室)在8月23日推出了轻量化版本 Intern-S1-mini。
335 51
|
4天前
|
自然语言处理 前端开发 JavaScript
js异步
js异步
225 108