网络设备配置实训报告DOCX 41页.docx

上传人:b****9 文档编号:25000827 上传时间:2023-06-03 格式:DOCX 页数:49 大小:992.02KB
下载 相关 举报
网络设备配置实训报告DOCX 41页.docx_第1页
第1页 / 共49页
网络设备配置实训报告DOCX 41页.docx_第2页
第2页 / 共49页
网络设备配置实训报告DOCX 41页.docx_第3页
第3页 / 共49页
网络设备配置实训报告DOCX 41页.docx_第4页
第4页 / 共49页
网络设备配置实训报告DOCX 41页.docx_第5页
第5页 / 共49页
点击查看更多>>
下载资源
资源描述

网络设备配置实训报告DOCX 41页.docx

《网络设备配置实训报告DOCX 41页.docx》由会员分享,可在线阅读,更多相关《网络设备配置实训报告DOCX 41页.docx(49页珍藏版)》请在冰豆网上搜索。

网络设备配置实训报告DOCX 41页.docx

网络设备配置实训报告DOCX41页

网络设备配置实训报告(DOCX41页)

 

网络设备配置实训报告

 

 

班级:

网络331301班

组别:

第七组

小组成员:

刘闯陈泽蔡轩

毛晨飞李慧敏李晓芃

宋钰

 

《网络设备配置》课程实训任务书

计算机信息系 计算机网络 专业网络331302班

课程实训评审标准

(1)考勤与学习态度(20分):

(2)理论理解与实训报告内容(40分):

(3)实训步骤规范程度(20分):

(4)实训结果考核(20分):

小组成员成绩:

组员姓名(学号)

成绩

王超13

王裴61

李圆01

李萌萌24

刘朵朵41

刘小艳48

宋如星36

乔雅倩17

指导教师评语:

 

评阅人:

   评阅时间:

 

一、实习的任务

按照计算机网络专业教学培养计划要求,学生在学完专业课《网络设备配置》课程后,应进行网络设备配置技术实训,其主要的任务是使学生深入理解并实践在本课程中所学的有关网络设备配置方面的基本概念、基本原理以及一些具体的实操配置应用实践,培养学生实际管理网络的能力,为学生毕业后的实际工作打好基础。

二、实习的主要内容

根据《网络设备配置》课程教学大纲,本实训的主要内容可分为如下三部分。

1.路由器配置实训

2.交换机配置实训

3.广域网配置实训

三、实习时间分配

阶段

日期

实习(设计)内容摘要

指导教师

班级

第一周

星期一

PPP基本配置与认证

李立峰

肖文占

网络331302

星期二

帧中继配置实训

星期三

交换机配置实训

路由器配置实训

星期四

ACL配置实训

NAT配置实训

星期五

整理实训报告考核

四、实习内容

实验一PPP基本配置与认证实验目的

●实验目的

Ø串行链路上的封装概念。

ØPPP封装。

Ø掌握PAP认证特点和配置方法。

Ø掌握CHAP认证特点和配置方法。

 

●实验过程和主要步骤

步骤一:

路由器基本配置

路由器A:

A(config)#interfaceF0/0

A(config-if)#ipaddress192.168.1.1255.255.255.0

A(config-if)#noshutdown

A(config)#interfaceSerial2/0

A(config-if)#ipaddress10.10.10.2255.255.255.252

A(config-if)#noshutdown

路由器B:

B(config)#interfaceSerial2/0

B(config-if)#ipaddress10.10.10.1255.255.255.252

B(config-if)#clockrate64000

B(config)#interfaceSerial3/0

B(config-if)#ipaddress20.20.20.21255.255.255.252

B(config-if)#clockrate64000

B(config-if)#noshutdown

路由器C:

C(config)#interfaceSerial3/0

C(config-if)#ipaddress20.20.20.22255.255.255.252

C(config-if)#noshutdown

C(config)#interfaceFastEthernet0/0

C(config-if)#ipaddress192.168.2.1255.255.255.0

C(config-if)#noshutdown

步骤二:

配置登录用户名和密码

路由器A:

A(config)#usernameBpassword123456

路由器B:

B(config)#usernameApassword123456

B(config)#usernameCpassword123456

路由器C:

C(config)#usernameBpassword123456

步骤三:

PPP封装

路由器A:

A(config)#interfaceserial2/0

A(config-if)#encapsulationppp

路由器B:

B(config)#interfaces2/0

B(config-if)#encapsulationppp

B(config)#interfaces3/0

B(config-if)#encapsulationppp

路由器C:

C(config)#interfaces3/0

C(config-if)#encapsulationppp

步骤四:

配置PAP和CHAP认证

路由器A与B之间的PAP配置:

A(config)#ints2/0

A(config-if)#encapsulationppp

A(config-if)#pppauthenticationpap

A(config-if)#ppppapsent-usernameApassword123456

B(config)#ints2/0

B(config-if)#encapsulationppp

B(config-if)#pppauthenticationpap

B(config-if)#ppppapsent-usernameBpassword123456

路由器B与C之间的CHAP配置:

B(config)#ints3/0

B(config-if)#encapsulationppp

B(config-if)#pppauthenticationchap

C(config)#ints3/0

C(config-if)#encapsulationppp

C(config-if)#pppauthenticationchap

步骤五:

配置路由协议

这里以ripversion2为例

以路由器A为例:

A(config)#routerrip

A(config-router)#version2

A(config-router)#network192.168.1.0

A(config-router)#network10.10.10.0

A(config-router)#noauto-summary

步骤六:

查看并验证配置

在A上showinterfaces2/0:

在B上showinterfaces2/0:

 

在B上showinterfaces3/0:

在C上showinterfaces3/0:

●实验拓扑

●心得体会

我学会了PPP封装,以及CHAP的认证方法依赖于只有认证者和对端共享的密钥,密钥不是通过该链路发送的。

 

实验二帧中继配置

●实验目的

Ø掌握帧中继基本概念、DLCI含义、LMI作用、静态和动态映射区别

Ø掌握帧中继基本配置:

如接口封装、DLCI配置、LMI配置等

Ø能够对帧中继进行基本故障排除

●实验过程和主要步骤

1.绘制网络拓扑和地址规划情况

网络拓扑,各个路由器接口的IP配置以及DLCI配置信息见上图。

2.单个路由器的基本配置清单

以路由器A为例:

Router>enable

Router#configureterminal

Router(config)#hostnameA

A(config)#interfaceSerial2/0

A(config-if)#ipaddress192.168.1.1255.255.255.0

A(config-if)#noshutdown

3.单个路由器帧中继基本配置清单:

如封装、ip、dlci、lmi

以路由器A为例:

其中A->C的DLCI为103

A->B的DLCI为102

接口的LMI类型为CISCO

A(config)#ints2/0

A(config-if)#encapsulationframe-relay

A(config-if)#bandwidth64

A(config-if)#frame-relaymapip192.168.1.2102broadcast

A(config-if)#frame-relaymapip192.168.1.3103broadcast

A(config-if)#frame-relaylmi-typecisco

4.网云交换表配置

以网云Serial0为例:

 

网云交换表的配置如下:

5.验证三个路由器通信情况

以在路由器A上pingB和C为例

6.在各个路由器上配置ospf

以路由器A为例

A(config)#routerospf1

A(config-router)#network192.168.1.00.0.0.255area0

7.验证配置情况

S2(config-if)#interfacevlan99

S2(config-if)#ipaddr

S2(config-if)#ipaddress172.17.99.32255.255.255.0

S2(config-if)#noshu

S2(config-if)#noshutdown

 

S2(config)#ipdefault-gateway172.17.99.1

S2(config)#vtpmodeclient

SettingdevicetoVTPCLIENTmode.

S2(config)#vtpd

%CDP-4-NATIVE_VLAN_MISMATCH:

NativeVLANmismatchdiscoveredonFastEthernet0/4

(1),withS1FastEthernet0/4(99).

omainCCNA

DomainnamealreadysettoCCNA.

S2(config)#vtppassw

S2(config)#vtppasswordCISCO

SettingdeviceVLANdatabasepasswordtoCISCO

S2(config)#vtppasswordcisco

S2(config-if)#switchporttrunknativevlan99

S2(config-if)#noshutdown

S2(config-if)#interfacefa0/11

S2(config-if)#switchportmodetrunk

S2(config-if)#switchporttrunknativevlan99

S2(config-if)#noshutdown

S2(config-if)#interfacefa0/18

S2(config-if)#switchportmodetrunk

S2(config-if)#switchporttrunknativevlan99

S2(config-if)#noshutdown

S2(config-if)#exit

S2(config)#interfacefa0/11

S2(config-if)#swit

S2(config-if)#switchportmode

S2(config-if)#switchportmodeaccess

S2(config-if)#switch

S2(config-if)#switchportaccessvlan10

S2(config-if)#noshu

S2(config-if)#noshutdown

S2(config-if)#swi

S2(config-if)#switchportmodeaccess

S2(config-if)#switch

S2(config-if)#switchportaccess

S2(config-if)#switchportaccessvlan20

S2(config-if)#noshu

S2(config-if)#noshutdown

S2(config-if)#

 

Switch>

Switch>en

Switch#conft

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

Switch(config)#host

Switch(config)#hostnameS3

S3(config)#vlan99

S3(config-if-range)#switchportmode

S3(config-if-range)#switchportmodetrunk

S3(config-if-range)#sw

S3(config-if-range)#switchporttru

S3(config-if-range)#switchporttrunknati

S3(config-if-range)#switchporttrunknativevlan99

S3(config-if)#switchporttrunknativevlan99

S3(config-if)#noshutdown

S3(config-if)#exit

S3(config)#vtpmodeclient

SettingdevicetoVTPCLIENTmode.

S3(config)#vtpdomainCCNA

DomainnamealreadysettoCCNA.

S3(config)#vtppassw

S3(config)#vtppassword

%Incompletecommand.

S3(config)#vtppasswordcisco

