路由技术实训报告.docx

上传人:b****1 文档编号:22794822 上传时间:2023-04-28 格式:DOCX 页数:52 大小:25.35KB
下载 相关 举报
路由技术实训报告.docx_第1页
第1页 / 共52页
路由技术实训报告.docx_第2页
第2页 / 共52页
路由技术实训报告.docx_第3页
第3页 / 共52页
路由技术实训报告.docx_第4页
第4页 / 共52页
路由技术实训报告.docx_第5页
第5页 / 共52页
点击查看更多>>
下载资源
资源描述

路由技术实训报告.docx

《路由技术实训报告.docx》由会员分享,可在线阅读,更多相关《路由技术实训报告.docx(52页珍藏版)》请在冰豆网上搜索。

路由技术实训报告.docx

路由技术实训报告

湖北国土资源职业学院

实习报告

2011-2012学年第2学期

实训名称

路由技术实训

课程性质

□技能训练□课程设计□课程实习

■综合实习□生产实习□毕业实习

实训时间

第18-19周

主训教师

徐霞

学生姓名

甘刚

班级

网络1101

实训项目一:

静态路由

一、实训目的

1.通过本次的实训学会对地址空间划分子网

2.为接口分配适当的地址,并在路由器上进行配置

3.配置并启用接口

4.学会配置静态路由

二、实训任务

1.配置路由器主机名

2.配置接口IP及静态路由

3.禁用DNS查找

4.配置当天消息标语

5.配置控制台连接的口令

6.配置VTY连接的口令

三、实训过程

1、地址规划表

设备

接口

IP地址

子网掩码

默认网关

R1

F0

不适用

S0/0/0

不适用

R2

F0

不适用

S0/0/0

不适用

PC1

网卡

网卡

、操作步骤及命令

1)配置路由器主机名:

(config)#hostnameR1

2)配置接口IP:

(config)#interfacefastethernet0/0

(config-if)#ipadd启用接口:

(config-if)#noshutdown

(config)#interfaceserial0/0/0

(config-if)#ipaddclockrate64000

启用接口:

(config-if)#noshutdown

3)配置静态路由:

(config)#iproute0.0.0.0serial0/0/0

4)禁用DNS查找:

(config)#noipdomain-lookup

5)配置当天消息标语:

(config)#bannermotd^Cnishiwodeyan^

6)配置控制台及VTY口令:

(config)#lineconsole0

(config-line)#passwordcisco

(config-line)#login

5)配置VTY连接口令:

(config)#linevty02

(config-line)#passwordcisco

(config-line)#login

四、实训结果

R1#showrun

Buildingconfiguration...

Currentconfiguration:

746bytes

!

version

noservicetimestampslogdatetimemsec

noservicetimestampsdebugdatetimemsec

noservicepassword-encryption

!

hostnameR1

!

!

enablesecret5$1$mERr$

!

!

interfaceFastEthernet0/0

ipaddressduplexauto

speedauto

!

interfaceFastEthernet0/1

noipaddress

duplexauto

speedauto

shutdown

!

interfaceSerial0/0/0

ipaddressclockrate64000

!

interfaceSerial0/0/1

noipaddress

shutdown

!

interfaceVlan1

noipaddress

shutdown

!

ipclassless

iproute0.0.0.0Serial0/0/0

!

bannermotd^Cnishiwodeyan^C

!

linecon0

passwordcisco

login

linevty04

passwordcisco

login

!

!

!

End

五、实训结果分析

通过本次的实训让我学会了如何禁用DNS查找,以及配置控制口令和VTY口令,还有如何配置当天消息标语,总的说来本实训的内容比较少,比较简单,同时也是对以前学习的知识的一个检验和复习吧。

在本实训中主要存在的问题是对一些口令不是很熟,所以每次都要对着书打,但经过几次的重复练习后那些口令基本都记住了。

实训项目二:

RIPv1配置

一、实训目的

通过本次的实训,学会在路由器上配置RIP路由,明白RIP路由与静态路由的不同之处。

二、实训任务

1.配置路由器主机名

2.配置接口IP及RIP路由协议

3.禁用DNS查找

4.配置当天消息标语

5.配置控制台连接的口令

6.配置VTY连接的口令

三、实训过程

1、地址规划表

设备

接口

IP地址

子网掩码

默认网关

R1

Fa0/0

不适用

S0/0/0

不适用

R2

Fa0/0

不适用

S0/0/0

不适用

S0/0/1

不适用

R3

Fa0/0

不适用

S0/0/1

不适用

PC1

网卡

网卡

网卡

、操作步骤及命令

1)配置路由器主机名:

(config)#hostnameR1

