特权模式下:
保存配置文件:copy running-config startup-config
加载配置文件:copy start-config running-config
查看当前设备配置信息:show running-config
查看设备版本信息:show version
 
查看二层相关接口信息:show interface
查看三层相关接口信息:show ip interface
更改历史缓存大小: terminal history size ?
查看历史缓存大小: show terminal
更改寄存储器值:config-register 0x2102
禁用路由功能:no ip routing
禁用域名解析:no ip domain-loopup
 
 
在接口配置模式下:
去掉IP地址: no ip address
 
开启telnetssh:
全局模式下:
 
开启安全http:  ip http secure-server
连接虚拟终端: line vty ?
验证方式(本地): login local
允许连接方式: transport input ssh telnet