enable //进入特权模式
configure terminal //进入配置模式
hostname xxx //命名路由器
no ip domain-lookup //取消域名查找功能(输错命令不作为域名解析)
enable sercret 999 //设置配置特权模式口令密文999
line console 0 //设置本地登录配置口令
password 999
logging synchronous //同步提示信息避免干扰
exec-timeout 0 0 //取消自动断开超时时间为0
copy running-config startup-config /write //保存配置从闪存到内存
service password-encryption //所有配置加密保存
disable/logou //退出登录状态
line vty 0 4 //配置远程登录允许4个终端同时登录
password 999 //设置远程登录密码为999
interface fastEthernet0/0 //进入接口模式
ip address //新增ip
no shutdown //启用接口
ctrl+breeak或ctrl+c //进入rommon模式
confreg 0*2142 //修改寄存器值
reset //设置后重启
copy startup-config running-config //从寄存器复制到闪存
erase startup-config //删除启动配置
reload //重启
copy tftp running-config //恢复配置文件
show running-config //查看闪存信息
show startup-config //查看静态路由表
show interfaces //查看接口信息
show version //查看路由版本