配置接口IP:

(config)#interfacefastethernet0/0

(config-if)#ipadd启用接口:

(config-if)#noshutdown

(config)#interfaceserial0/0/0

(config-if)#ipaddclockrate64000

启用接口:

(config-if)#noshutdown

配置RIP:

(config)#routerrip

(config-router)#network(config-router)#network配置路由器主机名:

(config)#hostnameR2

配置接口IP:

(config)#interfacefastethernet0/0

(config-if)#ipadd启用接口:

(config-if)#noshutdown

(config)#interfaceserial0/0/0

(config-if)#ipaddclockrate64000

启用接口:

(config-if)#noshutdown

(config)#interfaceserial0/0/1

(config-if)#ipaddclockrate64000

启用接口:

(config-if)#noshutdown

配置RIP:

(config)#routerrip

(config-router)#network(config-router)#network(config-router)#network配置路由器主机名:

(config)#hostnameR3

配置接口IP:

(config)#interfacefastethernet0/0

(config-if)#ipadd启用接口:

(config-if)#noshutdown

(config)#interfaceserial0/0/1

(config-if)#ipaddclockrate64000

启用接口:

(config-if)#noshutdown

配置RIP:

(config)#routerrip

2)(config-router)#network(config-router)#network禁用DNS查找:

(config)#noipdomain-lookup

3)配置控制台连接的口令:

(config)#lineconsole0

(config-line)#passwordcisco

(config-line)#login

4)配置VTY连接口令:

(config)#linevty02

(config-line)#passwordcisco

(config-line)#login

四、实训结果

R1#showrun

Buildingconfiguration...

Currentconfiguration:

682bytes

!

version

noservicetimestampslogdatetimemsec

noservicetimestampsdebugdatetimemsec

noservicepassword-encryption

!

hostnameR1

!

!

interfaceFastEthernet0/0

ipaddressduplexauto

speedauto

!

interfaceFastEthernet0/1

noipaddress

duplexauto

speedauto

shutdown

!

interfaceSerial0/0/0

ipaddressclockrate64000

!

interfaceSerial0/0/1

noipaddress

shutdown

!

interfaceVlan1

noipaddress

shutdown

!

routerrip

networknetworkclassless

!

linecon0

passwordcisco

login

linevty04

passwordcisco

login

!

!

end

R2#showrun

Buildingconfiguration...

Currentconfiguration:

716bytes

!

version

noservicetimestampslogdatetimemsec

noservicetimestampsdebugdatetimemsec

noservicepassword-encryption

!

hostnameR2

!

!

interfaceFastEthernet0/0

ipaddressduplexauto

speedauto

!

interfaceFastEthernet0/1

noipaddress

duplexauto

speedauto

shutdown

!

interfaceSerial0/0/0

ipaddressSerial0/0/1

ipaddressclockrate64000

!

interfaceVlan1

noipaddress

shutdown

!

routerrip

networknetworknetworkclassless

!

!

linecon0

passwordcisco

login

linevty04

passwordcisco

login

!

!

!

end

 

R3#showrun

Buildingconfiguration...

Currentconfiguration:

664bytes

!

version

noservicetimestampslogdatetimemsec

noservicetimestampsdebugdatetimemsec

noservicepassword-encryption

!

hostnameR3

!

!

interfaceFastEthernet0/0

ipaddressduplexauto

speedauto

!

interfaceFastEthernet0/1

noipaddress

duplexauto

speedauto

shutdown

!

interfaceSerial0/0/0

noipaddress

shutdown

!

interfaceSerial0/0/1

ipaddressVlan1

noipaddress

shutdown

!

routerrip

networknetworkclassless

!

!

linecon0

passwordcisco

login

linevty04

passwordcisco

login

!

!

!

end

五、实训结果分析

本次的的实训相较于上一个实训,多了一个内容,就是需要在路由器上配置RIP路由,总的说来,在本次的实训中没有遇到什么太大的困难,在本次实训中主要遇到的困难就是对一些口令的单词记得不是很熟,有的时候会打错单词。

 

实训项目三:

RIPv2配置

一、实训目的

通过本次的实训,学会在路由器上配置RIPv2路由协议。

二、实训任务

根据以下说明对BRANCH、HQ和ISP路由器进行基本配置:

配置路由器主机名

禁用DNS查找

配置路由器IP地址及RIPv2路由协议

配置当日消息标语

配置控制台连接的口令

配置VTY连接的口令

 

三、实训过程

1、地址规划表

设备

接口

IP地址

子网掩码

默认网关

PC1

网卡

网卡

网卡

网卡

网卡

不可用

Faftethernet0/1

