路由器与交换机配置实训总结完整版应付老师必备.docx

上传人:b****5 文档编号:30723031 上传时间:2023-08-19 格式:DOCX 页数:12 大小:1.18MB
下载 相关 举报
路由器与交换机配置实训总结完整版应付老师必备.docx_第1页
第1页 / 共12页
路由器与交换机配置实训总结完整版应付老师必备.docx_第2页
第2页 / 共12页
路由器与交换机配置实训总结完整版应付老师必备.docx_第3页
第3页 / 共12页
路由器与交换机配置实训总结完整版应付老师必备.docx_第4页
第4页 / 共12页
路由器与交换机配置实训总结完整版应付老师必备.docx_第5页
第5页 / 共12页
点击查看更多>>
下载资源
资源描述

路由器与交换机配置实训总结完整版应付老师必备.docx

《路由器与交换机配置实训总结完整版应付老师必备.docx》由会员分享,可在线阅读,更多相关《路由器与交换机配置实训总结完整版应付老师必备.docx(12页珍藏版)》请在冰豆网上搜索。

路由器与交换机配置实训总结完整版应付老师必备.docx

路由器与交换机配置实训总结完整版应付老师必备

天津电子信息职业技术学院

通信网络与数据通信

课程实训

课题名称通信网络与数据通信

姓名

学号

班级

专业

所在系

指导教师

完成日期年月日

 

一、实训目的、要求(概述)

二、仿真(命令解释,截图等)

三、中兴设备配置(可以拍照,截图)

四、总结(收获,不足,体会等)

(1)

实训目的:

1.初步认识packetTracer软件的工作环境;

2.初步认识网络拓扑中的常用设备(路由器、交换机等);

3.认识交叉线和直连线

 

(2)、

实训要求:

1.按照题目要求进行网络拓扑图设计;

2.对题目中的拓扑图正确连线,并使所有连线up;

3.能够对交换机或路由器添加或删除模块;

4.对各主机能够进行IP设置。

 

图示:

如图完成任务要求

 

一对Switch0进行配置:

 

Switch>en

Switch#conft

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

Switch(config)#vlan10

Switch(config-vlan)#exi

Switch(config)#interfacefa0/2

Switch(config-if)#switchportaccessvlan10

Switch(config-if)#exi

Switch(config)#interfacefa0/1

Switch(config-if)#switchportmodetrunk

Switch(config-if)#exi

Switch(config)#interfacefa0/3

Switch(config-if)#switchportmodetrunk

%LINEPROTO-5-UPDOWN:

LineprotocolonInterfaceFastEthernet0/3,changedstatetodown

%LINEPROTO-5-UPDOWN:

LineprotocolonInterfaceFastEthernet0/3,changedstatetoup

Switch(config-if)#exi

Switch(config)#end

%SYS-5-CONFIG_I:

Configuredfromconsolebyconsole

Switch#wr

Buildingconfiguration...

[OK]

 

二对Switch1进行配置:

 

Switch>en

Switch#conft

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

Switch(config)#vlan10

Switch(config-vlan)#exi

Switch(config)#vlan20

Switch(config-vlan)#exi

Switch(config)#interfacefa0/2

Switch(config-if)#switchportaccessvlan10

Switch(config-if)#exi

Switch(config)#interfacefa0/3

Switch(config-if)#switchportaccessvlan20

Switch(config-if)#exi

Switch(config)#interfacefa0/1

Switch(config-if)#switchportmodetrunk

Switch(config-if)#exi

Switch(config)#end

Switch#

%SYS-5-CONFIG_I:

Configuredfromconsolebyconsole

Switch#wr

Buildingconfiguration...

[OK]

三对Router0进行配置:

 

Continuewithconfigurationdialog?

[yes/no]:

no

 

PressRETURNtogetstarted!

 

Router>en

Router#conft

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

Router(config)#interfacefa0/1

Router(config-if)#ipadd192.168.12.1255.255.255.0

Router(config-if)#noshutdown

%LINK-5-CHANGED:

InterfaceFastEthernet0/1,changedstatetoup

%LINEPROTO-5-UPDOWN:

LineprotocolonInterfaceFastEthernet0/1,changedstatetoup

Router(config-if)#exi

Router(config)#interfacefa0/0

Router(config-if)#noshutdown

%LINK-5-CHANGED:

InterfaceFastEthernet0/0,changedstatetoup

%LINEPROTO-5-UPDOWN:

