通常使用的有boot system方式和install方式
例如:n7700-s2-dk9.6.2.16.bin和n7700-s2-kickstart.6.2.16.bin
show version ------查看当前系统版本
dir usb1: ------查看U盘中文件
dir bootflash: ------查看bootflash中存在的系统文件
dir bootflash:/sup-1
dir bootflash:/sup-2 ------(如果是双引擎的话,使用这两条命令分别查看)
copy usb1: bootflash://sup-1/ ------从USB拷贝系统文件到引擎 sup-1 中
Enter source filename: XXXXXXXX ------输入要拷贝的文件名,要将两个文件都拷贝
copy usb1: bootflash://sup-2/ ------从USB拷贝系统文件到引擎 sup-2 中
Enter source filename: XXXXXXXX ------输入要拷贝的文件名,要将两个文件都拷贝
dir bootflash: ------查看bootflash中系统文件是否有刚才拷贝进去的文件
dir bootflash:/sup-1
dir bootflash:/sup-2 ------(如果是双引擎的话,使用这两条命令分别查看)
show running-config | include boot ------查看当前配置的的boot配置
boot kickstart bootflash:/xxxxxx sup-1 sup-2 ------更改boot配置中的kickstart版本
boot system bootflash:/xxxxxx sup-1 sup-2 ------更改boot配置中的系统版本
show boot ------查看当前boot配置的版本,和下次重启时的版本
show version ------查看当前系统的版本
copy running-config startup-config ------保存当前配置
reload ------重启系统(冷启动)
show version ------查看是否与初始版本不同
例如:n7700-s2-dk9.6.2.16.bin和n7700-s2-kickstart.6.2.16.bin
show version ------查看当前系统版本
dir usb1: ------查看U盘中文件
dir bootflash: ------查看bootflash中存在的系统文件
copy usb1: bootflash: ------从USB拷贝系统文件到引擎中
Enter source filename: XXXXXXXX ------输入要拷贝的文件名,要将两个文件都拷贝
dir bootflash: ------查看bootflash中系统文件是否有刚才拷贝进去的文件
show install all impact system bootflash:/XXXXXX kickstart bootflash:/XXXXXX ------测试系统是否能够安装,等待5-10分钟会显示install前后版本的差异
install all system bootflash:/XXXXXX kickstart bootflash:/XXXXXX ------安装新系统,看见“Do you want to continue with the installation (y/n)? [n] ”这句话时输入“ y ”
copy running-config startup-config ------保存当前配置
reload ------重启系统(冷启动)
show version ------查看是否与初始版本不同