博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
4500-X验证镜像完整性
阅读量:4939 次
发布时间:2019-06-11

本文共 2600 字,大约阅读时间需要 8 分钟。

1、配置IP地址:

Switch(config)#int f1

Switch(config-if)#ip add 10.1.1.1 255.255.255.0
Switch(config-if)#no shu
Switch(config-if)#no shutdown
Switch(config-if)#end

Switch#ping vrf mgmtVrf 10.1.1.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

Switch(config)#ip tftp source-interface fastEthernet 1

 

2、开启TFTP Server并上传镜像到Switch:

Switch#copy tftp: bootflash:

Address or name of remote host [10.1.1.2]?
Source filename [cat4500e-universalk9.SPA.03.04.05.SG.151-2.SG5.bin]? cat4500e-universalk9.SPA.03.08.08.E.152-4.E8.bin
Destination filename [cat4500e-universalk9.SPA.03.08.08.E.152-4.E8.bin]?
Accessing tftp://10.1.1.2/cat4500e-universalk9.SPA.03.08.08.E.152-4.E8.bin...
Loading cat4500e-universalk9.SPA.03.08.08.E.152-4.E8.bin from 10.1.1.2 (via FastEthernet1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 190251324 bytes]

 

3、验证MD5

Switch#verify /md5 bootflash:/cat4500e-universalk9.SPA.03.08.08.E.152-4.E8.bin

..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

《Suppress》

..........................................................................................................................................Done!

verify /md5 (bootflash:/cat4500e-universalk9.SPA.03.08.08.E.152-4.E8.bin) = 9b481bd9c03fd8fdcd5e9db3fce2f397

 

4、思科官网镜像MD5值:

MD5 Checksum : 9b481bd9c03fd8fdcd5e9db3fce2f397

验证一样。

转载于:https://www.cnblogs.com/MomentsLee/p/11254558.html

你可能感兴趣的文章
Java中jshell脚本
查看>>
performSelector的方法
查看>>
redis
查看>>
BZOJ1645 [Usaco2007 Open]City Horizon 城市地平线
查看>>
配置IIS
查看>>
单例模式详解
查看>>
电商项目(下)
查看>>
[NOIP2015] 子串
查看>>
NSSet和NSArray区别与方法总结
查看>>
Python列表 元组 字典 集合
查看>>
foreach遍历数组、数组的转置与方阵的迹
查看>>
Still unable to dial persistent://blog.csdn.net:80 after 3 attempts
查看>>
HTML超文本标记语言(九)——表单输入类型
查看>>
基于busybox制作mini2440根文件系统及使用nfs挂载
查看>>
信道容量及信道编码原理学习
查看>>
关于信息论中熵、相对熵、条件熵、互信息、典型集的一些思考
查看>>
浅谈独立特征(independent features)、潜在特征(underlying features)提取、以及它们在网络安全中的应用...
查看>>
从随机过程的熵率和马尔科夫稳态过程引出的一些思考 - 人生逃不过一场马尔科夫稳态...
查看>>
《A First Course in Abstract Algebra with Applications》-chaper1-数论-关于素数
查看>>
ORA-3136
查看>>