LineprotocolonInterfaceFastEthernet0/0,changedstatetoup

Router(config-if)#exi

Router(config)#interfacefa0/0.1

%LINK-5-CHANGED:

InterfaceFastEthernet0/0.1,changedstatetoup

%LINEPROTO-5-UPDOWN:

LineprotocolonInterfaceFastEthernet0/0.1,changedstatetoup

Router(config-subif)#encapsulationdot1Q10

Router(config-subif)#ipadd192.168.1.1255.255.255.0

Router(config-subif)#noshutdown

Router(config-subif)#exi

Router(config)#interfacefa0/0.2

%LINK-5-CHANGED:

InterfaceFastEthernet0/0.2,changedstatetoup

%LINEPROTO-5-UPDOWN:

LineprotocolonInterfaceFastEthernet0/0.2,changedstatetoup

Router(config-subif)#encapsulationdot1Q20

Router(config-subif)#ipadd192.168.2.1255.255.255.0

Router(config-subif)#noshutdown

Router(config-subif)#exi

Router(config)#routerrip

Router(config-router)#network192.168.12.0

Router(config-router)#network192.168.1.0

Router(config-router)#network192.168.2.0

Router(config-router)#end

Router#

%SYS-5-CONFIG_I:

Configuredfromconsolebyconsole

Router#wr

Buildingconfiguration...

[OK]

 

四对MultilayerSwitch0进行配置:

 

Switch>en

Switch#conft

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

Switch(config)#vlan30

Switch(config-vlan)#exi

Switch(config)#vlan40

Switch(config-vlan)#exi

Switch(config)#interfacefa0/1

Switch(config-if)#switchportaccessvlan30

Switch(config-if)#exi

Switch(config)#interfacefa0/2

Switch(config-if)#switchportaccessvlan40

Switch(config-if)#exi

Switch(config)#interfacevlan30

%LINK-5-CHANGED:

InterfaceVlan30,changedstatetoup

%LINEPROTO-5-UPDOWN:

LineprotocolonInterfaceVlan30,changedstatetoup

Switch(config-if)#ipadd192.168.12.2255.255.255.0

Switch(config-if)#noshutdown

Switch(config-if)#exi

Switch(config)#interfacevlan40

%LINK-5-CHANGED:

InterfaceVlan40,changedstatetoup

%LINEPROTO-5-UPDOWN:

LineprotocolonInterfaceVlan40,changedstatetoup

Switch(config-if)#ipadd192.168.4.1255.255.255.0

Switch(config-if)#noshutdown

Switch(config-if)#exi

Switch(config)#routerrip

Switch(config-router)#network192.168.12.0

Switch(config-router)#network192.168.4.0

Switch(config-router)#end

Switch#

%SYS-5-CONFIG_I:

Configuredfromconsolebyconsole

Switch#wr

Buildingconfiguration...

[OK]

 

Ping192.168.1.10

 

Ping192.168.2.10

中兴设备配置

实训总结:

经过这段时间赵老师给我们实训关于思科的路由器与交换机的知识,如交换机配置(vlantrunkvtp),静态路由,动态路由,访问列表,VLAN的创建,不同VLAN和网段的互通等。

在此实训的学习过程中,使我能将平时所学到的零散的理论知识能够综合灵活的运用起来。

在这次的实训中,让我明白了自己的不足和今后努力的方向,我的不足就是我在配置的过程中,不能把所学的知识灵活地运用在具体的操作中,知识的零散和混乱都导致了我操作上出错,这都说明了我在以后学习的过程中应认认真真、踏踏实实的学习。

这也告诉了我学习的方法:

应先增强理论知识以提高我的实际操作能力、首先,实训是对我们个人综合能的检验,要想做好一件事,除了自己平时的学习外还要一定的实际操作能力。

其次,此次实训,我深深的体会到了积累知识的重要性。

在这短暂的实训过程中,让我感到自己在实际运用中的专业知识的匮乏,在刚开始时我就感到自己无从下手,茫然不知所措,经过一段的学习让我慢慢的明白了很多也在操作中熟练了很多。

很感谢学校给我们这次实训的机会,也感谢吐逊江老师给我们传授知识。

这不仅是教给我们知识和实际操作的能力,也让我们对自己有一定的定位。

这让我们在以后的学习中和以后的工作中有了明确的目标和动力。

 

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

当前位置:首页 > PPT模板 > 节日庆典

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

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