首次由console口登陆路由器后,需对路由器简单配置以便以后可以通过网络访问路由器
1. 配置接口IP地址:
en
conf t
host R1       
int fa0/0
ip address 172.16.0.1 255.255.0.0
no shut
end
 
2. 配置路由器密码:
配置console密码
en
conf t
line console 0
pass cisco
login
 
配置远程密码
en
conf t
line vty 0 4
password cisco  
login
exit
enable password cisco     
end
 
其他基本操作
? 查询
TAB  补全
CTRL+A  移动光标到行首
CTRL+E  移动光标到行尾
CTRL+U  删除行首到光标
CTRL+K  删除行尾到光标
ctrl+r     重新在新行上输入被控制台影响的命令 或在console接口下配置logging synchronous
ctrl+c    放弃操作返回特权模式
 
R1#ter h s 20   历史命令缓存数(默认10条)
R1#sh his        查看历史命令缓存
 
设置时间
R1#clo set 8:00:00 12 may 2010
改时间格式为北京时间
R1(config)#clo t gmt 8