不可用

Serial0/0/0

不可用

HQ

Fastethernet0/0

192..

不可用

Faftethernet0/1

不可用

Serial0/0/0

不可用

Serial0/0/1

不可用

ISP

Fastethernet0/0

不可用

Serial0/0/1

不可用

2、操作步骤及命令

1)配置主机名:

(config)#hostnameBRANCH

配置接口IP:

(config)#interfacefastethernet0/0

(config-if)#ipadd启用接口:

(config-if)#noshutdown

配置接口IP:

(config)#interfacefastethernet0/1

(config-if)#ipadd启用接口:

(config-if)#noshutdown

(config)#interfaceserial0/0/0

(config-if)#ipaddclockrate64000

启用接口:

(config-if)#noshutdown

配置RIP:

(config)#routerrip

配置RIPv2(config-router)#version2

(config-router)#passive-interfaceFastEthernet0/0

(config-router)#passive-interfaceFastEthernet0/1

(config-router)#network配置主机名:

(config)#hostnameHQ

配置接口IP:

(config)#interfacefastethernet0/0

(config-if)#ipadd启用接口:

(config-if)#noshutdown

配置接口IP:

(config)#interfacefastethernet0/1

(config-if)#ipadd启用接口:

(config-if)#noshutdown

(config)#interfaceserial0/0/0

(config-if)#ipaddclockrate64000

启用接口:

(config-if)#noshutdown

(config)#interfaceserial0/0/1

(config-if)#ipaddclockrate64000

启用接口:

(config-if)#noshutdown

配置RIP:

(config)#routerrip

配置RIPv2(config-router)#version2

(config-router)#passive-interfaceFastEthernet0/0

(config-router)#passive-interfaceFastEthernet0/1

(config-router)#network(config-router)#network(config-router)#default-informationoriginate

2)禁用DNS查找:

(config)#noipdomain-lookup

3)配置控制台连接的口令:

(config)#lineconsole0

(config-line)#passwordcisco

(config-line)#login

4)配置VTY连接口令:

(config)#linevty02

(config-line)#passwordcisco

(config-line)#login

5)配置当日消息:

(config)#bannermotd^jintianshigehaorizi^

 

四、实训结果

Branch#showrun

Buildingconfiguration...

Currentconfiguration:

806bytes

!

version

noservicetimestampslogdatetimemsec

noservicetimestampsdebugdatetimemsec

noservicepassword-encryption

!

hostnameBranch

!

noipdomain-lookup

!

!

interfaceFastEthernet0/0

ipaddressduplexauto

speedauto

!

interfaceFastEthernet0/1

ipaddressduplexauto

speedauto

!

interfaceSerial0/0/0

ipaddressSerial0/0/1

noipaddress

shutdown

!

interfaceVlan1

noipaddress

shutdown

!

routerrip

version2

passive-interfaceFastEthernet0/0

passive-interfaceFastEthernet0/1

networkclassless

!

bannermotd^Cwangluo1101^C

!

linecon0

passwordcisco

login

linevty04

passwordcisco

login

!

!

!

End

 

HQ#showrun

Buildingconfiguration...

Currentconfiguration:

986bytes

!

version

noservicetimestampslogdatetimemsec

noservicetimestampsdebugdatetimemsec

noservicepassword-encryption

!

hostnameHQ

!

noipdomain-lookup

!

interfaceFastEthernet0/0

ipaddressduplexauto

speedauto

!

interfaceFastEthernet0/1

ipaddressduplexauto

speedauto

!

interfaceSerial0/0/0

ipaddressclockrate64000

!

interfaceSerial0/0/1

ipaddressclockrate64000

!

interfaceVlan1

noipaddress

shutdown

!

routerrip

passive-interfaceFastEthernet0/0

passive-interfaceFastEthernet0/1

networknetworkdefault-informationoriginate

!

ipclassless

iproute0.0.0.0Serial0/0/0

iproute0.0.0.0Serial0/0/1

!

!

!

bannermotd^Cjintianshigehaorizi^C

!

!

!

!

linecon0

passwordcisco

login

linevty04

passwordcisco

login

!

end

 

ISP#showrun

Buildingconfiguration...

Currentconfiguration:

728bytes

!

version

noservicetimestampslogdatetimemsec

noservicetimestampsdebugdatetimemsec

noservicepassword-encryption

!

hostnameISP

!

interfaceFastEthernet0/0

ipaddressduplexauto

speedauto

!

interfaceFastEthernet0/1

noipaddress

duplexauto

speedauto

shutdown

!

interfaceSerial0/0/0

noipaddress

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > IT计算机 > 电脑基础知识

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1