ios实现的功能
配置网络设备的地址,协议等参数
通过控制访问来确保网络的安全
设置一系列的访问策略
对设置进行监控,调试
ios命名规则
命名形式:AAAAA-BBBB-CC-DDDD-EE
AAAAA;los所有适用的硬件平台
BBBB:los所包括的特性
CC:los软件的运行方式和压缩格式
DDDD:los软件版本
EE:los文件的后缀
ios升级
Router#copy tftp flash: //复制tftp服务器的los系统到本地的flash目录中
Address or name of remote host []? 192.168.1.10 //指定tftp服务器IP
Source filename []? pt1000-i-mz.122-28.bin //选中tftp服务器中的源los文件
Destination filename [pt1000-i-mz.122-28.bin]? //上传到设备flash目录中的文件名
Accessing tftp://192.168.1.10/pt1000-i-mz.122-28.bin…
Loading pt1000-i-mz.122-28.bin from 192.168.1.10: !!!
[OK - 5571584 bytes]
配置文件的备份
Router#copy running-config tftp: //复制当前配置文件到tftp服务器中
Address or name of remote host []? 192.168.1.10 //指定tftp服务器
Destination filename [Router-confg]? pt1000-i-mz.122-28.bin //指定备份的文件名
Writing running-config…!!
[OK - 504 bytes]
ios备份
Router#copy flash: tftp \复制本地的系统到tftp服务器
Source filename []? pt1000-i-mz.122-28.bin \选定本地los系统文件
Address or name of remote host []? 192.168.1.10 \tftp服务器地址
Destination filename [pt1000-i-mz.122-28.bin]? \ 备份文件名
Writing pt1000-i-mz.122-28.bin…!!!
[OK - 5571584 bytes]