非淡泊无以明志,非宁静无以致远
全部博文(408)
分类: 系统运维
2009-10-25 11:39:20
实验一 路由器的基本命令操作
实验要求:
1. 路由器名:CCNA
2. 设置password为cisco1,secret为cisco2,vty为cisco3,并要求所有密码都加密。
3. 配置以太网口的IP为202.119.249.219
4. 设置登陆提示信息
5. 对串行口进行描述(描述信息)
6. 将上述信息保存到tftp server
实验过程:
en
conft
host ccna 设置路由器名
enable password cisco1 设置password
enable secret cisco2 设置secret
line vty 0 4
login
pass cisco3 设置vty密码
exit
service password-en 对密码加密(此句无效)
int fa 0/0
ip add 202.119.249.219 255.255.255.0 对以太网口fa0/0配置IP
no shut 开启端口
exit
banner motd &
welcome to ccna lab!!!!!! 提示信息
& 以上几部是设置登陆提示信息
int s0/0
desc this is a serial port 描述端口信息
exit
exit
copy running-config tftp 把信息保存到tftp
实验总结:
通过对上述实验的操作,初步了解了路由器的几个基本命令的使用。为下一步的学习做好了准备工作。
文件:
实验(1-5).rar
大小:
36KB
下载:
下载