5.2. config

简介:
		
Router>enable
Password:
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#
		
		

5.2.1. copy

Cisco Router Copy Commands

Requirement	Cisco Command
Save the current configuration from DRAM to NVRAM
copy running-config startup-config

Merge NVRAM configuration to DRAM
copy startup-config running-config

Copy DRAM configuration to a TFTP server
copy runing-config tftp

Merge TFTP configuration with current router configuration held in DRAM
copy tftp runing-config

Backup the IOS onto a TFTP server
copy flash tftp

Upgrade the router IOS from a TFTP server
copy tftp flash
	





原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
7月前
|
监控 Dubbo 搜索推荐
No application config found or it‘s not a valid config! Please add <dubbo:application name=“...“ />
No application config found or it‘s not a valid config! Please add <dubbo:application name=“...“ />
572 1
|
9月前
|
存储 Kubernetes 数据安全/隐私保护
K8S | Config应用配置
不论是应用还是运行层面的配置,都会涉及到一个基本的逻辑:配置可以抽取出来单独管理,在流程中直接引入该配置即可;
159 0
|
资源调度
Registry Config
Registry Config
154 0
|
存储 Java 测试技术
SpringCloud-8-config
Spring Cloud 提供了Spring Cloud Config来进行集中式配置管理。
73 0
SpringCloud-8-config
|
Spring Java 安全
config.client
配置中心的客户端
1252 0
|
XML 网络协议 JavaScript
|
内存技术 iOS开发
|
网络协议 网络虚拟化 数据安全/隐私保护