SettingdeviceVLANdatabasepasswordtocisco

S3(config)#interfacefa0/7

S3(config-if)#switch

S3(config-if)#switchportmodeaccess

S3(config-if)#swi

S3(config-if)#switchportaccess

S3(config-if)#switchportaccessvlan88

S3(config-if)#noshu

S3(config-if)#noshutdown

S3(config-if)#

 

R1>en

Password:

Password:

R1#conft

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

R1(config)#interfa

R1(config)#interfacefa0/0

R1(config-if)#ipaddr

R1(config-if)#interfacefa0/0

R1(config-if)#172.17.50.1255.255.255.0

^

%Invalidinputdetectedat'^'marker.

R1(config-if)#ipaddr172.17.50.1255.255.255.0

R1(config-if)#ipaddress172.17.50.1255.255.255.0

R1(config-if)#noshu

R1(config-if)#noshutdown

R1(config-if)#enc

R1(config-if)#en

R1(config-if)#e

R1(config-if)#exit

R1(config-if)#ex

R1(config)#encapsul

R1(config)#encapsul

R1(config)#enc

R1(config)#enc

R1(config)#enc

R1(config)#

R1(config)#interf

R1(config)#interfacefa0/1

R1(config-if)#noshu

R1(config-if)#noshutdown

R1(config-if)#encap

R1(config-if)#interface

R1(config-if)#interfacefa0/1.10

R1(config-subif)#enca

R1(config-subif)#encapsulationdot1q10

R1(config-subif)#ipaddr

R1(config-subif)#encapsulationdot1q10

R1(config-subif)#ipaddr

R1(config-subif)#ipaddress172.17.10.1255.255.255.0

R1(config-subif)#interfacefa0/1.20

R1(config-subif)#ipaddr

R1(config-subif)#ipaddress172.17.20.1255.255.255.0

%ConfiguringIProutingonaLANsubinterfaceisonlyallowedifthat

subinterfaceisalreadyconfiguredaspartofanIEEE802.10,IEEE802.1Q,

orISLvLAN.

R1(config-subif)#interfacefa0/1.88

R1(config-subif)#encaps

R1(config-subif)#encapsulationdot1q88

R1(config-subif)#ipaddr

R1(config-subif)#ipaddress172.17.88.1255.255.255.0

R1(config-subif)#interfacefa0/1.99

R1(config-subif)#encapsulationdot1q99

R1(config-subif)#ipaddress172.17.99.1255.255.255.0

R1(config-subif)#interfacefa0/1.20

R1(config-subif)#encapsulationdot1q20

R1(config-subif)#ipaddress172.17.20.1255.255.255.0

R1(config-subif)#exit

●实验拓扑

●心得体会

我学会了,帧中继传输数据,Cisco路由器需要知道哪个本地DLCL映射到远程目的地的第3层地址,这种地址到DLCL的映射可通过静态映射或动态映射指定。

 

实验三交换机配置实训

●实验目标

Ø配置并检验基本设备配置。

Ø配置VTP

Ø配置中继

Ø配置VLAN

Ø为端口分配VLAN

Ø配置STP

Ø配置VLAN间单臂路由

Ø配置无线连接

Ø检验端到端连通性

●实验拓扑

●实验过程和主要步骤

S1(config)#vtpmodeserver

SettingdevicetoVTPSERVERmode.

S1(config)#vtpdomainLab4

ChangingVTPdomainnamefromNULLtoLab4

S1(config)#vtppasswordcisco

SettingdeviceVLANdatabasepasswordtocisco

S1(config)#end

S1#

%SYS-5-CONFIG_I:

Configuredfromconsolebyconsole

S2(config)#vtpmodeclient

SettingdevicetoVTPCLIENTmode.

S2(config)#vtpdomainLab4

ChangingVTPdomainnamefromNULLtoLab4

S2(config)#vtppasswordcisco

SettingdeviceVLANdatabasepasswordtocisco

S2(config)#end

S2#

%SYS-5-CONFIG_I:

Configuredfromconsolebyconsole

S3(config)#vtpmodeclient

SettingdevicetoVTPCLIENTmode.

S3(config)#vtpdomainLab4

DomainnamealreadysettoLab4.

S3(config)#vtppasswordcisco

Passwordalreadysettocisco

S3(config)#end

S3#

%SYS-5-CONFIG_I:

Configuredfromconsolebyconsole

S1(config)#interfacerangefa0/1-5

S1(config-if-range)#switchportmodetrunk

S1(config-if-range)#switchporttrunknativevlan99

S1(config-if-range)#nosh

S1(config-if-range)#noshutdown

S1(config-if-range)#end

S1#

%SYS-5-CONFIG_I:

Configuredfromconsolebyconsole

S2(config)#interfacerangefa0/1-5

S2(config-if-range)#switchportmodetrunk

S2(config-if-range)#switchporttrunknativevlan99

S2(config-if-range)#noshutdown

S2(config-if-range)#end

S3(config)#interfacerange

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

当前位置:首页 > 解决方案

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

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