路由与交换实训报告
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
苏州市职业大学
实习(实训)报告
名称交换与路由技术
2011年12月29日至2011年12月30日共1周
院系计算机工程系
班级 10网络安全(CIW)
姓名胡帅帅
系主任李金祥
教研室主任谭方勇
指导教师方立刚、高小惠
苏州市职业大学
实习(实训)任务书
名称:路由与交换
起讫时间:2011年12月29日~2011年12月30日院系:计算机工程系
班级:10网络安全
指导教师:方立刚、高小惠
系主任:李金祥
S0
S0
F0
A
B
F0/5 VLAN1
F0/5
S2126
S3550 RA:
Web server=65.154.12.8/24
F0/6 F0/6
五、实习(实训)报告内容(有指导书的可省略)
项目一、交换机基本配置、交换机的远程登陆
一.实训要求
通过实训熟悉配置环境,学会交换机的基本配置方法和交换机的远程登陆。
二.实训步骤
1.开始/程序/附件/通讯/超级终端/连接时使用:TCP/IP/主机地址:
172.16.5.1/d6/password:star
(注释:五个岛每个岛的各个计算机IP地址分别为172.16.1.1,172.16.2.1,172.16.3.1,172.16.4.1,172.16.5.1。同一个岛各个计算机的IP地址相同)
2.开始/运行/telnet 172.16.5.1/enable/password:star,如图1-1,1-2和1-3所示:
图1-1:新建连接
图1-2:连接到bbc
图1-3:打开超级终端
//模式转换
SwitchA> //用户模式
SwitchA>enable
Password: star
SwitchA# //特权模式
SwitchA#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
SwitchA(config)# //全局模式
SwitchA(config)#exit //返回上级模式
//交换机命名,设置特权状态密码
SwitchA(config)#hostname switchA
2005-02-20 16:59:05 @5-CONFIG:Configured from outband
switchA(config)#enable secret 0 aabb // Specifies an UNENCRYPTED password will follow
2005-02-20 16:59:56 @5-CONFIG:Configured from outband
switchA(config)#exit
switchA#exit
Press RETURN to get started!
switchA>en
Password:aabb //原来为star
switchA#
switchA# con ter
SwitchA(config)#line vty
2005-02-20 16:55:29 @5-CONFIG:Configured from outband SwitchA(config-line)#exec-timeout 1000
2005-02-20 16:55:47 @5-CONFIG:Configured from outband SwitchA(config-line)#exit
2005-02-20 16:55:55 @5-CONFIG:Configured from outband SwitchA(config)#
switchA#config terminal
Enter configuration commands, one per line. End with CNTL/Z. switchA(config)#no ip domain-lookup
2005-02-20 17:02:54 @5-CONFIG:Configured from outband switchA(config)#int fa 0/1
2005-02-20 17:03:47 @5-CONFIG:Configured from outband switchA(config-if)#speed 100
2005-02-20 17:04:00 @5-CONFIG:Configured from outband switchA(config-if)#duplex full
2005-02-20 17:04:09 @5-CONFIG:Configured from outband switchA(config-if)#exit
switchA(config)#int vlan 1
2005-02-20 17:18:16 @5-CONFIG:Configured from outband switchA(config-if)#ip address 192.168.1.1 255.255.255.0
2005-02-20 17:18:42 @5-CONFIG:Configured from outband switchA(config-if)#exit
// 设置每日提示信息
switchA(config)#banner motd &
Welcome! &
switchA(config)#end
switchA#exit
Welcome!
switchA#show running-config
System software version : 1.61(2) Build Aug 31 2005 Release Building configuration...
Current configuration : 453 bytes
!
version 1.0
!
enable services web-server